On 09/04/2013 10:04 AM, Alex Huang wrote:
Kelven and Darren should review this.
That attribute used to be always read to determine if a method should be
intercepted at load time. My understanding is the switch to using spring as
the injection mechanism caused this to be turned off and now every single
method is intercepted, which is terrible. I don’t know if Kelven and/or Darren
has any plans to fix this. If they don’t plan on fixing it, then we should
just commit it.
Alex,
My plan is to essentially remove the existence of @DB. I'm working on
that now. In the meantime I think its good to just remove the txn
attribute as the patch does. I clicked "ship it", but deferred to you
to commit.
Darren