On Wed, 24 Aug 2011 09:12:56 -0300, TG <tapestry...@hotmail.com> wrote:

Could any other kind soul advice if this flag works at all in the latest
alpha? If I revert to some other version before alpha 13 of 5.3, it works
but it has some other issue like -

I've posted this before to somehow it didn't make it to the list:

GAE doesn't allow creating new threads nor code that uses them, so there's nothing Tapestry nor anyone besides Google can do for you.

[1] http://code.google.com/appengine/docs/java/runtime.html, section "The Sandbox":

"An App Engine application cannot:
(...)
* spawn a sub-process or thread. (...)"

"A Java application cannot create a new java.lang.ThreadGroup nor a new java.lang.Thread. These restrictions also apply to JRE classes that make use of threads. For example, an application cannot create a new java.util.concurrent.ThreadPoolExecutor, or a java.util.Timer. An application can perform operations against the current thread, such as Thread.currentThread().dumpStack()."

Now, something I haven't posted before: try to override the PeriodicalExecutor service in Tapestry-IoC with an empty implementation.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to