Hi,
I tried doing this but message is directly going to transformer even though expression is returning false by default! Where am I going wrong?!:confused:
...
Type: Posts; User: keerthib; Keyword(s):
Hi,
I tried doing this but message is directly going to transformer even though expression is returning false by default! Where am I going wrong?!:confused:
...
Hi Mark,
Thank you for that. I am exactly looking for this syntax - @foo.bar() and I just found it in here : https://jira.springsource.org/browse/INT-578
My bean extends MessageSelector, so I am...
Hi Hans,
I am also working on groovy/grails project and currently learning on how to make the events transactional - like the events/messages should be published only when a status change is...
Hi,
I am using recipient list router to route messages to different channels like below:
I want to inject selector_expression value from another bean (selectorExpressionEvaluator). How can I do...
Hi Mark,
In the same context, I am facing 2 issues. Please help.
1)wire-tap is not working. I was expecting the messages to be written to console but its not happening. -- got this Working -...
Oh, sorry. I missed that document somehow.
Thank you so much. I appreciate your timely response.
Hi Mark,
Great. I will try with MBean. How to get the spring integrated adapter reference in the MBean?
Thank you
Keerthi
Hi,
I have a requirement similar to dynamic destinations.
In spring integration, its possible to intercept channels and wire-tap to logging channel. Is it possible to stop this logging channel...
Hi janylj,
Have you found solution for this? How to unsubscribe from a durable subscription when it is created using DefaultMessageListenerContainer bean?
Even I would like to know if STS can draw UML diagrams automatically like the one in Netbeans.
Hi kelkarp,
Thank you so much.. after adding vm args its working :)
Regards..
Hi kelkarp,
How did you resolve this issue? I am having similar problem - not able to see my custom MBean in JConsole. I am using grails and running the application locally in STS (eclipse).
...
Even after implementing what you have said..I am still getting the following error:
2007-10-09 10:34:28,843 DEBUG [org.springframework.ws.soap.server.SoapMessageDispatcher] - Testing endpoint...
The error u got is very much similar to that of mine when using jaxb2marshaller...
Even I got struck up here..
Can somebody help??
ThankYou..
Keerthi
You don't require Maven to create spring web service project... i feel maven will just help you in creating the folder structure.. So, setting up means you can create two projects, one for client and...
Hi,
My Endpoint looks like this...
public class ProjectSearchEPMarshall extends AbstractMarshallingPayloadEndpoint {
public Object invokeInternal(Object requestObject) throws Exception ...
Hello,
I am trying to create one webservice... the client sends soap header with user details to the server.. and at the endpoint i need to retrieve the user details from the header... now, my...
I didnt understand what do you mean by "create client and wire it up"!!
I am amateur to spring-ws and dont get the concept of pom.xml.. do we really require pom.xml file?
i will be very grateful if...
are you able to resolve your error(the following one)?
java.lang.NullPointerException
org.springframework.ws.context.DefaultMessageContext.<init>(DefaultMessageContext.java:51)...
hi,
i am doing the same thing as above code...
and i get this error
nested exception is java.lang.ClassNotFoundException: org.springframework.ws.transport.http.HttpUrlConnectionMessageSender
...