camel-web - Using Sun marshal resolver not possible on non SUN JDK platforms
----------------------------------------------------------------------------
Key: CAMEL-2341
URL: https://issues.apache.org/activemq/browse/CAMEL-2341
Project: Apache Camel
Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Claus Ibsen
Assignee: James Strachan
Fix For: 2.2.0
For example on RH 5.2 64bit JDK 1.6
{code}
Compilation failure
/x1/TeamCity/buildAgent/work/1ad9cee4e4314563/camel-fuse-trunk/components/camel-web/src/main/java/org/apache/camel/web/util/JAXBMarshallerResolver.java:[25,34]
package com.sun.xml.bind.marshaller does not exist
/x1/TeamCity/buildAgent/work/1ad9cee4e4314563/camel-fuse-trunk/components/camel-web/src/main/java/org/apache/camel/web/util/JAXBMarshallerResolver.java:[42,12]
cannot find symbol
symbol : class NamespacePrefixMapper
location: class org.apache.camel.web.util.JAXBMarshallerResolver
/x1/TeamCity/buildAgent/work/1ad9cee4e4314563/camel-fuse-trunk/components/camel-web/src/main/java/org/apache/camel/web/util/JAXBMarshallerResolver.java:[42,56]
cannot find symbol
symbol : class NamespacePrefixMapper
location: class org.apache.camel.web.util.JAXBMarshallerResolver
{code}
I assume AIX, HP-UX and others do have this issue as well.
James maybe we need to revert that change you made?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.