costimuraru / tadedon

Automatically exported from code.google.com/p/tadedon
0 stars 0 forks source link

@Transactional annotation support should allow pluggable loggers on invocation input and output #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In case of running sql procedures with IN/OUT parameters it would be very handy 
in debug. IN/OUT parameters can be simulated in java using Holder class.

Maybe it is just a matter of configuring another interceptor (but 
bindInterceptors() method gets array of arguments - if another interceptor is 
bind later, where does it apply?).

If we can bind additional interceptors, then internal logging of 
TransactionalMethodInterceptor should be limited to information if we are 
running in new, or existing transaciton.

Original issue reported on code.google.com by hsh...@gmail.com on 2 Jul 2010 at 2:28

GoogleCodeExporter commented 8 years ago

Original comment by mori...@xemantic.com on 27 Mar 2012 at 10:25