slight change to UIMA Jira - wiki-style markup enabled for "description" and "comment" fields

2008-08-22 Thread Marshall Schor
Jira allows fields to be rendered either with a Default Text Renderer or a rich-text renderer (the Atlassian Wiki Renderer). Info here: http://www.atlassian.com/software/jira/docs/v3.12/configurerenderers.html Some Apache projects have the rich text renderer enabled; see for example: https://issu

[jira] Commented: (UIMA-1146) Setting the number of concurrent listeners of a reply queue for Co-located Delegates

2008-08-22 Thread Burn Lewis (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624995#action_12624995 ] Burn Lewis commented on UIMA-1146: -- >> When used with Uima AS primitives, "scaleout" means

[jira] Commented: (UIMA-1146) Setting the number of concurrent listeners of a reply queue for Co-located Delegates

2008-08-22 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624973#action_12624973 ] Eddie Epstein commented on UIMA-1146: - Resubmitting last comment with correct formatting

Re: Creating Flow Controller Instances - 2 different implementations of loading the flow controller class

2008-08-22 Thread Jaroslaw Cwiklik
The use of FlowController initialization you describe in the uimaj-as-core should be removed from the code. An alternative implementation exists that *does* use the Resource Manager while initializing the Flow Controller in the uima as Jerry On Fri, Aug 22, 2008 at 2:25 PM, Marshall Schor <[EMAIL

[jira] Commented: (UIMA-1146) Setting the number of concurrent listeners of a reply queue for Co-located Delegates

2008-08-22 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624968#action_12624968 ] Eddie Epstein commented on UIMA-1146: - .bq I'm a little concerned that we are adding a l

[jira] Commented: (UIMA-1130) Deployment Descriptor should allow setting the number of concurrent listeners for a reply queue

2008-08-22 Thread Tong Fin (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624967#action_12624967 ] Tong Fin commented on UIMA-1130: To be consistent with the preferred syntax in JIRA-1146, we

[jira] Commented: (UIMA-1146) Setting the number of concurrent listeners of a reply queue for Co-located Delegates

2008-08-22 Thread Tong Fin (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624966#action_12624966 ] Tong Fin commented on UIMA-1146: It looks like the following is the preferred syntax: attri

Re: Cas Viewer discussion

2008-08-22 Thread Adam Lally
On Fri, Aug 22, 2008 at 1:27 PM, Tong Fin <[EMAIL PROTECTED]> wrote: > Hi, > It is almost 7 weeks now since I submitted the CAS Viewer. There are some > discussions about various issues related to GUI, sharing code, etc. Some are > related to CAS Viewer itself and some are general issues related to

[jira] Commented: (UIMA-1155) Remove stale methods and classes from the uima-as projects

2008-08-22 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624956#action_12624956 ] Marshall Schor commented on UIMA-1155: -- Other possible cleanup - find, investigate, and

[jira] Commented: (UIMA-1155) Remove stale methods and classes from the uima-as projects

2008-08-22 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624954#action_12624954 ] Jerry Cwiklik commented on UIMA-1155: - One of the classes that needs cleanup is the Uima

Re: Creating Flow Controller Instances - 2 different implementations of loading the flow controller class

2008-08-22 Thread Marshall Schor
Jerry said this was old code - he created UIMA-1155 jira for this. Marshall Schor wrote: > further investigation shows the Class in uimaj-as-core is never > called... maybe it could be deleted? > > -Marshall > > Marshall Schor wrote: > >> While researching how flow controller instances are cre

[jira] Created: (UIMA-1155) Remove stale methods and classes from the uima-as projects

2008-08-22 Thread Jerry Cwiklik (JIRA)
Remove stale methods and classes from the uima-as projects -- Key: UIMA-1155 URL: https://issues.apache.org/jira/browse/UIMA-1155 Project: UIMA Issue Type: Task Components: As

[jira] Resolved: (UIMA-1147) Merge uima-as-post1st branch with the uima-as SVN trunk

2008-08-22 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein resolved UIMA-1147. - Resolution: Fixed Assignee: Jerry Cwiklik Merge complete. Please check and close if ok. > M

Re: Creating Flow Controller Instances - 2 different implementations of loading the flow controller class

2008-08-22 Thread Marshall Schor
further investigation shows the Class in uimaj-as-core is never called... maybe it could be deleted? -Marshall Marshall Schor wrote: > While researching how flow controller instances are created, I > discovered there are two places they are created. One is in the > uimaj-core project, in the >

Creating Flow Controller Instances - 2 different implementations of loading the flow controller class

2008-08-22 Thread Marshall Schor
While researching how flow controller instances are created, I discovered there are two places they are created. One is in the uimaj-core project, in the ...analysis_engine.asb.impl.FlowControllerContainer class, and the other is in the uimaj-as-core project, in the ...aae.UimaClassFactory class.

Re: Cas Viewer discussion

2008-08-22 Thread Tong Fin
Hi, It is almost 7 weeks now since I submitted the CAS Viewer. There are some discussions about various issues related to GUI, sharing code, etc. Some are related to CAS Viewer itself and some are general issues related to Eclipse UI. If the CAS Viewer is accepted by Apache UIMA, my original plan

[jira] Commented: (UIMA-1154) UIMA-AS extended tests hang when running with IBM JVM 1.6 service release 1

2008-08-22 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624900#action_12624900 ] Marshall Schor commented on UIMA-1154: -- There have been some reported issues with IBM J

[jira] Updated: (UIMA-1154) UIMA-AS extended tests hang when running with IBM JVM 1.6 service release 1

2008-08-22 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-1154: - Description: When running extended tests in eclipse( version: 3.4.0) on Linux with IBM jvm 1.6 ser

[jira] Closed: (UIMA-1132) Fix a hang in UIMA-AS if a Cas Multiplier is the last component in the pipeline

2008-08-22 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-1132. --- Resolution: Fixed > Fix a hang in UIMA-AS if a Cas Multiplier is the last component in the > pipeline

[jira] Created: (UIMA-1154) UIMA-AS extended tests hang when running with IBM JVM 1.6 from JIM

2008-08-22 Thread Jerry Cwiklik (JIRA)
UIMA-AS extended tests hang when running with IBM JVM 1.6 from JIM -- Key: UIMA-1154 URL: https://issues.apache.org/jira/browse/UIMA-1154 Project: UIMA Issue Type: Bug

[jira] Updated: (UIMA-1147) Merge uima-as-post1st branch with the uima-as SVN trunk

2008-08-22 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik updated UIMA-1147: Attachment: uimaj-as-jms-UIMA-1147-patch.txt uimaj-as-core-UIMA-1147-patch.txt