Re: UIMAv3 & WebAnno - back to debugging JCas feature setup

2018-01-22 Thread Marshall Schor
This bug was due to a wrong design - actually adding JCas implied features into the type system. This breaks various "binary" serialization/deserialization schemes, which require an exact match between the type system and the serialized form. This is now fixed. The next problem is a housekeeping

Re: UIMAv3 & WebAnno - success !

2018-01-22 Thread Marshall Schor
I manually updated the DocumentMetaData.java JCas class to the current style, and now, I can load a document in the Annotation view, without errors :-). I'll commit these changes tomorrow. -Marshall On 1/22/2018 9:48 PM, Marshall Schor wrote: > This bug was due to a wrong design - actually