On 25.08.2015, at 11:47, Richard Eckart de Castilho <[email protected]> wrote:
> Using createEngine in a row is imho a really bad habit. Users should > use createEngineDescription as long as possible and either leave it > to a pipeline (SimplePipeline or CpePipeline) to instantiate the engines, To elaborate a bit on this: using createEngine() means that UIMA/uimaFIT are not taking care of the component lifecycles, in particular collectionProcessComplete() and destroy() are not called unless done explicitly. -- Richard
