This usually works out to be a naming problem, where the AppModule is
not loaded because its in the wrong package or something. Check the
logging output to see if your module is actually loaded.

On Tue, Aug 23, 2011 at 5:20 PM, TG <tapestry...@hotmail.com> wrote:
> My AppModule's method -
>
>        public static void
> contributeApplicationDefaults(MappedConfiguration<String, Object>
> configuration) {
>                configuration.add("tapestry.thread-pool-enabled", false);
>        ...
>
> I also tried -
>
>        public static void
> contributeApplicationDefaults(MappedConfiguration<String, Object>
> configuration) {
>                configuration.add(IOCSymbols.THREAD_POOL_ENABLED, false);
>
>        ...
>
> But I got thread creation permission error in both cases. Is this broken in
> Tapestry 5.3? The version I used is 5.3 alpha 13. I need this so that it
> works on GAEJ.
>
> Thanks.
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-IOCSymbols-THREAD-POOL-ENABLED-does-not-work-tp4728718p4728718.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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

Reply via email to