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>
   

Just like the examples say. Any ideas what I'm doing wrong?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976695#3976695

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976695
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to