>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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...