Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 84683 invoked from network); 24 Sep 2010 07:09:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Sep 2010 07:09:08 -0000 Received: (qmail 88057 invoked by uid 500); 24 Sep 2010 07:09:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 87872 invoked by uid 500); 24 Sep 2010 07:09: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 87864 invoked by uid 99); 24 Sep 2010 07:09:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Sep 2010 07:09: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; Fri, 24 Sep 2010 07:09:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8O78eiC018870 for ; Fri, 24 Sep 2010 07:08:40 GMT Message-ID: <22166875.30241285312120405.JavaMail.jira@thor> Date: Fri, 24 Sep 2010 03:08:40 -0400 (EDT) From: =?UTF-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2938) ActiveMQ Console requires Jasypt bundle which is not part of the ActiveMQ features In-Reply-To: <637090.29591285257340372.JavaMail.jira@thor> 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 [ https://issues.apache.org/activemq/browse/AMQ-2938?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated AMQ-2938: -------------------------------------- Attachment: AMQ-2938-5.4.1-tag.patch Patch based on the 5.4.1 tag. > ActiveMQ Console requires Jasypt bundle which is not part of the ActiveMQ= features > -------------------------------------------------------------------------= --------- > > 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 > Attachments: AMQ-2938-5.4.1-tag.patch, AMQ-2938-trunk.patch > > > ActiveMQ Console OSGi bundle now requires org.jasypt.encryption.pbe packa= ge (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/activ= emq-console/5.4.1 in feature(s) : Unresolved constraint in bundle org.apach= e.activemq.activemq-console [44]: Unable to resolve 44.0: missing requireme= nt [44.0] package; ( > package=3Dorg.jasypt.encryption.pbe) - [44.0] package; (package=3Dorg.jas= ypt.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.