Example MeetingFinderCPE_withXmlDetagging.xml doesn't work
----------------------------------------------------------

                 Key: UIMA-138
                 URL: http://issues.apache.org/jira/browse/UIMA-138
             Project: UIMA
          Issue Type: Bug
          Components: Examples
            Reporter: Adam Lally
         Assigned To: Adam Lally
             Fix For: 2.1


Reported by user on alphaWorks forum:

I recently started working with UIMA and have still some problems especially 
with one Collection Processing Engine, that was provided with UIMA examples. 
The CPE's name is MeetingFinderCPE_WithXmlDetagging. I haven't yet changed 
anything about the Java or XML code and it seems to me there is an error which 
originates either from distribution incompabilities or maybe there is an error 
in some part of the code. 

I keep receiving an error message that reads:

com.ibm.uima.analysis_engine.AnalysisEngineProcessException: Annotator 
processing failed. 
Caused by: CASRuntimeException: No sofaFS with name xmlDocument found.

As I have only found a bad solution to this problem, it would be great if 
someone might take care of it, especially since it is an example that is not 
mentioned in the tutorial. 

-----------------------------------------------------------------------------
Adam:

There are two issues:  

(a) The CPE GUI doesn't support sofaMappings at all.

(b) The example descriptor tried to supply a CollectionReader sofa Mapping that 
mapped the Collection Reader's initialView to a CPE Sofa called "rawDocument".  
This isn't supported - it results in an error saying "rawDocument" is not found 
before the CollectionReader is even called.  Should this be supported?





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to