RTC 6.0.6.1 plugin is not working in 7.0.2
Hi Team,
I am working on creating server side participant plugin in RTC 6.0.6.1 version. The plugin is to create child work
items automatically when parent work item got saved.
I am using RTC eclipse client of version 6.0.6.1. The plugin is deployed properly and working as expected.
Now the version get upgraded with 7.0.2 and I am trying to deploy the same plugin as RTC eclipse client of 6.0.6.1 is compatible with new version. I can able to deploy the plugin but the condition logic is not working as expected.
Is any other dependencies are required in new version, or anything is required to work previous plugin or can we need to install RTC eclipse also of same version.
Kindly help on the same
Thanks
One answer
This is what you need to do:
- You install the EWM SDK for 7.0.2 following the RTC Extensions Workspace. Perform at least Lab 1.
- You test your plugin with the new version and make sure it works and there are no issues with dependencies and also check that the supported Java Version is 1.8
- You generate the required files to deploy the extension and
- You deploy the version tested and built for the version 7.0.2
It is usually possible to use the extensions in different versions, if you know what you are doing and how to work with dependency versions, but it is nevertheless a best practice to make sure and test.
Comments
Also, your whole question does not make a lot of sense to me. If you create a participant that creates child work items, the participant is a server extension. The only extension that would be installed into the client would be an aspect editor to configure the participant.
My answer also applies to this part of a custom extension, which must be deployed and tested in the Eclipse client..