RE: Problems in using TLS

2008-04-01 Thread Brendan Maguire (brmaguir)
] Sent: 27 March 2008 18:38 To: cxf-user@incubator.apache.org Cc: Brendan Maguire (brmaguir) Subject: Re: Problems in using TLS I don't suppose there would be any chance of you trying the 2.0.5 stuff we're voting on? http://people.apache.org/~dkulp/stage_cxf/2.0.5-incubator/ I made some changes

Re: Problems in using TLS

2008-04-01 Thread brmaguir
Thanks for the reply Daniel. I tried using the 2.0.5 libraries but am still getting the exact same errors. Am I setting it up correctly using the cxf.xml file? Any other ideas on what the problem could be? Cheers, Brenan brmaguir wrote: Hey, I'm trying to communicate with a web

Problems in using TLS

2008-03-27 Thread brmaguir
Hey, I'm trying to communicate with a web service using Apache CXF using TLS. When I specify TLS in the cxf.xml file using: http-conf:tlsClientParameters secureSocketProtocol=TLS sec:trustManagers sec:keyStore

JAX-RS maturity

2008-01-23 Thread brmaguir
Hi, I'm currently deciding on a REST framework to use for an upcoming project and have been looking at a number of possibilities including CXF. Just a few quick questions. How mature is the JAX-RS implementation? Will there be a lot of changes in the near future? Have any of you had experience

@ProduceMime support

2008-01-23 Thread brmaguir
Hi, Does CXF support the JSR311 @ProduceMime annotation fully? Here's the code: import com.sun.ws.rest.api.ConsumeMime; import com.sun.ws.rest.api.HttpMethod; import com.sun.ws.rest.api.ProduceMime; import com.sun.ws.rest.api.UriTemplate; @UriTemplate(/sampleservlet) public class SampleServlet

Re: JAX-RS maturity

2008-01-23 Thread brmaguir
Okay. Thanks for the replies. -- View this message in context: http://www.nabble.com/JAX-RS-maturity-tp15039120p15043875.html Sent from the cxf-user mailing list archive at Nabble.com.