com.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 not passed to appc
--------------------------------------------------------------------------------
Key: MOJO-1223
URL: http://jira.codehaus.org/browse/MOJO-1223
Project: Mojo
Issue Type: Bug
Components: weblogic
Environment: Windows, Weblogic 9.2.0, Plugin 2.9.1-SNAPSHOT
Reporter: Dennis Kieselhorst
I have to pass com.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 as
a system property because of a JDK QName issue
(http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6424960).
AppcMojo:144 calls System.setProperty(
"com.sun.xml.namespace.QName.useCompatibleSerialVersionUID", "1.0" ); but it
seems not to be passed to appc:
[INFO] Exception encountered during APPC processing
Embedded error: weblogic.utils.compiler.ToolFailureException:
javax.xml.namespace.QName; local class incompatible: stream classdesc
serialVersionUID = 4418622981026545151, local class serialVersionUID =
-9120448754896609940 - with nested exception: [java.io.InvalidClassException:
javax.xml.namespace.QName; local class incompatible: stream classdesc
serialVersionUID = 4418622981026545151, local class serialVersionUID =
-9120448754896609940]
I'm successful starting maven with
-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email