[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

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

2010-05-16 Thread Patrick Cornelißen
Hi! 2010/5/16 _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 pr