You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2009/08/25 16:42:59 UTC

[jira] Commented: (TRINIDAD-1542) SAXParserException: Element type "favorite-property" must be declared

    [ https://issues.apache.org/jira/browse/TRINIDAD-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747445#action_12747445 ] 

Matthias Weßendorf commented on TRINIDAD-1542:
----------------------------------------------

This problem is an issue with the plugins.

I had to go back to 1.2.6 to get a _working_ RT.
(1.2.10, 1.2.9, 1.2.8 and 1.2.7 are NOT working with JSF 1.1/Trinidad 1.0.x)



> SAXParserException: Element type "favorite-property" must be declared
> ---------------------------------------------------------------------
>
>                 Key: TRINIDAD-1542
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1542
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.10-core
>            Reporter: Matthias Weßendorf
>            Priority: Blocker
>
> Trinidad 1.0.x current stuff does not work at all. totally broken.
> running the demo (e.g. on jetty or tomcat) gives this exception:
> SAXParserException: Element type "favorite-property" must be declared
> reason is the that generated faces-config.xml file contains stuff like:
>       <component-extension>
>          <component-family>org.apache.myfaces.trinidad.Output</component-family>
>          <renderer-type>org.apache.myfaces.trinidad.Text</renderer-type>
>          <component-metadata>
>             <favorite-property>value</favorite-property>
>          </component-metadata>
>       </component-extension>

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