[
https://jira.jboss.org/jira/browse/JBAS-6594?page=com.atlassian.jira.plug...
]
Scott M Stark resolved JBAS-6594.
---------------------------------
Fix Version/s: JBossAS-5.1.0.GA
Resolution: Done
The ServiceBindingManager now just uses a unique component name from the class level
annotation:
@ManagementObject(name="ServiceBindingManager",
componentType=@ManagementComponent(type="MCBean",
subtype="ServiceBindingManager"),
properties=ManagementProperties.EXPLICIT)
public class ServiceBindingManager
implements ServiceBindingManagerMBean
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
Fix For: JBossAS-5.1.0.GA
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