class loader issue with xmlbeans
Hi,
We have developed a plugin and it has a schema jar which depends on xmlbeans. Though we have added xmlbeans jar to plugin lib folder, xmlbeans jar is getting loaded from idea lib folder. So we are getting classcast exception with substitute method.
Please help how to to resolve this.
请先登录再写评论。
Is it possible for you to re-create your jar with bundled xmlbeans?
I tried re-creating the schema jar with idea lib xmlbeans jar and also placing this xmlbeans jar in plugin lib folder but that did not work.
We have this schema usage at only one place so tried setting like below ( My plugin code is written in kotlin script)