>  <param-name>tapestry.app-package</param-name>
>  <param-value>tapp</param-value>

I was thinking of the filter name:
<filter>
  <filter-name>app</filter-name>
  <filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
</filter>

Where are you putting the breakpoint/logging to determine that the
method is getting called? Are you sure the change is getting deployed?
I cut and paste the method from my AppModule and it was called, and
did replace the PeriodicExecutor so the other constructor wasn't
called.

I suppose learning how to deploy something to GAE wouldn't be a waste
of time... perhaps a simple integration test in tapestry-core...

Josh

On Thu, Aug 25, 2011 at 8:06 AM, TG <tapestry...@hotmail.com> wrote:
> Hope the following helps -
>
> In web.xml:
>
>  <param-name>tapestry.app-package</param-name>
>  <param-value>tapp</param-value>
>
> At least the following methods are called in AppModule -
>
>        public static void bind(ServiceBinder binder) {
>
>        public static void
> contributeApplicationDefaults(MappedConfiguration<String, Object>
> configuration) {
>
> But unfortunately not the method that you had suggested I put in.
>
> Thanks.
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/T-5-3-Alert-and-AlertManager-Tutorials-tp4732469p4734813.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
>
>

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

Reply via email to