[jbosstools-issues] [JBoss JIRA] (JBIDE-13070) Faces Config Editor: ERROR - Editor model does not support child element converter-extension of converter

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Wed Nov 14 13:35:21 EST 2012


Daniel Azarov created JBIDE-13070:
-------------------------------------

             Summary: Faces Config Editor: ERROR - Editor model does not support child element converter-extension of converter
                 Key: JBIDE-13070
                 URL: https://issues.jboss.org/browse/JBIDE-13070
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JSF
    Affects Versions: 4.0.0.Beta2
            Reporter: Daniel Azarov
            Assignee: Alexey Kazakov


Test case:

EXECUTE:

1. Start Studio
2. Select "Hellow World JSF" project example from JBoss Central
3. Open faces-config.xml from richfaces-components-ui-4.2.0.Final.jar in Faces Config Editor
FAIL:
!faces-config.png!

Note, faces-config.xml contains follow converters:
{code:XML}
    <converter>
        <converter-id>org.richfaces.DeclarativeModelSequenceKeyConverter</converter-id>
        <converter-class>org.richfaces.convert.DeclarativeModelSequenceKeyConverter</converter-class>
        <converter-extension>
            <cdk:generate>false</cdk:generate>
        </converter-extension>
    </converter>
    <converter>
        <converter-id>org.richfaces.IntegerSequenceRowKeyConverter</converter-id>
        <converter-class>org.richfaces.convert.IntegerSequenceRowKeyConverter</converter-class>
        <converter-extension>
            <cdk:generate>false</cdk:generate>
        </converter-extension>
    </converter>
    <converter>
        <converter-id>org.richfaces.StringSequenceRowKeyConverter</converter-id>
        <converter-class>org.richfaces.convert.StringSequenceRowKeyConverter</converter-class>
        <converter-extension>
            <cdk:generate>false</cdk:generate>
        </converter-extension>
    </converter>{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list