You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/09 13:09:06 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #3966: CxfSoapClientIT.wsSecurityClient fails in native mode: wsse:Nonce not present in the request

ppalaga commented on issue #3966:
URL: https://github.com/apache/camel-quarkus/issues/3966#issuecomment-1209360984

   I have built github.com/apache/ws-wss4j from source after adding some debug output. The problem seems to be that there is a WSSecurityException swallowed in org.apache.wss4j.dom.message.token.UsernameToken.addNonce(Document) which in turn is caused by a non-initialized secure random in org.apache.xml.security.stax.ext.XMLSecurityConstants of `org.apache.santuario:xmlsec` which we already handle in `camel-quarkus-xmlsecurity`. I'll have to figure out what should we recommend to end users.
   
   


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org