You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/11/19 14:52:39 UTC

[jira] Created: (UIMA-1671) UIMA AS client fails to localize exception message when executed in an OSGI server

UIMA AS client fails to localize exception message when executed in an OSGI server
----------------------------------------------------------------------------------

                 Key: UIMA-1671
                 URL: https://issues.apache.org/jira/browse/UIMA-1671
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
    Affects Versions: 2.3AS
            Reporter: Jörn Kottmann
            Assignee: Jörn Kottmann
             Fix For: 2.3AS


An UIMA AS client executed in an OSGI server fails to localize exception messages. The uima runtime bundle 
uses org.apache.uima.internal.util.I18nUtil to localize exception messages, this fails because the runtime bundle
cannot see the classpath of the uima as osgi runtime bundle.

To solve the issue the classpath of the uima as osgi runtime bundle should be made visible to the uima runtime
bundle with Eclipse-RegisterBuddy which fixs the issue in a Spring DM Server.

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


[jira] Closed: (UIMA-1671) UIMA AS client fails to localize exception message when executed in an OSGI server

Posted by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Kottmann closed UIMA-1671.
-------------------------------

    Resolution: Fixed

> UIMA AS client fails to localize exception message when executed in an OSGI server
> ----------------------------------------------------------------------------------
>
>                 Key: UIMA-1671
>                 URL: https://issues.apache.org/jira/browse/UIMA-1671
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>             Fix For: 2.3AS
>
>
> An UIMA AS client executed in an OSGI server fails to localize exception messages. The uima runtime bundle 
> uses org.apache.uima.internal.util.I18nUtil to localize exception messages, this fails because the runtime bundle
> cannot see the classpath of the uima as osgi runtime bundle.
> To solve the issue the classpath of the uima as osgi runtime bundle should be made visible to the uima runtime
> bundle with Eclipse-RegisterBuddy which fixs the issue in a Spring DM Server.

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