Re: Kerberos branch has been merged back into trunk

2010-12-09 Thread Pierre-Arnaud Marcelot
Great job, guys! Svn up-ing right now. Regards, Pierre-Arnaud On 9 déc. 2010, at 07:45, Kiran Ayyagari wrote: On Thu, Dec 9, 2010 at 3:21 AM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi guys, I just finished the painful process of merging back the Kerberos branch into the trunk.

ADS Code analysis

2010-12-09 Thread Emmanuel Lecharny
http://insite.metrixware.com/14,ApacheDirectoryServer,Software_Quality_SQALE_Open_Source_Java_LDAP.html -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

[jira] Created: (DIRSERVER-1589) Replace the printStacktrace calls by some decent loging

2010-12-09 Thread Emmanuel Lecharny (JIRA)
Replace the printStacktrace calls by some decent loging --- Key: DIRSERVER-1589 URL: https://issues.apache.org/jira/browse/DIRSERVER-1589 Project: Directory ApacheDS Issue Type: Task

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Emmanuel Lecharny
I svn up atoine's branch this morning, and run integration tests on it : BUILD SUCCESSFUL. On 12/7/10 7:09 PM, Alex Karasulu wrote: --- Test set: org.apache.directory.server.core.integ.TestSuiteServer

Re: Adding annotations to Configuration beans

2010-12-09 Thread Pierre-Arnaud Marcelot
Hi guys, Just to inform you that I managed to get the ConfigWriter working with the annotations system and merged the 'server-config-annotations' branch back to trunk. I added a test class for the ConfigWriter and all other tests continue to pass. I'm now moving back to Studio where I will

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Alex Karasulu
On Thu, Dec 9, 2010 at 1:57 PM, Emmanuel Lecharny elecha...@gmail.comwrote: I svn up atoine's branch this morning, and run integration tests on it : BUILD SUCCESSFUL. It's failing for me in the same manner after an svn up again just to be safe at revision 1043945. I also have 4 cores on this

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Pierre-Arnaud Marcelot
Same thing here: [INFO] [INFO] BUILD SUCCESSFUL [INFO] [INFO] Total time: 14 minutes 29 seconds [INFO] Finished at: Thu Dec 09 14:09:20 CET

Re: Adding annotations to Configuration beans

2010-12-09 Thread Emmanuel Lecharny
On 12/9/10 1:29 PM, Pierre-Arnaud Marcelot wrote: Hi guys, Just to inform you that I managed to get the ConfigWriter working with the annotations system and merged the 'server-config-annotations' branch back to trunk. I added a test class for the ConfigWriter and all other tests continue to

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Emmanuel Lécharny
On 12/9/10 1:56 PM, Alex Karasulu wrote: On Thu, Dec 9, 2010 at 1:57 PM, Emmanuel Lecharnyelecha...@gmail.comwrote: I svn up atoine's branch this morning, and run integration tests on it : BUILD SUCCESSFUL. It's failing for me in the same manner after an svn up again just to be safe at

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Alex Karasulu
Yeah this has got to be a concurrency issue or something related to my platform. I hate these kinds of bugs. Thanks, Alex On Thu, Dec 9, 2010 at 3:11 PM, Pierre-Arnaud Marcelot p...@marcelot.netwrote: Same thing here: [INFO]

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Antoine Levy-Lambert
Thanks to you all for testing my work. Regards, Antoine On 12/9/2010 8:39 AM, Alex Karasulu wrote: Yeah this has got to be a concurrency issue or something related to my platform. I hate these kinds of bugs. Thanks, Alex On Thu, Dec 9, 2010 at 3:11 PM, Pierre-Arnaud Marcelot

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Alex Karasulu
Yeah sorry this hick up delayed things - it has nothing to do with your code looks good. Y'all want me to merge it or you want the honors Antoine? Regards, On Thu, Dec 9, 2010 at 5:20 PM, Antoine Levy-Lambert anto...@gmx.de wrote: Thanks to you all for testing my work. Regards, Antoine

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Emmanuel Lecharny
On 12/9/10 4:20 PM, Antoine Levy-Lambert wrote: Thanks to you all for testing my work. I have reviewed your code, adding some few tweaks here and there (formating, adding missing ASF headers), nothing serious. Waiting for tests to complete before I commit my changes. Then we will be able

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Antoine Levy-Lambert
Thanks Emmanuel and Alex and Pierre-Arnaud and Kiran ! Antoine On 12/9/2010 12:23 PM, Emmanuel Lecharny wrote: On 12/9/10 4:20 PM, Antoine Levy-Lambert wrote: Thanks to you all for testing my work. I have reviewed your code, adding some few tweaks here and there (formating, adding missing

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Antoine Levy-Lambert
On 12/9/2010 10:29 AM, Alex Karasulu wrote: Yeah sorry this hick up delayed things - it has nothing to do with your code looks good. This happens. In Ant there are also some platform specific, timing related test failures. Y'all want me to merge it or you want the honors Antoine? I am fine if

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Emmanuel Lecharny
On 12/9/10 6:46 PM, Antoine Levy-Lambert wrote: Thanks Emmanuel and Alex and Pierre-Arnaud and Kiran ! I have a small issue with the SetAuthenticator. Does it have to be a TreeSet ? I don't think so. An Hashset should be just fine (otherwise, you either need to have the Authenticator

Re: [ApacheDS] [AuthN Delegation] Antoine here's the failure I encountered.

2010-12-09 Thread Antoine Levy-Lambert
On 12/9/2010 12:52 PM, Emmanuel Lecharny wrote: On 12/9/10 6:46 PM, Antoine Levy-Lambert wrote: Thanks Emmanuel and Alex and Pierre-Arnaud and Kiran ! I have a small issue with the SetAuthenticator. Does it have to be a TreeSet ? I don't think so. I am very ignorant concerning

Latest trunk test failures on Windows XP

2010-12-09 Thread feezelr
I've just checked out trunk and I'm getting a couple of test failures. First ReplayCacheImplTest was failing until I changed line 100 to Thread. sleep( 1200 ); Second org.apache.directory.server.config.LdapServerConfigReaderTest fails with an error trying to delete the contents of the work

Re: Latest trunk test failures on Windows XP

2010-12-09 Thread Emmanuel Lecharny
On 12/9/10 8:28 PM, feez...@gdls.com wrote: I've just checked out trunk and I'm getting a couple of test failures. First ReplayCacheImplTest was failing until I changed line 100 to Thread. sleep( 1200 ); Second org.apache.directory.server.config.LdapServerConfigReaderTest fails with an error

Re: Latest trunk test failures on Windows XP

2010-12-09 Thread Antoine Levy-Lambert
On 12/9/2010 2:33 PM, Emmanuel Lecharny wrote: On 12/9/10 8:28 PM, feez...@gdls.com wrote: I've just checked out trunk and I'm getting a couple of test failures. First ReplayCacheImplTest was failing until I changed line 100 to Thread. sleep( 1200 ); Second

Re: Latest trunk test failures on Windows XP

2010-12-09 Thread Emmanuel Lecharny
Hi Antoine, I have merged your branch into trunk, except the config.ldif file, because it's way too complex to merge it (there are hundreds of line, and for some unknown reason, svn diff sees both files as completely different. Can you tell me what entries you have modified ? you should be

Re: Latest trunk test failures on Windows XP

2010-12-09 Thread Antoine Levy-Lambert
Hello Emmanuel, I added these entries dn: ou=authenticators,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config ou: authenticators objectclass: organizationalUnit objectclass: top dn: