What happen to com.ibm.team.xxx.service plug-ins in RTC 2.0?
Hello,
I am working on upgrading a plug-in solution we delivered to a customer that was developed with RTC 1.0.1. I am now trying to repackage the plug-in solution in RTC 2.0 (actually RTC 2.0.0.1) and I am getting unresolved imports. These worked fine in RTC 1.0.1. Where did the interface move to in RTC 2.0? The following import packages are now unresolved in the RTC 2.0 environment:
com.ibm.team.process.service.IChangeEventHandler
com.ibm.team.repository.service.AbstractService;
com.ibm.team.workitem.service.IAuditableServer
com.ibm.team.workitem.service.IWorkIteServer
I did search in google and on the jazz.net and could not find were these are in RTC 2.0. It appears that all the '.service.' plug-ins were changed.
Please advise.
Thanks,
Steve
I am working on upgrading a plug-in solution we delivered to a customer that was developed with RTC 1.0.1. I am now trying to repackage the plug-in solution in RTC 2.0 (actually RTC 2.0.0.1) and I am getting unresolved imports. These worked fine in RTC 1.0.1. Where did the interface move to in RTC 2.0? The following import packages are now unresolved in the RTC 2.0 environment:
com.ibm.team.process.service.IChangeEventHandler
com.ibm.team.repository.service.AbstractService;
com.ibm.team.workitem.service.IAuditableServer
com.ibm.team.workitem.service.IWorkIteServer
I did search in google and on the jazz.net and could not find were these are in RTC 2.0. It appears that all the '.service.' plug-ins were changed.
Please advise.
Thanks,
Steve
3 answers
I am working on upgrading a plug-in solution we delivered to a
customer that was developed with RTC 1.0.1. I am now trying to
repackage the plug-in solution in RTC 2.0 (actually RTC 2.0.0.1) and
I am getting unresolved imports. These worked worked fine in RTC
1.0.1. Where did the interface move to in RTC 2.0? The following
import packages are now unresolved in the RTC 2.0 environment:
com.ibm.team.process.service.IChangeEventHandler
com.ibm.team.repository.service.AbstractService;
com.ibm.team.workitem.service.IAuditableServer
com.ibm.team.workitem.service.IWorkIteServer
I did search in google and on the jazz.net and could not find were
these are in RTC 2.0. It appears that all the '.service.' plug-ins
were changed.
Please advise.
They were not moved and their location is unchanged in RTC 2.0.
--
Regards,
Patrick
Jazz Work Item Team
Just a wild guess: Maybe your are requiring specific plug-in versions in
your project?
--
No it turns out that I did not have the environment set correctly. There are some configuration changes for 2.0.0.1 which are documented, but I missed. See https://jazz.net/wiki/bin/view/Main/RTCSDK20_DevelopmentEnvironmentSetup#For_RTC_2_0_0_1
Thank you Rafik for your help. It is very much appreciated.
Steve