[ 
https://issues.apache.org/jira/browse/TOMEE-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631305#comment-13631305
 ] 

Howard W. Smith, Jr. commented on TOMEE-896:
--------------------------------------------

Romain and I discussed this on the user list (see below).


On Sun, Apr 14, 2013 at 7:56 AM, Romain Manni-Bucau <[email protected]> 
wrote:
Look in the whole logs, it is here...

Done, and you are right, it is there, found it! hahaha :)

Apr 13, 2013 10:00:58 AM org.apache.openejb.assembler.classic.JndiBuilder bind
INFO: Jndi(name=CustomerFacadeLocalBean) --> Ejb(deployment-id=CustomerFacade)

Apr 13, 2013 10:00:58 AM org.apache.openejb.assembler.classic.JndiBuilder bind
INFO: Jndi(name=global/mcmsweb/CustomerFacade!jpa.session.CustomerFacade) --> 
Ejb(deployment-id=CustomerFacade)

Apr 13, 2013 10:00:58 AM org.apache.openejb.assembler.classic.JndiBuilder bind
INFO: Jndi(name=global/mcmsweb/CustomerFacade) --> 
Ejb(deployment-id=CustomerFacade)


The above meets my requirements. Honestly, there is 'so much' detail in the 
log, when TomEE starts, that I overlooked this.

Please CLOSE this JIRA. Thanks!
                
> Specify portable global JNDI name of all EJBs in log on startup of TomEE
> ------------------------------------------------------------------------
>
>                 Key: TOMEE-896
>                 URL: https://issues.apache.org/jira/browse/TOMEE-896
>             Project: TomEE
>          Issue Type: Improvement
>    Affects Versions: 1.6.0
>         Environment: N/A
>            Reporter: Howard W. Smith, Jr.
>            Priority: Minor
>              Labels: ejb, jndi, log, startup
>             Fix For: 1.6.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to