[jboss-jira] [JBoss JIRA] (WFLY-10612) Include EJB's IIOP Binding when EJB is deployed logging
Brad Maxwell (JIRA)
issues at jboss.org
Tue Jun 19 22:23:00 EDT 2018
Brad Maxwell created WFLY-10612:
-----------------------------------
Summary: Include EJB's IIOP Binding when EJB is deployed logging
Key: WFLY-10612
URL: https://issues.jboss.org/browse/WFLY-10612
Project: WildFly
Issue Type: Enhancement
Components: IIOP
Affects Versions: 12.0.0.Final
Reporter: Brad Maxwell
Assignee: Tomasz Adamski
It would be useful when EJBs configured with IIOP enabled or when enabled by default for all, that it log the binding for the IIOP interface as it is different from the JNDI bindings.
<iiop enable-by-default="true" use-qualified-name="true"/>
{code}
INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'HelloSessionBean' in deployment unit 'deployment "iiop-eap7.jar"' are as follows:
java:global/iiop-eap7/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloSessionBean
java:app/iiop-eap7/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloSessionBean
java:module/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloSessionBean
java:global/iiop-eap7/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloRemoteHome
java:app/iiop-eap7/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloRemoteHome
java:module/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloRemoteHome
java:jboss/exported/iiop-eap7/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloRemoteHome
java:global/iiop-eap7/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloRemote
java:app/iiop-eap7/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloRemote
java:module/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloRemote
java:jboss/exported/iiop-eap7/HelloSessionBean!com.jboss.examples.ejb3.iiop.HelloRemote
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list