Hi forum,
When using an outbound-channel-adapter component with use-temporary-file-name attribute set to false we're getting a schema validation error.
Spring integration used: 2.1.
Here's the...
Type: Posts; User: jackrabbit; Keyword(s):
Hi forum,
When using an outbound-channel-adapter component with use-temporary-file-name attribute set to false we're getting a schema validation error.
Spring integration used: 2.1.
Here's the...
Hi,
I'm using spring-integration 2.1 with SFTP adapter component to transfer files to a remote location.
Intermittently, I'm getting the following exception:
Error handling message for file...
JIRA ticket opened
Gary, could you please relate to this issue? It's rather important to me.
Thanks
Seem to be working with a single exception: when the wepapp is stopped I get the following error:
20120412-113631.414 ERROR [org.apache.catalina.loader.WebappClassLoader] The web application []...
It seems logically right, I will give it a go tomorrow and update.
Thanks for all your efforts, I appreciate it.
Is the output-channel of the transformer correct? Shouldn't it point to the adapter (supplierSecuredFileTransfer)?
Not sure how you should wire the adapter. On one hand it needs to adapt the...
The order here matters. outbound adapter should run first, therefore "notifysupplier" should get a File payload.
The service-activator (deleteNotificationRecords) which runs afterwards (order="2")...
Let me try to explain by code:
<!-- Submit the file to supplier -->
<integration:publish-subscribe-channel id="notifysupplier"/>
<int-sftp:outbound-channel-adapter...
following your advice, I'm having a bit of a problem with the message to send:
The SFTP outbound adapter requires a java.io.File type of message, while the transformer requires another object.
Is...
Yes, I'm well aware of that.
We're migrating code from SI 1.0 to 2.1. Header enricher was not available back then.
Spot on! very nice debugging skills.
I'm now copying the headers while building the Message with payload. Not getting this error any more.
Thanks a lot,
Assaf
I return the entire message as the payload keeps getting updated along the flow, so I thought it would be a good idea to pass the entire message.
However, I debugged my code and found that the...
Hi Artem,
I'm new to SI (though I spent a lot of time reading the documentation), so please bear with me here.
1. For once, I really don't need the gateway to be async. I'm okay with the...
Hi everyone,
I'm trying to get feedback of any kind from a SFTP outbound adapter without any luck.
I understand that this is by design, however, I want to be able to tell whether the adapter was...
Hi,
I saw that this post is quite popular around here, however I couldn't get my hands around this.
I using a flow that is now stripped to the very basics:
Gateway:
<integration:gateway...