Hello Werner, I've finally found time to do the investigation. Castor will ignore subclasses of Enumeration and crash. The same counts for iterators. It's fixable with a one liner (Enumeration.class.isAssignableFrom(type) instead of type == Enumeration.class).
I opened a jira bug and attached a patch and testcases ( http://jira.codehaus.org/browse/CASTOR-1709 ). Ontje --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

