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