[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-820) Hardcoded Destination Manager Reference

Juha Lindfors (JIRA) jira-events at jboss.com
Fri Dec 22 17:43:39 EST 2006


Hardcoded Destination Manager Reference
---------------------------------------

                 Key: EJBTHREE-820
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-820
             Project: EJB 3.0
          Issue Type: Bug
    Affects Versions: EJB 3.0 RC9 - Patch 1
         Environment: JBoss AS 4.0.5.GA + EJB 3.0 RC9 + JBoss Messaging
            Reporter: Juha Lindfors
            Priority: Minor


When deploying an MDB that has been configured wrongly with a non existing destination the dubious feature that creates a temporary destination automatically fails due to hard coded destination manager reference that no longer exists if JBoss Messaging is used instead of JBossMQ.

MessagingContainer:

   protected void createTemporaryDestination(Class type, String jndiSuffix) throws Exception

513 	      ObjectName destinationManagerName = new ObjectName("jboss.mq:service=DestinationManager");


Apologies, did not check if this issue exists still with the current code in the head/trunk, just needed to write it down before I forget it.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list