[jira] Commented: (DIRSHARED-75) AbstractSchemaLoader fails to add schema objects if the schema name is given in capital letters

2011-01-11 Thread Kiran Ayyagari (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980005#action_12980005 ] Kiran Ayyagari commented on DIRSHARED-75: - Fixed another issue related to

[jira] Created: (DIRSTUDIO-721) Cannot copy the text present in the 'Problems' view of Studio schema editor perspective

2011-01-11 Thread Kiran Ayyagari (JIRA)
Cannot copy the text present in the 'Problems' view of Studio schema editor perspective --- Key: DIRSTUDIO-721 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-721

[jira] Created: (DIRSHARED-77) In configuration schema same name is used for both AT and OC

2011-01-11 Thread Kiran Ayyagari (JIRA)
In configuration schema same name is used for both AT and OC Key: DIRSHARED-77 URL: https://issues.apache.org/jira/browse/DIRSHARED-77 Project: Directory Shared Issue Type:

[jira] Updated: (DIRSHARED-77) In configuration schema same name is used for both AT and OC

2011-01-11 Thread Kiran Ayyagari (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Ayyagari updated DIRSHARED-77: Attachment: schema-errors.png This picture shows the list of schema objects whose name

Re: studio build and install on Win 64 bits

2011-01-11 Thread Antoine Levy-Lambert
I tried this Apache Directory Studio. First of all, it installs itself under C:\Program Files (x86)\Apache Directory Studio\Apache Directory Studio.exe. One expects a 64 bit app on Windows 7 to install under C:\Program Files instead. The next issue is that the program bails out

Re: studio build and install on Win 64 bits

2011-01-11 Thread Pierre-Arnaud Marcelot
Hi Antoine, On 11 janv. 2011, at 14:22, Antoine Levy-Lambert wrote: I tried this Apache Directory Studio. Thanks for taking a few minutes to test it. First of all, it installs itself under C:\Program Files (x86)\Apache Directory Studio\Apache Directory Studio.exe. I guess you didn't add

Re: studio build and install on Win 64 bits

2011-01-11 Thread Antoine Levy-Lambert
On 1/11/2011 8:38 AM, Pierre-Arnaud Marcelot wrote: Hi Antoine, On 11 janv. 2011, at 14:22, Antoine Levy-Lambert wrote: I tried this Apache Directory Studio. Thanks for taking a few minutes to test it. First of all, it installs itself under C:\Program Files (x86)\Apache Directory

lookup operation handling

2011-01-11 Thread Emmanuel Lecharny
Hi, trying to fix the issue I faced last night (see the associated mail), I found that the lookup operation does return null when we lookup for an absent entry. When we go through the ExceptionInterceptor, then we generate a LdapNoSuchObjectException, in all previous interceptor, we simplly

Re: studio build and install on Win 64 bits

2011-01-11 Thread Pierre-Arnaud Marcelot
Hi again Antoine, Both issues should now be fixed in trunk. I also forced the regeneration of the distributions on the Hudson machine. If you're still willing to test it out, this new version should work better I think. Regards, Pierre-Arnaud On 11 janv. 2011, at 15:05, Antoine Levy-Lambert

Re: [DISCUSS] [Release Scheme] Contract/Policy with users for releases

2011-01-11 Thread Pierre-Arnaud Marcelot
On 5 janv. 2011, at 20:32, Alex Karasulu wrote: On Wed, Jan 5, 2011 at 9:16 PM, Jesse McConnell jesse.mcconn...@gmail.com wrote: Since you have eclipse plugins you ought to build those with maven + tycho and have a similar and sane versioning system. I talked with Pierre about

[jira] Commented: (DIRSERVER-1582) Fail to install ApacheDS Server 1.5.7 as windows NT Service using installer.

2011-01-11 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980145#action_12980145 ] Pierre-Arnaud Marcelot commented on DIRSERVER-1582: --- Rajib, Can you

Re: [DISCUSS] [Release Scheme] Contract/Policy with users for releases

2011-01-11 Thread Jesse McConnell
my recommendation would be to reach out to the tycho guys for a bit of advice on this...I suspect the thing to do is to make the original artifacts also osgi bundles, it really isn't that hard with the felix maven bundle plugin, but there might be another way they could recommend doing it jesse

[jira] Closed: (DIRSERVER-1597) SubentryCache is not threadSafe

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSERVER-1597. SubentryCache is not threadSafe ---

[jira] Resolved: (DIRSERVER-1597) SubentryCache is not threadSafe

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRSERVER-1597. -- Resolution: Fixed Fixed with :

Re: [DISCUSS] [Release Scheme] Contract/Policy with users for releases

2011-01-11 Thread Pierre-Arnaud Marcelot
Yeah, making the original artifacts OSGI bundles would be the ideal solution. It may also be the easiest one (moving our current build to Tycho might not be trivial). I'll try to evaluate Tycho more in depth later this month and ask the Tycho guys about it. Thanks, Pierre-Arnaud On 11 janv.

Closed : [Vote] Release scheme change

2011-01-11 Thread Emmanuel Lecharny
Hi guys, I close the vote, we have had 6 +1, no 0 or -1. I will update the wiki accordingly, and create a few new tags in JIRA : ADS : 2.0-M1 and 2.0-M2. Shared : 1.0-M1 and 1.0-M2 API : 1.0-M1 and 1.0-M2 I will also move issues to those newly added tags, feel free to move them around if you

Re: svn commit: r1057707 - /directory/apacheds/branches/apacheds-AP/core-api/src/main/java/org/apache/directory/server/core/administrative/SubentryCache.java

2011-01-11 Thread Felix Knecht
I don't see the need of locking in methods like public boolean hasSubentry(...). What's the benefit of locking? A normal use case is IMO that some time after calling the has... method one will either read or write the cache. But there's no garantee, that when now read/write the cache is still

Re: Closed : [Vote] Release scheme change

2011-01-11 Thread Felix Knecht
On 01/11/2011 05:06 PM, Emmanuel Lecharny wrote: Hi guys, I close the vote, we have had 6 +1, no 0 or -1. I will update the wiki accordingly, and create a few new tags in JIRA : ADS : 2.0-M1 and 2.0-M2. Shared : 1.0-M1 and 1.0-M2 API : 1.0-M1 and 1.0-M2 Wouldn't it be? ADS: 2.0.0-M1 Shared:

Re: Closed : [Vote] Release scheme change

2011-01-11 Thread Pierre-Arnaud Marcelot
Hi Felix, On 11 janv. 2011, at 17:18, Felix Knecht wrote: On 01/11/2011 05:06 PM, Emmanuel Lecharny wrote: Hi guys, I close the vote, we have had 6 +1, no 0 or -1. I will update the wiki accordingly, and create a few new tags in JIRA : ADS : 2.0-M1 and 2.0-M2. Shared : 1.0-M1 and

Re: svn commit: r1057707 - /directory/apacheds/branches/apacheds-AP/core-api/src/main/java/org/apache/directory/server/core/administrative/SubentryCache.java

2011-01-11 Thread Emmanuel Lecharny
On 1/11/11 5:13 PM, Felix Knecht wrote: I don't see the need of locking in methods like public boolean hasSubentry(...). What's the benefit of locking? To protect the reader from getting through a path which is modified just in the middle by a write. Of course, in this very case, if uuidCache

Re: Closed : [Vote] Release scheme change

2011-01-11 Thread Emmanuel Lecharny
On 1/11/11 5:18 PM, Felix Knecht wrote: On 01/11/2011 05:06 PM, Emmanuel Lecharny wrote: Hi guys, I close the vote, we have had 6 +1, no 0 or -1. I will update the wiki accordingly, and create a few new tags in JIRA : ADS : 2.0-M1 and 2.0-M2. Shared : 1.0-M1 and 1.0-M2 API : 1.0-M1 and 1.0-M2

Re: svn commit: r1057707 - /directory/apacheds/branches/apacheds-AP/core-api/src/main/java/org/apache/directory/server/core/administrative/SubentryCache.java

2011-01-11 Thread Felix Knecht
On 01/11/2011 05:33 PM, Emmanuel Lecharny wrote: On 1/11/11 5:13 PM, Felix Knecht wrote: I don't see the need of locking in methods like public boolean hasSubentry(...). What's the benefit of locking? To protect the reader from getting through a path which is modified just in the middle by a

Re: lookup operation handling

2011-01-11 Thread Kiran Ayyagari
On Tue, Jan 11, 2011 at 7:54 PM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi, trying to fix the issue I faced last night (see the associated mail), I found that the lookup operation does return null when we lookup for an absent entry. When we go through the ExceptionInterceptor, then we

Version schema page updated.

2011-01-11 Thread Emmanuel Lecharny
Hi, I have updated the wiki to reflect the decision we made last week. It's on the 2.0 and MGMT spaces. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

[jira] Updated: (DIRSHARED-77) In configuration schema same name is used for both AT and OC

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-77: --- Fix Version/s: 1.0-M1 Moved to 1.0-M1 In configuration schema same name is used

[jira] Updated: (DIRSHARED-35) LdifEntry should expose methods to manipulate attributes.

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-35: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 LdifEntry should

[jira] Updated: (DIRSHARED-53) Review RequestID processing

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-53: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Review RequestID

[jira] Updated: (DIRSHARED-5) Add the missing javadocs

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-5: -- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Add the missing

[jira] Updated: (DIRSHARED-66) Use JUnit TemporaryFolder Rule

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-66: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Use JUnit

[jira] Updated: (DIRSHARED-73) Make DnNode structure thread safe

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-73: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Make DnNode

[jira] Updated: (DIRSHARED-74) Move some Subentry classes from core-API

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-74: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Move some Subentry

[jira] Updated: (DIRSHARED-70) Bug when switching to winter time

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-70: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Bug when switching

[jira] Updated: (DIRSHARED-37) Reconsider interfaces and base classes for Registries

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-37: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Reconsider

[jira] Updated: (DIRSHARED-76) Review the API to have the method trhow meaningful exceptions

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-76: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Review the API to

Re: lookup operation handling

2011-01-11 Thread Emmanuel Lecharny
On 1/11/11 6:29 PM, Kiran Ayyagari wrote: On Tue, Jan 11, 2011 at 7:54 PM, Emmanuel Lecharnyelecha...@gmail.com wrote: Hi, +1, eventually if all the functionality in ExceptionInterceptor is moved out like this then we no longer need this interceptor I have implemented this patch (plus

Re: studio build and install on Win 64 bits

2011-01-11 Thread Antoine Levy-Lambert
Hello Pierre-Arnaud, I have downloaded it and in works as a charm. Great work ! Merci, Antoine On 1/11/2011 9:58 AM, Pierre-Arnaud Marcelot wrote: Hi again Antoine, Both issues should now be fixed in trunk. I also forced the regeneration of the distributions on the Hudson machine. If

[jira] Updated: (DIRSHARED-40) DN parser, LdapDN, Rdn, Atav issues

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-40: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 DN parser, LdapDN,

[jira] Updated: (DIRSHARED-63) LDIFEntry does not handle controls

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-63: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 LDIFEntry does not

[jira] Updated: (DIRSHARED-34) LdifEntry.toString() should print LDIF rather than diagnostic information

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-34: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1

[jira] Updated: (DIRSHARED-54) Replace all the JNDI exceptions with our own exceptions (API)

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-54: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Replace all the

[jira] Updated: (DIRSHARED-61) Cleaning LdapMessage classes

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-61: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Cleaning

[jira] Updated: (DIRSHARED-75) AbstractSchemaLoader fails to add schema objects if the schema name is given in capital letters

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-75: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1

[jira] Updated: (DIRSHARED-71) SearchResultEntryDsml does not use the provided name of the attribute type

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-71: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1

[jira] Updated: (DIRSHARED-65) Enabling a disabled schema should also enable any disabled schemas the current schema depends on

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-65: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Enabling a disabled

[jira] Updated: (DIRSHARED-72) DnNode does not handle move and rename operations

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-72: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 DnNode does not

[jira] Updated: (DIRSHARED-60) Equality matching rule is not required for an attribute type description

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-60: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Equality matching

[jira] Updated: (DIRSHARED-46) The LdapDN.toString() method should use the UP name, not the normNane

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-46: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 The

[jira] Updated: (DIRSHARED-11) Relax the ACI grammar parser

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-11: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Relax the ACI

[jira] Updated: (DIRSHARED-4) RDN length and start fields are not set

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-4: -- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 RDN length and start

[jira] Updated: (DIRSHARED-68) schema extensions are not correctly parsed

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-68: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 schema extensions

[jira] Updated: (DIRSHARED-36) Attribute type description schema parser uses integer for syntax length, should be BigInteger

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-36: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Attribute type

[jira] Updated: (DIRSHARED-28) Need a feature like toString but different

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-28: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Need a feature like

[jira] Updated: (DIRSHARED-58) Interface org.apache.directory.shared.ldap.cursor.Cursor isn't complete

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-58: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Interface

[jira] Updated: (DIRSHARED-64) IStates and inherited interfaces/implementing classes shpuld be enums

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-64: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 IStates and

[jira] Updated: (DIRSHARED-59) Replace public static finals by enums

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-59: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Replace public

[jira] Updated: (DIRSHARED-50) Rename DN methods to reflect the Client API decisions

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-50: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Rename DN methods

[jira] Updated: (DIRSHARED-69) To string on a Filter throws NPE on toString()

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-69: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 To string on a

Re: studio build and install on Win 64 bits

2011-01-11 Thread Pierre-Arnaud Marcelot
Awesome! Thanks for the confirmation, Antoine. :) On 11 janv. 2011, at 18:42, Antoine Levy-Lambert wrote: Hello Pierre-Arnaud, I have downloaded it and in works as a charm. Great work ! Merci, Antoine On 1/11/2011 9:58 AM, Pierre-Arnaud Marcelot wrote: Hi again Antoine,

[jira] Closed: (DIRSHARED-15) Create a Fast DN parser handling simple DNs

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-15. -- Create a Fast DN parser handling simple DNs

[jira] Closed: (DIRSHARED-25) BranchNormalizedVisitor cannot handle Nots

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-25. -- BranchNormalizedVisitor cannot handle Nots --

[jira] Closed: (DIRSHARED-32) Create Antlr based DN parser

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-32. -- Create Antlr based DN parser Key:

[jira] Closed: (DIRSHARED-38) DN parser fails to parse names starting with escaped sharp and hex characters

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-38. -- DN parser fails to parse names starting with escaped sharp and hex characters

[jira] Closed: (DIRSHARED-4) RDN length and start fields are not set

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-4. - RDN length and start fields are not set ---

[jira] Closed: (DIRSHARED-14) Create a Client DN and Server DN

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-14. -- Create a Client DN and Server DN

[jira] Closed: (DIRSHARED-26) Need a clone function for filters

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-26. -- Need a clone function for filters -

[jira] Closed: (DIRSHARED-49) Add i18n translation for error messages and other

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-49. -- Add i18n translation for error messages and other

[jira] Closed: (DIRSHARED-31) LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-31. -- LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName

[jira] Closed: (DIRSHARED-43) Rename LdapDN to DN

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-43. -- Rename LdapDN to DN --- Key: DIRSHARED-43

[jira] Closed: (DIRSHARED-48) The value of java.io.File.fileSeparator is hardcoded (:) in /shared/ldap-schema/src/main/java/org.apache.directory.shared.ldap.schema.ldif.extractor.impl.ResourceMap

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-48. -- The value of java.io.File.fileSeparator is hardcoded (:) in

[jira] Closed: (DIRSHARED-54) Replace all the JNDI exceptions with our own exceptions (API)

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-54. -- Replace all the JNDI exceptions with our own exceptions (API)

[jira] Closed: (DIRSHARED-62) Improve antlr generated code [shared-ldap]

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-62. -- Improve antlr generated code [shared-ldap] --

[jira] Closed: (DIRSHARED-57) The RDN.toString() method should use the UP name, not the normName; Rename getUpName() to getName()

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-57. -- The RDN.toString() method should use the UP name, not the normName; Rename

[jira] Closed: (DIRSHARED-56) Precompute HashCode for schemaObjects

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSHARED-56. -- Precompute HashCode for schemaObjects -

[jira] Updated: (DIRAPI-26) Implement the GSSAPI SASL Bind mechanism

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-26: Fix Version/s: (was: 0.2.0) 1.0-M1 Implement the GSSAPI SASL Bind

[jira] Updated: (DIRAPI-36) Provide a SaslBindRequest extending BindRequest that can be used in LdapConnection.bind(...) method

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-36: Fix Version/s: (was: 0.2.0) 1.0-M1 Provide a SaslBindRequest

[jira] Updated: (DIRAPI-2) Add generic support for Extended operations

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-2: --- Fix Version/s: (was: 0.2.0) 1.0-M1 Add generic support for Extended

[jira] Updated: (DIRAPI-34) Can't bind to an LDAPS connection

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-34: Fix Version/s: (was: 0.2.0) 1.0-M1 Can't bind to an LDAPS

[jira] Updated: (DIRAPI-11) Implement the StartTLS operation

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-11: Fix Version/s: (was: 0.2.0) 1.0-M1 Implement the StartTLS operation

[jira] Updated: (DIRAPI-22) SASL bind is not supported

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-22: Fix Version/s: (was: 0.2.0) 1.0-M1 SASL bind is not supported

[jira] Updated: (DIRAPI-9) Build CLI wrapper around the API

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-9: --- Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Build CLI wrapper around the

[jira] Updated: (DIRAPI-15) The lookup() method should return an Entry

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-15: Fix Version/s: (was: 0.2.0) 1.0-M1 The lookup() method should

[jira] Updated: (DIRAPI-37) Refactor the SASL bind methods to accept the username as a String and not a DN

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-37: Fix Version/s: (was: 0.2.0) 1.0-M1 Refactor the SASL bind methods

[jira] Updated: (DIRAPI-32) Should bind() method be used for anonymous bind or should it take bind DN and credentials from the LdapConnectionConfig?

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-32: Fix Version/s: (was: 0.2.0) 1.0-M1 Should bind() method be used for

[jira] Updated: (DIRAPI-13) Recursively drilling into the directory structure causes java.lang.OutOfMemoryError

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-13: Fix Version/s: (was: 0.2.0) 1.0-M1 Recursively drilling into the

[jira] Updated: (DIRAPI-38) Provide a default TrustManager which rejects bogus server certificates

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-38: Fix Version/s: (was: 0.2.0) 1.0-M1 Provide a default TrustManager

[jira] Updated: (DIRAPI-21) Adding a value into an EntryAttribute does not leverage the schemaManager

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-21: Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Adding a value into an

[jira] Updated: (DIRAPI-14) Add an exists(DN) method

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-14: Fix Version/s: (was: 0.2.0) 1.0-M1 Add an exists(DN) method

[jira] Updated: (DIRAPI-19) Method AbstractMessage.setMessageId(...) should have a return type set to type of message in order to allow chaining like the other setter methods

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-19: Fix Version/s: (was: 0.2.0) 1.0-M1 Method

[jira] Updated: (DIRAPI-18) Check LdaConnection methods' parameters

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-18: Fix Version/s: (was: 0.2.0) 1.0-M1 Check LdaConnection methods'

[jira] Updated: (DIRAPI-28) Implement the EXTERNAL SASL Bind mechanism

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-28: Fix Version/s: (was: 0.2.0) 1.0-M1 Implement the EXTERNAL SASL

[jira] Updated: (DIRAPI-33) Cursor.next() throwing Exception may be a little expensive

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-33: Fix Version/s: (was: 0.2.0) 1.0-M1 Cursor.next() throwing Exception

[jira] Updated: (DIRAPI-27) Implement the PLAIN SASL Bind mechanism

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-27: Fix Version/s: (was: 0.2.0) 1.0-M1 Implement the PLAIN SASL Bind

[jira] Updated: (DIRAPI-30) Sporadic NullPointerException during SASL bind

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-30: Fix Version/s: (was: 0.2.0) 1.0-M1 Sporadic NullPointerException

[jira] Updated: (DIRAPI-7) Low performance on search operation compared to JNDI (around 5 times slower)

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-7: --- Fix Version/s: (was: 0.2.0) 1.0-M1 Low performance on search operation

[jira] Updated: (DIRAPI-23) Remaining S.o.println in LdapProtocolDecoder

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-23: Fix Version/s: 1.0-M1 Remaining S.o.println in LdapProtocolDecoder

[jira] Updated: (DIRAPI-25) Implement the CramMD5 SASL Bind mechanism

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-25: Fix Version/s: (was: 0.2.0) 1.0-M1 Implement the CramMD5 SASL Bind

[jira] Updated: (DIRAPI-6) The Future for all the operations are not correctly fed with useful data

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-6: --- Fix Version/s: (was: 0.2.0) 1.0-M1 The Future for all the operations

[jira] Updated: (DIRAPI-8) Make client-api schema aware

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-8: --- Fix Version/s: (was: 0.2.0) 1.0-M1 Make client-api schema aware

[jira] Updated: (DIRAPI-12) Add the LDAPS connection

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-12: Fix Version/s: (was: 0.2.0) 1.0-M1 Add the LDAPS connection

[jira] Updated: (DIRAPI-29) Add methods like getHost(), getPort(), isSsl(), isBound(), isAnonymous(), getBindDn() on LdapConnection interface

2011-01-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-29: Fix Version/s: (was: 1.0.0-RC1) 1.0-M1 Add methods like getHost(),

  1   2   >