-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
XML merger fails in native-image on custom XPath with MissingResourceException: Could not load any resource bundle by com.sun.org.apache.xpath.internal.res.XPATHErrorResources #1038
Comments
I tried the suggested solution and it did not help at all. |
OK, I have some good news.
While it would still be important to get this bug fixed, I removed the blocker label since the error only occurs when the user has configured an invalid XPath expression. |
As described here, I added
It does not work. The JSON is ignored. I confirmed this by putting corrupted syntax into the JSON.
And got this error:
So it seems that this is only supported by newer versions of GraalVM. |
I also changed resource-config.json to this:
Still no luck, same error as before. |
With the current build: 2025.02.002-beta-02_22_02-SNAPSHOT I can not reproduce this error. |
Expected behavior
As a IDEasy user, I want to be able to run my IDE (IntelliJ) seamless without errors so that I can focus on development in my project and do not have to worry about IDEasy itself.
Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
#992
#363
Comments/Hints:
Once again a limitation of GraalVM that we need to find a fix for asap.
See here for the XPath expression:
https://github.com/devonfw/ide-settings/blob/9551c1a222b64e958cdf1e8b01a952fa537241a6/intellij/workspace/update/.idea/workspace.xml#L38
Affected version:
The text was updated successfully, but these errors were encountered: