Re: GenericIndexTest testSetGetWrkDirPath failing on Windows XP

2010-12-15 Thread feezelr
Sorry for the slow response. I see that this change has been posted to trunk. I have confirmed this morning that this fixes the issue. m...@stefan-seelmann.de wrote on 12/14/2010 02:38:07 PM: Oh, seems that was due to my recent changes. Thanks for reporting. Could you please test if the

GenericIndexTest testSetGetWrkDirPath failing on Windows XP

2010-12-14 Thread feezelr
In org.apache.directory.server.xdbm.GenericIndexTest the test testSetGetWrkDirPath is failing on the AssertEquals at line 116 zzzDir.getPath() = C:\DOCUME~1\feezelr\LOCALS~1\Temp\zzz index.getWkDirPath().getPath() = /C:/DOCUME~1/feezelr/LOCALS~1/Temp/zzz Clearly these are the same, yet

Re: Latest trunk test failures on Windows XP

2010-12-10 Thread feezelr
Pierre-Arnaud Marcelot paj...@gmail.com wrote on 12/10/2010 05:48:48 AM: Hi again Richard, I added 200 ms more before checking the values of the test. Looks like Thread.sleep is not very reliable (especially on Windows). Timing on XP seems to have a resolution of 16.7 msec. You should

Latest trunk test failures on Windows XP

2010-12-09 Thread feezelr
elapsed: 0.532 sec FAILURE! org.apache.directory.server.config.LdapServerConfigReaderTest Time elapsed: 0 sec ERROR! java.io.IOException: Unable to delete file: C:\DOCUME~1\feezelr\LOCALS~1\ Temp\server-work\configReader\config.ldif at org.apache.commons.io.FileUtils.forceDelete

Re: First Kerberos test is green !

2010-12-07 Thread feezelr
Great NEWS! I know you've been working very hard on this! Thanks for your efforts! Emmanuel Lecharny elecha...@gmail.com wrote on 12/06/2010 06:30:44 PM: Hi guys, so this is it ! For the first time tonite, the first test (SaslGssapiBindITest) is passing with flying colors ! It's a

Re: First Kerberos test is green !

2010-12-07 Thread feezelr
Is all the latest code in trunk? Question: I'm getting Access restriction: The type AuthorizationData is not accessible due to restriction on required library C:\Documents and Settings\feezelr\Program Files\Java\jdk1.6.0_17\jre\lib\rt.jar warning in eclipse regarding the use of class

Re: First Kerberos test is green !

2010-12-07 Thread feezelr
on required library C:\Documents and Settings\feezelr\Program Files\Java\jdk1.6.0_17\jre\lib\rt.jar warning in eclipse regarding the use of class sun.security.krb5.internal.AuthorizationData in class org.apache.directory.shared.kerberos.components.KdcReqBody. Hmmm... It might have been

Compilation errors in Kerberos Codec?

2010-11-29 Thread feezelr
This morning after and svn up I'm getting the following error: [INFO] Building ApacheDS Protocol Kerberos Codec [INFO]task-segment: [install] [INFO] [INFO] [remote-resources:process {execution: default}] [INFO]

Re: Code review - constants in interface

2010-11-22 Thread feezelr
Emmanuel Lécharny elecha...@apache.org wrote on 11/22/2010 11:52:18 AM: On 11/22/10 5:42 PM, Guillaume Nodet wrote: For classes that are designed to export constants, there should be no constructor at all, so even if you're right in theory, i don't think that really apply here (as you're

Question regarding code partitioning in Shared

2010-11-10 Thread feezelr
I have been exploring the possibility of using the ApacheDS Kerberos implementation in another application in which the backing store would not be an LDAP server. There seem to be a number of areas in which the Kerberos modules are entangled with the LDAP code. One area of particular note is

Re: Question regarding code partitioning in Shared

2010-11-10 Thread feezelr
Emmanuel Lecharny elecha...@gmail.com wrote on 11/10/2010 11:43:11 AM: On 11/10/10 5:11 PM, feez...@gdls.com wrote: I have been exploring the possibility of using the ApacheDS Kerberos implementation in another application in which the backing store would not be an LDAP server. There

RADIUS anyone?

2010-09-27 Thread feezelr
I've been talking with some potential users and they've expressed an interest in integrating RADIUS with their directory. I did a quick search for RADIUS in the dev list archive and found no discussion regarding the posibility of integrating a RADIUS server with ADS. Is there any interest

Re: [jira] Commented: (DIRSERVER-1541) Numerous JUnit tests failing on Windows.

2010-09-13 Thread feezelr
I run the tests using mvn test -Dintegration at a command prompt. Stefan Seelmann (JIRA) j...@apache.org wrote on 09/13/2010 01:55:34 AM: [ https://issues.apache.org/jira/browse/DIRSERVER-1541?page=com. atlassian.jira.plugin.system.issuetabpanels:comment-

Re: [ApacheDS] Test failures on Windows

2010-09-10 Thread feezelr
Some weeks ago I posted JIRA (DIRSERVER-1541) and a set of patches which result in all tests passing on Windows XP. These patches address both the issues of file path names and tests which do not close files before attempted to delete them. Since I made the submission I have revised my

Two questions

2010-08-17 Thread feezelr
With appolgies for the new guy questions... I can't figure out how to search the dev message archives. Is there a mechanism? I'm particularly interested in seeing full-featured Kerberos and in looking through the code and the pending issues I'm curious as to the planned approach for the way

Re: Message data structure merge heads up

2010-08-12 Thread feezelr
Gentlemen, I've been exploring and working my way through getting the Subversion checkout and Maven builds working reliably so that I'm comfortable with that process. I've been working on two different systems (I have a day job). My home system is Fedora Core 13 Linux with the Sun JDK