On Sun, Feb 12, 2012 at 11:26 PM, tops <ilya.solov...@gmail.com> wrote:
> Hi Claus!
> Please find the full trace in attach (trace.txt)
>
> http://camel.465427.n5.nabble.com/file/n5477595/trace.txt trace.txt
>

Well whatever its an Oracle issue as it contains data that are not serializable.

You can tell Camel to send the message as a javax.jms.TextMessage
instead, by setting the jmsMessageType=Text option on the Camel JMS
endpoint.
Then the message is converted to a String. Since your use some Oracle
XMLType then it would be assumed the XMLType can be converted to a
String.
Alternatively you can convert the message yourself using a java bean /
Camel processor etc.


> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5477595.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to