CRJZS0383E The "Test" bundle could not be resolved
With RTC 4.0.3 , I am facing the issue "CRJZS0383E The "Test" bundle could not be resolved" while deploying the "Test" operation advisor whcih has the following plugin.xml file. Also I am facing the same issue for other advisor and participnat too with RTC 4.0.3. We can build this Test plugin without any compilation warning or errors and it has a simple code to read the work item old and new state. We have not faced such issue before with RTC 3.x , if anyone is aware of this issue and solution then could you please share the same.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="com.ibm.team.process.service.operationAdvisors">
<operationAdvisor
class="test.HelloWorld"
id="Test.operationAdvisor"
name="Test"
operationId="com.ibm.team.workitem.operation.workItemSave">
<extensionService
componentId="TestextensionService"
implementationClass="test.HelloWorld">
<prerequisites>
<requiredService interface="com.ibm.team.workitem.service.IWorkItemServer" />
</prerequisites>
</extensionService>
</operationAdvisor>
</extension>
</plugin>
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 12 '13, 6:33 a.m.Dashrath Kale
Sep 12 '13, 3:20 a.m.Dashrath Kale
Sep 12 '13, 3:22 a.m.