hibernate - Is java:comp/UserTransaction default in jboss 7.1.1 -



hibernate - Is java:comp/UserTransaction default in jboss 7.1.1 -

i migrating 1 of our solutions jboss 4.0.5 jboss 7.1.1, have sessionfactory name defined in persistence.xml, kept on giving me org.hibernate.service.jndi.jndiexception: unable lookup jndi name [java:comp/usertransaction] whenever hibernateutil want create connection database.. please, issue?

i did not set lookup java:comp/usertransaction anywhere in code, getting error: org.hibernate.service.jndi.jndiexception: unable lookup jndi name [java:comp/usertransaction]. please need help....

try java:jboss/usertransaction, java:comp/usertransaction available ee component code.

hibernate jboss

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -