The ManifoldCF class loader is used for loading classes, not for loading XML files. The only XML files ManifoldCF uses are its properties.xml file and its connectors.xml. There should be no reason to use a special class loader to get these files, since they are needed to bootstrap the whole system.
Where are you trying to load XML files, and for what purpose? The place you access a file is where you would need to add support for loading it via the class loader. Karl On Mon, Apr 4, 2011 at 12:30 PM, Fuad Efendi <f...@efendi.ca> wrote: > Hi, > > > > I am developing output connector to HBase… > > > > After many hours it seems to me ManifoldCF class loader doesn’t see any > config files (*.XML) inside connector-lib/*.jar, and I can’t even manage it > via explicit –classpath variable… is that true? > > Thanks, > > Fuad > >