Hi David,

I changed the value as you suggested, and run into the next exception. Now the 
user transaction is missing.

Caused by: javax.naming.NameNotFoundException: Name "java:comp/UserTransaction" 
not found.
        at 
org.apache.openejb.core.ivm.naming.IvmContext.federate(IvmContext.java:172)
        at 
org.apache.openejb.core.ivm.naming.IvmContext.lookup(IvmContext.java:129)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at 
org.hibernate.transaction.JTATransaction.<init>(JTATransaction.java:60)
        ... 72 more

If I debug the initial context after start up I get the 
java:comp/UserTransaction. But the initial context inside hibernate, has not 
entry in its context.

Regards
Marco

P. S.: Thank you for the link how to switch the transaction manager lookup 
between openEJB and JBoss.

Reply via email to