Welcome to the Jazz Community Forum
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

I have run preconditions and follow up actions successfully. Not sure with the information given. Maybe a configuration issue? Interface issue?
https://rsjazz.wordpress.com/?s=advisor has a bunch of advisors I know worked. Maybe try one and compare yours?
Comments
Luca Martinucci
Mar 27 '18, 7:45 a.m.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.
Jakob L
Mar 27 '18, 7:49 a.m.Luca,