"alesj" wrote :
|
| Since in this case you can simply do @Start(ignored=true).
Yep, i could do that :) Infact i just renamed the methods:
@InstallMethod
| public void onInstall() throws Exception
| {
| // do something
| }
|
|
|
The reason why i would except the MC to skip this start is because if someone is
annotating it to be an @InstallMethod, then he is treating that as a MC bean and hence no
longer a legacy MBean :) Nothing major though, since we know the workarounds.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212192#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...