[jboss-jira] [JBoss JIRA] Created: (AS7-1691) ConnectorServices.getResourceAdapteServiceName(raName) doesn't return ServiceName for hornetq-ra

jaikiran pai (JIRA) jira-events at lists.jboss.org
Wed Aug 31 08:24:26 EDT 2011


ConnectorServices.getResourceAdapteServiceName(raName) doesn't return ServiceName for hornetq-ra
------------------------------------------------------------------------------------------------

                 Key: AS7-1691
                 URL: https://issues.jboss.org/browse/AS7-1691
             Project: Application Server 7
          Issue Type: Bug
          Components: JCA
         Environment: AS7 upstream
            Reporter: jaikiran pai
            Assignee: Jesper Pedersen


{code}
ConnectorServices.getResourceAdapteServiceName(this.resourceAdapterName)
{code}

is expected to return the ServiceName(s) for the passed RA name. However, in the current AS7 upstream it fails to return any ServiceName for "hornetq-ra". Looks like the ResourceAdapterDeploymentService which processes the hornetq-ra never generates/registers the ServiceName via ConnectorServices.

Furthermore, from a API client point of view (for example EJB3), this API may not always function correctly. For example, if the EJB3 integration code ends up calling this API to get the ServiceName to depend on, this API might return no value if the corresponding RA hasn't yet been processed. This makes it impossible for the EJB3 code to know on which ServiceName to depend on for a given RA. 

--
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