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:
I am seeing the following issue in the install.log (for CCM) under WAS.
I have reset the server and stopped and started WAS and still the same issue occurs.
The plugin.xml file contains:
Any ideas on how to resolve?
Thanks!
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!