reckart opened a new issue, #252: URL: https://github.com/apache/uima-uimaj/issues/252
**Describe the bug** There can be cases in a multi-classloader (OSGI) environment where a class looked up through the `UIMAClassLoader` may not have access to `org.apache.uima.cas.impl.FsGenerator3`. This is problematic because the `UIMAClassLoader` is mostly used to construct these `FsGenerator3` instances for use in the JCas/TypeSystem. **Expected behavior** A workaround seems to be to force `UIMAClassLoader` to look up classes in `org.apache.uima.cas.impl` using the classloader of `org.apache.uima.cas.impl.FsGenerator3`. **Please complete the following information:** - Version: 3.3.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