[ 
https://issues.apache.org/jira/browse/TAP5-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113517#comment-13113517
 ] 

Howard M. Lewis Ship commented on TAP5-1622:
--------------------------------------------

Tapestry logs at INFO level all the module classes it loads at startup.

> ServiceOverride does not work on GAEJ 1.5.3
> -------------------------------------------
>
>                 Key: TAP5-1622
>                 URL: https://issues.apache.org/jira/browse/TAP5-1622
>             Project: Tapestry 5
>          Issue Type: Bug
>            Reporter: ag
>            Priority: Critical
>
> Service override codes - 
> @Contribute(ServiceOverride.class) 
> public static void 
> setupApplicationServiceOverrides(MappedConfiguration<Class,Object> 
> configuration) { 
> System.out.println("AppModule setupApplicationServiceOverrides() ..."); 
>         configuration.add(PeriodicExecutor.class, new PeriodicExecutor() { 
>             public PeriodicJob addJob(Schedule schedule, String name, 
> Runnable job) { 
>                System.out.println("AppModule createNOOPPeriodicExecutor() 
> returning null."); 
>                 return null; 
>             } 
>         }); 
>     } 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to