Re: Service id * is not defined by any module

2013-04-14 Thread Muhammad Gelbana
Are you sure the module is loaded ? check the logs for that Try using a simple hard coded id On Sun, Apr 14, 2013 at 10:29 AM, ali alavi wrote: > Hi everybody, > > To try Tynamo security, in AppModule I use these code: > > public static void bind(ServiceBinder binder) { >binder.bind(Au

Service id * is not defined by any module

2013-04-14 Thread ali alavi
Hi everybody, To try Tynamo security, in AppModule I use these code: public static void bind(ServiceBinder binder) { binder.bind(AuthorizingRealm.class, UserRealm.class).withId(UserRealm.class.getSimpleName()); } public static void contributeWebSecurityManager(Configuration configura