0 Replies Latest reply on Sep 16, 2007 9:13 AM by rajuanye

    close JDBC connection closes entity manager connection

    rajuanye

      Hi

      I am 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.