Jerry Cwiklik created UIMA-3542:
-----------------------------------
Summary: Refactor DUCC ResourceManagerComponent to avoid NPE
Key: UIMA-3542
URL: https://issues.apache.org/jira/browse/UIMA-3542
Project: UIMA
Issue Type: Bug
Components: DUCC
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Priority: Minor
Fix For: 1.0-Ducc
Modify ResourceManagerComponent.start() to move call to super.start() to avoid
a possible race condition which may result in a NPE. The code should first
instantiate JobManagerConverter and then super.start() can be called.
The super.start() calls back the ResourceManagerComponent method where it
expects a valid reference to JobManagerConverter which is initialized in the
ResourceManagerComponent .start().
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)