[jboss-dev-forums] [Design of POJO Server] - Re: NPE in TransactionScopedEntityManager
alesj
do-not-reply at jboss.com
Thu Nov 6 04:11:24 EST 2008
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#4187224
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187224
More information about the jboss-dev-forums
mailing list