This content has been marked as final.
Show 2 replies
-
1. Re: Lookup bean from AS 4.0.5 to 5.1.0
gvalenc Dec 9, 2010 1:08 PM (in response to gvalenc)I should mention the client jar does not have all the class files in the bean, just one of the interfaces that the bean implements (not the business interface).
-
2. Re: Lookup bean from AS 4.0.5 to 5.1.0
wdfink Dec 9, 2010 3:50 PM (in response to gvalenc)1 of 1 people found this helpfulMixing JBoss version 4 <=> 5 is difficult, we give up because of transaction problems (JB5 calls JB4).
You might pack the jbossall-client.jar (for JB5 all needed client.jars) into the EAR deployed in JBoss4 with it's own classloader.
Also you need a EJB2 Home/Remote interface of your EJB3 because the error looks like EJB2 cast.