[jboss-user] [EJB/JBoss] - Please please help, can not close jdbc connection and contin

rajuanye do-not-reply at jboss.com
Mon Sep 17 04:28:51 EDT 2007


Hi 

I have a connection using data source 
@Resource (mappedName="java:/OracleDS") protected DataSource oracleDS; 
  | oracleDS.getConnection(); 

when i close the connection(connection.close()) i can not use my entity manager. 
I get "ResourceException: Transaction is not active". 

apparantly when i close the connection, my entity manager connection is also closed. 

how can I use JDBC connection, open and close it and still use entity manager.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084919#4084919

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084919



More information about the jboss-user mailing list