Adam Heath wrote: > Adrian Crum wrote: >> Actually, that error message was caused by rev 908700. > > How? That added an Enum converter; I didn't think ofbiz actually used > enums mutch.
Ok, I see it; Is this code trying to convert a String to an Enum? That's not supported. To make that work, you also need to pass in a the target class. Perhaps we should remove the single arg variant of convert.
