-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
Workaround Exists
-
@Stateless(name="MyBean")
@Remote(MyRemote.class)
@RemoteBinding(jndiBinding="MyBean")
class MyBean
...produces:
/MyBean - Explicit from @RemoteBinding
/MyBean/remote - Default Remote Business Interface Proxy Binding
...and results in CCE.
Propose not applying default remote business interface binding if at least 1 @RemoteBinding is specified.
- relates to
-
EJBTHREE-1045 Improve error message when binding fails
- Resolved