jamesnetherton commented on issue #2977:
URL: https://github.com/apache/camel-quarkus/issues/2977#issuecomment-895903279


   > I think the root cause could be that 
[ApacheXMLDSig](https://github.com/apache/camel/blob/main/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/processor/XmlSignerProcessor.java#L231..#L235)
 security provider is no more present in the native image.
   
   Yep, that was indeed the problem. Had to add a `BuildStep` for 
`NativeImageSecurityProviderBuildItem` and get that provider registered.


-- 
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


Reply via email to