Search:

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

Search: Search took 0.02 seconds.

  1. Dispatcher has no subscribers exception? can you help

    Hello
    I am getting this exception, not sure why, any suggestion would be helpful

    Exception in thread "main" org.springframework.integration.MessageDeliveryException: Dispatcher has no...
  2. Replies
    1
    Views
    224

    I think I figured my problem, I will test and...

    I think I figured my problem, I will test and then update the post if my guess is correct
  3. Replies
    1
    Views
    224

    programmatically inject to channel

    Hello
    I am trying to inject file into channel programmatically, but I am not sure if I am using the correct class for the channell,
    here is my code and config


    <int:channel...
  4. Replies
    3
    Views
    334

    The example from spring does not define a...

    The example from spring does not define a datasoursce bean, is it because they use in memory database

    <jdbc:embedded-database id="dataSource" type="HSQL" />

    I am using orable and did add a...
  5. Replies
    0
    Views
    283

    spring+jpa+hibernate tutorial

    Hello
    can someone direct me to spring+jpa+hibernate tutorial that is somewhat recent (not deprecated api's) and a tutorial that actually works and run.

    Regards;
  6. Replies
    3
    Views
    334

    spring data with oracle

    Hello
    I would like to use spring data with oracle, I went by the example posted by Spring but it is not working for me
    ...
  7. Replies
    1
    Views
    257

    Messages and Channels

    Hi
    Since the Message object does not have any setters method, is there a way to create a message pragmatically from a file.
    I am working with java.io.File objects and I need at one point to inject...
  8. Replies
    1
    Views
    252

    File operation

    Hello All
    I need to read all the files from a local directory to loop thru them, can I do this with spring integration, or do I have to use a poller.

    Regards;
    Adam
  9. Thanks much Gary

    Thanks much Gary
  10. question about int-ftp:outbound-gateway

    Hello
    how can I delete the remote files after I perform get or mget

    <int-ftp:outbound-gateway id="gatewayGET" cache-sessions="false"
    local-directory="./target/local-ftp-temp"...
  11. Replies
    4
    Views
    263

    do not worry about my last post, I think I see...

    do not worry about my last post, I think I see some of the things I am going wrong
  12. Replies
    4
    Views
    263

    Thanks Gary, but is this the correct url for the...

    Thanks Gary,
    but is this the correct url for the sample app, the 2 links are the same
    Regards;
    Adam
  13. Replies
    4
    Views
    263

    coneection to FTP server

    Hello
    I am new to Spring and spring integration in particular
    I am trying to use spring integration in our project, and need to ftp from remote server to local server.
    What I see in the spring...
Results 1 to 13 of 13