[appengine-java] gae with spring 2.5.6 , jpa and maven problem

2010-05-15 Thread _mvn__user
I tried to use gae with spring and jpa but when i start the server i get the message: / Could not instantiate listener org.springframework.web.context.ContextLoaderListener java.lang.ClassN

[appengine-java] Re: gae with spring 2.5.6 , jpa and maven problem

2010-05-16 Thread _mvn__user
Yes i have added all the dependencies . The problem was that the eclipse was using a war directory without all the jars . I added a phase in the pom.xml that copied all the jars to the deploy directory . And invoked that phase using mvn install. But another problem apppears . Maven integration wit