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 2015/05/24 01:24:17 UTC

[jira] [Work started] (UIMA-4425) Nested resources not working with SharedResourceObject

     [ https://issues.apache.org/jira/browse/UIMA-4425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on UIMA-4425 started by Richard Eckart de Castilho.
--------------------------------------------------------
> Nested resources not working with SharedResourceObject
> ------------------------------------------------------
>
>                 Key: UIMA-4425
>                 URL: https://issues.apache.org/jira/browse/UIMA-4425
>             Project: UIMA
>          Issue Type: Bug
>          Components: uimaFIT
>    Affects Versions: 2.0.0uimaFIT
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>             Fix For: 2.2.0uimaFIT
>
>
> Nested resources not working with SharedResourceObject.
> {noformat}
>   @Test
>   public void sharedObject_testSimpleNesting() throws Exception {
>     AnalysisEngineDescription aeDesc = saveLoad(createEngineDescription(
>             TestAnalysisEngineWithSharedResourceObject.class,
>             TestAnalysisEngineWithSharedResourceObject.PARAM_RESOURCE,
>             createExternalResourceDescription(
>                     TestSharedResourceObject2.class,
>                     "http://dumm.my",
>                     TestSharedResourceObject2.PARAM_VALUE,
>                     TestSharedResourceObject2.EXPECTED_VALUE,
>                     TestSharedResourceObject2.PARAM_RESOURCE,
>                     createExternalResourceDescription(TestSharedResourceObject.class,
>                             "http://dumm.my", TestSharedResourceObject.PARAM_VALUE,
>                             TestSharedResourceObject.EXPECTED_VALUE))));
>     AnalysisEngine ae = createEngine(aeDesc);
>     ae.process(ae.newCAS());
>   }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)