Matthias Koch created UIMA-5045:
-----------------------------------
Summary: -uimaEeDebug Flag is not considered in
BaseUIMAAsynchronousEngine_impl
Key: UIMA-5045
URL: https://issues.apache.org/jira/browse/UIMA-5045
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Affects Versions: 2.8.1AS
Environment: all
Reporter: Matthias Koch
Priority: Trivial
The -uimaEeDebug flag should prevent the deletion of the springContext file.
This works inside the Dd2Spring class, but the BaseUIMAAsynchronousEngine_impl
does not consider this flag and calls
disposeContextFiles(springContextFiles) in line 892 anyway, therefor the
context file is always deleted and debugging is only possible with breakpoints.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)