Hello, I'm using Appfuse in a modular project with Spring. So i wanted to upgrade Spring to version 3 (I'm actually using the 2.5.4 version). I have followed these instructions: http://source.appfuse.org/changelog/appfuse/?cs=3327#trunkZ002farchetypesZ002fappfuse-modular-springZ002fsrcZ002fpom.xml
Moreover i have changed in application.context.xml the schema file to spring-beans-3.0.xsd . But when i compile the project i have a problem. Despite the build is successful, i have a ajcore.txt which is created at the root of the project. It tells me the following problem: > org.aspectj.weaver.BCException: Unable to continue, this version of AspectJ > supports classes built with weaver version 5.0 but the class > org.springframework.beans.factory.aspectj.AbstractBeanConfigurerAspect is > version 6.0 > I have searched on the web but i didn't find a solution to that problem. Someone has an idea or already had the same problem? Thank you. -- Nicolas Castejon