Re: wicketstuff gae-initializer-parent

2015-02-09 Thread Andrea Del Bene
hi, appengine has a quite confusing versioning policy. The last version supporting java 6 (hence not requiring servlet 3) is 1.8.1 so if you use this version or an earlier one you should be ok. Unfortunately l also don't use appengine as deployment environment so l can't help you more in detail.

Re: wicketstuff gae-initializer-parent

2015-02-09 Thread Wicket und Cocoon
what is a good place to upload a wicket application. Am 09.02.2015 um 08:18 schrieb Tobias Soloschenko: Hi again, I found a topic in which the implementation of Servlet 3.0 for Google AppEngine is requested by several users https://code.google.com/p/googleappengine/issues/detail?id=3091

Re: wicketstuff gae-initializer-parent

2015-02-09 Thread Martin Grigorov
Any hosting/cloud provider with Java: - Amazon WS - OpenShift - Cloudbees - Rackspace - ... Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 9, 2015 at 9:59 AM, Wicket und Cocoon hansheinrichbr...@yahoo.de wrote: what is a good place to upload a wicket

wicketstuff gae-initializer-parent

2015-02-08 Thread Wicket und Cocoon
Hello Martin, i tried your gae-initializer-example but get the following error wnhem i try gae:run and ask localhost:8080: java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.isAsyncStarted()Z i use appengine-java-sdk-1.9.7 and your example under jdk 1.7 when i read the few

Re: wicketstuff gae-initializer-parent

2015-02-08 Thread Tobias Soloschenko
Hi Heiner, the Server needs to support Servlet 3.0 Spec. It seems that you are using one which does not support that. kind regards Tobias Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon hansheinrichbr...@yahoo.de: Hello Martin, i tried your gae-initializer-example but get the following

Re: wicketstuff gae-initializer-parent

2015-02-08 Thread Tobias Soloschenko
Hi again, I found a topic in which the implementation of Servlet 3.0 for Google AppEngine is requested by several users https://code.google.com/p/googleappengine/issues/detail?id=3091 kind regards Tobias Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon hansheinrichbr...@yahoo.de: Hello

Re: wicketstuff gae-initializer-parent

2015-02-08 Thread Martin Grigorov
Hi, The error says that the container needs servlet-api:jar:3.0 while the application comes with older version of the jar. I don't use GAE myself so I have cannot give you more info. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 9, 2015 at 9:18 AM,