0 Replies Latest reply on Dec 12, 2006 11:53 PM by harisharma

    setting Isolation Levels

    harisharma

      Hi,

      i need info regarding " Hoe to set Isolation Level in EJB 3.0 (CMP)"

      Problem Description :

      i have a scenario where i need to set the ISOLATION LEVEL inorder to eliminate the concurrency ISSUE. i came to know that to set Isolation level we need connection object. but how to get the Connection object which is pooled by JBOSS and used by Enity manager. i have created the Conection object with the same JNDI name which is used in the JBOSS_DS.xml. but this is not working coz this is a new object which is not creaed and pooled by the Jboss. please let me know the way how we can get the connection object used by the Entity Manager.