[
http://jira.jboss.com/jira/browse/EJBTHREE-771?page=comments#action_12348260 ]
Michael He commented on EJBTHREE-771:
--------------------------------------
This issue also causes trouble in SEAM deployments running on Tomcat. As long as this is
not taken care of, al SEAM/Tomcat users are stuck with the "could not register for
synchronization"-bug described in EJBTHREE-540 AND EJBTHREE-584. So please, please -
fix it.
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