Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 10495 invoked from network); 23 Dec 2010 21:14:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Dec 2010 21:14:09 -0000 Received: (qmail 48534 invoked by uid 500); 23 Dec 2010 21:14:09 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 48506 invoked by uid 500); 23 Dec 2010 21:14:09 -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 48498 invoked by uid 500); 23 Dec 2010 21:14:09 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 48495 invoked by uid 99); 23 Dec 2010 21:14:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 21:14:09 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 21:14:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBNLDjNW018105 for ; Thu, 23 Dec 2010 21:13:45 GMT Message-ID: <31469454.3271293138825597.JavaMail.jira@thor> Date: Thu, 23 Dec 2010 16:13:45 -0500 (EST) From: "Michael Van Geertruy (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-3459) Change the dozer Artifact ID from dozer to dozer-osgi - Add camel-dozer to the Jira component list In-Reply-To: <23411342.41293122632241.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CAMEL-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Van Geertruy updated CAMEL-3459: ---------------------------------------- Attachment: pom.xml Added a dependency (commons-lang) to allow the build to complete. > Change the dozer Artifact ID from dozer to dozer-osgi - Add camel-dozer to the Jira component list > -------------------------------------------------------------------------------------------------- > > Key: CAMEL-3459 > URL: https://issues.apache.org/jira/browse/CAMEL-3459 > Project: Camel > Issue Type: Bug > Affects Versions: 2.6.0 > Environment: All > Reporter: Michael Van Geertruy > Fix For: 2.6.0 > > Attachments: pom.xml, pom.xml > > Original Estimate: 1h > Remaining Estimate: 1h > > Currently dozer releases two versions of its product, dozer (a non-bundled .jar file) and dozer-osgi (an osgi bundle). Supporting Camel's direction moving to a tighter integration with OSGi, we should use dozer-osgi instead of dozer. To implement this, change line 44 of the camel-dozer pom.xml document from > dozer > to > dozer-osgi > This is related to ticket 3228 which is currently in a hold status. Regardless of the changes made to dozer to make it work in OSGi, we will still need to use the dozer-osgi bundle as long as the dozer project creates a seperate bundle. As such, this change should be made prior to the dozer release fixing thier ability to run in Camel. > I have attached a patched pom.xml file that implements this change -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.