You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Stefan Lischke (JIRA)" <ji...@apache.org> on 2008/01/03 17:10:34 UTC

[jira] Updated: (AXIS2-3413) Cannot use JDOM within Axis2 (java.lang.NoClassDefFoundError: org/jdom/Parent)

     [ https://issues.apache.org/jira/browse/AXIS2-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Lischke updated AXIS2-3413:
----------------------------------

    Fix Version/s: 1.4

i would like to see this fixed in the next release of axis2, cause now noone can use JDOM with axis2 out of the box right now.

Can we start a discussion about this? why is the jdom jar included? who needs it?

> Cannot use JDOM within Axis2 (java.lang.NoClassDefFoundError: org/jdom/Parent)
> ------------------------------------------------------------------------------
>
>                 Key: AXIS2-3413
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3413
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.3
>            Reporter: Stefan Lischke
>             Fix For: 1.4
>
>
> Axis2 is shipped with a vanilla jaxen-1.1.1.jar. If one will use JDOM inside his WebService Implementation, he will get a java.lang.NoClassDefFoundError: org/jdom/Parent Exception. Cause JDOM comes with a slightly modified version of jaxen jar. But the vanilla jar is earlier in the classpath so this version is taken.
> The solution is to remove the vanilla jaxen jar and put the ones shipped with jdom into his aar
> There was a question on the mailing list about this earlier
> http://www.nabble.com/I-have-fixed-the-some-bugs-in-axis2-and-attaching-updates-to9734382.html#a9735592
> The solution was described here:
> http://cvs.jdom.org/pipermail/jdom-interest/2005-May/014821.html
> Why is the jaxen.jar in the axis2/lib directory? who needs it?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org