Re: What is the JVM option to specify modules to be loaded ?

2014-07-05 Thread Thiago H de Paula Figueiredo
On Sat, 05 Jul 2014 09:41:24 -0300, Dmitry Gusev wrote: There's no such option (I don't remember I saw one either), but you can add one by subclassing TapestryFilter and overriding this method: http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/TapestryFilter.html#provideExtraModul

Re: What is the JVM option to specify modules to be loaded ?

2014-07-05 Thread Dmitry Gusev
There's no such option (I don't remember I saw one either), but you can add one by subclassing TapestryFilter and overriding this method: http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/TapestryFilter.html#provideExtraModuleClasses(javax.servlet.ServletContext) On Sat, Jul 5, 2014 at

Re: What is the JVM option to specify modules to be loaded ?

2014-07-05 Thread Muhammad Gelbana
Thanks but I remember there was a parameter that held a list of module classes to be loaded. I didn't need to specify an execution mode then. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Jul 5, 2014 at 12:23 PM, Dmitry Gusev wrote: > It's > > http://ta

Re: What is the JVM option to specify modules to be loaded ?

2014-07-05 Thread Dmitry Gusev
It's http://tapestry.apache.org/configuration.html#Configuration-SettingExecutionModes On Sat, Jul 5, 2014 at 2:08 PM, Muhammad Gelbana wrote: > I remember there was a JVM option through which I can specify tapestry > modules to be loaded. I looked into this page and couldn't relate the > value

What is the JVM option to specify modules to be loaded ?

2014-07-05 Thread Muhammad Gelbana
I remember there was a JVM option through which I can specify tapestry modules to be loaded. I looked into this page and couldn't relate the values in it to what I need to do. Has it been removed ? http://people.apache.org/~uli/tapestry-site/configuration.html *-* *Muhammad Ge