Class com.ibm.jbatch.container.validation.IdentifierValidatorTest
Tests
| Test |
Duration |
Result |
| testNegativeValidatePersistedJobExecutionException |
0.001s |
passed |
| testNegativeValidatePersistedJobInstanceIdsException |
0.001s |
passed |
| testNegativeValidatePersistedStepExecutionException |
0.002s |
passed |
| testValidatePersistedJobExecutionException |
0.002s |
passed |
| testValidatePersistedJobExecutionIsValid |
0.001s |
passed |
| testValidatePersistedJobInstanceIdsException |
0.002s |
passed |
| testValidatePersistedJobInstanceIdsValid |
0.003s |
passed |
| testValidatePersistedStepExecutionException |
0.002s |
passed |
| testValidatePersistedStepExecutionIsValid |
0s |
passed |
Standard error
Apr 26, 2025 12:49:53 PM com.ibm.jbatch.container.validation.IdentifierValidator validatePersistedJobInstanceIds
SEVERE: CWWKY0036E: Invalid job instance id value 0 generated as the primary key value for a batch table. The id value must be a positive integer.
com.ibm.jbatch.container.exception.PersistenceException: com.ibm.jbatch.container.exception.BatchIllegalIDPersistedException: 0
Apr 26, 2025 12:49:53 PM com.ibm.jbatch.container.validation.IdentifierValidator validatePersistedJobInstanceIds
SEVERE: CWWKY0036E: Invalid job instance id value -1 generated as the primary key value for a batch table. The id value must be a positive integer.
com.ibm.jbatch.container.exception.PersistenceException: com.ibm.jbatch.container.exception.BatchIllegalIDPersistedException: -1
Apr 26, 2025 12:49:53 PM com.ibm.jbatch.container.validation.IdentifierValidator validatePersistedJobExecution
SEVERE: CWWKY0037E: Invalid job execution id value 0 generated as the primary key value for a batch table. The id value must be a positive integer.
com.ibm.jbatch.container.exception.PersistenceException: com.ibm.jbatch.container.exception.BatchIllegalIDPersistedException: 0
Apr 26, 2025 12:49:53 PM com.ibm.jbatch.container.validation.IdentifierValidator validatePersistedJobExecution
SEVERE: CWWKY0037E: Invalid job execution id value -1 generated as the primary key value for a batch table. The id value must be a positive integer.
com.ibm.jbatch.container.exception.PersistenceException: com.ibm.jbatch.container.exception.BatchIllegalIDPersistedException: -1
Apr 26, 2025 12:49:53 PM com.ibm.jbatch.container.validation.IdentifierValidator validatePersistedStepExecution
SEVERE: CWWKY0038E: Invalid step execution id value 0 generated as the primary key value for a batch table. The id value must be a positive integer.
com.ibm.jbatch.container.exception.PersistenceException: com.ibm.jbatch.container.exception.BatchIllegalIDPersistedException: 0
Apr 26, 2025 12:49:53 PM com.ibm.jbatch.container.validation.IdentifierValidator validatePersistedStepExecution
SEVERE: CWWKY0038E: Invalid step execution id value -1 generated as the primary key value for a batch table. The id value must be a positive integer.
com.ibm.jbatch.container.exception.PersistenceException: com.ibm.jbatch.container.exception.BatchIllegalIDPersistedException: -1