Re: Generification of FSIndex

2009-08-11 Thread Thilo Goetz
Adam Lally wrote: On Mon, Aug 10, 2009 at 5:32 PM, Marshall Schorm...@schor.com wrote: Adam Lally wrote: On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmannkottm...@gmail.com wrote: Marshall Schor wrote: The generification of FSIndex currently specifies one type, T extends FeatureStructure that

Re: Generification of FSIndex

2009-08-11 Thread Marshall Schor
Thilo Goetz wrote: Adam Lally wrote: On Mon, Aug 10, 2009 at 5:32 PM, Marshall Schorm...@schor.com wrote: Adam Lally wrote: On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmannkottm...@gmail.com wrote: Marshall Schor wrote: The generification of FSIndex

Re: Generification of FSIndex

2009-08-11 Thread Thilo Goetz
Marshall Schor wrote: Thilo Goetz wrote: Adam Lally wrote: On Mon, Aug 10, 2009 at 5:32 PM, Marshall Schorm...@schor.com wrote: Adam Lally wrote: On Mon, Aug 10, 2009 at 4:07 PM, Jörn Kottmannkottm...@gmail.com wrote: Marshall Schor wrote: The

[jira] Created: (UIMA-1485) UIMA Tutorial and Developers guide in sub title 1.3.2 should be AAE and not AE

2009-08-11 Thread JIRA
UIMA Tutorial and Developers guide in sub title 1.3.2 should be AAE and not AE -- Key: UIMA-1485 URL: https://issues.apache.org/jira/browse/UIMA-1485 Project: UIMA

Re: clarifying a generics issue

2009-08-11 Thread Marshall Schor
A small correction: allowing downcasting doesn't generate a warning about unchecked casting. Here's a small test case in case you want to play with this: package generics; import java.util.List; public class TestG { class BoxT { // version returning down-castable thing U extends T U

Re: clarifying a generics issue

2009-08-11 Thread Jörn Kottmann
Marshall Schor wrote: I'll probably stop trying to convince others if they continue to feel that the tradeoffs here should be in the direction of returning only specific types (disallowing users from specifying downcasting in that manner), versus using types of the form T extends X, which allows

Re: Generification of FSIndex

2009-08-11 Thread Thilo Goetz
Marshall Schor wrote: Thilo Goetz wrote: Marshall Schor wrote: Thilo Goetz wrote: Adam Lally wrote: On Mon, Aug 10, 2009 at 5:32 PM, Marshall Schorm...@schor.com wrote: Adam Lally wrote: On Mon, Aug 10, 2009 at 4:07 PM, Jörn

[jira] Created: (UIMA-1486) Lucas should not depend on google collections snapshot version

2009-08-11 Thread JIRA
Lucas should not depend on google collections snapshot version -- Key: UIMA-1486 URL: https://issues.apache.org/jira/browse/UIMA-1486 Project: UIMA Issue Type: Improvement

Re: Generification of FSIndex

2009-08-11 Thread Marshall Schor
Thilo Goetz wrote: Marshall Schor wrote: Thilo Goetz wrote: Marshall Schor wrote: Thilo Goetz wrote: Adam Lally wrote: On Mon, Aug 10, 2009 at 5:32 PM, Marshall Schorm...@schor.com wrote: Adam

[jira] Updated: (UIMA-1482) Implement PEAR support for UIMA AS

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1482: - Affects Version/s: 2.3 defer to after 2.3.0 release Implement PEAR support for UIMA AS

[jira] Updated: (UIMA-1484) Update UIMA-AS Documentation

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1484: - Fix Version/s: 2.3AS Update UIMA-AS Documentation

[jira] Assigned: (UIMA-1480) Add version compatibility verification to UIMA-AS for base UIMA level

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reassigned UIMA-1480: Assignee: Jerry Cwiklik Suggest following version info design in base: see

[jira] Updated: (UIMA-1480) Add version compatibility verification to UIMA-AS for base UIMA level

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1480: - Fix Version/s: 2.3AS Add version compatibility verification to UIMA-AS for base UIMA level

Re: clarifying a generics issue

2009-08-11 Thread Adam Lally
On Mon, Aug 10, 2009 at 9:00 PM, Marshall Schorm...@schor.com wrote: Here's a new thread to discuss just one particular issue - a generics tradeoff. In other posts, people have expressed misgivings about letting users downcast ListsomeType to ListsomeSubType, if it cannot be *guaranteed* at

Re: clarifying a generics issue

2009-08-11 Thread Adam Lally
On Tue, Aug 11, 2009 at 7:50 AM, Marshall Schorm...@schor.com wrote: A small correction: allowing downcasting doesn't generate a warning about unchecked casting. Here's a small test case in case you want to play with this: package generics; import java.util.List; public class TestG {  

[jira] Updated: (UIMA-1459) Fix UIMA AS bugs reported by Findbugs

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1459: - Fix Version/s: 2.3AS Fix UIMA AS bugs reported by Findbugs

[jira] Assigned: (UIMA-1447) Tabulations are annotated as tokens after a space

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor reassigned UIMA-1447: Assignee: Marshall Schor Tabulations are annotated as tokens after a space

Re: clarifying a generics issue

2009-08-11 Thread Adam Lally
On Tue, Aug 11, 2009 at 10:44 AM, Jörn Kottmannkottm...@gmail.com wrote: Adam Lally wrote: Lets say we have an interface Box{Number getNumber()} then we could have a class BoxImpl implements Box{Integer getNumber(){...}}. Now I only would have to cast once Box box = ...; BoxImpl boxImpl =

Re: clarifying a generics issue

2009-08-11 Thread Jörn Kottmann
Adam Lally wrote: On Mon, Aug 10, 2009 at 9:00 PM, Marshall Schorm...@schor.com wrote: Here's a new thread to discuss just one particular issue - a generics tradeoff. In other posts, people have expressed misgivings about letting users downcast ListsomeType to ListsomeSubType, if it cannot

[jira] Reopened: (UIMA-1477) UIMA AS client hangs while handling CPC request

2009-08-11 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik reopened UIMA-1477: - The hang is still happening in the UIMA AS client when calling collectionProcessComplete() UIMA AS

[VOTE] generics: have methods returning objects infer the type from the receiving variable type (was: clarifying a generics issue)

2009-08-11 Thread Marshall Schor
I can see Adam's point. If there was some way to do an explicit cast that worked for collections, then I would be happy with that. In other words, if we had something of type ListNumber and I knew the list really contained only Integers, if there was a way to cast this: ListIntegers

Re: release 2.3.0 plan

2009-08-11 Thread Eddie Epstein
+1 for an update to uimacpp On Fri, Aug 7, 2009 at 4:49 PM, Marshall Schorm...@schor.com wrote: I'd like to freeze in 3 weeks, if that is reasonable.  For all of you with code that you want to have in the release, is 3 weeks (Aug 28 - a Friday) too soon to freeze (stop developing, and see if

Re: [VOTE] generics: have methods returning objects infer the type from the receiving variable type (was: clarifying a generics issue)

2009-08-11 Thread Adam Lally
On Tue, Aug 11, 2009 at 3:16 PM, Marshall Schorm...@schor.com wrote: snip/ So - can we close up this discussion with a vote on the following: On the normal scale of -1, 0, +1, to the proposition - have the generic form of many methods that are in the public API for UIMA that return UIMA

[jira] Closed: (UIMA-1479) Move UIMA-AS out of sandbox, change to an add-on packaging style to the core

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1479. Resolution: Fixed Fix Version/s: (was: 2.3) 2.3AS switch your checked

Re: [VOTE] generics: have methods returning objects infer the type from the receiving variable type

2009-08-11 Thread Thilo Goetz
Marshall Schor wrote: I can see Adam's point. If there was some way to do an explicit cast that worked for collections, then I would be happy with that. In other words, if we had something of type ListNumber and I knew the list really contained only Integers, if there was a way to cast

[jira] Closed: (UIMA-1367) UIMA-AS docs JavaDocs don't fully describe the UimaASStatusCallbackListener interface

2009-08-11 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-1367. --- Resolution: Fixed Addressed under UIMA-1484 UIMA-AS docs JavaDocs don't fully describe the

ACTION NEEDED: uima-as moved in SVN - switch to new location if you have projects in uima-as checked out

2009-08-11 Thread Marshall Schor
The affected projects are: uima-as-distr uima-as-docbooks uimaj-as uimaj-as-activemq uimaj-as-camel uimaj-as-core uimaj-as-jms uimaj-as-osgi-runtime uimaj-eclipse-feature-deployeditor uimaj-ep-deployeditor uimaj-ep-runtime-deployeditor -Marshall

[jira] Reopened: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

2009-08-11 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik reopened UIMA-1437: - Remove msgs that show on the console a list of active threads when the service is stopping Fix

[jira] Closed: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

2009-08-11 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-1437. --- Resolution: Fixed Removed dumping active threads to stdout Fix UIMA AS testcase code to address

[jira] Closed: (UIMA-1447) Tabulations are annotated as tokens after a space

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1447. Resolution: Fixed Fix Version/s: 2.3S Tabulations are annotated as tokens after a space

[jira] Closed: (UIMA-1427) AE as Eclipse plugin + resource definitions = ResourceAccessException

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-1427. Resolution: Invalid Hi Kai - The problem was solved by changing your code slightly. The form:

[jira] Commented: (UIMA-1426) More control for apps against OOMs from UIMA core: Add configuration option to set the maximum heap size the CAS will grow to

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742177#action_12742177 ] Marshall Schor commented on UIMA-1426: -- Thilo - were you going to be working on this?

[jira] Commented: (UIMA-1410) The uimaj-as-camel producer should report and log all error/exceptions

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742183#action_12742183 ] Marshall Schor commented on UIMA-1410: -- Joern - is this something that you think will

[jira] Updated: (UIMA-1337) overhaul CAS Processing filters

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1337: - Priority: Minor (was: Major) Affects Version/s: 2.3 Summary: overhaul

[jira] Commented: (UIMA-1352) java.lang.ClassCastException using find() with a SET index

2009-08-11 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742187#action_12742187 ] Marshall Schor commented on UIMA-1352: -- Thilo - can you close this issue now?

[jira] Closed: (UIMA-1352) java.lang.ClassCastException using find() with a SET index

2009-08-11 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz closed UIMA-1352. - Resolution: Fixed Did not fix the issue with bag index find() that was discussed as a follow-up to this

[jira] Commented: (UIMA-1426) More control for apps against OOMs from UIMA core: Add configuration option to set the maximum heap size the CAS will grow to

2009-08-11 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742225#action_12742225 ] Thilo Goetz commented on UIMA-1426: --- No, let's leave open (unless somebody else wants a