And this is not good:
| @Inject
| public void setXPCResolver(XPCResolver xpcResolver)
| {
| assert xpcResolver != null : "xpcResolver is null";
| this.xpcResolver = xpcResolver;
| }
|
As MC nullifies properties on uninstall. ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187224#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...