java.lang.VerifyError: Incompatible argument to function (wsgen and jdom)
-------------------------------------------------------------------------
Key: XFIRE-1099
URL: http://jira.codehaus.org/browse/XFIRE-1099
Project: XFire
Issue Type: Bug
Components: Aegis Module
Affects Versions: 1.2.6
Environment: Windows XP, Ant 1.7.0, XFire1.2.6
Reporter: Sivan Mozes
Assignee: Dan Diephouse
Priority: Critical
This has been reported before: XFIRE-616
I am experiencing the same problem, XFire 1.2.6. Using JDK1.5. I'm running this
from the command line, I don't have any other versions of jdom or xfire jars
other than specified in the build file:
build-xfire-wsdl.xml:18: java.lang.VerifyError: (class:
org/codehaus/xfire/aegis/type/basic/ObjectType, method: writeSchema signature:
(Lorg/jdom/Element;)V) Incompatible argument to function
<path id="libs">
<fileset file="C:/xfire-1.2.6/xfire-all-1.2.6.jar"/>
<fileset dir="C:/xfire-1.2.6/lib">
<include name="*.jar"/>
</fileset>
</path>
<target name="declare">
<taskdef name="wsgen" classname="org.codehaus.xfire.gen.WsGenTask"
classpathref="libs" />
</target>
<target name="wsgen-target" depends="declare">
<wsgen outputDirectory="${basedir}/target/generated-source"
wsdl="${basedir}/resources/service.wsdl" overwrite="true" id="0"/>
</target>
--
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