From dev-return-22500-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Sep 23 15:56:07 2010 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 95695 invoked from network); 23 Sep 2010 15:56:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Sep 2010 15:56:07 -0000 Received: (qmail 76177 invoked by uid 500); 23 Sep 2010 15:56:07 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 75799 invoked by uid 500); 23 Sep 2010 15:56:05 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 75790 invoked by uid 99); 23 Sep 2010 15:56:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 15:56:04 +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 Sep 2010 15:56:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8NFteRL004481 for ; Thu, 23 Sep 2010 15:55:40 GMT Message-ID: <637090.29591285257340372.JavaMail.jira@thor> Date: Thu, 23 Sep 2010 11:55:40 -0400 (EDT) From: =?UTF-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2938) ActiveMQ Console requires Jasypt bundle which is not part of the ActiveMQ features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org ActiveMQ Console requires Jasypt bundle which is not part of the ActiveMQ f= eatures ---------------------------------------------------------------------------= ------- Key: AMQ-2938 URL: https://issues.apache.org/activemq/browse/AMQ-2938 Project: ActiveMQ Issue Type: Bug Components: Broker Affects Versions: 5.4.1 Reporter: Jean-Baptiste Onofr=C3=A9 ActiveMQ Console OSGi bundle now requires org.jasypt.encryption.pbe package= (defined in import package statement). Unfortunately the ActiveMQ feature doesn't provide the jasypt bundle. So, when you install and start ActiveMQ feature, you get: java.lang.Exception: Could not start bundle mvn:org.apache.activemq/activem= q-console/5.4.1 in feature(s) : Unresolved constraint in bundle org.apache.= activemq.activemq-console [44]: Unable to resolve 44.0: missing requirement= [44.0] package; ( package=3Dorg.jasypt.encryption.pbe) - [44.0] package; (package=3Dorg.jasyp= t.encryption.pbe) I'm gonna submit a patch to provide a clean ActiveMQ feature. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.