[jboss-jira] [JBoss JIRA] Updated: (AS7-1691) ConnectorServices.getResourceAdapteServiceName(raName) doesn't return ServiceName for hornetq-ra
Stefano Maestri (JIRA)
jira-events at lists.jboss.org
Thu Sep 15 05:34:27 EDT 2011
[ https://issues.jboss.org/browse/AS7-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stefano Maestri updated AS7-1691:
---------------------------------
Fix Version/s: 7.1.0.Beta1
> 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: Stefano Maestri
> Fix For: 7.1.0.Beta1
>
>
> {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