In LockEngine.load, if the object is extended, then the objectInTx will be initialized twice.
In this patch, I'll initialize the object after the concrete class is known.
Very good work. Patch commited as is.
In this patch, I'll initialize the object after the concrete class is known.