[jboss-user] [JCA/JBoss] - Re: How to set Isolation Level in EJB 3.0 (CMP)
weston.price@jboss.com
do-not-reply at jboss.com
Thu Dec 14 01:13:54 EST 2006
The only way to effectively do this would be to set the
<transaction-isolation></transaction-isolation>
property in your *-ds.xml file. Unfortunately, this will be applicable to *all* connections used/created by EJB3 that use that datasource. EJB3 provides no way to acquire the underlying connection used by the EntityManager and as a result you will not be able to set this property dynamically.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993701#3993701
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993701
More information about the jboss-user
mailing list