[embjopr-issues] [JBoss JIRA] Resolved: (EMBJOPR-342) admin console fails to load plugin jars if they are symbolic links (symlinks)

Ian Springer (JIRA) jira-events at lists.jboss.org
Mon Oct 25 13:39:57 EDT 2010


     [ https://jira.jboss.org/browse/EMBJOPR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Springer resolved EMBJOPR-342.
----------------------------------

    Fix Version/s: 1.4.0
       Resolution: Done


Fixed in trunk - r990. The fix was to BootstrapAction.getResource() - here's the comment from that method that describes the fix:

        // NOTE: We use getRealPath() rather than getResource(), because getResource() returns null if the
        //       plugin jar is a symlink, which will be the case for RPM-based EAP installs. However, we fall back
        //       to getResource() if getRealPath() returns null, which might be the case if the admin console WAR
        //       was deployed as a file, rather than a directory.


> admin console fails to load plugin jars if they are symbolic links (symlinks)
> -----------------------------------------------------------------------------
>
>                 Key: EMBJOPR-342
>                 URL: https://jira.jboss.org/browse/EMBJOPR-342
>             Project: Embedded Jopr
>          Issue Type: Bug
>          Components: Web App/Integration
>    Affects Versions: 1.3.3
>            Reporter: Ian Springer
>            Assignee: Ian Springer
>            Priority: Critical
>             Fix For: 1.4.0
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the embjopr-issues mailing list