[
https://issues.jboss.org/browse/RTGOV-522?page=com.atlassian.jira.plugin....
]
ivan mckinley commented on RTGOV-522:
-------------------------------------
Also,
Review the contents of ES shows that the all situations in ES have the same problem with
the context list. one entry does not have a type defined
{"value":"81-81-1","type":"Message"},
{"value":"81"},
{"value":"81-81-6","type":"Message"}
{"value":"52-52-1","type":"Message"},
{"value":"52"},
{"value":"52-52-6","type":"Message"}
{"value":"24"},
{"value":"24-24-1","type":"Message"},
{"value":"24-24-6","type":"Message"}
{"value":"7"},
{"value":"7-7-1","type":"Message"},
{"value":"7-7-6","type":"Message"}
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: Gary Brown
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]]
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)