does SI 2.1 supports retry ?
Type: Posts; User: oawad79; Keyword(s):
does SI 2.1 supports retry ?
any idea why ?
Hello,
I am using Spring Integration to sftp files using the sftp outbound channel adapter . I am using DefaultSftpSessionFactory, it seems working but inconsistently, I keep getting this...
This seems has to do with the order in which security is applied. it could be that the ssl interceptor order when applied is incorrect so the target service does not understand the message, a soap...
Hello,
I am trying to call a secure webservice over SSL using spring integration and ws outbound gateway, I keep getting this error as a response from the service: if I disable SSL then the call...
Hello,
I am trying to call a secure webservice over SSL using spring integration and spring-ws with spring-ws-security, I have imported the certificate in the truststore ,whenever I call the...
I managed to get it working by passing the map as a variable to the groovy script
int-groovy:variable name="mymap" value="#{map}"/>
Hello,
I am trying to load a properties file into a spring util:map, what is the best way do so?
I saw this from an old thread
<bean id="myBean" class="myPackage.myClass">
<property...
Hello,
I have a util:map defined in my spring context, I want to be able to access this map from within a SI groovy transformer, what is the best way to do so?
Thanks
Hello,
I am trying to use xpath-expression to select a node (to enrich a header with it) from an XML document passed as a payload in SI, my xpath-expression varies according to the a type value in...
Thanks Gary, very nice, I will give it a try.
Hello
I have the following scenario,
jms connection factory configured with redelivery policy (lets say try to redeliver 5 times in case of failure), so I have a queue with a jms message driven...
Thanks Mark, makes perfect sense. I was wondering how would we intercept the failed message before sending it gets sent to the DLQ. I want to header-enrich the message with the failure reason?
Hello,
I have the following scenario,
jms connection factory configured with redelivery policy (lets say try to redeliver 5 times in case of failure), so I have a queue with a jms message...
Hello,
Does SI support retaining request payload after the synchronous call completes to some service.
example
<int:channel id="inChannel"/> >>>> contains payload for request -------(1)
...
Thanks Cleric, very nice.
I tried it but getting this exception, I guess that the fault returned by the service contains unserializable exception within the chain of exceptions, tried to replace...
Thanks for the reply, I am using version SI 2.0.5 , I will try your work around and let you know
Hello,
I am trying to expose a service using the http:inbound-channel-adapter in the following way
<int-http:inbound-channel-adapter channel="someChannel"
...
thank you very much Cleric, very helpful
Thanks for the quick response.
As I understand, thats almost the same thing as my original idea, use fault-message-resolver and implement a fault resolver and inject into him the error channel....
Hello,
Thanks for the reply.
Looking at strategy 3, the SoapFaultMessageResolver or FaultMessageResolver method
public void resolveFault(WebServiceMessage message)
has a void return type,...
What is the best way to handle a returned fault message from a webservice? I am using int-ws:outbound-gateway to invoke a soap webservice, so I am interested to handle fault messages and send them to...
I am getting this error when I am trying to call a webservice over SSL
SEVERE: WSS0221: Unable to locate matching certificate for Key Ecnryption
Dec 8, 2010 11:54:45 AM...
i got this working
Hello,
I am having a problem with Spring WS proxy authentication, getting the following error
INFO: Failure authenticating with BASIC 'WWW Access'@proxy.company.com:8080
Exception in thread...