Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    560

    JMS listener inactive on refreshCOnnection

    I have a jboss service using JMS listener thru SpringIntegration which uses DefaultMessageListenerContainer within - when the ActiveMQ/WMQ is down and brought back up we see the...
  2. Replies
    1
    Views
    1,169

    Failsafe messaging queue down

    Gang,

    I am writing a message onto a channel which is then connected via a channel-adapter to a jms-target, and hence, to a queue. In the event that the queue goes down I need to be able to write...
  3. Thread: M6

    by diippi
    Replies
    1
    Views
    1,217

    M6

    Is M6 slated to be released as scheduled , i.e Today ?
    Will it include the FTPTarget channel adapter ?
  4. Replies
    22
    Views
    3,519

    Strangely this works fine if deployed on Jboss. ...

    Strangely this works fine if deployed on Jboss.
    But it fails consistently on standalone tests without the tcpmon in between. Any ideas ?
  5. Replies
    22
    Views
    3,519

    Yes..I tried the webservice sample provided by SI...

    Yes..I tried the webservice sample provided by SI and it works fine with M5 .

    Here are the tcpmon results for :
    M3 :


    POST http://mcib1smdt001/SDSServices/WebService/Gfp1.ASMX HTTP/1.1...
  6. Replies
    22
    Views
    3,519

    Yes , as follows : POST...

    Yes , as follows :


    POST http://myserver001/SDSServices/WebService/Gfp1.ASMX HTTP/1.1
    Accept-Encoding: gzip
    Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    SOAPAction:...
  7. Replies
    22
    Views
    3,519

    Actually it seems i had the issue with the old...

    Actually it seems i had the issue with the old version i.e 1.5.0 too with SI M5.

    Im not sure exactly what is going wrong and where but the main variables is SI M5 .
  8. Replies
    22
    Views
    3,519

    For M3 : Yes , it was working fine without...

    For M3 :

    Yes , it was working fine without messageFactory in standalone environment , but we added the bean definition and messageFactory for JBoss setup.

    For M5 :

    I just added the...
  9. Replies
    22
    Views
    3,519

    M3 config :

    M3 config :


    <endpoint input-channel="holidayRequestChannel" handler-ref="magicAdapter"/>

    <beans:bean id="magicAdapter"...
  10. Replies
    22
    Views
    3,519

    The proxy I mentioned is not a firewall proxy,...

    The proxy I mentioned is not a firewall proxy, rather a tcpmon proxy.
    And yes, the M3 snapshot ran fine without the proxy setup on the same url and the same machine.
  11. Replies
    22
    Views
    3,519

    I got it working now, but in a very weird way .....

    I got it working now, but in a very weird way .. I was trying to intercept the webservice request through tcpmon and when I have
    -DproxySet=true -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8988 ...
  12. Replies
    22
    Views
    3,519

    I tried with the Spring 1.5.4.A and spring -ws...

    I tried with the Spring 1.5.4.A and spring -ws 1.5.1.A and still see the same issues. Has anything changed in the underlying implementation of WebServiceTemplate class ? I upped the log level and see...
  13. Replies
    22
    Views
    3,519

    We are wary of using intermediate versions i.e...

    We are wary of using intermediate versions i.e 1.5.4A etc and were hoping that M5 would be backward compatible with Spring 1.5.3 that we were using.

    Also.. no..there is no other difference in the...
  14. Replies
    22
    Views
    3,519

    Yes..it is.. It also works fine with the M3...

    Yes..it is..
    It also works fine with the M3 snapshot version and ws-target config.

    I have SI M5 and Spring 1.5.3 .
    Do I need to upgrade to Spring 1.5.4A and Spring-WS 1.5.1.A for this to work...
  15. Replies
    22
    Views
    3,519

    M5 ws-handler error

    I am upgrading from M3 snapshot to M5 for web service target .
    This is working fine in the old version.
    Here is the config :



    <ws-handler id="holidaycalendar" uri="${holiday.webservice.url}"...
  16. Replies
    2
    Views
    1,545

    This is the command we use to get the latest from...

    This is the command we use to get the latest from svn :
    svn co https://src.springframework.org/svn/spring-integration/trunk

    You have to ensure your proxy settings are enabled for dependency...
  17. Replies
    2
    Views
    1,308

    I understand that my response messages are being...

    I understand that my response messages are being redirected to request queues because of setting the same channel in jms-source and jms-target .. I need to know whats the right way to recieve the...
  18. Replies
    2
    Views
    1,308

    RequestReplyTemplate doubt

    I want to establish a synchronous communication <request-reply> with 2 queues , i.e I will be using a request on one queue and expecting a synchronous reply back at other queue.
    Is...
  19. Replies
    5
    Views
    1,511

    Thanks Mark..that did work ..but have you changed...

    Thanks Mark..that did work ..but have you changed the schema for the endpoint to have 'handler' instead of 'handler-ref' now ?
  20. Replies
    14
    Views
    2,267

    Thanks Mark..I have taken the latest from svn and...

    Thanks Mark..I have taken the latest from svn and the short term fix does works..I will be keeping an eye out on the JIRA too.
  21. Replies
    5
    Views
    1,511

    DefaultJmsHeaderMapper error

    I am trying to read message from a WMQ queue using jms-source and its giving me following exception :



    18:00:21,141 WARN [MessagePublishingErrorHandler] failure occurred in messaging task...
  22. Replies
    4
    Views
    3,040

    Yes...that was the spring version issue..I...

    Yes...that was the spring version issue..I upgraded to 2.5.3 and it works fine now..
    Thanks a lot !
  23. Replies
    4
    Views
    3,040

    Still

    I cleared all the jars from my class path and tested this. Also had my team member test it and we still see the same issue..
    Is there any other version that has changed in this week ? Spring version...
  24. Replies
    4
    Views
    3,040

    SI M4 nightly build taken today

    is breaking our previously running code with following , Any ideas ?



    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'integrationservice' defined in...
  25. Replies
    14
    Views
    2,267

    JIRA issue created

    Please check : http://jira.springframework.org/browse/INT-202
    Please let us know when this will be resolved.


    Thanks a lot for your help!
Results 1 to 25 of 57
Page 1 of 3 1 2 3