On Fri, Feb 28, 2014 at 2:34 AM, Amit Rai <[email protected]> wrote: > I am not as much aware with maven.but here wat code I have is using maven > only. >
I would try disconnecting the project from Maven and manually adding the JAR libraries specified in the Maven build to your project/build path. Somewhere along the line, the appropriate libraries aren't being bundled into the WAR. You'll have to pin down where in the build process that's happening. The easiest way to check Maven's work is to temporarily bypass it by manually supplying the libraries. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
