1. Spring, AspectJ, @Configurable not working under windows forum.springsource.orgSpring, AspectJ, @Configurable not working under windows Hi, I have a very weird problem with Spring / Aspectj.... Let's say I have a Country class that is @Configurable, and used as ... |
2. @Configurable and Aspect Precedence forum.springsource.org@Configurable is based on initialization joinpoints. If in addition to using @Configurable, I need to have additional advices based on initialization joinpoints through custom aspects on the same domain object, what ... |
3. @Configurable and @Aspect does not work together forum.springsource.org@Configurable and @Aspect does not work together Hello! Ive annotaded a Class with @Configurable. That works. But when I declare an AOP-Advice on a Method on that Class the Advice is ... |
4. Aspect not being applied to @Configurable forum.springsource.orgAspect not being applied to @Configurable I am looking to migrate my code base from Spring 1.2.8 to Spring 2.0..6. I have a couple of hibernate beans that are being injected ... |
5. @Configurable @Aspect - AspectJ aspect configured by spring forum.springsource.org@Configurable @Aspect - AspectJ aspect configured by spring Hello is this a way how I can configure aspect witch spring? I have this aspect: Code: @Aspect @Configurable public class TempletAspect { ... |
6. using @Configurable aspect forum.springsource.orgJul 9th, 2008, 09:51 AM #1 nishki77 View Profile View Forum Posts Private Message Junior Member Join Date Jun 2008 Posts 23 using @Configurable aspect Hi, i am trying to use ... |
7. using @Configurable aspect forum.springsource.orgJul 9th, 2008, 09:55 AM #1 nishki77 View Profile View Forum Posts Private Message Junior Member Join Date Jun 2008 Posts 23 using @Configurable aspect Hi, i am trying to use ... |
8. problem with @configurable spring 2.5.5 aspectj 1.6.0 forum.springsource.orgproblem with @configurable spring 2.5.5 aspectj 1.6.0 Hi, I have a problem with @configurable : dependencies are not injected! I was using spring 2.5.4, aspectj 1.5.3 and aspectj-maven-plugin I get this ... |
9. Mixing @Aspect and @Configurable forum.springsource.orgMixing @Aspect and @Configurable Hi all, I'm trying to configure my application to log certain events in my application and I figured AspectJ would be the perfect match. I'd like to ... |