-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
nointerface:1.0.0-alpha-4
A stateful bean with a no-interface view deployed through an .ear runs into a NameNotFoundException while trying to bind to something like the following:
A/b/no-interface
The reason is the StatefulNoInterfaceViewJNDIBinder while binding, does not create any relevant sub-contexts. The fix is to use org.jboss.naming.Util.bind() API to bind to JNDI. This API internally creates any relevant sub-contexts.