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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to