-
Bug
-
Resolution: Done
-
Major
-
embedded-1.0.0-Alpha1
-
None
The EJB3 Embedded fails to deploy a bean which has a @Remote business interface. To add support for @Remote business interface, the following needs to be done:
1) Bring in the ejb3 connector beans configuration
2) Populate/Remove the Ejb3Registry with the container during deployment/undeployment of the beans. We need to maintain the Ejb3Registry since the IsLocalInterceptor relies on this registry.