[JBoss-dev] NPE when shutting down a host

2004-01-05 Thread Remy Maucherat
Going back to the TC 5 integration, I run into a problem while undeploying the SAR: 22:50:47,367 ERROR [StandardHost] Error creating deployer java.lang.NullPointerException at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:119) at

Re: [JBoss-dev] NPE when shutting down a host

2004-01-05 Thread Adrian Brock
It says you are trying to use a classloader that has been removed from the repository. Is it just a doing a Class.forName()? I wouldn't have thought the classloader for StandardHost would have been removed at that point. Regards, Adrian On Mon, 2004-01-05 at 22:00, Remy Maucherat wrote: Going