Skip to content

Using builtin annotation classes before creating a CAS can break type system management #234

@raghu298

Description

@raghu298

JCas jCas=UIMAFramework.produceAnalysisEngine(AnalysisEngineDescription desc, ResourceManagerFactory.newResourceManager(),
null).newJCas();
Type annotationType = cas.getJCas().getCasType(org.apache.uima.jcas.tcas.Annotation.type);

Exception will be raised as Annotation is missing.

uima: 3.3.0
ruta-core: 3.2.0

Metadata

Metadata

Assignees

Labels

🦟 BugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions