2 Replies Latest reply on Feb 9, 2005 4:35 PM by sgodden

    remote call from jboss 4.0.1 (client) to jboss 3.2.3 (server

    madeonmoon

      hello all,

      i have a session bean deployed under jboss 3.2.3 and i am trying to call it remotely from a session bean deployed under jboss 4.0.1. i am getting

      javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.util.id.GUID; local class incompatible: stream classdesc serialVersionUID = 6926421946503004889, local class serialVersionUID = 3289509836244263718]

      even though the code on the calling bean is the same as the called one. is it not possible to interchange the two (should both beans be deployed under the same version of jboss for it to work)?

      thanks for any help!
      james