[
https://issues.jboss.org/browse/WFLY-8087?page=com.atlassian.jira.plugin....
]
Brian Stansberry commented on WFLY-8087:
----------------------------------------
The resource-adapter resources will have the same issue on a server, but they don't on
an HC. This is because RaAdd is only adding the statistics resource in performRuntime,
which doesn't run on an HC.
Statistics Resources are being created without a corresponding
ManagementResourceRegistration
---------------------------------------------------------------------------------------------
Key: WFLY-8087
URL:
https://issues.jboss.org/browse/WFLY-8087
Project: WildFly
Issue Type: Bug
Components: JCA, JMS
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
While working on WFCORE-2286 I discovered that there are resources in the tree, at least
on the DC, for which there is no corresponding MRR. I believe [~pferraro] in some recent
work he's done has stumbled on a similar thing.
I found there were no MRRs for
/profile=*/subsystem=messaging-activemq/server=*/pooled-connection-factory=*/statistics=pool
/profile=*/subsystem=datasources/data-source=*/statistics=jdbc
/profile=*/subsystem=datasources/data-source=*/statistics=pool
I expect the latter two would be repeated for xa-data-source=*
Probably the lack of MRR is correct and the problem is the existence of the resource.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)