|
Description:
|
In Jboss 7.1.1.Final (Brontes), i would like to call a remote EJB in a different server instance from within an OSGi bundle deployed into JBoss7, using standard remote EJB call, as described in
[EJB invocations from a remote server instance|
https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+server+instance
]
.
This works perfectly EXCEPT FOR OSGi bundles.
During deployment of the OSGi bundle no information on the console shows any processing of the jboss-ejb-client.xml at all, and when trying to call the remote EJB, the following Exception will occur:
|