You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rob Harrop (JIRA)" <de...@myfaces.apache.org> on 2008/05/29 13:32:45 UTC

[jira] Created: (MYFACES-1878) DigesterFacesConfigUnmarshallerImpl uses context classloader rather than MyFaces ClassLoader

DigesterFacesConfigUnmarshallerImpl uses context classloader rather than MyFaces ClassLoader
--------------------------------------------------------------------------------------------

                 Key: MYFACES-1878
                 URL: https://issues.apache.org/jira/browse/MYFACES-1878
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.2.3, 1.2.2,  1.2.0, 1.1.5
            Reporter: Rob Harrop


MyFaces instructs Digester to use the context class loader for loading element types. Unfortunately this doesn't work well in OSGi. A better solution would be to give Digester the ClassLoader for the FacesConfig type explicitly.

Rob

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


[jira] Commented: (MYFACES-1878) DigesterFacesConfigUnmarshallerImpl uses context classloader rather than MyFaces ClassLoader

Posted by "Andreas Hartmann-Schneevoigt (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762659#action_12762659 ] 

Andreas Hartmann-Schneevoigt commented on MYFACES-1878:
-------------------------------------------------------

Is there any progress on this issue?

> DigesterFacesConfigUnmarshallerImpl uses context classloader rather than MyFaces ClassLoader
> --------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1878
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1878
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5,  1.2.0, 1.2.2, 1.2.3
>            Reporter: Rob Harrop
>
> MyFaces instructs Digester to use the context class loader for loading element types. Unfortunately this doesn't work well in OSGi. A better solution would be to give Digester the ClassLoader for the FacesConfig type explicitly.
> Rob

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