Description
Right now the apacheds-tools program does not use the special ClassLoader that adds all jars in lib. Instead it sets the bootclasspath using MANIFEST Classpath entries. This is really fragile and well breaks when new schemas are added to lib/ and when new interceptors are added as well. We should change this tool to use the daemon infrastructure to startup. It should only have the needed bootstrapper, and logger jars in it's MANIFEST Classpath.