antalk / Tapestry-Spring-Security

A Tapestry 5.3.x spring based security library
11 stars 6 forks source link

The type org.springframework.aop.framework.AopInfrastructureBean cannot be resolved. It is indirectly referenced from required .class files #9

Closed ghguy closed 10 years ago

ghguy commented 10 years ago

We used this with Google App Engine 1.8.8 (yes, not the 1.8.9 as that is having asm4 confilict) and we got the following error:

We used Spring Core 3.2.4 with Tapestry 5.3.7.

Thanks!

antalk commented 10 years ago

Looks like a missing dependency on Spring-AOP ? I have never come across this error, so maybe if you manually add the spring-aop jar to the project it will run. I also doubt if this is due to the new Spring 3.2.x core libraries or the google app engine.

Judging from some google searching, i'd say this dependency is from GAE