From dev-return-75562-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Tue Aug 04 16:37:36 2009 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 42162 invoked from network); 4 Aug 2009 16:37:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Aug 2009 16:37:36 -0000 Received: (qmail 48589 invoked by uid 500); 4 Aug 2009 16:37:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 48487 invoked by uid 500); 4 Aug 2009 16:37:39 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 48295 invoked by uid 99); 4 Aug 2009 16:37:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 16:37:39 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 16:37:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 48B8A234C052 for ; Tue, 4 Aug 2009 09:37:15 -0700 (PDT) Message-ID: <822563187.1249403835297.JavaMail.jira@brutus> Date: Tue, 4 Aug 2009 09:37:15 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4780) jsr88 client is too dependent on too many plugins In-Reply-To: <649469957.1249064774982.JavaMail.jira@brutus> 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/GERONIMO-4780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739025#action_12739025 ] David Jencks commented on GERONIMO-4780: ---------------------------------------- Could you please quote the problems you see and explain when they occur? They aren't obvious to me from building trunk. > jsr88 client is too dependent on too many plugins > ------------------------------------------------- > > Key: GERONIMO-4780 > URL: https://issues.apache.org/jira/browse/GERONIMO-4780 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 2.2 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 2.2 > > Attachments: GERONIMO-4780-preliminary.patch > > > We're seeing some problems with a jsr88 client that is running with a security manager. The jsr88 rar configurer plugin has a classes dependency on the connector-deployer plugin to get its classes. In the configuration in question, this involves loading but not starting a gbean with an encrypted attribute, which loads JCE which requires permission to create (but not install) a security manager. > The other jsr88 plugins don't use a plugin dependency to get classes, but rather a jar dependency. I think this will work OK for the rar configurer also. Also, its not like anyone uses this stuff. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.