users@jaxb.java.net

java.lang.InternalError

From: Russell Johns <johns_at_lanl.gov>
Date: Tue, 29 Apr 2003 11:05:44 -0600

In trying to test my JAXB application I am getting the following error:

java.lang.InternalError: com.sun.msv.grammar.BinaryExp; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = -6949881705297518665
        at com.sun.xml.bind.validator.SchemaDeserializer.deserialize(SchemaDeserializer.java:28)
        at JvTrac.Xml.impl.TestProblemTypeImpl.<clinit>(TestProblemTypeImpl.java:31)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:140)
        at JvTrac.Xml.ObjectFactory.class$(ObjectFactory.java:23)
        at JvTrac.Xml.ObjectFactory.<clinit>(ObjectFactory.java:23)
        at JvTrac.Xml.Util.TvTracXmlUtil.<init>(TvTracXmlUtil.java:15)
        at jvtXmlSocket.main(jvtXmlSocket.java:32)
Exception in thread "main"


What are the likely causes of this?

I am running on a win XP machine using a jar file of the compiled classes generated on a Linux Box-

Thanks for any insights you might have-