Hello,

I am using OJB 0.9.6 in C/S mode.

I think there is a bug in the common-lang lib.

I try to execute an optimistic lock test and the
"org.apache.ojb.broker.OptimisticLockException" 
exception is not propagated, because the attribute "delegate" of the super
class "org.apache.commons.lang.exception.NestableRuntimeException" is not
serializable.

When I update the "org.apache.commons.lang.exception.NestableDelegate" class
to implements the "Serializable" interface, it's work.


Reply via email to