[CXF][JAXRS] Question about JAXRSClientFactory

2013-11-04 Thread liugang594 Liu
Hi All: I have a question about org.apache.cxf.jaxrs.client.JAXRSClientFactory.create(String, Class) , the class object must be an interface ? I saw the doc said "if not interface then a CGLIB proxy will be created", but I always got some error when I'm tring to use a concrete class object: SEVERE

Re: Absolute path of ws-security.signature.crypto doesn't work on REST SAML Support

2013-08-02 Thread liugang594 Liu
Hi Sergey: Great news, and thanks for this fix in advance. BTW, whice version does the fix will be presented? then I can try on that version. Thanks. 2013/8/2 Sergey Beryozkin > Hi > > On 02/08/13 03:41, liugang594 Liu wrote: > >> Hi All: >> >> (CXF version

Absolute path of ws-security.signature.crypto doesn't work on REST SAML Support

2013-08-01 Thread liugang594 Liu
Hi All: (CXF version: 2.7.7.SNAPSHOT) We are tring to add SAML support on rest service, and the gave attribute ws-security.signature.crypto value is an absolute file path. After deployed this service, we always got an exception, which complains "Caused by: org.apache.ws.security.WSSecurityExcept

Re: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted

2013-06-26 Thread liugang594 Liu
may be you gonna to proceed some xml document, which looks like: adfs adfs That means you have multiple root nodes exist, only one root node is allowed like below: adfs adfs 2013/6/19 remo408 > Updating the CXF version to 2.7.4 partly fixed the issue. Then i need to > Update my intercepto