[jira] [Created] (DIR-280) Broken link in web site (Basic User's Guide on ApacheDS 2.0 page)

2011-08-30 Thread Basil Bourque (JIRA)
Broken link in web site (Basic User's Guide on ApacheDS 2.0 page) --- Key: DIR-280 URL: https://issues.apache.org/jira/browse/DIR-280 Project: Directory Issue Type: Bug

[jira] [Commented] (DIR-280) Broken link in web site (Basic User's Guide on ApacheDS 2.0 page)

2011-08-30 Thread Basil Bourque (JIRA)
[ https://issues.apache.org/jira/browse/DIR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093509#comment-13093509 ] Basil Bourque commented on DIR-280: --- Other links fail as well: Advanced User's Guide

[jira] [Commented] (DIR-280) Broken link in web site (Basic User's Guide on ApacheDS 2.0 page)

2011-08-30 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093514#comment-13093514 ] Pierre-Arnaud Marcelot commented on DIR-280: Hi Basil, Actually the 2.0 download

Re: MODDN and replication

2011-08-30 Thread Kiran Ayyagari
On Tue, Aug 30, 2011 at 3:45 AM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi guys, we have a little issue in the way we handle a MODDN operation during replication. AFAICT, we use a special control to pass some informations to the consumer, so that it can proceed with the Move and/or

[jira] [Commented] (DIRSERVER-1646) Locale problem on startup (Apache DS 2.0.0-M2)

2011-08-30 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093541#comment-13093541 ] Pierre-Arnaud Marcelot commented on DIRSERVER-1646: --- I confirm this

[jira] [Created] (DIRSTUDIO-740) Potential bug when using String.toLowerCase() method with a Turksih locale

2011-08-30 Thread Pierre-Arnaud Marcelot (JIRA)
Potential bug when using String.toLowerCase() method with a Turksih locale -- Key: DIRSTUDIO-740 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-740 Project: Directory

[jira] [Updated] (DIRSTUDIO-740) Potential bug when using String.toLowerCase() method with a Turkish locale

2011-08-30 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-740: - Summary: Potential bug when using String.toLowerCase() method with a

[jira] [Created] (DIRSERVER-1649) Cursor leak at SubEntryInterceptor and DupsContainter.java

2011-08-30 Thread Selcuk Aya (JIRA)
Cursor leak at SubEntryInterceptor and DupsContainter.java -- Key: DIRSERVER-1649 URL: https://issues.apache.org/jira/browse/DIRSERVER-1649 Project: Directory ApacheDS Issue Type: Bug

[jira] [Updated] (DIRSERVER-1649) Cursor leak at SubEntryInterceptor and DupsContainter.java

2011-08-30 Thread Selcuk Aya (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Selcuk Aya updated DIRSERVER-1649: -- Attachment: cursor.diff Fixed the issue by closing the cursor in a finally close in

Coding rules, some more things to discuss

2011-08-30 Thread Emmanuel Lecharny
Hi guys, we just had a private convo with Pierre-Arnaud about coding rules. We are not following exactly the same type of rules in Studio and in ADS, which is quite normal. There are some reason why there is a divergence. I think we need to discuss a few things here. Currently, we have a

[jira] [Resolved] (DIRSERVER-1649) Cursor leak at SubEntryInterceptor and DupsContainter.java

2011-08-30 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRSERVER-1649. -- Resolution: Fixed Patch applied :

2.0.0-M3 release, when ?

2011-08-30 Thread Emmanuel Lecharny
Hi guys, Selcuk's fixes for the concurrency issues we had in JDBM has been integrated in a branch, but it seems to work pretty well. We have one big issue to fix on replication (MODDN operations are not correctly handled atm, and make the system incompatible with OpenLDAP). This last issue

[jira] [Created] (DIRSERVER-1650) DelegatingAuthenticator does not set BindContext user entry

2011-08-30 Thread Mike Adamson (JIRA)
DelegatingAuthenticator does not set BindContext user entry --- Key: DIRSERVER-1650 URL: https://issues.apache.org/jira/browse/DIRSERVER-1650 Project: Directory ApacheDS Issue Type:

Authentication interceptor throws null pointer exception when using delegating authenticator and a password policy is set

2011-08-30 Thread Mike Adamson
Hi, I have raised a bug for the above but think I worded it rather badly. I'm not quite sure who is at fault here, the DelegatingAuthenticator or the AuthorisationInterceptor. If you need more information to reproduce then please shout. Thanks, MikeA

Re: Authentication interceptor throws null pointer exception when using delegating authenticator and a password policy is set

2011-08-30 Thread Mike Adamson
I forgot to say, that there is a fairly simple workaround for the problem, e.g. to disable the password policy. I can live with that for the time being. On 30 August 2011 17:24, Mike Adamson mikeat...@gmail.com wrote: Hi, I have raised a bug for the above but think I worded it rather badly.

Re: Authentication interceptor throws null pointer exception when using delegating authenticator and a password policy is set

2011-08-30 Thread Emmanuel Lecharny
On 8/30/11 6:24 PM, Mike Adamson wrote: Hi, I have raised a bug for the above but think I worded it rather badly. I'm not quite sure who is at fault here, the DelegatingAuthenticator or the AuthorisationInterceptor. If you need more information to reproduce then please shout. Thanks for the

Re: Coding rules, some more things to discuss

2011-08-30 Thread Stefan Seelmann
Hi, On Tue, Aug 30, 2011 at 3:32 PM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi guys, we just had a private convo with Pierre-Arnaud about coding rules. We are not following exactly the same type of rules in Studio and in ADS, which is quite normal. There are some reason why there is a

Re: Coding rules, some more things to discuss

2011-08-30 Thread Emmanuel Lécharny
On 8/30/11 9:11 PM, Stefan Seelmann wrote: Hi, On Tue, Aug 30, 2011 at 3:32 PM, Emmanuel Lecharnyelecha...@gmail.com wrote: Hi guys, we just had a private convo with Pierre-Arnaud about coding rules. We are not following exactly the same type of rules in Studio and in ADS, which is quite