Changes to plugin.xml and XSD schemas do not take effect
Hi,
I'm developing a plugin for RTC. I'm using the RTC Extension workshop as a guideline and I'm currently working on Parametrization (Lab 4).
I've defined my schema and use it to validate the manual changes I make to the process configuration source xml.
However, I notice that changes to the plugin.xml are not picked up by the Jetty-based RTC server despite restarting it.
The change I made was to the plugin description.
When I remove the plugin from the WorkItemSave operation, restart the server, and re-add it, the old description is still used.
The same applies to my schema, where I added an attribute to an element. The validation of the xml fails on that new attribute not being allowed.
It seems that these configuration files (plugin.xml/schema) are cached by the server.
How do I refresh these?
Thanks
Accepted answer
I can not remember if I ever saw that. Not sure which version you talk about. Some things to try:
Try request reset https://rsjazz.wordpress.com/2014/06/12/is-the-extension-deployed-how-can-i-redeploy/
Try to remove the bundles from the server launch file start the server and then stop, add the bundle and restart
Exit the Eclipse server development client, start it again and try to start Jetty.