[
https://issues.apache.org/jira/browse/CXF-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-1790.
------------------------------
Resolution: Fixed
Fix Version/s: 2.2.1
We removed the org.codehaus annotations for 2.2 as they were previously
deprecated.
> Allow coexist xfire and cxf jars in one classpath
> -------------------------------------------------
>
> Key: CXF-1790
> URL: https://issues.apache.org/jira/browse/CXF-1790
> Project: CXF
> Issue Type: Wish
> Components: Core
> Affects Versions: 2.1.2
> Reporter: Jara Cesnek
> Fix For: 2.2.1
>
>
> It will be nice if Xfire and Cxf can work in one application.
> Now if you have some old code with Xfire and add CXF jar onto classpath old
> code fails.
> Reason :
> In cxf.jar there is many annotations like
> org.codehaus.xfire.aegis.type.java5.XmlType,
> org.codehaus.xfire.aegis.type.java5.XmlParamType, ..
> These annotations isn't same as in xfire.jar !
> If Xfire proces these annotation then fail with exception.
> In xfire.jar in annotations is
> Class type() default org.codehaus.xfire.aegis.type.Type.class;
> but in cxf.jar in the same annotation is
> Class type() default org.apache.cxf.aegis.type.Type.class;
> Class org.codehaus.xfire.aegis.type.java5.Java5TypeCreator from xfire fails
> on this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.