[jboss-user] [JCA/JBoss] - Re: JBoss + Oracle XA Connection --> WARN : JBossResourceEx
mmbouallagui
do-not-reply at jboss.com
Thu Mar 29 12:24:32 EDT 2007
Hi,
In fact, I get the DataSource object :
InitialContext initCtx = new InitialContext();
DataSource dsrc = (DataSource) initCtx.lookup(jndiName);
the I use : dsrc.getConnection in another method to use the connection. (It works without the warning with Jboss 3.2.7.)
Thanks for your answer
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032852#4032852
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032852
More information about the jboss-user
mailing list