You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Gurkan Erdogdu (JIRA)" <ji...@apache.org> on 2010/10/25 08:41:20 UTC

[jira] Commented: (OPENEJB-1384) JSF2 Faces Config XML Parsing Errors

    [ https://issues.apache.org/jira/browse/OPENEJB-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924459#action_12924459 ] 

Gurkan Erdogdu commented on OPENEJB-1384:
-----------------------------------------

Must also update @XmlType as 

@XmlType(name = "faces-config-factoryType", propOrder = {
    "applicationFactory",
        "exceptionHandlerFactory",
        "externalContextFactory",
    "facesContextFactory",
    "partialViewContextFactory",
    "lifecycleFactory",
        "viewDeclarationLanguageFactory",
        "tagHandlerDelegateFactory",
    "renderKitFactory",
        "visitContextFactory",
    "factoryExtension"
})

> JSF2 Faces Config XML Parsing Errors
> ------------------------------------
>
>                 Key: OPENEJB-1384
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1384
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: configuration
>            Reporter: Gurkan Erdogdu
>         Attachments: FacesFactory.java.patch
>
>
> Currently JSF2 parsing does not work correctly because of not including partial-view-context-factory. Attached patch resolves issue.

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