Hi everyone,
We are trying to implement the CAS Ws Federation protocol that uses the cxf
ws-trust support.
We brought up cas under debug mode and the error happens in
org.apache.cxf.ws.security.trust.AbstractSTSClient.issue() at this line:
Object[] obj = this.client.invoke(boi, new Object[]{new
DOMSource(writer.getDocument().getDocumentElement())});
The error is:
org.apache.cxf.binding.soap.SoapFault: object is not an instance of
declaring class while invoking public javax.xml.transform.Source
org.apache.cxf.ws.security.sts.provider.SecurityTokenServiceProvider.invoke(javax.xml.transform.Source)
with params [org.apache.cxf.staxutils.StaxSource@601c0935].
staxutils.StaxSource implements javax.xml.transform.sax.SAXSource that
implements javax.xml.transform.Source, so we are not sure what the issue is
....
Your help and recommendations are greatly appreciated.
--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html