You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2010/03/10 10:59:27 UTC

[jira] Created: (MYFACES-2596) Facelets code das not use Shared..ClassUtils.forName

Facelets code das not use Shared..ClassUtils.forName
----------------------------------------------------

                 Key: MYFACES-2596
                 URL: https://issues.apache.org/jira/browse/MYFACES-2596
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-beta-2
            Reporter: Werner Punz
            Priority: Minor


Our facelets code does not use the ClassUtils.forName from our shared class hierarchy
instead it reverts to its own ReflectUtils forName, which however has also array and primitive resolution (which our code does not have yet)
It breaks some plugins that way in the facelets part due to not running into our loader plugin mechanism.


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


[jira] Resolved: (MYFACES-2596) Facelets code das not use Shared..ClassUtils.forName

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

Werner Punz resolved MYFACES-2596.
----------------------------------

    Resolution: Fixed

> Facelets code das not use Shared..ClassUtils.forName
> ----------------------------------------------------
>
>                 Key: MYFACES-2596
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2596
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Werner Punz
>            Priority: Minor
>
> Our facelets code does not use the ClassUtils.forName from our shared class hierarchy
> instead it reverts to its own ReflectUtils forName, which however has also array and primitive resolution (which our code does not have yet)
> It breaks some plugins that way in the facelets part due to not running into our loader plugin mechanism.

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