[jira] Updated: (UIMA-1506) update Bean Scripting Framework Annotator with info about licenses and documentation

2009-08-21 Thread Olivier Terrier (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Terrier updated UIMA-1506: -- Attachment: BSFAnnotator.zip Marshall: I did a quick review of the code to: 1. Fix the

[jira] Created: (UIMA-1511) JmxMBeanAgent can assume its running on at least java 1.5

2009-08-21 Thread JIRA
JmxMBeanAgent can assume its running on at least java 1.5 - Key: UIMA-1511 URL: https://issues.apache.org/jira/browse/UIMA-1511 Project: UIMA Issue Type: Improvement

generics: CasManager.getCasInterface

2009-08-21 Thread Jörn Kottmann
Right now its declared as AbstractCas getCasInterface(CAS cas, Class? extends AbstractCas requiredInterface); but I think it should be T extends AbstractCas T getCasInterface(CAS cas, Class? extends AbstractCas requiredInterface); I will change it if there are no objections. Jörn

Re: generics: CasManager.getCasInterface

2009-08-21 Thread Jörn Kottmann
Jörn Kottmann wrote: Right now its declared as AbstractCas getCasInterface(CAS cas, Class? extends AbstractCas requiredInterface); but I think it should be T extends AbstractCas T getCasInterface(CAS cas, Class? extends AbstractCas requiredInterface); ups, it must be: T extends

Re: generics: CasManager.getCasInterface

2009-08-21 Thread Adam Lally
On Fri, Aug 21, 2009 at 7:48 AM, Jörn Kottmannkottm...@gmail.com wrote: Jörn Kottmann wrote: Right now its declared as AbstractCas getCasInterface(CAS cas, Class? extends AbstractCas requiredInterface); but I think it should be T extends AbstractCas T getCasInterface(CAS cas, Class?

[jira] Assigned: (UIMA-1498) if an exception is rethrown, the original exception is not currently passed through

2009-08-21 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reassigned UIMA-1498: Assignee: Marshall Schor if an exception is rethrown, the original exception is not

[jira] Closed: (UIMA-1498) if an exception is rethrown, the original exception is not currently passed through

2009-08-21 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1498. Resolution: Fixed if an exception is rethrown, the original exception is not currently passed

[jira] Closed: (UIMA-1358) Exceptions on generated CASes are returned to client without parentage information

2009-08-21 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-1358. --- Resolution: Fixed Exceptions on generated CASes are returned to client without parentage

[jira] Reopened: (UIMA-1358) Exceptions on generated CASes are returned to client without parentage information

2009-08-21 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik reopened UIMA-1358: - Forgot to commit Burn's changes in BaseTestSupport Exceptions on generated CASes are returned to

[jira] Created: (UIMA-1512) some subproject POMs missing dependency on JUnit

2009-08-21 Thread Marshall Schor (JIRA)
some subproject POMs missing dependency on JUnit Key: UIMA-1512 URL: https://issues.apache.org/jira/browse/UIMA-1512 Project: UIMA Issue Type: Bug Components: Core Java Framework

[jira] Closed: (UIMA-1512) some subproject POMs missing dependency on JUnit

2009-08-21 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1512. Resolution: Fixed some subproject POMs missing dependency on JUnit

RegularExpressionAnnotator has 1 test that refs org.apache.commons.io.FileUtils.forceDelete

2009-08-21 Thread Marshall Schor
org.apache.commons.io.FileUtils is not listed in the dependencies, so this is an unresolved reference. I'm not sure how it worked before. Is the right fix to just add a dependency on org.apache.commons.io? If we do that, I'm guessing we don't have to distribute it, because maven will fetch it