Re: cxf.xml

2011-08-10 Thread Prisca POLYTE
Hi, In my case this is an extract of my configuration file As far as I know, you do need cxf.xml, cxf-servlet.xml, cxf-extension-jaxws.xml. These files are respectively in cxf-core.jar, cxf-rt-transports-http.jar, cxf-rt-frontend-jaxws.jar. do you use Maven ? If you

Jax-ws: how to implement server side timeout

2011-08-09 Thread Prisca POLYTE
Hi guys, In my application (spring 3.0.5, cxf 2.4.1), I have a web service for which I need to guarantee response times (SLA). I use jaxws:endpoint in my configuration. on the client side, with a conduit we can configure timeouts. what about the server side ? Is there anything to do this ? what

Re: cxf.xml not recognized in 2.4.1.?

2011-08-09 Thread Prisca POLYTE
t loaded just fine. > > I browsed through the release notes of CXF 2.4.1 and also ( 2.3.4 ) , but > unfortunately Im not able to figure out the JIRA ticket that talks about > such changes. > Could any one shed some light on this. ? > > Thanks, > Anand > -- Prisc

Re: Concurrency Problem

2011-08-05 Thread Prisca POLYTE
Hello Are you sure that your beans are stateless ? Maybe you have a bean with a static or shared property that could have side effects ? Definitely, there is something that is not thread-safe in your application. I suggest to check that. regards -- Prisca On Fri, Aug 5, 2011 at 5:26 PM, Nicola

Re: TLSClientParameters

2011-08-05 Thread Prisca POLYTE
Hey, is it possible for you to use Spring for instance ? If it is then you should have a look to http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport%28includingSSLsupport%29-ConfiguringSSLSupport HTH Regards -- Prisca On Fri, Aug 5, 2011 at 5:10 PM,

Re: Maven dependency for javax.jws.WebService

2011-08-03 Thread Prisca POLYTE
Hi, I think that the annotation @Webservice (from javax.jws.WebService is included in rt.jar) this is what I have in my pom.xml . I do not have any issue. What do you need in particular ? PS: cxf.version is 2.4.1 [ start] .. org.apache.cxf cxf-rt-core ${cxf.version} geronimo-activation_