CXF Custom SOAP Header With WS-Security

2015-10-16 Thread Urciolo, Kevin J (IS)
I am running the apache-cxf-3.1.3/samples/ws_security/sign_enc_policy sample client/server code. I modified the policy to only do signature, no encryption. I was curious to see how a custom SOAP header was handled with So I added the second section of code below. System.out.print

Get a list of Message in CXF Server

2015-10-16 Thread tho huynh ngoc
Hi, How to get Messages which arrive and are waitting in a CXF Server for processing? I would get the messages conforming to "org.apache.cxf.message.Message" Regards, Tho,

RE: Swagger2Feature via blueprint config does not produce the expected results

2015-10-16 Thread matteo
Hi Andrei, Thank you for providing me with the cxf+swagger example coordinates. I tried to load my endpoint bundle in Karaf with the OSGi runtime generated by the /description_swagger2_osgi/ sample project feature file and swagger works correctly: it produces the expected json descriptor for the en

Re: Using two javax @BeanParam beans in the same method signature results in InternalServerErrorException

2015-10-16 Thread Sergey Beryozkin
Hi Christian Thanks for reporting it - I'll look into it shortly. Multiple BeanParams in a single signature are allowed indeed Cheers, Sergey On 16/10/15 11:32, Christian Balzer wrote: Hello all, We are using Spring and Apache CXF. For the following example code, I get an exception. Which make

Using two javax @BeanParam beans in the same method signature results in InternalServerErrorException

2015-10-16 Thread Christian Balzer
Hello all, We are using Spring and Apache CXF. For the following example code, I get an exception. Which makes me wonder: can I use two BeanParam annotations/beans in the same method signature? import javax.ws.rs.BeanParam; //... @GET @Produces({"application/json;charset=UTF-8"}) public Response