It's all about the answers!

Ask a question

RTC Extension Example Not Working (Check Summary Advisor)


Angela Borchard (701220) | asked Jun 23 '15, 8:14 a.m.
edited Jun 23 '15, 8:26 a.m.
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!

Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Jun 23 '15, 9:41 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
 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

Your answer


Register or 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.