On Tue, Sep 8, 2009 at 4:26 PM, Jörn Kottmann<[email protected]> wrote:
> > The externalResource definition now looks like this > > <externalResource> > <name>SampleSearchQueryProvider</name> > <customResourceSpecifier> > > <resourceClassName>org.apache.uima.lucas.SampleSearchQueryProvider</resourceClassName> > </customResourceSpecifier> > </externalResource> > > and the SampleSearchQueryProvider instance can be accessed by an > AnalysisEngine. > > Thanks for your help, > Jörn > Thanks for your help. This is very interesting though it doesn't completely address my original issue because the resourceClassName would be instantiated by the UIMA infrastructure, while I wanted to pass an already existing instance and exactly that instance. Maybe with some tricks and using this infrastructure I might be able to do this anyway. Thanks again, Fabio
