You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2018/01/11 15:59:00 UTC

[jira] [Closed] (UIMA-5702) UIMA AS: example launch scripts are not working

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

Jerry Cwiklik closed UIMA-5702.
-------------------------------
    Resolution: Fixed

Added Apache header Fixed the scripts

> UIMA AS: example launch scripts are not working
> -----------------------------------------------
>
>                 Key: UIMA-5702
>                 URL: https://issues.apache.org/jira/browse/UIMA-5702
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.10.2AS
>
>
> The UIMA Deploy AS Service.launch script has wrong configuration value for MAPPED_RESOURCE_TYPES.
> It is 
> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
> <listEntry value="1"/>
> but should be
> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
> <listEntry value="4"/>
> In addition the following was wrong
> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="uimaj-as-activemq"/>
> It should be
> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="uimaj-examples"/>
> Also it is missing Apache header.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)