[jboss-jira] [JBoss JIRA] (WFLY-2320) EJB should not be remotely accessible until all of its dependencies have been started

Brad Maxwell (JIRA) jira-events at lists.jboss.org
Wed Oct 16 11:07:01 EDT 2013


Brad Maxwell created WFLY-2320:
----------------------------------

             Summary: EJB should not be remotely accessible until all of its dependencies have been started
                 Key: WFLY-2320
                 URL: https://issues.jboss.org/browse/WFLY-2320
             Project: WildFly
          Issue Type: Bug
    Affects Versions: 8.0.0.Beta1
            Reporter: Brad Maxwell
            Assignee: Stuart Douglas


If an EJB injects or depends on a resource such as an @Singleton which has not been started, the EJB's remote interface java:jboss/exported/* is already bound and this allows remote EJB clients to try to invoke it.  This causes the EJB clients to hang because the EJB will not be started until its dependencies have been started.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list