[jboss-jira] [JBoss JIRA] Commented: (JBAS-7955) org.jboss.test.management.test.JSR77SpecUnitTestCase

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Apr 22 08:55:10 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBAS-7955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527027#action_12527027 ] 

Brian Stansberry commented on JBAS-7955:
----------------------------------------

The basic issue is the JMSResourceJSR77Deployer assumes that JMS resources are deployed as mbeans:

   protected void deployJsr77(MBeanServer server, DeploymentUnit unit, ServiceMetaData metaData) throws Throwable
   {
      if (isJMSServiceMetaData(metaData))
      {
         ObjectName serviceName = metaData.getObjectName();
         JMSResource.create(server, "LocalJMS", serviceName);
      }
   }

This is no longer the case with HornetQ.

> org.jboss.test.management.test.JSR77SpecUnitTestCase
> ----------------------------------------------------
>
>                 Key: JBAS-7955
>                 URL: https://jira.jboss.org/jira/browse/JBAS-7955
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>            Reporter: Shelly McGowan
>            Assignee: Ales Justin
>
> Could not find JSR-77 JMSResource 'JMSResource'
> JMSResource needs to be updated to use HornetQ.

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