So I'm getting started with Julian's new Jetty4+JBoss3 integration and I
have some questions...
Is jboss.xml still used in Rabbit Hole? In the past I've used it to set JNDI
names for my EJBs. I have entries like this:
<jboss>
<enterprise-beans>
<entity>
<ejb-name>Order</ejb-name>
<jndi-name>groundswell/Order</jndi-name>
</entity>
</enterprise-beans>
</jboss>
When I try to call these beans from a servlet I get:
javax.servlet.ServletException: javax.naming.NameNotFoundException:
groundswell not bound
So... What am I doing wrong?
Hunter
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development