Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] LTW problem ...

On 12/30/06, Fabio Fagundes Silveira <ffs@xxxxxx> wrote:
Hello,

On Sat, 30 Dec 2006 03:07:20 +0200, Alexandru Popescu wrote
> Your pointcut is not restricted to your code only, so when using LTW,
> any 3rd party code gets weaved - including the JDBC driver - where it
> might internally use those calls.

   Ok, I agree ... but is there any way to get it working properly both using
java or aj5?


I guess you just need to have in your pointcut a within(your.package.here..*).

./alex
--
.w( the_mindstorm )p.

Regards and happy new-year ... :-)



_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top