[JBoss JIRA] (RTGOV-166) Situations not reflected on service overview
by Gary Brown (JIRA)
Gary Brown created RTGOV-166:
--------------------------------
Summary: Situations not reflected on service overview
Key: RTGOV-166
URL: https://issues.jboss.org/browse/RTGOV-166
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 1.0.0.M5
Appears that following the change to distinguish between service interfaces and implementations, the situations are no longer reflected on the service overview diagram.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RTGOV-121) Class loading issue with custom events
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-121?page=com.atlassian.jira.plugin.... ]
Gary Brown resolved RTGOV-121.
------------------------------
Fix Version/s: (was: 1.0.0.M5)
Resolution: Rejected
> Class loading issue with custom events
> --------------------------------------
>
> Key: RTGOV-121
> URL: https://issues.jboss.org/browse/RTGOV-121
> Project: RTGov (Run Time Governance)
> Issue Type: Task
> Reporter: Gary Brown
> Assignee: Gary Brown
>
> When custom event tests were in separate junit test classes, when running in jenkins they still seemed to be ran within the same server session - although all of the artifacts were undeployed and redeployed.
> When the second test was run, the 'HandleCustomActivityEventProcessor' was not finding the events due to the 'instanceof' test failing - even though the events were CustomActivityEvents. So looks like some form of classloader issue, i.e. two different instances of the CustomActivityEvent class, both associated with different class loaders.
> For now have moved both tests into the same junit class - originally they were separated to avoid impacting each other, as depending upon the order they were run, they had different effects. But have updated the test to overcome this ordering issue.
> Need to construct some form of test showing the custom event epn being updated - not sure whether arquillian will support this, or whether it will just be a manual test.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months