[jboss-jira] [JBoss JIRA] Assigned: (JBAS-7875) Auto creation of destinations for MDBs is broken
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Wed Apr 7 16:27:37 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAS-7875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Clebert Suconic reassigned JBAS-7875:
-------------------------------------
Assignee: Clebert Suconic
> Auto creation of destinations for MDBs is broken
> ------------------------------------------------
>
> Key: JBAS-7875
> URL: https://jira.jboss.org/jira/browse/JBAS-7875
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB3, JMS (HornetQ)
> Reporter: jaikiran pai
> Assignee: Clebert Suconic
> Fix For: JBossAS-6.0.0.M3
>
>
> The auto creation of destinations for MDBs is broken in AS trunk with HornetQ. The org.jboss.as.integration.hornetq.deployers.DestinationFactoryDeployerPlugin responsible for creating the destination has multiple issues:
> 1) It uses the "destination" activation config property as the destination *name* and then creates a jndi name for that destination. This is incorrect because the "destination" activation config property itself is the jndi name.
> 2) This org.jboss.as.integration.hornetq.deployers.DestinationFactoryDeployerPlugin along with the CreateDestinationDeployer creates a JMSConfiguration as an attachment to the deployment unit. If there are more than one MDBs which require creation of destinations, then this deployer ends up using the same attachment name for both the attachment names, ending up the "last one is the winner" scenario.
--
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