lichtin opened a new issue, #644: URL: https://github.com/apache/camel-karaf/issues/644
`Caused by: jakarta.xml.bind.JAXBException: "org.apache.camel.model.app" doesnt contain ObjectFactory.class or jaxb.index at org.glassfish.jaxb.runtime.v2.ContextFactory.createContext(ContextFactory.java:241) ~[!/:4.0.5 - cb19596] at org.glassfish.jaxb.runtime.v2.JAXBContextFactory.createContext(JAXBContextFactory.java:58) ~[!/:4.0.5 - cb19596] at jakarta.xml.bind.ContextFinder.find(ContextFinder.java:322) ~[!/:4.0.2] at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:392) ~[!/:4.0.2] at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:349) ~[!/:4.0.2] at org.apache.camel.xml.jaxb.DefaultModelJAXBContextFactory.newJAXBContext(DefaultModelJAXBContextFactory.java:44) ~[!/:?] at org.apache.camel.xml.jaxb.DefaultModelJAXBContextFactory.newJAXBContext(DefaultModelJAXBContextFactory.java:32) ~[!/:?] at org.apache.camel.xml.jaxb.JaxbHelper.getJAXBContext(JaxbHelper.java:78) ~[!/:?] at org.apache.camel.xml.jaxb.JaxbHelper.loadRoutesDefinition(JaxbHelper.java:389) ~[!/:?]` Class DefaultModelJAXBContextFactory is providing its class loader which does not "see" the org.apache.camel.model.app package. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org