[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-2163) service-ref not creating env binding

William DeCoste (JIRA) jira-events at lists.jboss.org
Thu Sep 2 10:14:53 EDT 2010


service-ref not creating env binding
------------------------------------

                 Key: EJBTHREE-2163
                 URL: https://jira.jboss.org/browse/EJBTHREE-2163
             Project: EJB 3.0
          Issue Type: Bug
          Components: ejb3
    Affects Versions: 1.1.22
         Environment: EAP 5.0.1
            Reporter: William DeCoste
            Assignee: Carlo de Wolf


service-ref/service-ref-name in ejb-jar.xml/jboss.xml is not creating an env binding. See SLSB, ejb-jar.xml, jboss.xml, and JNDIView for SLSB java:comp/env:

java:comp namespace of the component jboss.j2ee:jar=webservices-test.jar,name=WebServiceRefBean,service=EJB3 :

  +- EJBContext (class: javax.ejb.EJBContext)
  +- TransactionSynchronizationRegistry[link -> java:TransactionSynchronizationRegistry] (class: javax.naming.LinkRef)
  +- UserTransaction (class: org.jboss.ejb3.tx.UserTransactionImpl)
  +- env (class: org.jnp.interfaces.NamingContext)
  |   +- org.jboss.webservicestest.WebServiceRefBean (class: org.jnp.interfaces.NamingContext)
  |   |   +- serviceRef (class: org.jboss.ws.core.jaxws.client.ServiceReferenceable)
  +- ORB[link -> java:/JBossCorbaORB] (class: javax.naming.LinkRef) 





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list