Re: badly in need of help on LDIF

2010-04-06 Thread Alex Karasulu
Version? On Tue, Apr 6, 2010 at 4:29 AM, Muralidhar Yaragalla yaragallamur...@gmail.com wrote: Hi I am running a default instance. I failed to create a context in the partition at the time of server start using LDIF. My server.xml is as follows ?xml version=1.0 encoding=UTF-8?

[ANNOUNCE] Apache Directory Studio 1.5.3 released

2010-04-06 Thread Pierre-Arnaud Marcelot
The Apache Directory Team is pleased to announce the release of Apache Directory Studio 1.5.3, a bug fix and enhancement update of its Eclipse based LDAP Browser and Directory client. You can download Apache Directory Studio 1.5.3 as a standalone RCP application for Mac OS X, Linux and Windows

Re: Starting Embedded ApacheDS - Fails to Extract Schema?

2010-04-06 Thread Stefan Seelmann
Andrew Wiley wrote: Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.init(ZipFile.java:131) at java.util.zip.ZipFile.init(ZipFile.java:148) at

Re: Starting Embedded ApacheDS - Fails to Extract Schema?

2010-04-06 Thread Andrew Wiley
On Tue, Apr 6, 2010 at 9:06 AM, Andrew Wiley debio...@gmail.com wrote: Where would I find the artifact for ldap-client-api? It's not in the Maven repository, and apacheds-server-integ depends on it. Nevermind, Maven wouldn't download it until I added it explicitly as a dependency. Not sure

Re: Starting Embedded ApacheDS - Fails to Extract Schema?

2010-04-06 Thread Stefan Seelmann
Andrew Wiley wrote: Where would I find the artifact for ldap-client-api? It's not in the Maven repository, and apacheds-server-integ depends on it. Damn, the server-integ pom contains a snapshot dependency. dependency groupIdorg.apache.directory.client.ldap/groupId

Re: Starting Embedded ApacheDS - Fails to Extract Schema?

2010-04-06 Thread Andrew Wiley
On Tue, Apr 6, 2010 at 2:02 PM, Andrew Wiley debio...@gmail.com wrote: On Tue, Apr 6, 2010 at 9:21 AM, Stefan Seelmann seelm...@apache.orgwrote: Andrew Wiley wrote: Nevermind, Maven wouldn't download it until I added it explicitly as a dependency. Not sure why that happened. I seem to

Re: Starting Embedded ApacheDS - Fails to Extract Schema?

2010-04-06 Thread Andrew Wiley
It looks like I'm not home free yet. I'm following the example for embedding ApacheDS, and the example's addPartition method seems to be broken as well. The body of the method is this: JdbmPartition partition = new JdbmPartition(); partition.setId( partitionId );