Hi, I would recommend reconfiguring a single AE instance, but rather generating new (aggregate) engine descriptions as you need them and uimaFIT SimplePipeline to run them.
I believe there is no standard way of reconfiguring components within already instantiated aggregates. Best, -- Richard > On 29.03.2016, at 14:56, Franck Valentin <[email protected]> wrote: > > Hi, > > I use UIMA 2.6 and uimaFIT 2.1.0 to create an aggregate AE. > I would like to set specific parameters for each delegate before running > analyses (i.e. before running process()). > So far I tried to use configuration parameters but without success. If I > use a simple AE alone then calling > setConfigParameterValue() works but it doesn't when using an aggregate AE. > I stumbled also on a strange behavior: if the configuration parameter is > not defined in the engine description but its value is > set by setConfigParameterValue() then its name doesn't appear with > getConfigParameterNames() but its value is correctly retrieved > with getConfigParameterValue()! > > Below is a simple code to test the aggregate (it's in Scala but should be > easily understandable).
