ServiceBindingManagedObjectsTestCase.testPortsDefault regression
----------------------------------------------------------------
Key: JBAS-6512
URL:
https://jira.jboss.org/jira/browse/JBAS-6512
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ProfileService
Reporter: Scott M Stark
Assignee: Scott M Stark
Priority: Critical
Fix For: JBossAS-5.1.0.Beta1
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}
--
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