[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 = ne

[jexl] Unexpected Integer -> Byte conversion

2012-07-04 Thread Kukosa, Tomas
Hello, if I pass variable containing Integer value to the script with parameters the parameter inside the script gets the value as Byte. It is not a problem e.g. for arithmetic expressions. The problem occurs if I try to access map wit this numeric value. The map has numeric keys as Integer and