[jboss-jira] [JBoss JIRA] Created: (AS7-1568) MDB component doesn't setup the correct dependencies on the RA service

jaikiran pai (JIRA) jira-events at lists.jboss.org
Thu Aug 18 11:30:17 EDT 2011


MDB component doesn't setup the correct dependencies on the RA service
----------------------------------------------------------------------

                 Key: AS7-1568
                 URL: https://issues.jboss.org/browse/AS7-1568
             Project: Application Server 7
          Issue Type: Bug
          Components: EJB
    Affects Versions: 7.0.1.Final
            Reporter: jaikiran pai
            Assignee: jaikiran pai


A user has reported that he runs into 

{code}
Caused by: java.lang.IllegalStateException: No resource-adapter has been specified for MessageDrivenComponent MqServiceMessageBean

    at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent.start(MessageDrivenComponent.java:171)
{code}

when he uses a custom RA which is deployed as an deployment (instead of via the subsystem configuration file). Looking at the code, we don't correctly setup the dependencies between the MDB component create service and the RA service, which can lead to issues like these.

See referenced thread for more details.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list