Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Check prerequisites in plugin.xml

 By going through some links based on the above error,I figured out the prerequisites are missing in plugin.xml.

I added those which are required.

Below is the code change which I made in plugin.xml
                <prerequisites>
                <requiredService interface="com.ibm.team.repository.common.service.IWorkItemServer"/>          
                </prerequisites>
Still getting the Check prerequisites in plugin.xml

Following is the whole plugin.xml

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="com.ibm.team.process.service.operationParticipants">
      <operationParticipant
            class="follow_upplugin.OperationParticipant3"
            id="Follow_UpPlugin.operationParticipant3"
            name="follow_UpPlugin"
            operationId="com.ibm.team.workitem.operation.workItemSave">
          <prerequisites>
                <requiredService interface="com.ibm.team.repository.common.service.IWorkItemServer"/>      
                </prerequisites>
      </operationParticipant>
   </extension>

</plugin>

0 votes

Comments

the information you provided is useless. Would it be too much to ask for the actual error message you see in the log? 


Also please tag these questions with rational-team-concert and extending.

 I tried each and every way for solving the above issue,still no luck.Its my humble request to look into this issue and try to find what's gone wrong.

The error message in the Eclipse debug console actually tells you the offending prerequisite, or gives at least new hints. If you debug on Jetty, you need to restart the server to make the change in the XML recognized.  



However, as mentioned, without the error in the console/log, you are on your own. There is no valuable information in the question anyone can act upon or suggest solutions. 


Be the first one to answer this question!

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,954

Question asked: May 10 '19, 2:20 a.m.

Question was seen: 1,039 times

Last updated: May 10 '19, 2:56 a.m.

Confirmation Cancel Confirm