Spring expression language not working with spring aop?

Did you try ... This way you get a dynamic subclass and the property should be available in the proxy created via Spring AOP. The default behaviour of Spring AOP is to create a Java proxy for the interfaces, so the properties of any classes won't be accessible through the proxy.

Yes, it is working.. thanks for your time Timo.. Spring AOP really eating my brain :) – javanoob Aug 28 '10 at 17:16 Spring in Action book does not talk about all these details. I think I have to read spring reference.. – javanoob Aug 28 '10 at 17:24 yes, better read the reference on these things. – Timo Westkämper Aug 28 '10 at 17:26.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions