Details
Description
Currently, TomEE 1.6.0, and probably all (previous) versions, logs @Stateless EJBs in the log file as follows:
Apr 13, 2013 8:36:09 PM org.apache.openejb.config.InitEjbDeployments deploy
INFO: Auto-deploying ejb CustomerFacade: EjbDeployment(deployment-id=CustomerFacade)
The reference implementation (RI), Glassfish (3.1.2.2) logs @Stateless EJBs in the log file as follows:
[#|2012-12-09T10:58:14.414-0500|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=1;_ThreadName=Thread-2;|EJB5181:Portable JNDI names for EJB CustomerFacade: [java:global/mcms/CustomerFacade, java:global/mcms/CustomerFacade!jpa.session.CustomerFacade]|#]
Please specify the portable global JNDI name for all @Stateless EJBs in the project as RI/Glassfish is doing. Thank you.