[jboss-user] [EJB 3.0] - Re: java.lan.ClassCastException when casting to remote bean
ALRubinger
do-not-reply at jboss.com
Wed Nov 19 15:05:33 EST 2008
Sounds like all the ingredients of a ClassLoading issue, ie. you've got SimpleStatefulBeanRemote defined in both the EAR and the WAR, hence loaded by different CLs, so CCE when trying to cast from one to the other?
Classes are unique by both FQN and their CL.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190620#4190620
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190620
More information about the jboss-user
mailing list