Assuming the SettingsService resides in the same module, try this: public static void contributeApplicationDefaults(MappedConfiguration configuration, @Local SettingsService settings) { settings.getString(UISymbolConstants.SUPPORTED_LOCALES, "de,en")); }
the @Local annotation tells T5 not to look elsewhere for the service definition. Steve. -- Steve Eynon ------------------------------- "If at first you don't succeed, so much for skydiving!" --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org