You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <ui...@incubator.apache.org> on 2008/12/16 18:08:44 UTC

[jira] Updated: (UIMA-1251) If one delegate in an aggregate uses a JMS service descriptor and another fails to initialize, the JVM fails to terminate

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

Burn Lewis updated UIMA-1251:
-----------------------------

    Attachment: UIMA-1251.patch

This patch catches the exception, calls destroy on the aggregate, and rethrows the exception.

> If one delegate in an aggregate uses a JMS service descriptor and another fails to initialize, the JVM fails to terminate
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-1251
>                 URL: https://issues.apache.org/jira/browse/UIMA-1251
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.2.2
>            Reporter: Burn Lewis
>         Attachments: UIMA-1251.patch
>
>
> When initialization of an aggregate fails we need to give the successful delegates the opportunity to release their resources.  Critical for JMS service adapters as they create a thread that waits on replies from the remote service.  Reported as a runAE hang by Jerry Quinn.

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