Re: [hibernate-dev] Hibernate Metrics support

2015-06-03 Thread Steve Ebersole
Please keep these discussions on list. Thanks :) We do not always know when JTA transactions have started if we are not the ones starting them. transactionStart() isn't going to happen. I am ok with discussing start() as an option. On Wed, Jun 3, 2015, 2:32 AM Mihalcea Vlad wrote: > I tried

[hibernate-dev] PropertyAccessor -> PropertyAccessStrategy and PropertyAccess

2015-06-03 Thread Steve Ebersole
I hinted at this in the 'Envers ReflectionTools' email, but wanted to follow up with some details. Part of the work to move away from the last bits of TCCL-based classloading was completely redesigning PropertyAccessorFactory/PropertyAccessor (work which is long overdue anyway). Just a heads up t

Re: [hibernate-dev] PropertyAccessor -> PropertyAccessStrategy and PropertyAccess

2015-06-03 Thread Steve Ebersole
I forgot to mention that this is largely still incubating. I realized that overall we need to re-think how we do class loading and reflection (in terms of field/method discovery). I do not mean just this specific part. I mean throughout bootstrapping. This view might change as we redesign annota

Re: [hibernate-dev] Envers ReflectionTools

2015-06-03 Thread Adam Warski
> On 03 Jun 2015, at 04:37, Steve Ebersole wrote: > > I am needing to change how "property access" is handled (as in the > org.hibernate.property package). I have no idea how to fit that into > Envers and specifically into its ReflectionTools class. The problems boil > down to org.hibernate.en