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

2016-10-12 Thread Marshall Schor
Hi - I'm going thru your nice summary of open issues you posted a while back: https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20labels%20%3D%20Resources and so far, just fixing some spelling things ... and

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 : >>> 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 resear

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 : >> >>> I'm not an expert here; I took a look at the code. >>> >>> It seems that the interface Resource includes the method >>> getResourceManage

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 : > >> 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

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 : > 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 f

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 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 star