You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2011/02/01 20:23:28 UTC

[jira] Created: (UIMA-2031) FileSystemCollectionReader.xml in UIMA AS examples doesnt specify Language parameter

FileSystemCollectionReader.xml in UIMA AS examples doesnt specify Language parameter
------------------------------------------------------------------------------------

                 Key: UIMA-2031
                 URL: https://issues.apache.org/jira/browse/UIMA-2031
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
            Priority: Minor
             Fix For: 2.3.1AS


MeetingDetectorTAE's subcomponent TutorialDateTime shows a warning in its process method when deployed with FileSystemCollectionReader :

No output is being produced by the TutorialDateTime annotator because the Result
 Specification did not contain a request for the type
  org.apache.uima.tutorial.TimeAnnot nor
  org.apache.uima.tutorial.DateAnnot with the language 'x-unspecified'
  (Note: this message will only be shown once.)

This is due to the fact that the CAS language is not specified. Modify CollectionReader's descriptor to set Language parameter

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (UIMA-2031) FileSystemCollectionReader.xml in UIMA AS examples doesnt specify Language parameter

Posted by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-2031.
-------------------------------

    Resolution: Fixed

Modified assembly script to include CollectionReader descriptor that defines and sets the language to en.

> FileSystemCollectionReader.xml in UIMA AS examples doesnt specify Language parameter
> ------------------------------------------------------------------------------------
>
>                 Key: UIMA-2031
>                 URL: https://issues.apache.org/jira/browse/UIMA-2031
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Minor
>             Fix For: 2.3.1AS
>
>
> MeetingDetectorTAE's subcomponent TutorialDateTime shows a warning in its process method when deployed with FileSystemCollectionReader :
> No output is being produced by the TutorialDateTime annotator because the Result
>  Specification did not contain a request for the type
>   org.apache.uima.tutorial.TimeAnnot nor
>   org.apache.uima.tutorial.DateAnnot with the language 'x-unspecified'
>   (Note: this message will only be shown once.)
> This is due to the fact that the CAS language is not specified. Modify CollectionReader's descriptor to set Language parameter

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira