You haven't posted much information except the NPE in somebody else's code.
You can see what jboss is doing if you enable TRACE logging for org.jboss.resource It will be doing very little except pooling. You also don't post your JBoss version or explain what the MDB is doing with the connection. I would also comment that an JDBC Driver should never throw an NPE. It should always wrap it an SQLException. You could always try JBoss's JDBC RAR. Just copy one of the dbs and fill in the parameters. Regards, Adrian <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826002#3826002">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826002>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
