Re: Build failed in Jenkins: UIMA-SDK #309

2013-06-10 Thread Richard Eckart de Castilho
Changed to in UIMA-SDK build: Keep builds 120 days, max 20 builds in total. Keep artifacts for the 2 latest builds. -- Richard Am 01.06.2013 um 10:47 schrieb Richard Eckart de Castilho richard.eck...@gmail.com: Am 07.05.2013 um 16:55 schrieb Marshall Schor m...@schor.com: There are 2

[jira] [Resolved] (UIMA-2860) Contribute rule learning based on engineering patterns to UIMA Ruta

2013-06-10 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Klügl resolved UIMA-2860. --- Resolution: Fixed code delivered to textruler project Contribute rule learning

[jira] [Reopened] (UIMA-2704) Provide exemplary Ruta project for TextRuler algorithms

2013-06-10 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Klügl reopened UIMA-2704: --- reopened for new learners and documentation Provide exemplary Ruta project for

[jira] [Created] (UIMA-2982) Ruta TextRuler Trabal: conditions on primitive features

2013-06-10 Thread JIRA
Peter Klügl created UIMA-2982: - Summary: Ruta TextRuler Trabal: conditions on primitive features Key: UIMA-2982 URL: https://issues.apache.org/jira/browse/UIMA-2982 Project: UIMA Issue Type:

Re: [jira] [Commented] (UIMA-2903) List resources in a ResourceManager / remove hack in uimaFIT

2013-06-10 Thread Marshall Schor
In order to help us think through the architectural implications of these kinds of changes, I think it will be helpful to add a couple of architecture sections to the UIMA wiki that document the use cases and design considerations for things like external resources and resource managers. I'll

Re: [jira] [Commented] (UIMA-2903) List resources in a ResourceManager / remove hack in uimaFIT

2013-06-10 Thread Marshall Schor
I'm not an expert here; I took a look at the code. It seems that the interface Resource includes the method getResourceManager() which returns the ResourceManager that was used to create this instance. The implementations seem to inherit from the Resource_ImplBase which has the getResourceManager

Re: [jira] [Commented] (UIMA-2903) List resources in a ResourceManager / remove hack in uimaFIT

2013-06-10 Thread Richard Eckart de Castilho
Am 10.06.2013 um 18:03 schrieb Marshall Schor m...@schor.com: I'm not an expert here; I took a look at the code. It seems that the interface Resource includes the method getResourceManager() which returns the ResourceManager that was used to create this instance. The implementations seem to

Re: [jira] [Commented] (UIMA-2903) List resources in a ResourceManager / remove hack in uimaFIT

2013-06-10 Thread Marshall Schor
On 6/10/2013 12:44 PM, Richard Eckart de Castilho wrote: Am 10.06.2013 um 18:03 schrieb Marshall Schor m...@schor.com: I'm not an expert here; I took a look at the code. It seems that the interface Resource includes the method getResourceManager() which returns the ResourceManager that was

Re: [jira] [Commented] (UIMA-2903) List resources in a ResourceManager / remove hack in uimaFIT

2013-06-10 Thread Marshall Schor
On 6/10/2013 2:43 PM, Marshall Schor wrote: On 6/10/2013 12:44 PM, Richard Eckart de Castilho wrote: Am 10.06.2013 um 18:03 schrieb Marshall Schor m...@schor.com: I'm not an expert here; I took a look at the code. It seems that the interface Resource includes the method

Re: [jira] [Commented] (UIMA-2903) List resources in a ResourceManager / remove hack in uimaFIT

2013-06-10 Thread Richard Eckart de Castilho
Am 10.06.2013 um 21:19 schrieb Marshall Schor m...@schor.com: Additionally, ConfigurableDataResource_impl seems never to call super.initialize(), so its mUimaContextAdmin is never initialized, hence any getResourceManager() call returns null. This will take some more investigation / code