Custom partition bind is never called

2011-06-02 Thread Guilherme
, and the stack trace below. Does anybody have any suggestions about how to fix or further investigate this problem? Thanks a lot in advance. Guilherme javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_333 Unexpected exception

In memory partition.

2011-03-23 Thread Guilherme
Hi. Someone have a in meory partiton example to send to me. Thanks.

Create a partition.

2011-03-21 Thread Guilherme
Hi. I created a new partiton, that is read only. The problemem happens when it try to search a entry. The log is under, and the code is attached. If someone could help me thanks. Warning: JAVA_HOME environment variable is not set. [INFO] Scanning for projects... [INFO]

Re: Create a partition.

2011-03-21 Thread Guilherme
Ok, thanks. Em Ter, 2011-03-22 às 00:39 +0530, Kiran Ayyagari escreveu: Hi Guilherme, Your partition implementation lacks many required things, like 1. it doesn't have a store - use atleast the in-memory AvlStore if you don't want to create a new store 2. the lookup and list

Re: Create a partition.

2011-03-18 Thread Guilherme
... i wrote the Oracle partition. What you need exactly? 2011/3/17 Guilherme guilhe...@ati.com.br Hi. I need to develope a new partition for ApacheDS could someone help me. Thanks. package com.ati.teste; import java.io.File; import

Re: Create a partition.

2011-03-18 Thread Guilherme
The function getRegistries does not existis. Em Sex, 2011-03-18 às 13:16 +0100, Andrea Gariboldi escreveu: try like this.. as i remember the partition nexus like normalized DNs... cheers, Andrea 2011/3/18 Guilherme guilhe...@ati.com.br Hi. Firts of all, thanks for help. I

Re: Create a partition.

2011-03-18 Thread Guilherme
Hello Could you send me the partition that you created? Thanks. Em Qui, 2011-03-17 às 21:45 +0100, Andrea Gariboldi escreveu: I'm not very up-to-date but i can help you... i wrote the Oracle partition. What you need exactly? 2011/3/17 Guilherme guilhe...@ati.com.br Hi

Create a partition.

2011-03-17 Thread Guilherme
Hi. I need to develope a new partition for ApacheDS could someone help me. Thanks.