Hi,
I am using the spring batch 2.1.9. The jobRepository is setup using the sybase database. Everything is running fine. But while creation of job-ids the job ids are not in sequential manner....
Type: Posts; User: ndhande; Keyword(s):
Hi,
I am using the spring batch 2.1.9. The jobRepository is setup using the sybase database. Everything is running fine. But while creation of job-ids the job ids are not in sequential manner....
Good point. I will test it and post the reply.
Thanks
Hi,
I am trying to run the job in the transactional method. The method is as below :
@Transactional
private void runJob(CbValidationJob jb) {
System.out.println("In For rubJob()");
...
Hi,
I am trying to generate JPA entities from existing tables using JPA tools provided in the SpringSource 3.1. For this I have created one JPA project. The setup is
Hibernate version 4.1.4...
Thanks Marten.
Hi all,
We are trying to implement the spring security in web application. The functionalities user enabling/disabling, password encryption are fine. But we are looking for following...
Hi,
The latest final RELEASE is 2.1.8. It is always recommended to use final RELEASE as lot of bug fixes are done.
Thanks
Dear Kaj,
It is on windows7 , java 1.6.31 . I am getting number 166.
There is no change in OS and java version for both versions.
Thanks
I am using the STS 2.9.2 and the roo 1.2.2 . The configured app server is glassfish 3.1.2. after craeting a simple application. The application cannot deploy on the glassfish. the same is runninig on...
I think the root cause of the error is
SEVERE: WebModule[/myapp]
PWC1396: Servlet /myapp threw load() exception
java.lang.NullPointerException
at...
I am using spring 3.1.1. The following error is occurred at the time of deploying the application on glassfish 3.1.2. The application is previously running fine on glassfish 3.1.1.
SEVERE:...
Can anybody provide me working example of spring jobRepository with sybase ASE 15.7 using JDBC3 type 4 connection
Thanks
Thanks Marten. It is working.
Hi,
I had tried the same. I found some code on net. I had modified slightly , and I able to find the field-wise conversion error messages.
The code is
public void onSkipInRead(final...
I am using the CustomDateEditor to convert the date from flat file. The flat file contains the date in ddmmyy format. The record is converted to Bean which is JPA entity.
<bean...
Hi all,
I am developing batch job using spring batch. The application server is Glassfish 3.1.1 and the database is sybase ASE 15.5 . The JDBC driver file is jconn4.jar. I am using STS 2.9.2 on...