-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
Deployment is just annotated @Stateless class, with no ejb.jar-xml file, and a jboss.xml file that just overrides the jndi binding. I get a deployment exception.
<jboss>
<enterprise-beans>
<session>
<ejb-name>TravelAgentBean</ejb-name>
<jndi-name>TravelAgentRemote</jndi-name>
</session>
</enterprise-beans>
</jboss>