Re: [digester] Reading in Enums

2012-07-06 Thread Simone Tripodi
Hi Neil, apologize for the late reply - the Digester relies on BeanUtils to perform text to Java object unmarshalling, so for your enumeration(s) type you have to plug the needed converter. Have a look at Data Type Conversions[1] to understand how to convert the extracted XML body text to

[digester] Reading in Enums

2012-07-04 Thread Neil Benn
Hello, I have a class which holds a set of enums; I'm writing out to the xml file the name of the enum and I want to read it back in with Digester. However I'm having a hard time working out how to do that - has anyone managed to read in the enums. I'm currently trying: Digester digester =