You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/01/08 09:01:16 UTC

[jira] Resolved: (CAMEL-2341) camel-web - Using Sun marshal resolver not possible on non SUN JDK platforms

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

Claus Ibsen resolved CAMEL-2341.
--------------------------------

    Resolution: Fixed
      Assignee: Claus Ibsen  (was: James Strachan)

Reverting fix
{code}
davsclaus:(svn)camel[trunk:897121]/components/camel-web$ svn merge -c -891737 .
--- Reverse-merging r891737 into '.':
U    src/main/java/org/apache/camel/web/resources/RouteResource.java
U    src/main/java/org/apache/camel/web/resources/RoutesResource.java
U    src/main/java/org/apache/camel/web/resources/EndpointsResource.java
U    src/main/java/org/apache/camel/web/resources/Constants.java
U    src/main/java/org/apache/camel/web/resources/CamelContextResource.java
D    src/main/resources/META-INF/services
U    pom.xml
{code}

trunk: 897126.

> 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: Claus Ibsen
>             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.