Re: [appfuse-user] UserDao in the way on spring security

2008-06-10 Thread Matt Raible
nice to remove all functionality and move code to plugins that could be customized and versioned on their own. Matt > > Paul > > --- On Mon, 6/9/08, Matt Raible <[EMAIL PROTECTED]> wrote: > > From: Matt Raible <[EMAIL PROTECTED]> > Subject: Re: [appfuse-user] UserDao in

Re: [appfuse-user] UserDao in the way on spring security

2008-06-10 Thread Paul Were
rote: From: Matt Raible <[EMAIL PROTECTED]> Subject: Re: [appfuse-user] UserDao in the way on spring security To: users@appfuse.dev.java.net Date: Monday, June 9, 2008, 9:26 PM I believe the easiest solution is to import the core classes into your project and customize them there. http://a

Re: [appfuse-user] UserDao in the way on spring security

2008-06-09 Thread Matt Raible
I believe the easiest solution is to import the core classes into your project and customize them there. http://appfuse.org/display/APF/AppFuse+Core+Classes If that doesn't work for you, full-source your project and customize to your heart's content. Matt On Sun, Jun 1, 2008 at 3:45 PM, mschipp

[appfuse-user] UserDao in the way on spring security

2008-06-01 Thread mschipperheyn
Hi, I have an implementation with an independent user object. I basically don't use the Appfuse User and Role model. In the process of migration I ran into a problem with my custom UserDetails service. Using the default implementation I get a "More than one UserDetailsService registered. Please u