appengine-modules-sample-java icon indicating copy to clipboard operation
appengine-modules-sample-java copied to clipboard

App Engine Modules usage, packaged as an EAR (Entreprise Archive) Maven project

Results 14 appengine-modules-sample-java issues
Sort by recently updated
recently updated
newest added

Update of the sdk version to 1.9.4 Setting the java version to 1.7 (since version 1.9.0 of the sdk java 7 is required) There was an error that no default...

I followed the simple instructions on the readme: clone; cd; mvn appengine:devserver Then I get a build failure with the following error: `[ERROR] No plugin found for prefix 'appengine' in...

Hi, is it possible to specify a port number to each module? For now I have managed to set port for default module, the other one gets a random port.

This looks like an ear maven project. According to this documentation: https://cloud.google.com/appengine/docs/java/webtoolsplatform#enterprise_application_ear this is not supported. "Note: Currently, only Maven WAR projects are supported, not Maven EAR projects" Also, the...

I have a 6 module setup and it takes more than 2 minutes to compile everything and run all the servers. How would you suggest to make development bearable with...

Hi, I'd like to know how to just update one module instead the whole ear. Thanks in advance

I'm using eclipse 4.4.1 with the gae eclipse plugins. After I downloaded your project, eclipse tells me that the project configuration is not up to date. When I try to...

The pom.xml files for the modules seem to be missing a `` section for this plugin: ``` xml org.apache.maven.plugins maven-war-plugin 2.3 ``` That's preventing a substitution of ${appengine.app.version} from happening...

The file appengine-application.xml contains: google.com:ludovmengine What is the prefix `google.com:` for? It gave me an error so I removed it and I was able to upload. The problem and solution...

After 'mvn install', there are some error messages: --- ## T E S T S Forking command line: cmd.exe /X /C ""C:\Program Files\Java\jre1.8.0_25\bin\java" -jar C:\Users\James\Documents\dev\CardDefense\Server\appengine-modules-sample-java-master\appengine-modules-guestbook\target\surefire\surefirebooter4813219224560267512.jar C:\Users\James\Documents\dev\CardDefense\Server\appengine-modules-sample-java-master\appengine-modules-guestbook\target\surefire\surefire25565902430025426tmp C:\Users\James\Documents\dev\CardDefense\Server\appengine-modules-sample-java-master\appengine-modules-guestbook\target\surefire\surefire_01718481748581354868tmp" Running com.google.appengine.demos.guestbook.GuestbookServletTest Tests...