Stephen McConnell wrote: >> Greg Messner wrote: >> >> Looking at DefaultInitialContext it doesn't appear that it will work >> without at least one valid host based repository?
> It will work with no hosts - just supply an empty String array. In this > case the cache file is the definative repository. When I use an empty String array for the hosts it appears that LOADER is failing because it cannot find the artifact in the non-existent repository to compare the cache timestamp with. The timestamp is compared because DefaultInitialContext has timestamping hardcoded to true. I was able to specify a local repository using a file URL (in MerlinEmbeddedTest.getDefaultHosts()), once that was done and I modified my kernel.config <repository><host> to point to the local reposititory all worked fine. Thanks for your assistance, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
