-
Bug
-
Resolution: Done
-
Major
-
None
-
None
I'm seeing the testPortsDefault fail because the ports-default ManagementComponent is seen to have a ServiceBindingManager subtype:
2009-02-16 09:34:30,894 DEBUG [org.jboss.profileservice.management.ManagementViewImpl] (WorkerThread#0[127.0.0.1:51006]) Processing ManagementComponent: org.jboss.managed.plugins.ManagedComponentImpl@88ce92{name=ports-default, type=ComponentType
{type=MCBean, subtype=ServiceBindingManager}, owner=ManagedDeployment@7897876}
rather than the expected ServiceBindingSet subtype seen by the other ports:
2009-02-16 09:34:30,898 DEBUG [org.jboss.profileservice.management.ManagementViewImpl] (WorkerThread#0[127.0.0.1:51006]) Processing ManagementComponent: org.jboss.managed.plugins.ManagedComponentImpl@5cb508{name=ports-01, type=ComponentType
{type=MCBean, subtype=ServiceBindingSet}, owner=ManagedDeployment@7897876}