It's all about the answers!

Ask a question

Server Side Plugin: How to resolve issue of asynchronous plugin is not get called?


Andrew Ciaz (59160) | asked Feb 17 '20, 7:09 a.m.

 Hi implemented the code which invoke after certain time period and prints the system time. It works correctly. But when I added few line such as getService(ITeamRepositoryService.class) then it is not working. Even plugin is not called. lease suggest the root cause of this problem,

One answer



permanent link
David Lafreniere (4.8k7) | answered Feb 19 '20, 10:56 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
What is the exception (message + stack trace) that is thrown?

Note: ITeamRepositoryService exists in client (in the package 'com.ibm.team.repository.client') and is not known to server plugins, perhaps that is why.

Your answer


Register or to post your answer.