Search:

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

Search: Search took 0.04 seconds.

  1. Late reply

    Today I faced this problem too. You can fix this by setting the proxy-interface property on your jndi-lookups of your queues.

    <jee:jndi-lookup id="aQueue" jndi-name="MY_QUEUE" resource-ref="true"...
  2. Replies
    6
    Views
    2,130

    Still not working

    Hi,

    My build fails again, I removed my local maven repo and runned a maven clean install. Still facing the same problem.
  3. Replies
    6
    Views
    2,130

    Solution

    I also get this error, how did you solve it?
  4. Setting the JMSExpiration attribute of a JMS reply message

    We have the following requirement: "when a request message contains a JMSExpiration attribute, the reply message must also contain a JMSExpiration attribute value."

    and the following additional...
  5. which version of Castor and Spring-WS do you use?

    which version of Castor and Spring-WS do you use?
  6. Hi, Spring WS need to inspect the root element...

    Hi,

    Spring WS need to inspect the root element of the XML message. When you use a DOM approach this could take a while. (It has to store the message into memory.) If you want to process large...
  7. Possible solutions

    I''ve checkout the source from subversion and I have some possible solutions to the problem described above.

    I've created a callback interface (TransportConnectionCallback) with one method:
    ...
  8. Replies
    8
    Views
    1,732

    Hi, Could you do this with an interceptor? ...

    Hi,

    Could you do this with an interceptor? See the EndpointInterceptor interface:

    Processes the incoming request message. Called after {@link EndpointMapping} determined an appropriate...
  9. Is your problem related to Spring Webservices or...

    Is your problem related to Spring Webservices or Spring MVC? If it is related to Spring MVC you should post your question to another forum.
  10. Replies
    5
    Views
    3,789

    I think you should remove the schema property or...

    I think you should remove the schema property or adjust it to your own schema.
  11. The second thing would solve my problem. So, it...

    The second thing would solve my problem. So, it would be great when it is fixed in the 1.5.3 release.

    regards,

    Jethro
  12. Same problem

    We have the same problem. We have a permanent queue for receiving responses. See the following configuration.



    <bean id="client" class="org.springframework.ws.client.core.WebServiceTemplate">
    ...
  13. Jira link

    I have created a Jira issue with ID SWS-375.
  14. no solution yet

    I still did not found a solution to the logging problem. As far as I know there is currently no callback functionality in the JmsReceiverConnection class. It would be nice if you can manipulate, or...
  15. Log attributes (like correlationId) of JMS messages

    Hello,

    We are using the WebserviceMessageListener and I would like to log the header attributes (like correlationId and replyTo) of the incomming and outgoing JMS messages.

    I can log the...
Results 1 to 15 of 15