[jira] Created: (UIMA-1737) BSF Annotator reports errors on user scripts with line numbers starting from zero

2010-02-11 Thread Pablo Duboue (JIRA)
BSF Annotator reports errors on user scripts with line numbers starting from 
zero
-

 Key: UIMA-1737
 URL: https://issues.apache.org/jira/browse/UIMA-1737
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-BSFAnnotator
Affects Versions: 2.3
Reporter: Pablo Duboue
Priority: Minor


In BSFAnnotator in trunk, replace

engine.exec(scriptFileName, 0, 0, script);

to

engine.exec(scriptFileName, 1, 0, script);

to indicate that script is located starting in line 1 of scriptFileName.

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



[jira] Created: (UIMA-1349) Documentation does not mention that resource implementation should implement

2009-05-19 Thread Pablo Duboue (JIRA)
Documentation does not mention that resource implementation should implement 
-

 Key: UIMA-1349
 URL: https://issues.apache.org/jira/browse/UIMA-1349
 Project: UIMA
  Issue Type: Bug
  Components: Documentation
Affects Versions: 2.2.2
Reporter: Pablo Duboue
Priority: Minor


In page 37 of the 2.2.2 documentation (section 1.5.4.3) it should say that 
StringMapResource_impl should implement 
org.apache.uima.resource.SharedResourceObject.

(That's where the 'load' method comes from.)

This is trivial to fix but it really hampers the understanding of the section.

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