On 10/12/07, Keith R. Bennett <[EMAIL PROTECTED]> wrote: > > Do you all have any opinions about which class loader to use to load the > tika-config.xml file? I used the one I was more familiar with, but Sami > brought up a question about it (see below). Someone else I spoke with > suggested using both classloaders (try #1, if it fails, try #2).
trying the context classloader and then falling back to the class classloader is the best approach - robert
