[jboss-dev-forums] [Design of EJB 3.0] - Re: Revert of r82615 / EJBTHREE-1653
pferraro
do-not-reply at jboss.com
Mon Jan 12 10:29:21 EST 2009
Ah - I finally found the issue...
Changes to JBossASKernel in ejb3 as module (r82684) dropped a re-entrancy requirement for EJBContainer.create() - which previous prevented the service mbean from deploying.
In r82615, EJBContainer.create() is not re-entrant. The previous version (that utilized a ReentrantReadWriteLock) was at least thread re-entrant. I'll add re-entrancy for create() and destroy() (as it was for start() and stop() are re-entrant already) and get this tested and patched today.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201038#4201038
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201038
More information about the jboss-dev-forums
mailing list