Search:

Type: Posts; User: Vito Limandibhrata; Keyword(s):

Search: Search took 0.02 seconds.

  1. Hi POSTA07, For my case, it seems it has...

    Hi POSTA07,

    For my case, it seems it has something to do with the network configuration (possibly the firewall setting) Fyi, the server is located in a DMZ Zone protected using a firewall from...
  2. I have created a JIRA entry for this....

    I have created a JIRA entry for this. http://jira.springframework.org/browse/BATCH-940
  3. Hi Chudak, I am using Spring Batch 1.1.2. My...

    Hi Chudak,

    I am using Spring Batch 1.1.2.
    My biggest question is how to clean up the 'prototype' data beans used by org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper

    Here...
  4. Hi Chudak, I run 1 job each time too in the...

    Hi Chudak,

    I run 1 job each time too in the tomcat container. I am using some beans from the parent context for data access within a step. Is there are way to check whether the subcontext/ child...
  5. Hi Chudak, I have configured my application...

    Hi Chudak,

    I have configured my application according to your posting. My job is processing about 600k records for each run. The job involves loading a fixed length flat file with file size about...
  6. Replies
    6
    Views
    7,808

    Hi Seshu, Do you mean that the...

    Hi Seshu,

    Do you mean that the FlatFileItemWriter is writing to a different folder from the one specified in the simpleFileLocator?

    For me, I use


    This "outputFile" bean is used as a...
  7. Replies
    6
    Views
    7,808

    Hi Seshu, I think, your simpleFileLocator...

    Hi Seshu,

    I think, your simpleFileLocator needs to implement the org.springframework.core.io.Resource interface.

    The reason is that the "resource" property in the FlatFileItemWriter requires an...
  8. Slow LDAP Processing for the first login

    I am not sure whether it is a Spring Security issue but I am facing with a weird issue.

    After restarting a Tomcat, I try to login to a Spring application protected using Spring Security using...
  9. Replies
    5
    Views
    1,194

    File Size Limit

    I have encountered such an issue before where the file needs a long processing time. What I did, is to store the file in a temporary storage and to tell the user that the job has been queued.

    In...
  10. Replies
    2
    Views
    1,255

    Hi Dave, I agree with you on using the...

    Hi Dave,

    I agree with you on using the existing FlatFileItemWriter so that it is restartable.

    Also, thanks for the tips on unit testing strategy.

    My code is used in a production environment...
  11. Replies
    2
    Views
    1,255

    FTP Connection Support

    Hi, I am developing Spring Apps to be integrated with COBOL. I need to use lots of flat file export and import functionalities from Spring Batch which are great.

    However, I will need to send the...
Results 1 to 11 of 11