Hi Armin, UIMA only supports simple String parameters on Resource_ImplBase. You can alternatively implement SharedResourceObject and then you can also use String[] and other types of parameters. There is some documentation on this in the uimaFIT manual [1].
-- Richard [1] http://uima.apache.org/d/uimafit-current/tools.uimafit.book.html#d5e482 On 19.05.2014, at 11:03, <[email protected]> <[email protected]> wrote: > Hi! > > I can't use a configuration parameter of type String[] in a class extending > Resource_ImplBase. A cast exception is thrown. A simple String works fine. > Arrays doesn't. Is it even possible to use an array of String as parameter > with Resource_ImplBase? > > Cheers > Armin
