Such an exception occurs when dealing with InOnly exchanges ... Or maybe if you try setting the out message on a new exchange ... Could you post your script please ?
Cheers, Guillaume Nodet On 5/5/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
Could you post the full stack trace please ? Cheers, Guillaume Nodet On 5/5/06, vgen <[EMAIL PROTECTED]> wrote: > > Hello All, > > Playing with Groovy component I get exception message > "javax.jbi.messaging.MessagingException: Out not supported" when I use > deliveryChannel.send(messageExchange) to send message from groovy script. In > my test scenario I use InOut MEP. Exception is thrown when response is > coming back and ScriptComponent class initializing script environment > invokes populateNamespace(). Here as it is an InOut exchange out message is > created and put into MessageExchange, but it doesn't take into account that > it is response. Correct me if understand something in a wrong way. > > Regards > > -- > View this message in context: http://www.nabble.com/Can-not-send-sync-message-from-Groovy-component-t1563082.html#a4244848 > Sent from the ServiceMix - User forum at Nabble.com. > >
