You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/09/23 17:58:26 UTC

[jira] [Resolved] (TAP5-1622) ServiceOverride does not work on GAEJ 1.5.3

     [ https://issues.apache.org/jira/browse/TAP5-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship resolved TAP5-1622.
----------------------------------------

    Resolution: Cannot Reproduce

Not saying it doesn't exist, but please reopen when you have more data. There's no reason I'm aware of why this aspect of Tapestry should behave any differently inside Google App Engine.

> 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