The serialverion of the QName class makes no sense. The value bundled in jdk5 is:
[EMAIL PROTECTED] bin]$ serialver javax.xml.namespace.QName javax.xml.namespace.QName: static final long serialVersionUID = 4418622981026545151L; The -6756054858541526837 matches no version I know of. Values you would see when using jdk1.4.x with jboss are: | /** @since 4.0.2, compatible with j2ee1.4 by default */ | final static long serialVersionUID; | static | { | if (SerialVersion.version == SerialVersion.LEGACY) | serialVersionUID = 8217399441836960859L; | else | serialVersionUID = -3852060120346905000L; | } | You need to track down the source of the bogus -6756054858541526837 value. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902273#3902273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902273 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user