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

Reply via email to