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...
Type: Posts; User: springUser2012; Keyword(s):
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...
I think I figured my problem, I will test and then update the post if my guess is correct
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...
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...
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;
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
...
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...
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
Thanks much Gary
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"...
do not worry about my last post, I think I see some of the things I am going wrong
Thanks Gary,
but is this the correct url for the sample app, the 2 links are the same
Regards;
Adam
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...