[jboss-jira] [JBoss JIRA] (WFLY-1516) Upgrade to Modules 1.2.2.Final

David Lloyd (JIRA) jira-events at lists.jboss.org
Thu Jun 13 11:37:54 EDT 2013


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

David Lloyd updated WFLY-1516:
------------------------------

        Summary: Upgrade to Modules 1.2.2.Final  (was: Cannot iterate over module resources on WinOS)
     Issue Type: Component  Upgrade  (was: Bug)
    Description: Update in order to get Modules fixes around resource iteration on Windows.  (was: {code}
    Caused by: java.lang.IllegalArgumentException: Cannot compare relative and absolute paths
        at org.jboss.modules.PathUtils.isChild(PathUtils.java:226)
        at org.jboss.modules.JarFileResourceLoader$1.hasNext(JarFileResourceLoader.java:243)
        at org.jboss.modules.ModuleClassLoader$2.hasNext(ModuleClassLoader.java:657)
        at org.jboss.osgi.resolver.spi.AbstractResourceBuilder.loadFrom(AbstractResourceBuilder.java:347)
{code}

The code in AbstractResourceBuilder is

{code}
   Iterator<Resource> it = module.getClassLoader().iterateResources("", true);
   while (it.hasNext())
{code}

Seems to be happening on WinOS only)
       Priority: Major  (was: Critical)
       Assignee:     (was: David Lloyd)
    Component/s: Build System
                     (was: Server)

    
> Upgrade to Modules 1.2.2.Final
> ------------------------------
>
>                 Key: WFLY-1516
>                 URL: https://issues.jboss.org/browse/WFLY-1516
>             Project: WildFly
>          Issue Type: Component  Upgrade
>          Components: Build System
>            Reporter: Thomas Diesler
>             Fix For: 8.0.0.Alpha2
>
>
> Update in order to get Modules fixes around resource iteration on Windows.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list