ITeamRepository class issue
Hello Team,
I need to user ITeamRepository class in my API, and to use this class i have imported com.ibm.team.repository.client.ITeamRepository package.
But after that whenever i try to deploy the plugin on server, its not getting deployed, but if remove the package then everything works fine.
Am i missing somthing?
Please help
|
2 answers
Hello Pankaj, I think your solution is this topic: https://jazz.net/forum/questions/137102/how-can-i-searchget-or-fetch-members-by-user-id-rtc-402-plugin/137107 |
Ralph Schoon (63.4k●3●36●46)
| answered Feb 02 '16, 4:39 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Feb 02 '16, 4:39 a.m.
I assume you created a server side plugin. The class is not available in the server API. The server side plugins should not use the client API. If for whatever reason you have to, you have to provide the jar file that contains the class as library so that the class loader can find it in the plugin.
|
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.