Re: TXN work update

2011-11-02 Thread Selcuk AYA
Hi, a few points and questions: *I am planning to use a common ID for all partitions. I checked Hbase partition and it uses UUID as the ID. Is it ok to use this for all partitions? *It seems that I need to move txn and log package implementations to core-shared because of the recent reorg.

Re: TXN work update

2011-11-02 Thread Emmanuel Lecharny
On 11/2/11 9:12 AM, Selcuk AYA wrote: Hi, a few points and questions: *I am planning to use a common ID for all partitions. I checked Hbase partition and it uses UUID as the ID. Is it ok to use this for all partitions? Yes. This should have been done a long time ago. *It seems that I need to

Re: TXN work update

2011-11-02 Thread Selcuk AYA
On Wed, Nov 2, 2011 at 10:52 AM, Emmanuel Lecharny elecha...@gmail.com wrote: On 11/2/11 9:12 AM, Selcuk AYA wrote: Hi, a few points and questions: *I am planning to use a common ID for all partitions. I checked Hbase partition and it uses UUID as the ID. Is it ok to use this for all

Re: TXN work update

2011-11-02 Thread Emmanuel Lecharny
On 11/2/11 10:10 AM, Selcuk AYA wrote: * When preparing txn log edits, I will need to log Modification and Attribute objects and keep them in memory for a while. Is it necessary to clone these objects while doing the logging at partition nexus level? In other words, will they be modified after

Re: TXN work update

2011-11-02 Thread Alex Karasulu
On Wed, Nov 2, 2011 at 10:12 AM, Selcuk AYA ayasel...@gmail.com wrote: Hi, a few points and questions: *I am planning to use a common ID for all partitions. I checked Hbase partition and it uses UUID as the ID. Is it ok to use this for all partitions? This great and something we wanted to

Access Restriction

2011-11-02 Thread Kevin Hamilton
Hello everyone, My name is Kevin and I am writing to ask a question about access to ApacheDS 2.0.0-M2. Currently I have a bunch of users set up and the apacheds is used to authenticate the users on my website. My question is about accessing the apacheds. On my Apache Directory Studio, I can login

[jira] [Updated] (DIRSHARED-122) Distribution module should generate GPG/PGP signatures and MD5/SHA checksums

2011-11-02 Thread Felix Knecht (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht updated DIRSHARED-122: --- Attachment: sign.patch maven-gpg-plugin signs attached artifacts. By default

[jira] [Closed] (DIRAPI-60) Non-necessary use of a codec (LdapApiService interface) in the 'shared-dsml-parser' project

2011-11-02 Thread Pierre-Arnaud Marcelot (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot closed DIRAPI-60. Resolution: Not A Problem Actually, I was totally wrong and the LdapApiService is

[jira] [Closed] (DIRAPI-59) Some projects shouldn't depend on 'shared-ldap-codec-standalone'

2011-11-02 Thread Pierre-Arnaud Marcelot (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/DIRAPI-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot closed DIRAPI-59. Resolution: Fixed Fixed at revision 1196630.

[jira] [Commented] (DIRSHARED-122) Distribution module should generate GPG/PGP signatures and MD5/SHA checksums

2011-11-02 Thread Felix Knecht (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13142421#comment-13142421 ] Felix Knecht commented on DIRSHARED-122: IMO it does, you need to have a look

Implementing Interceptor Extendibility, another way of doing things...

2011-11-02 Thread Emmanuel Lecharny
Hi guys, I had a bit of time and I reviewed the interceptors today. And I had an idea which may be interesting to discuss. First, here is a table where all the interceptors operation are listed, and for each interceptor, I listed the operation they are processing :