-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
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)