Extending Rational Team Server 4.0.5 : Opeartion Participents implementation
Hello All,
We are in the process of implementation of RTC server extension " Epic Summary Updated based on Child WorkItem Reference". After deployment of UpdateSite project, the Operation Participent doesnot show up in followup actions.
Below are the steps follow:
1: Created Plug In project with :
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 &
Extensions : com.ibm.team.process.service.operationParticipants and Business logic has been implemented.
2: created Feature project.
3: created Update Site.
4: created updatesite.ini file
5: provisioned to the server.
6: server restarted.
But the new Participant doesnot show up in Operation Behaviour : Follow up actions.
Checking the server provision status shows :
1: The profile install from "file:ccm/sites/ZamCrUpdate-site" was started at Time ...
2: This feature is being installed: "ZamCrUpdate_Participent_feature_1.0.0....."
3: Installing the bundle from the URL "file:/......IBM/JAZZTe./server/conf/ccm/sites/.....
4: feature with this ID is installed and will be used: "ZamCrUpdate_participent_feature".
The RTC version : RTC 4.0.5.
The reference article : https://www.ibm.com/developerworks/community/blogs/extendingrtc?lang=en
This article states on Operation Adivisor but required changes have been made to implement Operation Participants.
Thanks in Advance.
Regards,
RTC User.
We are in the process of implementation of RTC server extension " Epic Summary Updated based on Child WorkItem Reference". After deployment of UpdateSite project, the Operation Participent doesnot show up in followup actions.
Below are the steps follow:
1: Created Plug In project with :
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 &
Extensions : com.ibm.team.process.service.operationParticipants and Business logic has been implemented.
2: created Feature project.
3: created Update Site.
4: created updatesite.ini file
5: provisioned to the server.
6: server restarted.
But the new Participant doesnot show up in Operation Behaviour : Follow up actions.
Checking the server provision status shows :
1: The profile install from "file:ccm/sites/ZamCrUpdate-site" was started at Time ...
2: This feature is being installed: "ZamCrUpdate_Participent_feature_1.0.0....."
3: Installing the bundle from the URL "file:/......IBM/JAZZTe./server/conf/ccm/sites/.....
4: feature with this ID is installed and will be used: "ZamCrUpdate_participent_feature".
The RTC version : RTC 4.0.5.
The reference article : https://www.ibm.com/developerworks/community/blogs/extendingrtc?lang=en
This article states on Operation Adivisor but required changes have been made to implement Operation Participants.
Thanks in Advance.
Regards,
RTC User.
2 answers
Follow http://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ do the workshop and setup jetty. If it works there follow the workshop on how to deploy.
Comments
sam detweiler
Jun 03 '14, 10:32 p.m.Did u issue the requestreset before restarting the server? RTC caches the plugins for faster start next time.
sandeep rao
Jun 04 '14, 6:43 a.m.We have installed the RTC in our local system and hitting the below url :
https://localhost:9443/ccm/admin/cmd?requestreset will throw below error message.
The Web Page cannot be found. Will this cmd not work if RTC is installed in localhost??
Thanks in Advance.
RTC User.
sam detweiler
Jun 04 '14, 6:55 a.m.sorry,, gave wrong string
sandeep rao
Jun 04 '14, 7:31 a.m.Hello Sam,
Thank you.! Now it works fine.
Regards,
RTC User.