Server Side Plugin: How to resolve issue of asynchronous plugin is not get called?
![]() 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
![]()
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.
|