]
ivan mckinley reassigned RTGOV-522:
-----------------------------------
Assignee: ivan mckinley (was: Gary Brown)
RTGovSituationsUtil.getSituationBean throws NPE
------------------------------------------------
Key: RTGOV-522
URL:
https://issues.jboss.org/browse/RTGOV-522
Project: RTGov (Run Time Governance)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Activity Server
Affects Versions: 2.0.0.Final
Reporter: ivan mckinley
Assignee: ivan mckinley
in RTGovSituationsUtil Line 61. A null pointer is thrown when calling
context.getType().name(),
- No check performed against the context.getType
- The first item of the contextlist been iterated over has a context type of null, see
[1]
Reproduced by
- Deploy SLA example
- Execute the actvity client until situations are generated
- Open the situation UI. The null pointer is invoked from here
Additionaly place a break point on line 61 RTGovSituationsUtil
[1]List of Contexts
[Context[null:1:0], Context[Message:1-1-6:0], Context[Message:1-1-1:0]]