[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: mc release prep
adrian@jboss.org
do-not-reply at jboss.com
Fri Sep 7 09:51:43 EDT 2007
"sacha.labourey at jboss.com" wrote : "adrian at jboss.org" wrote :
| | Why did you release 2.0.0.Beta4 without first a snapshot of the latest stuff in jboss-head?
| | This will have to wait until RC1 now :-(
|
| Should we fix those and re-do a new beta ASAP?
Actually, I don't think the problem is really in aop-mc-int anyway.
The issue is that the default aspect from aop-mc-int registers directly
with the MBeanServer.
But the thing that gets registered implements ServiceMBeanSupport
so it "lazily" registers itself with the ServiceController.
This leads to double unregistration.
Inside the appserver, the advice should be replaced with one that
(un)registers with the ServiceController.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082166#4082166
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082166
More information about the jboss-dev-forums
mailing list