RTC/ccm: precondition not executed
![]() I have a precondition on Save Work Item, implemented as Java plug-in, and installed via process configuration -> team configuration -> operation behavior -> preconditions -> add. It was successfully discovered and added.
However, the precondition is never called. I set a breakpoint in OperationAdviceManager.runAdvisors, and the advisor is not listed in the advisorElements at all.
There is also no error messages in the ccm.log.
I also have a participant registered as a follow-up action - this one is executed successfully.
I tried to restart the server, also requesting server restart via the admin interface, but it didn't help.
Any ideas what could be wrong?
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Mar 27 '18, 6:42 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I have run preconditions and follow up actions successfully. Not sure with the information given. Maybe a configuration issue? Interface issue?
|
Comments
Jakob,
if you load this URL:
https://<Jazz Server>:9443/ccm/admin?internal#action=com.ibm.team.repository.admin.provisionStatus
you can check whether your extension has actually been deployed or not.
Check for it in that page.
Luca,