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
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.
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