Exception after enabling the operation advisor example plugin
Hi All,
I have set the plugin development environment in RTC eclipse client 4.0 and then deployed operation advisor plugin in eclipse. Then i have added the precondition on workitem save operation using operation advisor plugin but at the time of saving it shows below exception: can anyone help me in this??? Thanks in advance. |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Aug 02 '13, 6:39 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Aug 02 '13, 6:40 a.m.
The exception in the log should give more information. From the bits I see, the extending class does not match the interface it is supposed to match. The class must implement
com.ibm.team.process.common.advice.runtime.IOperationAdvisor
You should also extend AbstractService. Did you run the Extensions Workshop? Comments
sneha bate
commented Aug 02 '13, 7:43 a.m.
Hi
My best guess is that the class you declared as extending the extension point has a wrong interface or something. |
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.