Re: Tapestry-Spring-Security Exception when using PlainText Encoder

2009-01-29 Thread Ulrich Stärk
Add the following to your AppModule: public static void contributeAliasOverrides(Configuration> configuration) { SaltSourceService saltSource = new SaltSourceService() { public Object getSalt(UserDetails user) { return null; }

Tapestry-Spring-Security Exception when using PlainText Encoder

2009-01-28 Thread bongosdude
cessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:75) - B Amigo:super: -- View this message in context: http://www.nabble.com/Tapestry-Spring-Security-Exceptio