reckart opened a new issue, #254: URL: https://github.com/apache/uima-uimaj/issues/254
**Is your feature request related to a problem? Please describe.** When processing data in a CPE, the CPE starts various worker threads. These threads do not inherit the TCCL of the thread from which the processing was started. That means the worker threads may not be able to access essential resources/classes. **Describe the solution you'd like** It would be good if the worker threads inherited the TCCL from the control thread. **Describe alternatives you've considered** Add option to explicitly set a classloader to be injected to the worker threads. **Please complete the following information:** - Version: 3.4.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@uima.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org