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

RTC Extension Example Not Working (Check Summary Advisor)

Hello,

I have RTC 5.0.2 installed on WAS.

I am trying to get this example plugin working with no success.

https://www.ibm.com/developerworks/community/blogs/extendingrtc/entry/checksummaryadvisor?lang=en

I have created 3 projects in the Eclipse client:

-  rtc-check-summary-advisor
-  rtc-check-summary-advisor-feature
-  rtc-check-summary-advisor-site


I have also created the rtc-check-summary-advisor-site.ini file containing:

url=file:ccm/sites/rtc-check-summary-advisor-site
featureid=rtc_check_summary_advisor_feature


I am seeing the following issue in the install.log (for CCM) under WAS.

CRJAZ0303I The profile install from "file:ccm/sites/rtc-check-summary-advisor-site" was started at "Tue Jun 23 20:19:16 EST 2015".
CRJAZ0300I This feature is being installed: "rtc_check_summary_advisor_feature_1.0.0.201506231946".
CRJAZ0299I Installing bundle from the URL "file:/C:/IBM/JazzTeamServer502/server/conf/ccm/sites/rtc-check-summary-advisor-site/plugins/rtc_check_summary_advisor_1.0.0.201506231946.jar".
.
.
.

CRJZS0383E The "rtc_check_summary_advisor" bundle could not be resolved.

I have reset the server and stopped and started WAS and still the same issue occurs.

The plugin.xml file contains:

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="com.ibm.team.process.service.operationAdvisors">
<operationAdvisor
class="br.com.bello.CheckSummaryAdvisor"
id="rtc_check_summary_advisor.operationAdvisor"
name="Check Summary Advisor"
operationId="com.ibm.team.workitem.operation.workItemSave">
<extensionService
componentId="rtc_check_summary_advisor.extensionService"
implementationClass="br.com.bello.CheckSummaryAdvisor">
</extensionService>
</operationAdvisor>
</extension>

</plugin>




Any ideas on how to resolve?

Thanks!

0 votes


Accepted answer

Permanent link
 Wrong JRE (1.7) selected in the Plugin XML and the buildpath. No proper development environment set up to see this.
Angela Borchard selected this answer as the correct answer

0 votes

Your answer

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,930

Question asked: Jun 23 '15, 8:14 a.m.

Question was seen: 2,459 times

Last updated: Jun 23 '15, 9:41 a.m.

Confirmation Cancel Confirm