Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 90275 invoked from network); 7 Jan 2010 08:37:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2010 08:37:36 -0000 Received: (qmail 67559 invoked by uid 500); 7 Jan 2010 08:37:36 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 67518 invoked by uid 500); 7 Jan 2010 08:37:36 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 67508 invoked by uid 500); 7 Jan 2010 08:37:36 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 67505 invoked by uid 99); 7 Jan 2010 08:37:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 08:37:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 08:37:35 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 74BF3234C04C for ; Thu, 7 Jan 2010 00:37:15 -0800 (PST) Message-ID: <1238487157.3311262853435471.JavaMail.jira@brutus.apache.org> Date: Thu, 7 Jan 2010 08:37:15 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-2341) camel-web - Using Sun marshal resolver not possible on non SUN JDK platforms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c 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.