Failed to get the component id for service when invoking the follow up action
Hi,
I developed a custom RTC plugin which takes care of setting the current iteration for the the Planned attribute of the defect.
I installed it on to the server successfullt and add it to the project area as a follow up action.
when I try to create defect and save it it is throwing me the following exception.
An unhandled exception occurred during "Defect Iteration Adjuster".
Failed to get the component id for service 'com.ca.extensions.DefectIterationAdjuster'.
Failed to get the component id for service 'com.ca.extensions.DefectIterationAdjuster'.
I`m not aware of these kind of issues please throw some light.
Thanks
Surender
Accepted answer
I can only guess you did either not specify a Jazz component (See article 1000 Lab 2, page 57 and following pages), or did not provide the id of said Jazz component in the extensions plugin.xml.
Defining the Jazz Component.
Usage of the Component by providing the ID
As part of creating this operation participant, you will also be creating aSee the screenshots of the workshop example below.
new Jazz component. It is sometimes possible to create a participant
without creating a new component, however; in this case, you will need a
component because:
- the participant will be requesting services from other components,
- therefore, the participant must declare dependency on those
other components, and
- in order to declare the dependency, the participant itself must be
part of a component.
Defining the Jazz Component.
Usage of the Component by providing the ID