Re: Type system commit race condition when maven builds jar(?)

2017-08-24 Thread Andrew Trice
The issue arose from using the Maven Assembly Plugin to naively build an executable jar with uimaFit components. Files supplied by different dependencies overwrote each other during packaging and some types could not be detected at runtime. The uimaFit documentation has this issue recorded in

Re: Type system commit race condition when maven builds jar(?)

2017-08-23 Thread Jean-Karlo Accetta
Hi Marshall, I work with Andrew. Thanks for the reply, this definitely helps! Best regards, J.K. Accetta On 8/23/17 8:50 AM, Marshall Schor wrote: Hi, Those two listing of the type system appear to show that the *working* version does not have cTakes, and the *failing* version has cTakes.

Re: Type system commit race condition when maven builds jar(?)

2017-08-23 Thread Marshall Schor
Hi, Those two listing of the type system appear to show that the *working* version does not have cTakes, and the *failing* version has cTakes. Any ideas why this might be so? The stack trace appears to show that the "FileSystemCollectionReader" class is running the getNext method, and that is