Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 53908 invoked from network); 21 Jan 2008 11:31:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2008 11:31:43 -0000 Received: (qmail 47032 invoked by uid 500); 21 Jan 2008 11:31:33 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 47009 invoked by uid 500); 21 Jan 2008 11:31:33 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 46995 invoked by uid 99); 21 Jan 2008 11:31:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 03:31:33 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 11:31:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4FF2A714159 for ; Mon, 21 Jan 2008 03:31:22 -0800 (PST) Message-ID: <4650432.1200915082308.JavaMail.jira@brutus> Date: Mon, 21 Jan 2008 03:31:22 -0800 (PST) From: "Victor Salaman (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-301) spring.handlers and spring.schemas are not being merged in the uberjar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org spring.handlers and spring.schemas are not being merged in the uberjar ---------------------------------------------------------------------- Key: CAMEL-301 URL: https://issues.apache.org/activemq/browse/CAMEL-301 Project: Apache Camel Issue Type: Improvement Affects Versions: 1.2.0, 1.3.0 Reporter: Victor Salaman Priority: Minor The build process is not merging spring.schemas and spring.handlers from the component modules, rendering some of the spring support useless. Due to this, for a while I've had to use the individual jars, and all the repetitive maven dependency exclusions in the POM are just insane! Therefore I've replaced maven-bundle-plugin locally with maven-shade-plugin (now that beta-1 is released!) such as: org.apache.maven.plugins maven-shade-plugin 1.0-beta-1 package shade org.apache.camel false false true true META-INF/spring.handlers META-INF/spring.schemas and now it works properly (but now is not a osgi bundle!). I don't really know if the bundle plugin is able to append resources, but it'd be nice if we fixed this before 1.3 is released. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.