Re: Partitions: partitionDir, workingDirectory, ldifFile

2010-12-13 Thread Felix Knecht
On 12/13/2010 06:35 PM, Emmanuel Lecharny wrote: On 12/13/10 6:25 PM, Stefan Seelmann wrote: On Mon, Dec 13, 2010 at 6:00 PM, Emmanuel Lecharny wrote: On 12/13/10 5:55 PM, Alex Karasulu wrote: On Mon, Dec 13, 2010 at 5:39 PM, Stefan Seelmannwrote: Thoughts? +1 I thought about making the p

Re: Partitions: partitionDir, workingDirectory, ldifFile

2010-12-13 Thread Alex Karasulu
On Mon, Dec 13, 2010 at 7:35 PM, Emmanuel Lecharny wrote: > On 12/13/10 6:25 PM, Stefan Seelmann wrote: > >> On Mon, Dec 13, 2010 at 6:00 PM, Emmanuel Lecharny >> wrote: >> >>> On 12/13/10 5:55 PM, Alex Karasulu wrote: >>> On Mon, Dec 13, 2010 at 5:39 PM, Stefan Seelmannwrote:

Re: Partitions: partitionDir, workingDirectory, ldifFile

2010-12-13 Thread Emmanuel Lecharny
On 12/13/10 6:25 PM, Stefan Seelmann wrote: On Mon, Dec 13, 2010 at 6:00 PM, Emmanuel Lecharny wrote: On 12/13/10 5:55 PM, Alex Karasulu wrote: On Mon, Dec 13, 2010 at 5:39 PM, Stefan Seelmannwrote: Thoughts? +1 I thought about making the partitionPath a URL but just saw your email. Consi

Re: Partitions: partitionDir, workingDirectory, ldifFile

2010-12-13 Thread Stefan Seelmann
On Mon, Dec 13, 2010 at 6:00 PM, Emmanuel Lecharny wrote: > On 12/13/10 5:55 PM, Alex Karasulu wrote: >> >> On Mon, Dec 13, 2010 at 5:39 PM, Stefan >> Seelmannwrote: >> >>> Thoughts? >>> >> +1 >> >> I thought about making the partitionPath a URL but just saw your email. >> Consistency is good but

Re: Partitions: partitionDir, workingDirectory, ldifFile

2010-12-13 Thread Emmanuel Lecharny
On 12/13/10 5:55 PM, Alex Karasulu wrote: On Mon, Dec 13, 2010 at 5:39 PM, Stefan Seelmannwrote: Thoughts? +1 I thought about making the partitionPath a URL but just saw your email. Consistency is good but why is using a URL so complex? I have the same question. Using an URL for files is a

Re: Partitions: partitionDir, workingDirectory, ldifFile

2010-12-13 Thread Alex Karasulu
On Mon, Dec 13, 2010 at 5:39 PM, Stefan Seelmann wrote: > Hi dev, > > our current partition implementations use different fields/methods to > configure the location where partition data is persisted: > - BTreePartition defines a 'partitionDir' with getter/setter, this is > used by the JdbmPartitio

Re: Partitions: partitionDir, workingDirectory, ldifFile

2010-12-13 Thread Stefan Seelmann
On Mon, Dec 13, 2010 at 5:04 PM, Emmanuel Lecharny wrote: > On 12/13/10 4:39 PM, Stefan Seelmann wrote: >> >> Hi dev, >> >> our current partition implementations use different fields/methods to >> configure the location where partition data is persisted: >> - BTreePartition defines a 'partitionDir

Re: Partitions: partitionDir, workingDirectory, ldifFile

2010-12-13 Thread Emmanuel Lecharny
On 12/13/10 4:39 PM, Stefan Seelmann wrote: Hi dev, our current partition implementations use different fields/methods to configure the location where partition data is persisted: - BTreePartition defines a 'partitionDir' with getter/setter, this is used by the JdbmPartition - AbstractLdifPartit

Partitions: partitionDir, workingDirectory, ldifFile

2010-12-13 Thread Stefan Seelmann
Hi dev, our current partition implementations use different fields/methods to configure the location where partition data is persisted: - BTreePartition defines a 'partitionDir' with getter/setter, this is used by the JdbmPartition - AbstractLdifPartition defines a 'workingDirectory' with getter/s