Load Time « Core « Spring Q&A





1. Have to autowire an interface for the load-time weaving to work.    forum.springsource.org

Have to autowire an interface for the load-time weaving to work. Ran into a strange problem. We noticed that any integration tests fail to trigger the @Transactional annotations. After much testing ...

2. Bug using Load Time Weaving with cflow?    forum.springsource.org

Bug using Load Time Weaving with cflow? Hi, this question is maybe not mainly Spring related, since i use AspectJ's Load Time Weaving (with factory-method 'aspect-of' in order to let Spring ...

3. Load Time Weaving and Spring    forum.springsource.org

Load Time Weaving and Spring Hi, I am using load time weaving in my application by using the aspectjweaver and the javaagent parameter and that is working quite well (I am ...

4. Load time weaver for Java 1.4?    forum.springsource.org

Is it possible to use Java 1.4 and aspectj load time weaver? I know there's the -javaagent argument, but that's for 1.5 only. Assuming I can, I have a follow up ...

5. switching from load-time to compile-team weaving    forum.springsource.org

6. Improving Spring load time    forum.springsource.org

Hi all, My application has a lot (about 100) of files with spring configurations that are included in the applicationContext.xml. With all these configurations, it is necessary about 10 seconds to ...

7. How to dynamically change an attribute value in the loading time ?    forum.springsource.org

How to dynamically change an attribute value in the loading time ? How to dynamically change an attribute value in the loading time ? Say, we define this url, Code:

8. load-time weaving loader error    forum.springsource.org

load-time weaving loader error Hi all, I have read several threads on problems very similar to mine, but I can not fix it. I'm trying to configure my application load-time weaving ...

9. Help LOAD TIME WEAVER    forum.springsource.org

Help LOAD TIME WEAVER Hello guys, ive found some problem when i want to change the server. From Tomcat6 to Jboss . The basic problem appears because when i start jboss ...





10. Load Time Weaving problem    forum.springsource.org

I am trying to use LTW with spring. When i try to run the application i get following error: org.aspectj.weaver.BCException: Unable to continue, this version of AspectJ supports classes built with ...

11. Load-time weaving in Tomcat6    forum.springsource.org

Load-time weaving in Tomcat6 Hi, I met the following problem - if I put Code: into the "default" Tomcat context.xml (inside the conf directory) the instrumented classoader is recognized ...

12. AnnotationConfigApplicationContext and load time weaver. Help!    forum.springsource.org

AnnotationConfigApplicationContext and load time weaver. Help! Hi, I went through the tutorial example of using load time weaver with spring: http://static.springsource.org/sprin...-first-example As expected things work as a charm and I got ...

13. Problem with Load Time Weaving    forum.springsource.org

Problem with Load Time Weaving Hi, i have the following problem and been trying to solve this for several days now. The main-problem is that my defined advice won't fire, but ...