You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2008/08/20 22:22:46 UTC

[jira] Closed: (UIMA-1150) Pear isolation broken, test case failing

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

Marshall Schor closed UIMA-1150.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3

Fixed 2 problems: test case failing, plus wrong operation in setup of pear classloader sharing among instances in CPM, etc. caused by "this.getResource()" always returning null in previous version.

> Pear isolation broken, test case failing
> ----------------------------------------
>
>                 Key: UIMA-1150
>                 URL: https://issues.apache.org/jira/browse/UIMA-1150
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.3
>
>
> UIMA-1107 fix broke pear class loader isolation.  See disucsion of this here: http://markmail.org/message/eg5dgqb2ual2qfuh
> Fix UIMA-1107 to create a new map for additional parameters, copying all the parameters except the UimaContext one.
> Also noticed that the fix in UIMA-607 is broken because the code to get the ResourceManager instance of the caller is failing - due to super.initialize(...) being called after the point where the getResourceManager() is called - so this.getResourceManager() is always returning null.  Consider using the UimaContext instead as the key value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.