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.
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
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.
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.
Comments
showing 5 of 10
show 5 more comments