Hi Everyone!

In the faces-config.xml  in the myfaces-orchestra-core15, there is still an
entry:

    <converter>
        <converter-for-class>java.lang.Enum</converter-for-class>
        <converter-class>
org.apache.myfaces.orchestra.converter.enumeration.EnumConverter
</converter-class>
    </converter>

Does anyone know what this is good for?

I found something in the archive, that there is a discussion going on.
(Beetween Mathias Weßendorf and Manfred Geiler)
In my opinion this entry is obsolete, because there is no such class,
and in the my-faces-api there is a converter especially suitable for this
purpose:

The: javax.faces.convert.EnumConverter

The problem is, that this "
org.apache.myfaces.orchestra.converter.enumeration.EnumConverter" gets
registered an throws a ClassNotFoundException, if any Enumeration is used
(even if a have an own Converter defined for this!)

Thanx

Martin Hinterndorfer

Reply via email to