[
https://jira.jboss.org/jira/browse/JBAS-6594?page=com.atlassian.jira.plug...
]
Brian Stansberry commented on JBAS-6594:
----------------------------------------
I looked at these and didn't see anything that looked wrong with the annotations on
the ServiceBindingMetadata objects.
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