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"...
Type: Posts; User: jethrobakker; Keyword(s):
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"...
Hi,
My build fails again, I removed my local maven repo and runned a maven clean install. Still facing the same problem.
I also get this error, how did you solve it?
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...
which version of Castor and Spring-WS do you use?
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...
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:
...
Hi,
Could you do this with an interceptor? See the EndpointInterceptor interface:
Processes the incoming request message. Called after {@link EndpointMapping} determined an appropriate...
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.
I think you should remove the schema property or adjust it to your own schema.
The second thing would solve my problem. So, it would be great when it is fixed in the 1.5.3 release.
regards,
Jethro
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">
...
I have created a Jira issue with ID SWS-375.
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...
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...