]
Gary Brown updated RTGOV-458:
-----------------------------
Git Pull Request:
ActivityServer integration test using deprecated query method
-------------------------------------------------------------
Key: RTGOV-458
URL:
https://issues.jboss.org/browse/RTGOV-458
Project: RTGov (Run Time Governance)
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
The JBossASActivityServerServiceTest tested the activity server query method via the REST
API. The issue was it relied on the JPA query language - hence this method was deprecated
as it exposed the implementation.
Need to add further tests for the getActivityTypes and getActivityUnit method, to replace
the query methods.