You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhat new to JBeret and JSR-352, but after setting things up and debugging it does not appear the version columns are populated based on what you have set within your job...
Am I missing something in my settup or is this just something that is not in scope of what is supported within JBeret? I dont feel like it would be too difficult to persist the version from the Job XML down the repository would it?
Any help is appreciated...
The text was updated successfully, but these errors were encountered:
Somewhat new to JBeret and JSR-352, but after setting things up and debugging it does not appear the version columns are populated based on what you have set within your job...
My Example job:
<job id="test" restartable="#{jobParameters['restartable']}?:true" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version="1.0"> ... etc ...
And the JdbcRepository inserts I debugged down to:
jsr352/jberet-core/src/main/java/org/jberet/repository/JdbcRepository.java
Line 322 in 77be854
jsr352/jberet-core/src/main/java/org/jberet/repository/JdbcRepository.java
Line 448 in 77be854
Am I missing something in my settup or is this just something that is not in scope of what is supported within JBeret? I dont feel like it would be too difficult to persist the version from the Job XML down the repository would it?
Any help is appreciated...
The text was updated successfully, but these errors were encountered: