Re: sending oracle XMLType message to activeMQ

2017-02-11 Thread kumarburla
(CallableStatementCreatorFactory.java:213) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1072) Thanks & Regards Kumar -- View this message in context: http://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5793794.html Sent from

Re: sending oracle XMLType message to activeMQ

2012-02-21 Thread tops
We still figure out how to handle this issue, but anyway thank you guys for all of yours proposals! I'll update this thread once we come up with final decision. -- View this message in context: http://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5503727

Re: sending oracle XMLType message to activeMQ

2012-02-12 Thread Claus Ibsen
ert 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 Nab

Re: sending oracle XMLType message to activeMQ

2012-02-12 Thread tops
Hi Claus! Please find the full trace in attach (trace.txt) http://camel.465427.n5.nabble.com/file/n5477595/trace.txt trace.txt -- View this message in context: http://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5477595.html Sent from the Camel - Users

Re: sending oracle XMLType message to activeMQ

2012-02-11 Thread Claus Ibsen
serialized fields, > according to documentation mentioned above. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5473294.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus I

Re: sending oracle XMLType message to activeMQ

2012-02-11 Thread tops
nding-oracle-XMLType-message-to-activeMQ-tp5466141p5473294.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: sending oracle XMLType message to activeMQ

2012-02-10 Thread Ashwin Karpe
http://opensourceknowledge.blogspot.com - -- View this message in context: http://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5472889.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: sending oracle XMLType message to activeMQ

2012-02-09 Thread Matt Pavlovich
The cause is showing that something isn't serializable. The XMLType object has a toString(), and a constructor that accepts a String to re-create the oracle.xdb.XMLType if you need it on the other end. Its also possible, that you have a header or other object in the exchange that is not seria

Re: sending oracle XMLType message to activeMQ

2012-02-09 Thread tops
INFO com.foo.jms.message.producer.TransactionMessageProducer - Exception occurred during execution on the exchange: Exchange[Message: oracle.xdb.XMLType@15635fa] -- View this message in context: http://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5470388.html Sent from the Camel -

Re: sending oracle XMLType message to activeMQ

2012-02-08 Thread Claus Ibsen
fact that > XMLType is serializable class? > > http://docs.oracle.com/cd/B28359_01/appdev.111/b28391/oracle/xdb/XMLType.html > > Or the reason is the camel implementation issue or so? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/

Re: sending oracle XMLType message to activeMQ

2012-02-08 Thread tops
://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5467801.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: sending oracle XMLType message to activeMQ

2012-02-08 Thread Claus Ibsen
in context: > http://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5466141.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: dav

sending oracle XMLType message to activeMQ

2012-02-08 Thread anshuman.mishra
in context: http://camel.465427.n5.nabble.com/sending-oracle-XMLType-message-to-activeMQ-tp5466141p5466141.html Sent from the Camel - Users mailing list archive at Nabble.com.