Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: AOP and JAXB

    by BobbyF
    Replies
    0
    Views
    704

    AOP and JAXB

    0 down vote favorite


    I am trying to implement logging aspect into my application. This is the first time I am attempting AOP, so please let me know if I am missing something obvious. In order...
  2. Replies
    25
    Views
    1,975

    By saying 'same file' - I mean by name AND...

    By saying 'same file' - I mean by name AND content. Two copies are made (one copy by each thread) and messages are constructed. Out of the two threads, one thread gets to delete the file on FTP...
  3. Replies
    25
    Views
    1,975

    That is correct. The file I post (scf05.txt.pgp)...

    That is correct. The file I post (scf05.txt.pgp) is consumed by a third-party application where as I consume the file (odt05.txt.pgp) posted by them from the same FTP site. For every post of the file...
  4. Replies
    25
    Views
    1,975

    The middleware product I am working with does two...

    The middleware product I am working with does two things:
    1. Messages posted via http inbound gateway are accumulated, a batch file created, encrypted and posted to FTP site. This task always posts...
  5. Replies
    25
    Views
    1,975

    Yes, that is correct. Here is the updated config:...

    Yes, that is correct. Here is the updated config:


    <int-ftp:inbound-channel-adapter id="fromFidFTPReader" local-directory="EncryptedFilesFromFid"
    channel="fromFidEncryptedBatchChannel"...
  6. Replies
    25
    Views
    1,975

    I don't know what it is worth, but the FTP log...

    I don't know what it is worth, but the FTP log shows that two sessions are being established at the same time.



    000631)5/9/2011 19:09:00 PM - (not logged in) (127.0.0.1)> USER fidinvest...
  7. Replies
    25
    Views
    1,975

    I updated my project with 2.0.4 and tried it. I...

    I updated my project with 2.0.4 and tried it. I am still seeing the same behavior:


    2011-05-09 19:09:00,053 DEBUG DefaultFtpSessionFactory [task-scheduler-5] (AbstractFtpSessionFactory.java:154)...
  8. Replies
    25
    Views
    1,975

    I apologize for not getting back to you right...

    I apologize for not getting back to you right away.

    To continue with the original issue, I followed your suggestion and re-wired my application by eliminating folder polling (my service activator...
  9. Replies
    25
    Views
    1,975

    I will update my config and post the details. ...

    I will update my config and post the details.

    Just to give you some background, the cryptography manager is a wrapper for the command line utility (my company licensed) that decrypts the incoming...
  10. Replies
    25
    Views
    1,975

    View Post

    <int-ftp:inbound-channel-adapter id="fromFidFTPReader" local-directory="EncryptedFilesFromFid"
    channel="fromFidEncryptedBatchChannel" session-factory="ftpClientFactory" remote-directory="Fid" ...
  11. Replies
    25
    Views
    1,975

    Kind of. FTP Process downloads the file to...

    Kind of.

    FTP Process downloads the file to folder1 is put on channel. It is then passed to a service activator which decrypts the file and puts it in folder2. Then I have an inbound channel...
  12. Replies
    25
    Views
    1,975

    I meant to say there are multiple inbound channel...

    I meant to say there are multiple inbound channel adapters polling different folders say folder1, folder2, folder3 at various stages of processing (a file being processed in phase1 would be in...
  13. Replies
    25
    Views
    1,975

    I do not have multiple inbound channel adapters...

    I do not have multiple inbound channel adapters polling the same folder; however, I do have inbound channel adapters polling different folders (within the same applicationContext). Could this be an...
  14. Replies
    25
    Views
    1,975

    I totally understand and that was my expectation...

    I totally understand and that was my expectation too as I did not assign any task executor. According to my application log, two task scheduler threads (10 and 8) were spanned to access the same file...
  15. Replies
    25
    Views
    1,975

    Inbound channel adapter issue

    Here is my inbound channel adapter config:


    <int-file:inbound-channel-adapter directory="DecryptedFiles" channel="decryptedFilesChannel" prevent-duplicates="true">
    <int:poller cron="* * 6-23 *...
  16. Thread: nio-locker

    by BobbyF
    Replies
    3
    Views
    844

    nio-locker

    Could somebody please give me an example of usage of nio-locker? I went through the documentation, but apparently only nio-locker or poller could be configured? I need to poll a directory defined...
  17. Replies
    0
    Views
    600

    Combining Annotations and beans config

    Is it possible to combine annotations and beans config? I just started playing with annotations and I like how they simplify configuration. However, I would prefer to take a hybrid approach for my...
  18. Replies
    0
    Views
    471

    Share ApplicationContext bean

    I am trying to reference some DAO beans already defined (in applicatonContext.xml) in my springmvc-servlet.xml file.

    Here is the bean definition in my applicationContext:

    <beans:bean...
  19. Fair enough...Are you deploying your code in some...

    Fair enough...Are you deploying your code in some container like Tomcat? Are you sure that the file is getting deleted? The reason why I am asking this is, I had my application deployed in Tomcat 7...
  20. If I understood the process correctly, the file...

    If I understood the process correctly, the file is downloaded from the FTP server to your local folder and this file from the local folder is what is put on the channel. The issue is primarily...
  21. Yes, that is the behavior as it is mentioned in...

    Yes, that is the behavior as it is mentioned in the FTP inbound channel adapter documentation. You can do one of two things - you can delete the file after you are done processing or you can download...
  22. Session class...

    Session class (org.springframework.integration.file.remote.session.Session) does have a method to rename the file on the FTP server. Check that out. Rename option may not be available on the FTP...
  23. The same source application sends different...

    The same source application sends different requests to the applications deployed in the Tomcat 7 container. That means, it receives response from one application where as it times out from the...
  24. Timeout in sending response from SI application

    Here is the scenario. I developed two applications using spring integration. They are *almost* similar in nature; but wired little bit differently. So, I have the same code base with slightly...
  25. INT-1844 is created for the feature request.

    INT-1844 is created for the feature request.
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4