Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-1750

Tutorial and Developers' Guides: setActionOnMaxError

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.3.1SDK
    • Documentation
    • None

    Description

      In "UIMA Tutorial and Developer's guide", section 3.3.2 "Configuring a Collection Processing Engine Descriptor Programmatically", the example code contains a repetition of the setActionOnMaxError method call:

      //Continue, despite errors and skip bad Cas
      personTitleProcessor.setActionOnMaxError("terminate");
      ...
      //  Define and add CAS Consumer
      CpeIntegratedCasProcessor consumerProcessor = 
      CpeDescriptorFactory.produceCasProcessor("Printer");
      consumerProcessor.setDescriptor([descriptor]);
      
      //Define batch size
      consumerProcessor.setBatchSize(100);
      
      //Terminate CPE on max errors
      personTitleProcessor.setActionOnMaxError("terminate");
      
      

      The first instance seems wrongly commented, while the second wrongly placed.

      Attachments

        Activity

          People

            schor Marshall Schor
            prokopis Prokopis Prokopidis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: