[jboss-jira] [JBoss JIRA] Updated: (JBAS-6594) org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase

Shelly McGowan (JIRA) jira-events at lists.jboss.org
Sun Mar 8 14:28:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBAS-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shelly McGowan updated JBAS-6594:
---------------------------------

    Component/s: ProfileService
    Description: 
testServiceBindingMetadata:


 ManagementView managementView = getManagementView();
 ComponentType type = new ComponentType("MCBean", "ServiceBindingMetadata");
 Set<ManagedComponent> mcs = managementView.getComponentsForType(type);
 assertTrue("There are ServiceBindingMetadata components", mcs.size() > 0);


junit.framework.AssertionFailedError: There are ServiceBindingMetadata components
        at org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase.testServiceBindingMetadata(ServiceBindingManagedObjectsTestCase.java:196)



> org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase
> -----------------------------------------------------------------------
>
>                 Key: JBAS-6594
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6594
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: ProfileService
>            Reporter: Shelly McGowan
>            Assignee: Scott M Stark
>
> testServiceBindingMetadata:
>  ManagementView managementView = getManagementView();
>  ComponentType type = new ComponentType("MCBean", "ServiceBindingMetadata");
>  Set<ManagedComponent> mcs = managementView.getComponentsForType(type);
>  assertTrue("There are ServiceBindingMetadata components", mcs.size() > 0);
> junit.framework.AssertionFailedError: There are ServiceBindingMetadata components
>         at org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase.testServiceBindingMetadata(ServiceBindingManagedObjectsTestCase.java:196)

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