You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2015/11/09 20:26:36 UTC

svn commit: r1713515 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties

Author: schor
Date: Mon Nov  9 19:26:36 2015
New Revision: 1713515

URL: http://svn.apache.org/viewvc?rev=1713515&view=rev
Log:
[UIMA-4674] add error message if sofa ref missing while deserializing a FeatureStructure which is a subtype of AnnotationBase

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties?rev=1713515&r1=1713514&r2=1713515&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties Mon Nov  9 19:26:36 2015
@@ -33,3 +33,4 @@ INTEGER_EXPECTED = Error parsing XCAS or
 FLOAT_EXPECTED = Error parsing XCAS or XMI-CAS from source {0} at line {1}, column {2}: expected float value, but found: {3}.
 EXCESS_ARRAY_ELE = Error parsing XCAS from source {0} at line {1}, column {2}: number of array elements exceeds specified array size.
 UNKNOWN_ID = Error parsing XMI-CAS from source {0} at line {1}, column {2}: xmi id {3} is referenced but not defined.
+SOFA_REF_MISSING = Error parsing XCAS or XMI-CAS from source {0} at line {1}, column {2}: in subtype of AnnotationBase, sofa reference is missing.
\ No newline at end of file