Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    1,147

    Please refer my blog where I posted an example...

    Please refer my blog where I posted an example for Twitter Integration - Post a Tweet, Receive a Tweet

    The first example deals with the steps you would need to authenticate and authorize your...
  2. When you say your job is being repeated 78 times,...

    When you say your job is being repeated 78 times, how are you confirming it apart from the logs? Is the file being deleted and recreated so many time? I was wondering if you configured you log4j to...
  3. I can notice two things - 1 - commit-interval...

    I can notice two things -

    1 - commit-interval is set to 1 in the tasklet, which mean you are persisting the records to the file one at a time.
    2 - In the job definition restartable="false" is...
  4. Did you try using a message store? ...

    Did you try using a message store?

    SkilledMonster
  5. I have recently written an article ...

    I have recently written an article on how to integrate Batch and Integration modules.

    Check out section 8 of the page where you can see how I invoke the batch job.

    Also, looking at your...
  6. Great! Care to share snippets of the code? Might...

    Great! Care to share snippets of the code? Might be helpful for some other folks looking for a similar solution!

    you can manage transaction failure by configuring AOP. And on the other hand, you...
  7. joe_82 - You probably need to update schema...

    joe_82 -

    You probably need to update schema location.

    For Spring Beans use the versioned schema or the generic one -

    http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
    or...
  8. OK! I figured out the issue! It seems to be an...

    OK! I figured out the issue! It seems to be an issue with my key-value pairs in properties file. I seem to have extra empty space at the end of the keys. Once I removed the spaces, I was able to...
  9. When you poll the remote directory, do you know...

    When you poll the remote directory, do you know the file name off-hand? Can you please provide more information on this piece?
  10. With little brainstorming, I am thinking...

    With little brainstorming, I am thinking something like this -

    Use Spring Batch + Spring Integration

    Configure a job repository with repeatable tasks

    Tasklet 1 - For polling the FTP Server...
  11. Personally, I would recommend [Approach 2]. This...

    Personally, I would recommend [Approach 2]. This way you don't have to worry about rollback. Also, once the message is fetched from the queue, rollback doesn't put it back into the queue unless you...
  12. It also depends on your design considerations - ...

    It also depends on your design considerations -

    1 - If the file is still not deleted on the FTP, do you plan to still keep the messages in the queue without consuming them?
    2 - Is this a very...
  13. Spring Integration with Twitter Issue with Authentication

    I am trying to test Spring Integration with Twitter with a standalone program on my windows XP machine. But I am getting the error -


    WARNING: POST request for...
Results 1 to 13 of 13