Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.8.1AS
-
None
-
all
Description
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.