CRJZS0383E The "rtc_sample" bundle could not be resolved.
Hello,
I am trying to develop sample plugin. I am using following plugins under 'Dependencies' com.ibm.team.process.service com.ibm.team.workitem.common com.ibm.team. workitem.service com.ibm.team.process.common com.ibm.team.repository.common com.ibm.team.repository.service When I deployed plugin on server with these plugins as a dependencies, its working fine. But when I tried to add, com.ibm.team.repository.client and com.ibm.team.workitem.client plugins and deployed it on local server then I received error like 'CRJZS0383E The "rtc_sample" bundle could not be resolved.' If I delete these 2 plugins and reinstall it again, it will work. In both cases I am following the same procedure to deploy plugin. Thanks. |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Jul 29 '15, 3:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 29 '15, 3:11 a.m.
If you can't provide any more details about what a sample that is and some more details if it is a server or a client plugin, there is few we will be able to do.
com.ibm.team.repository.client com.ibm.team.workitem.client are client side API and not available in the server side API. They can not be used in server side plugins you have to use com.ibm.*.common packages instead. This is all that comes into mind with the limited information given. Avinash Bamane selected this answer as the correct answer
Comments
Avinash Bamane
commented Jul 29 '15, 3:29 a.m.
Hello Ralph,
Ralph Schoon
commented Jul 29 '15, 3:36 a.m.
| edited Jul 29 '15, 3:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As the blog tile clearly lays out, that post is using Client API. Client API can only be used in Eclipse and Plain Java Client automation.
Avinash Bamane
commented Jul 29 '15, 6:40 a.m.
Hello Ralph,
If you are not willing to provide more details on the code and the error, no one will be able to help. The forum is notoriously bad for remote debugging, especially if there is no data available.
Avinash Bamane
commented Jul 29 '15, 12:41 p.m.
Hello Ralph,
Avinash Bamane
commented Jul 29 '15, 12:42 p.m.
Below, is the code which I tried for Category,
An ICategoryHandle/ICategory is NOT an IContributor. Carefully read https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ especially the part around casting. You have to be able to set up your environment for debuggng to be able to see, what is returned. Please note, you will get some [InterfaceName]impl you have to cast to InterfaceName - this framework uses EMF.
Avinash Bamane
commented Jul 30 '15, 12:26 a.m.
Hello Ralph,
What I am basically saying is, that different types of attributes return different types of classes - in all Java API's - and if you have not set up to be capable of using the debugger you will basically get nowhere. Plus there is no way that we debug this in the forum.
Avinash Bamane
commented Jul 30 '15, 7:29 a.m.
Hello Ralph,
showing 5 of 10
show 5 more comments
|
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.