Re: oracle.jms.AQjmsFactory and javax.sql.DataSource

2013-03-26 Thread Christian Müller
In BasicDataSource you can configure whether you will get the underlying connection or a proxy ( accessToUnderlyingConnectionAllowed) . Getting the proxy is the default configuration. May this solves your issue. Best, Christian Sent from a mobile device Am 19.03.2013 15:25 schrieb "jinaLu" : > I

Re: oracle.jms.AQjmsFactory and javax.sql.DataSource

2013-03-19 Thread jinaLu
If I don't use datasource and specify like this: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.10)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=mydb)))

Re: oracle.jms.AQjmsFactory and javax.sql.DataSource

2013-03-19 Thread Willem jiang
Hi, Did you have any Spring configuration which works? It looks like a configuration issue instead of camel issue. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.

Re: oracle.jms.AQjmsFactory and javax.sql.DataSource

2013-03-19 Thread jinaLu
I tried like this. In fuseEsb etc xml file I have config: In my blueprint xml I have: My ruoteBuilder has: from("direct:test") .to("oracleQueue:queue:AQ_Q") B

oracle.jms.AQjmsFactory and javax.sql.DataSource

2013-03-15 Thread jinaLu
How to specify javax.sql.DataSource for oracle.jms.AQjmsFactory? I'm using blueprint. Thanks in advance -- View this message in context: http://camel.465427.n5.nabble.com/oracle-jms-AQjmsFactory-and-javax-sql-DataSource-tp5729223.html Sent from the Camel - Users mailing list archive at Nabble.