Operation Participant is not showing in the follow-up actions of project area
Hi,
I have created a followup action for save workitem. Before deploying, i tested the said participant on Jetty Server and it is working fine. On Jetty server my new followup action is showing in the process configuration for the save workitem. When i deployed the said participant on tomcat server, it is not showing in the followup actions. However, in component status i can see my component which i have deployed. Kindly guide me on this issue?
I was following IBM RTC Extensibility Lab Exercises for creating this participant.
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Dec 05 '15, 7:25 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
This happens usually due to an error when deploying the extension. I have seen many errors. Client API in the dependencies, wrong provision profiles, deploed against the wrong server. Look into the ccm.log for traces of the deployment. Without more data, this is impossible to debug from here.
Ahmed Ahmed selected this answer as the correct answer
Comments
Ahmed Ahmed
commented Dec 06 '15, 1:29 a.m.
Thanks Ralph. The issue has been resolved. I have some missing dependencies in my extension and due to this i was facing the error. Thanks for your support and guidance.
sam detweiler
commented Dec 06 '15, 6:30 a.m.
for others help, how did it work under Jetty?
You can have client API as dependencies since the server and client API is not separated. This works on the Jetty server, because the APIs are all available there. But it does not work if deployed.
sam detweiler
commented Dec 07 '15, 10:18 a.m.
ok.. glad I don't use Jetty then.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
and you told the server to reload extensions?
http://server/ccm/admin/cmd/requestReset
before restarting the server.
Thanks Sam. But i have already performed this operation before restarting the server. But still the result is same.
is this via the web or Eclipse? if Eclipse, also restart eclipse.