[
https://issues.apache.org/jira/browse/CXF-5131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13708847#comment-13708847
]
Blaise Doughan commented on CXF-5131:
-------------------------------------
The EclipseLink bug has now been fixed in the EclipseLink 2.5.1 and 2.6.0
streams. Nightly builds with the fix will be available as of July 16, 2013
from the following location:
- http://www.eclipse.org/eclipselink/downloads/nightly.php
If you are using Maven, then you can use the following dependency and
repository:
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.6.0-SNAPSHOT</version>
</dependency>
<repository>
<id>oss.sonatype.org</id>
<name>OSS Sonatype Staging</name>
<url>https://oss.sonatype.org/content/groups/staging</url>
</repository>
> Update CXF's JAXB handling to detect/support Eclipselink Moxy
> -------------------------------------------------------------
>
> Key: CXF-5131
> URL: https://issues.apache.org/jira/browse/CXF-5131
> Project: CXF
> Issue Type: Improvement
> Components: JAXB Databinding
> Reporter: Daniel Kulp
> Assignee: Daniel Kulp
>
> Eclipselink Moxy has a bunch of extra annotations and such which can provide
> a more complete mapping for XML. Also, it's the default JAXB implementation
> in WebLogic now. We should try and detect Moxy and provide appropriate
> behavior (for things like the namespace/prefix maps).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira