When trying to start bundle, i get this error.
I used this guide:
cubeia.org/wiki/index.php/Network/tutorials/quick-start-bundle
As springframework is included in .war files, and build date is same with bundle, i guess, the only way to solve it, would be building it from scrach myself, is that right?
error wrote:
2012-01-19 16:12:54,585 [ERROR] org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor': Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: error the @annotation pointcut expression is only supported at Java 5 compliance level or above
java wrote:
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)