]
RH Bugzilla Integration updated RTGOV-557:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
NPE in service definition build when interface not available
------------------------------------------------------------
Key: RTGOV-557
URL:
https://issues.jboss.org/browse/RTGOV-557
Project: RTGov (Run Time Governance)
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Gary Brown
Assignee: Gary Brown
When the interface field is not defined in the RequestReceived activity event, this
causes a NPE when building the service definition:
{quote}
Caused by: java.lang.NullPointerException
at
org.overlord.rtgov.analytics.service.InterfaceDefinition.merge(InterfaceDefinition.java:142)
[analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
at
org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:213)
[analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
at
org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:180)
[analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
... 92 more
{quote}