Search:

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

Search: Search took 0.01 seconds.

  1. Batch Admin web application - Status & Files view

    I am trying to use Batch Admin web application. I can start the web application fine. But when I look at the document, I observe that I cannot seem to find Execution and Files menu item. I am using...
  2. Dave, It worked after adding explicit...

    Dave,
    It worked after adding explicit dependency. I did not pay attention to the indirect dependency. I just checked spring-core and spring-beans versions and thought everything was OK. I was...
  3. Victor, I already have get/set methods for...

    Victor,
    I already have get/set methods for secondInput. I am enclosing my project. Let me know if you find something odd in the code.


    Thanks,
    Praveen
  4. Victor / Dave, I am still having problems...

    Victor / Dave,
    I am still having problems with job params. Actually snicoll had few suggestions regarding my problem. I think I am following documentation / samples for most part. But I guess...
  5. Replies
    7
    Views
    1,176

    I tried the scope="step" on a simple batch...

    I tried the scope="step" on a simple batch project created from Maven template in 2.3.1.RELEASE. I made the changes to POM to point to Spring 3.0.0.RELEASE and Batch 2.1.0.RELEASE. Still I cannot...
  6. Replies
    7
    Views
    1,176

    snicoll, Can you post the way you are passing...

    snicoll,
    Can you post the way you are passing your Job variables and loading the job

    Thanks
  7. I am loading the spring context/ jobs from Junit...

    I am loading the spring context/ jobs from Junit testcase. The following is the code which does that

    @ContextConfiguration(locations={"/launch-context.xml"})...
  8. Replies
    7
    Views
    1,176

    I too have the similar issue. When I use job...

    I too have the similar issue. When I use job parameters, it does not work. If I use static string, it works well. Are you using Spring 3.0?
  9. If I understand your question correctly, I am...

    If I understand your question correctly, I am loading it using job launcher.
  10. I tried with and without quotes. But it yeilds...

    I tried with and without quotes. But it yeilds same result. I am using Spring 3.0 and Spring batch 2.1.
  11. Passing Job Parameters to ItemWriter with Late Binding

    I have recently started using spring-batch. I am trying to get the file name from Job Parameters that I can use for writer. So I am defining my bean definition for writer as scope="test".


    <bean...
  12. Replies
    2
    Views
    2,633

    Thanks rasky. I was subclassing LDAPTemplate not...

    Thanks rasky. I was subclassing LDAPTemplate not as part of the app, I was developing. But rather as a test to see if using the same context (without closing) to do all the operations. I will try to...
  13. Replies
    2
    Views
    2,633

    LDAP Connections

    Hi All,
    I am using Spring LDAP to create/delete/query entries to Sun Directory Server LDAP. The API as such is very convenient. But of late I am observing some performance issues while creating /...
Results 1 to 13 of 13