Jerry Cwiklik created UIMA-5702:
-----------------------------------
Summary: 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)