Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    354

    does SI 2.1 supports retry ?

    does SI 2.1 supports retry ?
  2. Replies
    4
    Views
    354

    any idea why ?

    any idea why ?
  3. Replies
    4
    Views
    354

    Issue with SFTP Adapter

    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...
  4. This seems has to do with the order in which...

    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...
  5. Need help with setting soap action for target webservice

    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...
  6. Spring Integration with Spring WS and Spring WS Security

    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...
  7. I managed to get it working by passing the map as...

    I managed to get it working by passing the map as a variable to the groovy script

    int-groovy:variable name="mymap" value="#{map}"/>
  8. Replies
    1
    Views
    607

    Loading a properties file into a 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...
  9. Accessing spring bean from within groovy transformer

    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
  10. Replies
    1
    Views
    286

    Help on xpath-expression

    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...
  11. Replies
    3
    Views
    438

    Thanks Gary, very nice, I will give it a try.

    Thanks Gary, very nice, I will give it a try.
  12. Replies
    3
    Views
    438

    SI Error Handling question

    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...
  13. Thanks Mark, makes perfect sense. I was wondering...

    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?
  14. Spring integration and handling multiple errors resulted from retries

    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...
  15. Question - retain request payload after response arrive for a synchronous call

    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)
    ...
  16. Thanks Cleric, very nice. I tried it but...

    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...
  17. Thanks for the reply, I am using version SI 2.0.5...

    Thanks for the reply, I am using version SI 2.0.5 , I will try your work around and let you know
  18. Little help with http:inbound-channel-adapter and Rest

    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"
    ...
  19. thank you very much Cleric, very helpful

    thank you very much Cleric, very helpful
  20. Thanks for the quick response. As I...

    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....
  21. Hello, Thanks for the reply. Looking at...

    Hello,

    Thanks for the reply.

    Looking at strategy 3, the SoapFaultMessageResolver or FaultMessageResolver method

    public void resolveFault(WebServiceMessage message)

    has a void return type,...
  22. Spring Integration WebServices Gateway - Handling fault messages

    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...
  23. Unable to locate matching certificate for Key Ecnryption

    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...
  24. Replies
    1
    Views
    1,571

    i got this working

    i got this working
  25. Replies
    1
    Views
    1,571

    Proxy authentication required issue

    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...
Results 1 to 25 of 30
Page 1 of 2 1 2