Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-6469

iiop interface does not get bound when using the standard profile

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • EAP_EWP 5.1.2 ER1
    • EAP_EWP 5.1.1
    • IIOP
    • JBoss EAP 5.1.1 running standard profile

    • Hide

      Start JBoss EAP 5.1.1
      Deploy an ejb exposing an iiop interface
      Try to call the EJB from a client

      Show
      Start JBoss EAP 5.1.1 Deploy an ejb exposing an iiop interface Try to call the EJB from a client
    • Workaround Exists
    • Hide

      cp $JBOSS_HOME/server/all/deployers/ejb3.deployer/META-INF/ejb3-iiop-deployers-jboss-beans.xml $JBOSS_HOME/server/standard/deployers/ejb3.deployer/META-INF/

      Show
      cp $JBOSS_HOME/server/all/deployers/ejb3.deployer/META-INF/ejb3-iiop-deployers-jboss-beans.xml $JBOSS_HOME/server/standard/deployers/ejb3.deployer/META-INF/
    • Hide
      IIOP deployments were not being deployed when using the standard profile because the file <filename>ejb3-iiop-deployers-jboss-beans.xml</filename> was not in <filename>$JBOSS_HOME/server/standard/deployers/ejb3.deployer/META-INF</filename>. This file is now present, and IIOP deployments now work in the standard profile.
      Show
      IIOP deployments were not being deployed when using the standard profile because the file <filename>ejb3-iiop-deployers-jboss-beans.xml</filename> was not in <filename>$JBOSS_HOME/server/standard/deployers/ejb3.deployer/META-INF</filename>. This file is now present, and IIOP deployments now work in the standard profile.
    • Documented as Resolved Issue
    • NEW

    Description

      When deploying an ejb exposing an iiop interface, the interface does not get bound in when Looking at the jboss:CorbaNaming MBean

      The client gets a NotFound exception:

      javax.naming.NameNotFoundException [Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
      at com.sun.jndi.cosnaming.ExceptionMapper.mapException(ExceptionMapper.java:44)
      at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:485)
      at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:524)
      at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:502)
      at javax.naming.InitialContext.lookup(InitialContext.java:392)
      at client.HelloClient.main(HelloClient.java:28)
      Caused by: org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
      at org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read(NotFoundHelper.java:72)
      at org.omg.CosNaming._NamingContextStub.resolve(_NamingContextStub.java:251)
      at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:471)
      ... 4 more

      Attachments

        Activity

          People

            rhn-support-bmaxwell Brad Maxwell
            rhn-support-bmaxwell Brad Maxwell
            Russell Dickenson Russell Dickenson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: