When redeploying an EAR (with no code changes made) to a Glassfish server (v3) without restarting Glassfish first, I get a ClassCastException when trying to instantiate a bean from the Spring container.

I understand that a class definition is a combination of the class and the loader and when the class has static members it may not get removed from PermGen causing this exception on redeployment, but my class has no static members.

Any ideas on what else might cause this and how to stop this happening?

Thanks

link|improve this question
2  
Show the stack trace. – Dave Jarvis Dec 23 '10 at 15:26
I assume it works fine if you do restart? – Preston Dec 23 '10 at 16:41
Did you solve this problem? – ykartal May 10 '11 at 9:23
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.