It's all about the answers!

Ask a question

ITeamRepository class issue


Pankaj Sharma (401169) | asked Feb 02 '16, 4:30 a.m.
 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



permanent link
Hakki Bozkurt (1631228) | answered Feb 02 '16, 5:16 a.m.

permanent link
Ralph Schoon (63.1k33646) | 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


Register or to post 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.