Run method not triggering for delivery operation
Girish Jangame (11●1●8)
| asked May 30 '17, 9:25 a.m.
edited May 30 '17, 4:34 p.m. by Ralph Schoon (63.5k●3●36●46) Hi,
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered May 30 '17, 4:38 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER If you had done the extensions workshop and as a summary https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ you would have learned that there are XML deployment descriptors involved.
Ralph Schoon selected this answer as the correct answer
Comments Hi Ralph,
Yes our code never gets called. Below are the dependencies used in META-INF -
org.eclipse.core.runtime
com.ibm.team.repository.common
com.ibm.team.repository.service
com.ibm.team.scm.service
com.ibm.team.scm.common
com.ibm.team.process.common
com.ibm.team.process.service
com.ibm.team.workitem.common
com.ibm.team.workitem.service
Operation id defined in Extensions -
com.ibm.team.scm.server.deliver
Prerequisites are as follows defined in plugin.xml -
<prerequisites>
<requiredService
interface= "com.ibm.team.repository.service.IRepositoryItemService"/>
<requiredService
interface= "com.ibm.team.workitem.common.IWorkItemCommon"/>
<requiredService
interface="com.ibm.team.workitem.service.IWorkItemServer"/>
</prerequisites>
Please guide us.
Thanks and Regards,
Princi Verma
Princi Verma
commented Jun 02 '17, 9:41 a.m.
Hi,
Can anyone provide some help regarding the above problem, as we have tried with both, operation advisor and participant, but still code is not going in debugging mode when testing?
We have used 'com.ibm.team.scm.server.deliver' as operationId for delievery operation in scm.
Your solutions are really valuable for us.
Thanks and Regards,
Princi Verma
Ralph Schoon
commented Jun 02 '17, 12:25 p.m.
| edited Jun 02 '17, 12:28 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The information provided is not nearly enough and I don't know anyone who would be able to provide informed help based on it.
|
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.