Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D358486E for ; Mon, 6 Jun 2011 17:40:22 +0000 (UTC) Received: (qmail 10038 invoked by uid 500); 6 Jun 2011 17:40:22 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 9998 invoked by uid 500); 6 Jun 2011 17:40:22 -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 9986 invoked by uid 99); 6 Jun 2011 17:40:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 17:40:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 17:40:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3039A10428C for ; Mon, 6 Jun 2011 17:39:59 +0000 (UTC) Date: Mon, 6 Jun 2011 17:39:59 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: dev@camel.apache.org Message-ID: <331925339.1085.1307381999194.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <173643395.66539.1307123867709.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CAMEL-4047) javax.script dependency in camel-core 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-4047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CAMEL-4047: ------------------------------- Attachment: CAMEL-4047.patch May need to use "git apply" to apply the patch due to the removal of a file. I've tested a bit in a standalone OSGi container (TSF) installing the camel-script feature and such. However, I haven't been able to run the camel-ittest-osgi stuff yet due to them being broken. > javax.script dependency in camel-core > ------------------------------------- > > Key: CAMEL-4047 > URL: https://issues.apache.org/jira/browse/CAMEL-4047 > Project: Camel > Issue Type: Bug > Components: camel-core > Affects Versions: 2.8.0 > Reporter: Daniel Kulp > Assignee: Daniel Kulp > Attachments: CAMEL-4047.patch > > > The OSGi imports for camel-core ends up with a non-optional dependency on javax.script due to it being used in the Activator. However, the karaf feature for camel-core doesn't have a dependency on org.apache.servicemix.specs.scripting-api-1.0 . > One of two things should be done: > 1) mark javax.script as optional. This MAY require some updates to the Activator to work when it's not available. > 2) Update the karaf features file to add: > {code:xml} > mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/${servicemix-specs-version} > {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira