[jira] Commented: (UIMA-1326) Remove EMF dependency from uimaj-ep-runtime plugin

2009-09-01 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750287#action_12750287 ] Thilo Goetz commented on UIMA-1326: --- We provide a lot of code where users first have to do

[jira] Closed: (UIMA-4) Set svn:eol-style and other flags on appropriate files

2009-09-01 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-4. - Resolution: Fixed > Set svn:eol-style and other flags on appropriate files >

[jira] Commented: (UIMA-629) Default file names produced by XmiWriterCasConsumer don't have .xmi extension and can't be read by XmiCollectionReader

2009-09-01 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750168#action_12750168 ] Adam Lally commented on UIMA-629: - +1 > Default file names produced by XmiWriterCasConsumer

[jira] Updated: (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

2009-09-01 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1524: - Affects Version/s: 2.3 Fix Version/s: (was: 2.3) Defer past 2.3.0. There are several

[jira] Resolved: (UIMA-1114) DocumentAnalyzer: html view doesn't work for aggregates

2009-09-01 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor resolved UIMA-1114. -- Resolution: Fixed Assignee: Thilo Goetz Found that the html viewer didn't work at all - go

[jira] Closed: (UIMA-1280) Missing message key in CPM at FINEST logging

2009-09-01 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-1280. --- Resolution: Fixed Defined key UIMA_CPM_pipeline_exception__FINEST in the cpm message properties file

[jira] Closed: (UIMA-554) Have produceResource for CollectionReaders operate like other Analysis Engines with respect to setup of type system

2009-09-01 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor closed UIMA-554. --- Resolution: Fixed Fix Version/s: 2.3 We expect this fix to be backwards compatible. Adding meta

[jira] Commented: (UIMA-1326) Remove EMF dependency from uimaj-ep-runtime plugin

2009-09-01 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750062#action_12750062 ] Marshall Schor commented on UIMA-1326: -- This current approach has the following issues:

[jira] Commented: (UIMA-629) Default file names produced by XmiWriterCasConsumer don't have .xmi extension and can't be read by XmiCollectionReader

2009-09-01 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750048#action_12750048 ] Thilo Goetz commented on UIMA-629: -- +1 for going ahead with the fix. > Default file names p

[jira] Updated: (UIMA-799) C++ service reconnect to JMS provider

2009-09-01 Thread Bhavani Iyer (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhavani Iyer updated UIMA-799: -- Attachment: UIMACPP-799.patch The modifications to the service wrapper to support reconnect include: 1.

[jira] Assigned: (UIMA-799) C++ service reconnect to JMS provider

2009-09-01 Thread Bhavani Iyer (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhavani Iyer reassigned UIMA-799: - Assignee: Bhavani Iyer > C++ service reconnect to JMS provider > --

[jira] Commented: (UIMA-629) Default file names produced by XmiWriterCasConsumer don't have .xmi extension and can't be read by XmiCollectionReader

2009-09-01 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749998#action_12749998 ] Marshall Schor commented on UIMA-629: - This is a 1-line fix, but may break existing uses

[jira] Commented: (UIMA-924) The UIMA AS service should notify the client via Status Listener if it is about to terminate due to excessive exceptions

2009-09-01 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749991#action_12749991 ] Jerry Cwiklik commented on UIMA-924: Low priority deferring to the next release > The UI

Re: UIMA AS client CPU load

2009-09-01 Thread Jaroslaw Cwiklik
Jorn, I took Burn's suggestion and removed a busy loop from the getCas(). Instead of waiting between retries I use a semaphore to signal availability of a CAS. Not sure what this hang is all about. Can you refresh all projects from the svn and try again. Thanks On Tue, Sep 1, 2009 at 12:03 PM, J

Re: UIMA AS client CPU load

2009-09-01 Thread Jörn Kottmann
Jaroslaw Cwiklik wrote: Jorn, I've fixed this under UIMA-1540. Let me know if this fixes the problem. Yeah, tried to build it, but it the tests hang here: +-- Sep 1, 2009 5:54:13 PM org.apache.uima.aae.controller.BaseAnalysisEn

Re: Still a uima-as directory in the sandbox

2009-09-01 Thread Jörn Kottmann
I also think we should delete the directory, because its moved (with history) to a new location, which can be easily found. The tagged versions remains in the sandbox, in case someone is looking for the old release version. Jörn

[jira] Updated: (UIMA-629) Default file names produced by XmiWriterCasConsumer don't have .xmi extension and can't be read by XmiCollectionReader

2009-09-01 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-629: Description: If the original source file name is not present in the CAS, the XmiWriterCasConsumer na

Re: svn commit: r808996 - /incubator/uima/uimaj/trunk/uimaj-bootstrap/

2009-09-01 Thread Thilo Goetz
Burn Lewis wrote: > We have a very long list of jars in setUimaClassPath largely because we are > uncertain how many ActiveMQ jars to include ... currently we specify only 14 > of the 31 that AMQ loads. And one of ours is wrong as we specify > commons-collections-3.1.jar while the library has > co

Re: UIMA AS client CPU load

2009-09-01 Thread Jaroslaw Cwiklik
Jorn, I've fixed this under UIMA-1540. Let me know if this fixes the problem. Thanks for pointing this out. Jerry On Tue, Sep 1, 2009 at 8:26 AM, Jörn Kottmann wrote: > Posted it a few days ago, would be nice if someone > could have a look. I assume there is a wait missing, right ? > If so the

[jira] Created: (UIMA-1540) Uima AS client consumes too much CPU while waiting for a free CAS

2009-09-01 Thread Jerry Cwiklik (JIRA)
Uima AS client consumes too much CPU while waiting for a free CAS -- Key: UIMA-1540 URL: https://issues.apache.org/jira/browse/UIMA-1540 Project: UIMA Issue Type: Bug

Re: svn commit: r808996 - /incubator/uima/uimaj/trunk/uimaj-bootstrap/

2009-09-01 Thread Burn Lewis
We have a very long list of jars in setUimaClassPath largely because we are uncertain how many ActiveMQ jars to include ... currently we specify only 14 of the 31 that AMQ loads. And one of ours is wrong as we specify commons-collections-3.1.jar while the library has commons-collections-2.1.jar ..

Re: Still a uima-as directory in the sandbox

2009-09-01 Thread Thilo Goetz
I would prefer to delete the directory. However, if we do want to keep it, how about adding a (very short) readme that directs people to the new location? An empty directory seems a bit confusing. --Thilo Marshall Schor wrote: > > Thilo Goetz wrote: >> Marshall Schor wrote: >> >>> Thilo Goe

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

2009-09-01 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-1459. --- Resolution: Fixed Fixes NPE while trying to extract a queue name from uninitialized destination objec

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

2009-09-01 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik reopened UIMA-1459: - Fix NPE in UimaDefaultMessageListenerContainer.afterPropertiesSet() > Fix UIMA AS bugs reported by Fi

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

2009-09-01 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 Fixes Deploy_NoOpAnnotatorWithCpCException.xml error handling to continue on error

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

2009-09-01 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: - Modify Deploy_NoOpAnnotatorWithCpCException.xml to continue on CPC Error > Fix UIMA AS testcase code

Re: svn commit: r808996 - /incubator/uima/uimaj/trunk/uimaj-bootstrap/

2009-09-01 Thread Thilo Goetz
Marshall Schor wrote: > > Thilo Goetz wrote: >> Marshall Schor wrote: >> >>> The reason for a new project was to isolate the classes in the "normal" >>> -cp class path to just this one class :-). >>> >>> This is a general purpose launcher, that could also be used to simplify >>> our base launch

Re: source files packaging

2009-09-01 Thread Adam Lally
On Tue, Sep 1, 2009 at 7:47 AM, Marshall Schor wrote: > Adam Lally wrote: >> I'm not sure I completely understand - does this mean our binary >> distributions contain source, or not?  If so, I am uneasy about that. >> We had this discussion prior to the last release without a real >> consensus bein

Re: Still a uima-as directory in the sandbox

2009-09-01 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > >> Thilo Goetz wrote: >> >>> I expect this is just a left-over and can be deleted? >>> >>> >> Here's a possible reason to leave this: users can get the "history" of >> this folder, and find older releases, where they might expect the

Re: svn commit: r808996 - /incubator/uima/uimaj/trunk/uimaj-bootstrap/

2009-09-01 Thread Marshall Schor
Thilo Goetz wrote: > Marshall Schor wrote: > >> The reason for a new project was to isolate the classes in the "normal" >> -cp class path to just this one class :-). >> >> This is a general purpose launcher, that could also be used to simplify >> our base launching scripts. >> > > I think

[jira] Created: (UIMA-1539) Update READMEs for 2.3.0 release

2009-09-01 Thread Marshall Schor (JIRA)
Update READMEs for 2.3.0 release Key: UIMA-1539 URL: https://issues.apache.org/jira/browse/UIMA-1539 Project: UIMA Issue Type: Task Components: Build, Packaging and Test Reporter: Marsha

[jira] Closed: (UIMA-1297) Uima AS Service Not Handling Send Failures Correctly

2009-09-01 Thread Burn Lewis (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burn Lewis closed UIMA-1297. Resolution: Fixed > Uima AS Service Not Handling Send Failures Correctly > -

[jira] Closed: (UIMA-1399) Deployment of C++ service ignores

2009-09-01 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-1399. --- Resolution: Fixed Yes, fix was committed back in June. > Deployment of C++ service ignores name="UIM

Re: Still a uima-as directory in the sandbox

2009-09-01 Thread Thilo Goetz
Marshall Schor wrote: > > Thilo Goetz wrote: >> I expect this is just a left-over and can be deleted? >> > Here's a possible reason to leave this: users can get the "history" of > this folder, and find older releases, where they might expect them. I'm no subversion expert, but I think since y

Re: UIMA AS client CPU load

2009-09-01 Thread Jörn Kottmann
Posted it a few days ago, would be nice if someone could have a look. I assume there is a wait missing, right ? If so the fix is simple and we can include it in 2.3.0. Jörn Jörn Kottmann wrote: Hi everyone, to put some load on one of our UIMA AS system I wrote a small tool which uses the clien

Re: Still a uima-as directory in the sandbox

2009-09-01 Thread Marshall Schor
Thilo Goetz wrote: > I expect this is just a left-over and can be deleted? > Here's a possible reason to leave this: users can get the "history" of this folder, and find older releases, where they might expect them. I'm ok with removing it though, if that's the more normal, less confusing ap

Re: source files packaging

2009-09-01 Thread Marshall Schor
Adam Lally wrote: > On Sat, Aug 29, 2009 at 1:00 PM, Jörn Kottmann wrote: > >> On Aug 28, 2009, at 3:14 PM, Marshall Schor wrote: >> >> >>> We could do this for all of our Jars, and I'm thinking this would be a >>> good idea. One reason would be it would align us slightly better with >>>

[jira] Closed: (UIMA-1152) Match group counting does not work properly with escaped open bracket within variables.

2009-09-01 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz closed UIMA-1152. - Resolution: Invalid I created some more tests, and they all run as expected. Maybe there's some misunder

Re: Still a uima-as directory in the sandbox

2009-09-01 Thread Tommaso Teofili
+1 2009/9/1 Thilo Goetz > I expect this is just a left-over and can be deleted? > > --Thilo >

Still a uima-as directory in the sandbox

2009-09-01 Thread Thilo Goetz
I expect this is just a left-over and can be deleted? --Thilo

[jira] Closed: (UIMA-1342) Use @Deprecated annotation also

2009-09-01 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann closed UIMA-1342. --- Resolution: Fixed Fix Version/s: 2.3 > Use @Deprecated annotation also > --

[jira] Closed: (UIMA-1452) add generic type info to some classes in uima-core

2009-09-01 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann closed UIMA-1452. --- Resolution: Fixed Closed now, all code which still needs generification should be cheked-in with spec

Re: source files packaging

2009-09-01 Thread Jukka Zitting
Hi, On Fri, Aug 28, 2009 at 3:14 PM, Marshall Schor wrote: > Should we adopt this approach? +1 Source jars in the Maven repository are very convenient. This practice is quickly becoming more common within Apache. See the latest org.apache:apache parent POM [1] that by default attaches source and

[jira] Commented: (UIMA-1342) Use @Deprecated annotation also

2009-09-01 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749802#action_12749802 ] Jörn Kottmann commented on UIMA-1342: - Only did it fore uimaj-core up to now, but I can

Re: source files packaging

2009-09-01 Thread Jörn Kottmann
On Sep 1, 2009, at 4:42 AM, Adam Lally wrote: On Sat, Aug 29, 2009 at 1:00 PM, Jörn Kottmann wrote: On Aug 28, 2009, at 3:14 PM, Marshall Schor wrote: We could do this for all of our Jars, and I'm thinking this would be a good idea. One reason would be it would align us slightly better