Re: Continuum installation approach...

2007-02-28 Thread Emmanuel Venisse
users download the war file and deploy it, they can use the standalone app too. Emmanuel Thierry Lach a écrit : What is/will be the installation/deployment approach for continuum? Will users be able to download a war file and deploy it? Or will users always have to build from source?

Re: Using LDAP for authentication

2007-02-28 Thread David Goemans
Hi, at first thanks for your help. I want to write a UserManager, which extends the JdoUserManager and only search in LDAP if the user isn't saved in Database. But my first problem is that I don't understand, how continuum knows that it should use my UserManager-implementation. - David Joakim

Re: error on continuum rpc server

2007-02-28 Thread Trygve Laugstøl
Andrew Williams wrote: OK, not entirely sure what to do about this problem now... Calling getBuildResultsForProject over RPC yields this exception on the server side. Caused by: javax.jdo.JDODetachedFieldAccessException: You have just attempted to access field modifiedDependencies yet this

Re: Using LDAP for authentication

2007-02-28 Thread Joakim Erdfelt
Some problems here. You can't extend JdoUserManager. That won't work. If you need multiple sources for Users, then that is a feature we need to add to the security framework. We already do this with the Authorization bits. I see no reason we can't do that for the Authentication bits too.

Re: Continuum installation approach...

2007-02-28 Thread Hilco Wijbenga
On 2/28/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: users download the war file and deploy it, they can use the standalone app too. Is the WAR expected to run on any app server? Or are we going to support a specific app server? Or a few? What about databases? Are we going to assume Derby?