Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Kiran Ayyagari
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14/#review5 --- Ship it! I would suggest that we confine the usage of beans to config

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Emmanuel Lécharny
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Kiran Ayyagari
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Emmanuel Lécharny
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Kiran Ayyagari
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread akarasulu
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Emmanuel Lécharny
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread akarasulu
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Emmanuel Lécharny
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread akarasulu
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread akarasulu
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Emmanuel Lécharny
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread akarasulu
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Emmanuel Lécharny
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Kiran Ayyagari
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

[apacheds] protocol-ldap's POM lacks dependency on bcprov

2010-10-27 Thread Stefan Bodewig
Hi, the protocol-ldap build in Gump has been failing for a while now. The module depends on the Bouncastle JCE provider via ReplicationTrustManager but its POM doesn't say so (this could be fixed inside Gump but I don't want to 8-) I guess that under normal circumstamces bcprov is pulled in as

Re: Review Request: ApacheDsService.start() method refactoring

2010-10-27 Thread Emmanuel Lécharny
On 2010-10-27 04:38:22, Kiran Ayyagari wrote: I would suggest that we confine the usage of beans to config reader only(even if they can be accessed publicly), cause we need to copy the property values from bean to the corresponding real instance (e.x DirectoryServiceBean -

Re: [apacheds] protocol-ldap's POM lacks dependency on bcprov

2010-10-27 Thread Emmanuel Lecharny
Hi, the protocol-ldap build in Gump has been failing for a while now. The module depends on the Bouncastle JCE provider via ReplicationTrustManager but its POM doesn't say so (this could be fixed inside Gump but I don't want to 8-) I guess that under normal circumstamces bcprov is pulled in as

Re: [apacheds] protocol-ldap's POM lacks dependency on bcprov

2010-10-27 Thread Emmanuel Lecharny
Hi, the protocol-ldap build in Gump has been failing for a while now. The module depends on the Bouncastle JCE provider via ReplicationTrustManager but its POM doesn't say so (this could be fixed inside Gump but I don't want to 8-) I guess that under normal circumstamces bcprov is pulled in as

Re: [apacheds] protocol-ldap's POM lacks dependency on bcprov

2010-10-27 Thread Stefan Bodewig
On 2010-10-27, Emmanuel Lecharny wrote: Just added it (http://svn.apache.org/viewvc?rev=1027963view=rev) thank you Stefan

[jira] Created: (DIRSERVER-1577) An Empty cursor list blocks any other results

2010-10-27 Thread Steve hammond (JIRA)
An Empty cursor list blocks any other results - Key: DIRSERVER-1577 URL: https://issues.apache.org/jira/browse/DIRSERVER-1577 Project: Directory ApacheDS Issue Type: Bug Components: core

ADS 2.0 layout

2010-10-27 Thread Emmanuel Lecharny
Hi guys, I'm now trying to initialize the server after having read the configuration, and I have some issues with the instanceLayout : it's not possible right now to use this layout in the ConfigBuilder, as it's associated with the DirectoryService, but as we haven't initialized it, we can't

One moe thing about the DS paths

2010-10-27 Thread Emmanuel Lecharny
Hi again, currently, the default working directory for DS is server-work, not partitions, as defined in the InstanceLayout. I'm all for using partitions, I find it way easier to remember, and on line with the current configuration. That raises some question, too : - should we declare the