You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Darren Hicks <da...@e-s-3.com> on 2002/06/11 22:32:19 UTC

EnumDeserializer inside of a BeanDeserializer?

Can a BeanDeserializer element contain an element which uses an EnumDeserializer?

If so, why is the Enum member throwing BeanDeserializer.onStartChild()  exceptions : 

( ApiStatus is a Bean and eErrorLevel is the contained Enum )

org.xml.sax.SAXException: Invalid element in nskiosk1.ApiStatus - eErrorLevel
        at org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(Unknown Source)


Any suggestions?

Thanks in advance,

Darren