-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.1
-
JBoss EAP 5.1.1 running standard profile
-
-
Workaround Exists
-
-
-
Documented as Resolved Issue
-
NEW
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