lunaspeed
Dec 8th, 2009, 12:21 AM
Hi
my application is written using Spring 2.5.6
however i dont use @Autowire, @Component,...etc
I use @Resource to do my DI.
when i run my application in tc server i can only see it intercepting my JDBC calls
and when i start tc server there is a log :
[TomcatAspectJWeavingClassLoader@1b15692] warning javax.* types are not being woven because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified
i am new to the weaving idea
can someone tell me where and how this property should be set?
do i have to set it directly in the tc server? or in my AP?
and after this is set, will tc server intercept calls on the object injected by @Resource?
Thanx
my application is written using Spring 2.5.6
however i dont use @Autowire, @Component,...etc
I use @Resource to do my DI.
when i run my application in tc server i can only see it intercepting my JDBC calls
and when i start tc server there is a log :
[TomcatAspectJWeavingClassLoader@1b15692] warning javax.* types are not being woven because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified
i am new to the weaving idea
can someone tell me where and how this property should be set?
do i have to set it directly in the tc server? or in my AP?
and after this is set, will tc server intercept calls on the object injected by @Resource?
Thanx