I have encountered strange behaviour of RmiServiceExporter in jboss
Original problem is described here http://www.jboss.com/index.html?modu...topic&t=101771 , spring version is 2.0.0.

In two words - I have jboss artifact - .sar (service archive) exporting one of my services via rmi, sar is packaged within ear along with other used jars. If I redeploy this ear I have NPE up on service exporting (stack trace is in original jboss forum post)
I just want clarify, is this a classloader, not a Spring issue?