[jboss-user] [EJB 3.0] - Re: EJB3 Session Bean as 2.1 Service

ALRubinger do-not-reply at jboss.com
Tue Nov 25 16:57:49 EST 2008


"cburnley" wrote : which would imply that it is not really a 2.1 view of the service because it uses ejb3 proxy classes

No, it's a valid EJB 2.1 View, but the ICE is because the 4.2.3 and 4.0.3 Proxy classes are not compatible.  Solution is to ensure that your client has the correct classes on its ClassPath.

FYI, in AS5 @Remote does not accept EJB 2.1 interfaces (ie. extends EJBObject), but the Remote Component Interface metadata is read in from the return values of "create" methods in @RemoteHome.

S,
ALR

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192286#4192286

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192286



More information about the jboss-user mailing list