hiyer wrote:
Hi,
I would like to define a SU to invoke methods on a POJO service. The
servicemix-bean seems to have the functionality to do this. But looking at
the code it does not appear that it sends the return value of the invoked
method. Is that correct?
--
View this message in context:
http://www.nabble.com/servicemix-bean-response-tf4576718s12049.html#a13064241
Sent from the ServiceMix - User mailing list archive at Nabble.com.
Are you referring to the a value returned from the onMessageExchange?
This method does not return a value but requires you to either set an
"out" message or a status of "done" depending on the MEP (Message
Exchange Pattern) you have chosen.
How are you implementing the call to your PoJo?
Regards,
Gordon