JiriOndrusek commented on issue #4065: URL: https://github.com/apache/camel-quarkus/issues/4065#issuecomment-1235360690
Ci build failed (in `xml` tests) with: ``` 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) ``` @lburgazzoli It seems to be the issue mentioned by you in your previous comment. Unfortunately I did't run locally this extension tests (`xmlsecurity` is successful). I'll try to search a 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org