[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1723) Deployment of bean(s) with @Remote business interface fails in jboss-ejb3-embedded

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon Feb 9 09:17:44 EST 2009


Deployment of bean(s) with @Remote business interface fails in jboss-ejb3-embedded
----------------------------------------------------------------------------------

                 Key: EJBTHREE-1723
                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1723
             Project: EJB 3.0
          Issue Type: Bug
          Components: embedded
    Affects Versions: 1.0.0-GA
            Reporter: jaikiran pai
            Assignee: jaikiran pai


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.
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list