[jboss-jira] [JBoss JIRA] Updated: (JBAS-5528) If SingletonStatelessSessionInstancePool is used for a SLSB, container MBean state is reported incorrectly
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Tue May 20 18:02:13 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-5528?page=all ]
Alexey Loubyansky updated JBAS-5528:
------------------------------------
Fix Version/s: JBossAS-5.0.0.CR1
Affects Version/s: JBossAS-5.0.0.Beta4
> If SingletonStatelessSessionInstancePool is used for a SLSB, container MBean state is reported incorrectly
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBAS-5528
> URL: http://jira.jboss.com/jira/browse/JBAS-5528
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB2
> Affects Versions: JBossAS-4.0.5.GA, JBossAS-5.0.0.Beta4
> Environment: JDK 1.4.2, Windows NT 5.1, Cygwin
> (any other anvironment should do as well, though).
> Reporter: Andrew Shcheglov
> Assigned To: Alexey Loubyansky
> Fix For: JBossAS-5.0.0.CR1
>
>
> If SingletonStatelessSessionInstancePool instead of regular StatelessSessionInstancePool is used for a SLSB,
> State/StateString JMX attributes
> of the container MBean (jboss.j2ee:jndiName=XXX,plugin=pool,service=EJB)
> are always 8/Registered.
> This is most probably caused by the fact that org.jboss.ejb.plugins.SingletonStatelessSessionInstancePool class
> directly overrides create()/start()/stop()/destroy() operations
> with empty implementations,
> which any MBean derived from ServiceMBeanSupport shouldn't.
> This seems even more useless
> since AbstractInstancePool (the direct superclass of SingletonStatelessSessionInstancePool )
> doesn't override any methods from ServiceMBeanSupport.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list