3 Replies Latest reply on Feb 6, 2007 1:02 AM by rabbiaqaswar

    Error in Seam Action accessing another JBoss instance passin

    fastmhaavald

      I have a Seam application(the booking example in fact) invoking a request to another JBoss app server.
      This app server returns the entity objects as result which triggers the exception below:


      java.io.InvalidClassException: org.hibernate.collection.PersistentBag; local class incompatible: stream classdesc serialVersionUID = -992182677146982163, local class serialVersionUID = 2819117614876030537


      Anybody know how to work around or avoid this problem?