galderz opened a new issue #1161:
URL: https://github.com/apache/camel-quarkus/issues/1161
Seeing the following with OpenJDK 11 based GraalVM:
```
Fatal error:com.oracle.graal.pointsto.util.AnalysisError$ParsingError: Error
encountered while parsing
org.apache.camel.quarkus.core.FastCamelContext.createModelJAXBContextFactory()
Parsing context:
parsing
org.apache.camel.impl.engine.AbstractCamelContext.getModelJAXBContextFactory(AbstractCamelContext.java:3716)
parsing
com.oracle.svm.reflect.AbstractCamelContext_getModelJAXBContextFactory_477828eef27cc93cb9372a4eb40fd739c75455ee_1093.invoke(Unknown
Source)
parsing
[email protected]/java.lang.reflect.Method.invoke(Method.java:566)
...
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBContext
at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166)
at java.base/java.lang.Class.getDeclaredMethods(Class.java:2309)
at
jdk.internal.vm.ci/jdk.vm.ci.hotspot.HotSpotResolvedObjectTypeImpl.getDeclaredMethods(HotSpotResolvedObjectTypeImpl.java:932)
```
[Longer
output](https://gist.github.com/galderz/f11f7e6ecd2a36a31976f148cbdc8029)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]