> Another capability that I would like to see would be to limit
> instrumentation to only fields which are defined in a Hibernate mapping.
> Currently the instrument tasks do not know anything about the mappings,
> so the first change to allow this would be facilitate the passing or
> definition o
So Scott has finished up HHH-1931 in regards to the cglib
instrumentation task.
The underlying issue was that the javassist and cglib versions did
slightly different things in regards to instrumenting field access.
Javassist only instrumented access to fields which are declared on the
class bein