SAML Subject Principal instead of Signature Principal in WebServiceContext

2015-05-12 Thread Stuart Charlton
Good day, I am dusting off my CXF after many years, trying to replace a Weblogic SAML implementation with CXF. I’ve been trying out a WS-SecurityPolicy-described SAML invocation hello world using some of the CXF systest code as the basis of my example. This is an asymmetric sender-vouches

Re: SAML Subject Principal instead of Signature Principal in WebServiceContext

2015-05-12 Thread Colm O hEigeartaigh
Hi, I created the following JIRA + will shortly merge a fix: https://issues.apache.org/jira/browse/CXF-6401 You could workaround it by creating a custom interceptor, and parsing the WSS4J results yourself to override the security context that the WSS4JInInterceptor is creating. Colm. On Tue,

RE: Implementing a Custom Message Id Cache

2015-05-12 Thread Stephen.CTR.Chappell
Ok, I solved this one. I'm not even sure why I ever thought it worked the way I had it. This is probably obvious to mostly everyone, but for anyone who is interested, this is what I found: the schema for the wsa:addressing feature lists messageIdCache as being an attribute on the addressing

UnsupportedOperationException after upgrading to 3.1.0

2015-05-12 Thread Maxim Solodovnik
Hello All, Recently I have upgraded to CXF 3.1.0, unfortunately I got weird error on endpoint creation: Caused by: javax.xml.ws.WebServiceException: java.lang.UnsupportedOperationException at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:375)

Re: ImageDataContentHandler correct DCH to write image/jpeg attachment?

2015-05-12 Thread sparkles
This was due to an issue in the classloader where CXF is running. Thanks for the...uhattention. Heheh. :) -- View this message in context: http://cxf.547215.n5.nabble.com/ImageDataContentHandler-correct-DCH-to-write-image-jpeg-attachment-tp5757026p5757210.html Sent from the cxf-user

Re: SAML Subject Principal instead of Signature Principal in WebServiceContext

2015-05-12 Thread Stuart Charlton
Colm, Thank you! I'll look into the interceptor approach today. Stu Sent from my iPhone On May 12, 2015, at 5:41 AM, Colm O hEigeartaigh cohei...@apache.org wrote: Hi, I created the following JIRA + will shortly merge a fix: https://issues.apache.org/jira/browse/CXF-6401 You

Re: CXF 3.0.4 server cannot receive message from TLS1.0 client

2015-05-12 Thread Colm O hEigeartaigh
For the record, I added some tests that show a client using TLSv1: https://git1-us-west.apache.org/repos/asf?p=cxf.git;a=commit;h=64a55d27 Colm. On Mon, May 4, 2015 at 8:50 PM, boca2608 boca2...@gmail.com wrote: Hi Colm, Thank you very much for your response. I am not sure what you meant