[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-771) TransactionManager is not bound error in Embedded EJB
Wesley Hales (JIRA)
jira-events at lists.jboss.org
Sat Jun 9 09:39:12 EDT 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-771?page=comments#action_12364794 ]
Wesley Hales commented on EJBTHREE-771:
---------------------------------------
Hi - I have worked through this issue with a successful Jetty/EJB/Seam deployment... <a href="http://www.jboss.com/index.html?module=bb&op=viewtopic&t=110555">here are the details</a>
Also, <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&t=110574">here</> are some follow up questions/after thoughts I posted to EJB3 forum. Basically just trying to get things clear from a newb user stand point.
> 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