Search:

Type: Posts; User: adkathuria@yahoo.com; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    981

    Disable File Poller

    How do we disable a File Poller in production? This is a very common scenario, where if we encounter an issue, we need to switch it off at runtime.

    Is there any programmatic access available to...
  2. Spring Batch Admin - failed to send Message to channel 'job-info'

    I have a simple job configuration file - in the spring batch admin sample.

    The sample configuration polls a directory, and launches a job using the 'FileToJobLaunchRequestAdapter'

    The...
  3. Spring Batch Admin: Failed to convert property value of type 'null'

    Try any sample from the Spring Batch Admin webapp.

    Try launching one of the sample jobs or upload a file to see the trigger message.

    All jobs fail with the message.

    Is the ItemWriter bean...
  4. Tried implementing a simple filter

    That attempts sorting. I also return the file list as sorted.
    [Assume that the files are of .txt extension say 0.txt, 1.txt and so on]
    Custom Filter Input: 0,1,10,2,3.
    Custom Filter Output:...
  5. Using Spring Integration, can we sort files and then process them?

    A unique requirement for our integration is that we FTP files from a vendor - and then, we need to process them in a specific order (e.g sort by fileName).
    An FTP In-Bound adapter would notify a...
  6. Can you rename a file when using the FTP adapter(in-bound)?

    My requirement is a slight different: Can we rename the file at the remote end, instead of deleting?

    The default configuration does not seem to allow that.

    Appreciate your response.
  7. Using an inbound FTP adapter - Can we rename the remote file on consumption

    Our use case is a very simple one where we consume a file via an inbound file adapter, and when the FTP session is complete, we need to rename the file at the remote end.

    Does Spring integration...
Results 1 to 7 of 7