You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2014/04/18 23:14:16 UTC

[jira] [Commented] (UIMA-3671) Resources cannot be shared between reader and analysis engines in SimplePipeline

    [ https://issues.apache.org/jira/browse/UIMA-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974483#comment-13974483 ] 

Richard Eckart de Castilho commented on UIMA-3671:
--------------------------------------------------

Has been implemented for cases where uimaFIT (SimplePipeline / JCasIterable) is instantiating both, reader and AEs at the same time. Has not been implemented for cases where uimaFIT already receives externally instantiated readers or AEs. In the latter case, the caller is responsible for instantiating them with a common resource manager.

> Resources cannot be shared between reader and analysis engines in SimplePipeline
> --------------------------------------------------------------------------------
>
>                 Key: UIMA-3671
>                 URL: https://issues.apache.org/jira/browse/UIMA-3671
>             Project: UIMA
>          Issue Type: Bug
>          Components: uimaFIT
>    Affects Versions: 2.0.0uimaFIT
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Minor
>             Fix For: 2.0.1uimaFIT
>
>
> SimplePipeline currently does not support sharing a resource between the reader and the components.
> Internally, SimplePipeline instantiates the reader and the components
> separately, thus they end up with different resource managers.
> Resources can only be shared by components that use the same resource
> manager.



--
This message was sent by Atlassian JIRA
(v6.2#6252)