Search:

Type: Posts; User: ndhande; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    278

    Sybase jobrepository job id generation.

    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....
  2. Replies
    2
    Views
    449

    Good point. I will test it and post the reply....

    Good point. I will test it and post the reply.
    Thanks
  3. Replies
    2
    Views
    449

    Spring Jobs in transactional context

    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()");
    ...
  4. Spring JPA Project -- Creating entities from table using Hibernate and sybase

    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...
  5. Thanks Marten.

    Thanks Marten.
  6. Spring Security API 3.1 additional functionality requirement.

    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...
  7. Replies
    2
    Views
    345

    Hi, The latest final RELEASE is 2.1.8. It is...

    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
  8. Replies
    3
    Views
    543

    Dear Kaj, It is on windows7 , java 1.6.31 . I...

    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
  9. Replies
    0
    Views
    254

    Glassfish with roo 1.2.2

    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...
  10. Replies
    3
    Views
    543

    I think the root cause of the error is ...

    I think the root cause of the error is


    SEVERE: WebModule[/myapp]

    PWC1396: Servlet /myapp threw load() exception
    java.lang.NullPointerException
    at...
  11. Replies
    3
    Views
    543

    RequestMapping annotation error

    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:...
  12. Can anybody provide me working example of spring...

    Can anybody provide me working example of spring jobRepository with sybase ASE 15.7 using JDBC3 type 4 connection
    Thanks
  13. Replies
    2
    Views
    372

    Thanks Marten. It is working.

    Thanks Marten. It is working.
  14. Replies
    2
    Views
    380

    Hi, I had tried the same. I found some code on...

    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...
  15. Replies
    2
    Views
    372

    Date Property editor problem

    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...
  16. Spring batch 2.1.8 jobRepository creation problem

    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...
Results 1 to 16 of 16