0 Replies Latest reply on Jun 28, 2007 12:41 PM by fiorenzino

    JBoss 4.0.4 and 4.0.5 interoperability

    fiorenzino

      Hi!

      I neet to invoke an EJB3 running on JBoss 4.0.5 GA from a legacy EJB3 client, running on a different JBoss AS version.

      When I perform the lookup, I get the following error:

      16:59:02,228 ERROR [STDERR] javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.ejb3.remoting.IsLocalInterceptor; local class incompatible: stream classdesc serialVersionUID = -3758782076801249473, local class serialVersionUID = 595045557897063404]

      Is there a way to work around it?