doFullValidation fails for C++ Annotator Descriptor
---------------------------------------------------

                 Key: UIMA-225
                 URL: https://issues.apache.org/jira/browse/UIMA-225
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
            Reporter: Adam Lally
         Assigned To: Adam Lally
             Fix For: 2.1


You currently get a warning in the CDE if you try to save a C++ Annotator 
Descriptor or an aggregate that contains one.  This is because doFullValidation 
is actually trying to do the full annotator initialization, including loading 
the dll, which will often fail in the CDE because environment variables aren't 
set up properly when Eclipse was launched.

For Java annotators, we don't do annotator initialization during 
doFullValidation.  The same should be true for C++ annotators.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to