1 Reply Latest reply on Feb 14, 2002 3:39 AM by squirest

    JBossMX and serialVersionUID

      Copied from dev list:
      --8<--

      We need to make sure that our plastic impl of the javax.managment.* conforms to the same serialVersionUID's from SUN's version:

      RemoteException occurred in server thread; nested exception is:
      java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
      java.io.InvalidClassException: javax.management.ObjectName; Local class not compatible:
      stream classdesc serialVersionUID=6619599865887366536 local class serialVersionUID=-5467795090068647408

      I have not looked into the reason for this specific problem, but I wanted to warn the appropriate parties that this will eed to be fixed.

      --jason