You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2010/02/11 00:04:30 UTC

[jira] Created: (MYFACES-2547) FacesConfigurator absolute does not handle files with no name correctly

FacesConfigurator absolute does not handle files with no name correctly
-----------------------------------------------------------------------

                 Key: MYFACES-2547
                 URL: https://issues.apache.org/jira/browse/MYFACES-2547
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-beta
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


Reported in MYFACES-2537 by Martin Koci:

Current implementation does not solve this situation:
2) JSF 2.0 library named cz_markoc_faces
1) JSF 1.2 library (without name - it is the OpenWebBeans JSF integration)

My library is feeded 2x and OWB never - but I think this is caused with badly written if-condition, please see MYFACES-2537-FacesConfigurator.patch for details. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MYFACES-2547) FacesConfigurator absolute ordering does not handle files with no name correctly

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-2547.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2

Thanks to Martin Koci for provide this patch. I also solve one small bug (remove a ";") in the algorithm too and add a junit test for absolute ordering.

> FacesConfigurator absolute ordering does not handle files with no name correctly
> --------------------------------------------------------------------------------
>
>                 Key: MYFACES-2547
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2547
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.0-beta-2
>
>
> Reported in MYFACES-2537 by Martin Koci:
> Current implementation does not solve this situation:
> 2) JSF 2.0 library named cz_markoc_faces
> 1) JSF 1.2 library (without name - it is the OpenWebBeans JSF integration)
> My library is feeded 2x and OWB never - but I think this is caused with badly written if-condition, please see MYFACES-2537-FacesConfigurator.patch for details. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.