[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-771) TransactionManager is not bound error in Embedded EJB
Tony Hillerson (JIRA)
jira-events at jboss.com
Tue Oct 31 22:44:41 EST 2006
TransactionManager is not bound error in Embedded EJB
-----------------------------------------------------
Key: EJBTHREE-771
URL: http://jira.jboss.com/jira/browse/EJBTHREE-771
Project: EJB 3.0
Issue Type: Bug
Affects Versions: EJB 3.0 RC9 - FD
Environment: Embedded with Tomcat on Windows
Reporter: Tony Hillerson
I'm deploying a fairly simple web app with embedded ejb3 (RC9) to Tomcat 5.5.20. I get These errors:
ERROR 06-10 15:53:41,437 (AbstractController.java:incrementState:440) -Error installing to Start: name=UserTransaction state=Create
...
Caused by: javax.naming.NameNotFoundException: Name TransactionManager is not bound in this Context
The relevent lines from web.xml:
<context-param>
<param-name>jboss-kernel-deployments</param-name>
<param-value>embedded-jboss-beans.xml, jboss-jms-beans.xml</param-value>
</context-param>
<listener-class>org.jboss.ejb3.embedded.ServletBootstrapListener</listener-class>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list