[
https://jira.jboss.org/jira/browse/JBAS-7141?page=com.atlassian.jira.plug...
]
Jason T. Greene commented on JBAS-7141:
---------------------------------------
CreateCount represents the number of application calls to obtaining the home instance of
the bean. MDBs do not have a home instance, so the value is 0, this is the way it was on 4
as well. This is different than than the pool stats, which tell you how many instances are
in use.
EJB2 MDB managed component doesn't report correct CreateCount
-------------------------------------------------------------
Key: JBAS-7141
URL:
https://jira.jboss.org/jira/browse/JBAS-7141
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: ProfileService
Affects Versions: JBossAS-5.2.0.Beta1
Reporter: Lukas Krejci
Assignee: Jason T. Greene
The @ManagedComponent for EJB2 message driven beans contains a "CreateCount"
property. This property returns 0 even in cases where a number of messages has been
delivered to the bean (and MessageCount property is > 0).
--
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