We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
design-library-icons.xml
<IconSet id="design-editor" nearClass="com.cxplan.rpa.ui.extension.DesignLibraryIconSet" base="icons/" xmlns="http://weblookandfeel.com/XmlIconSet"> <!-- Java 32x32 icon --> <!-- File Chooser icons --> <SvgIcon id="icon_add_image" path="javatest.svg" size="16,16"/> </IconSet>
design-library-extension.xml
The text was updated successfully, but these errors were encountered:
This is a pretty weird error. I've never encountered it before, but judging by a few topics on SO like - https://stackoverflow.com/questions/30812293/com-thoughtworks-xstream-security-forbiddenclassexception it is most probably something related to the permission settings introduced in recent XStream update.
So a few things to pinpoint the problem:
Sorry, something went wrong.
Also, as a possible temporary/quick fix - does this solve the issue for you?
XmlUtils.getXStream ().addPermission ( AnyTypePermission.ANY );
I already have this added in latest snapshot versions, but I'm pretty sure it was missing in previous release version.
mgarin
No branches or pull requests
design-library-icons.xml
design-library-extension.xml
The text was updated successfully, but these errors were encountered: