JiriOndrusek commented on PR #4066: URL: https://github.com/apache/camel-quarkus/pull/4066#issuecomment-1235361874
The CI failure is caused by this change. There seems to be a problem with generation of some classes. ``` Caused by: javax.xml.transform.TransformerConfigurationException: Cannot find class 'org.apache.camel.quarkus.component.xslt.generated.HtmlTransform'. 2022-09-02T10:44:40.1852572Z at java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:903) 2022-09-02T10:44:40.1853455Z at org.apache.camel.quarkus.support.xalan.XalanTransformerFactory.newTemplates(XalanTransformerFactory.java:70) 2022-09-02T10:44:40.1854276Z at org.apache.camel.component.xslt.XsltBuilder.setTransformerSource(XsltBuilder.java:345) 2022-09-02T10:44:40.1855004Z at org.apache.camel.component.xslt.XsltEndpoint.loadResource(XsltEndpoint.java:326) 2022-09-02T10:44:40.1855675Z at org.apache.camel.component.xslt.XsltEndpoint.doInit(XsltEndpoint.java:342) 2022-09-02T10:44:40.1856270Z at org.apache.camel.support.service.BaseService.init(BaseService.java:83) ``` I'm going to search for a better fix. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
