[jboss-user] [JCA/JBoss] - Re: Howto retrieve DataSource inside of WrapperDataSource
weston.price@jboss.com
do-not-reply at jboss.com
Thu Feb 22 16:12:58 EST 2007
This is correct. OracleAQ is expecting it's own DS implementation. While you can call getUnderlyingConnection() from the WrappedConnection Oracle will obviously not call this.
Best solution is probably not to use JBoss JCA at this point. If Oracle expects it's own connection as part of the OracleAQ implementation then you should use their connection pool. It's either that, or lobby OracleAQ to stick to the standard JDBC API.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020807#4020807
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020807
More information about the jboss-user
mailing list