You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/08/01 08:42:14 UTC

[jira] Updated: (GERONIMO-4780) jsr88 client is too dependent on too many plugins

     [ https://issues.apache.org/jira/browse/GERONIMO-4780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks updated GERONIMO-4780:
-----------------------------------

    Attachment: GERONIMO-4780-preliminary.patch

I think the attached patch solves the problem for jsr-88 clients but it causes other problems with at least cxf tools that I haven't solved yet.

> 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.