Follow up action not working
![]()
AMEYA KALE (17●6)
| asked May 07 '19, 5:30 a.m.
edited May 07 '19, 7:39 a.m. by Ralph Schoon (62.7k●3●36●43) I have followed this link https://jazz.net/library/article/1000 to create a follow up action.My activator is hitting but the the Implementation Class is not hitting? Any suggestions.
showing 5 of 7
show 2 more comments
|
Accepted answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered May 08 '19, 8:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER For some reason I am unable to convert Ameya's comment to an answer.
Restarting the server fixed the problem.
Ralph Schoon selected this answer as the correct answer
|
Comments
Please, be more specific.
The follow up action is not triggered.Trying to print a line using System.out.println() in Implementation Class to test whether it is working or not which is not showing up .
I suggest that you check whether the extension has been deployed or not.
So, it looks like your extension was deployed.
As described in https://jazz.net/library/article/1000 test your extension on Jetty and the debug Eclipse client.
I restarted server and rtc client.Follow-up action is working perfectly.
Thank you for dedicating your time to look into this issue.