]
Gary Brown updated RTGOV-468:
-----------------------------
Git Pull Request:
Don't inject call trace service in Situations provider to avoid
issues in Karaf
-------------------------------------------------------------------------------
Key: RTGOV-468
URL:
https://issues.jboss.org/browse/RTGOV-468
Project: RTGov (Run Time Governance)
Issue Type: Task
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
As weld is packaged in rtgov-ui, the situations provider attempts to inject the call
trace service. As it is not packaged inside the war, this causes problems.
It is better to have it as a separate OSGi service and just instantiate an
implementation.