You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this issue will be considered relevant, but when running the native image the first time (some weeks ago), I had this issue:
Could not load or parse web.xml: javax.xml.xpath.XPathExpressionException: java.util.MissingResourceException: Could not load any resource bundle by com.sun.org.apache.xml.internal.res.XMLErrorResources
This was something I solved by importing the following dependency:
I can't remember where I read about this, but it was the solution for me.
I don't follow this repo's pom.xml strictly, but shouldn't this (or any other XML related dependency?) be declared explicitly in some Faces-related extension or at least in this repo's pom.xml? I can say it wasn't very easy (for me, at least) to find the solution for this problem in the beginning, and I suppose that it doesn't happen in this repo because some of the dependencies, most of which I didn't add to my pom.xml, import the required XML API...
Original ticket: melloware/quarkus-faces#496
I don't know if this issue will be considered relevant, but when running the native image the first time (some weeks ago), I had this issue:
Could not load or parse web.xml:
javax.xml.xpath.XPathExpressionException: java.util.MissingResourceException: Could not load any resource bundle by com.sun.org.apache.xml.internal.res.XMLErrorResources
This was something I solved by importing the following dependency:
I can't remember where I read about this, but it was the solution for me.
I don't follow this repo's pom.xml strictly, but shouldn't this (or any other XML related dependency?) be declared explicitly in some Faces-related extension or at least in this repo's pom.xml? I can say it wasn't very easy (for me, at least) to find the solution for this problem in the beginning, and I suppose that it doesn't happen in this repo because some of the dependencies, most of which I didn't add to my pom.xml, import the required XML API...
Thanks for the attention!
cc @redddcyclone
The text was updated successfully, but these errors were encountered: