[
https://issues.apache.org/jira/browse/UIMA-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359288#comment-15359288
]
Rinat Gareyev commented on UIMA-3756:
-------------------------------------
Looks like it is missing again in 2.2.0.
Compare
https://github.com/apache/uima-uimafit/blob/uimafit-2.1.0/uimafit-core/src/main/java/org/apache/uima/fit/pipeline/JCasIterator.java
with
https://github.com/apache/uima-uimafit/blob/uimafit-2.2.0/uimafit-core/src/main/java/org/apache/uima/fit/pipeline/JCasIterator.java
-- the main constructor in the latter version does not invoke
{{typeSystemInit}}.
> SimplePipeline.iteratePipeline doesn't call typeSystemInit on readers
> ---------------------------------------------------------------------
>
> Key: UIMA-3756
> URL: https://issues.apache.org/jira/browse/UIMA-3756
> Project: UIMA
> Issue Type: Bug
> Components: uimaFIT
> Affects Versions: 2.0.0uimaFIT
> Reporter: Fedor Nikolaev
> Assignee: Richard Eckart de Castilho
> Fix For: 2.1.0uimaFIT
>
>
> Looks like typeSystemInit doesn't called when using
> SimplePipeline.iteratePipeline or when using JCasIterable.
> This was already fixed for SimplePipeline.runPipeline:
> http://svn.apache.org/r1446505
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)