Did you try to upgrade aspectj version?

                    <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjrt</artifactId>
                        <version>1.6.1</version>
                    </dependency>
                    <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjtools</artifactId>
                        <version>1.6.1</version>
                    </dependency>

to a higher one than 1.6.1?


2010/5/28 Nicolas Castejon <castejon.nico...@gmail.com>

> 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
>

Reply via email to