[jboss-user] [Microcontainer] - Re: disable connection pool
vickyk
do-not-reply at jboss.com
Thu Nov 23 05:43:01 EST 2006
>>But I need to close JDBC connection!!!
I dont understand why do you want to this . If you don't need pooling which is what DS provides you simple get the connection using explicitily through the jdbc api and then close in the application code .
You can write a POJO which have getConnection()/closeConnection() , configure this in jboss-beans.xml file ....
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988114#3988114
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988114
More information about the jboss-user
mailing list