[jboss-jira] [JBoss JIRA] (WFLY-5293) EJB3 method invocation statistics exposed incorrectly through JMX
Vladislav Semchenko (JIRA)
issues at jboss.org
Wed Jun 28 10:06:00 EDT 2017
[ https://issues.jboss.org/browse/WFLY-5293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428263#comment-13428263 ]
Vladislav Semchenko commented on WFLY-5293:
-------------------------------------------
Hello.
I faced with the same problem on wildfly-10.1.0.Final: I can't get invocation statistics of EJB3 beans in jvisualvm (or jconsole).
Although statistics enabled in subsystem ejb3 in standalone.xml.
Can we expect some kind of fix for this bug in nearest feature?
> EJB3 method invocation statistics exposed incorrectly through JMX
> -----------------------------------------------------------------
>
> Key: WFLY-5293
> URL: https://issues.jboss.org/browse/WFLY-5293
> Project: WildFly
> Issue Type: Bug
> Components: JMX
> Affects Versions: 9.0.1.Final
> Reporter: Arto Huusko
> Assignee: Kabir Khan
>
> EJB3 method invocation statistics, that is the "methods" attribute in an EJB3 session JMX object is exposed as CompositeDataSupport object that has the expected keys ("execution-time", and so on), but
> - the values for the keys are always null
> - there is only a single CompositeDataSupport object even when the session has several methods
> - the method name is not available.
> Possibly the invocation statistics should be exposed as an array of CompositeDataSupport objects where one of the keys is the method name.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list