Deploy fix plug-in in RTC
Background:customer install the RMC as a feature in the RTC4.0.3,now I have to deliver a test fix for customer,and the test fix worked fine under pure RMC.
The fix delivered as plug-in folder,there are two folders,I put them under <../RTC/plugins>,and start the RTC,the strange thing come up,one plug-in was loaded,and the other was not.
I tried start the RTC by -clean,or add "osgi.checkConfiguration=true" in config.ini,both doesn't work.
I also tried export my fix plug-in as jar,and put them into <.../RTC/dropins>,and still doesn't work.
I don't know whether RTC re-write the eclipse p2 or not,and I can only use complicated way to deploy the fix now.
I hope somebody can help me about this.