>And at lines 135-136 of PersistentEnumjava:
>Method mth = other.getClass().getMethod("getEnumCode",
>(java.lang.Class[]) null);
>Serializable enumCode = (Serializable) mth.invoke(other,
>(java.lang.Object[]) null);
I'm a little confused, i don't see what 135-136 are supposed to be
replacing. Could you post the whole method please
Thanks
Bryan |