Re: How to generate episode file using wadl2java ?

2015-11-20 Thread Sergey Beryozkin
Hi I've added -xjc-episode sun-jaxb.episode -verbose to systests/jaxrs/pom.xml wadl resource build and I'm seeing [INFO] [INFO] --- cxf-wadl2java-plugin:3.2.0-SNAPSHOT:wadl2java (generate-sources) @ cxf-systests-jaxrs --- wadl2java -d

why doesnt cxf generator maven plugin's generate-sources not work from eclipse?

2015-11-20 Thread Nicholas DiPiazza
Does anyone on this list use a Top Down application where you have WSDL+XSD that you make your changes to directly and have that automatically generate stubs from? If so, do you have Eclipse set up to automatically generate stubs upon Maven Update + Rebuild? Doesn't seem to happen

Fwd: CXF Client ReceiveTimeout not working on weblogic server

2015-11-20 Thread Aki Yoshida
moving this question to users@cxf -- Forwarded message -- From: Aki Yoshida Date: 2015-11-20 13:57 GMT+01:00 Subject: Re: CXF Client ReceiveTimeout not working on weblogic server To: d...@cxf.apache.org is your 'local' system the same system where your

Re: How to send Message object via Jax-ws

2015-11-20 Thread Aki Yoshida
i don't think you can send a Message instance that way. But why do you need to send it out from your application that way? If you just need to send and receive a generic message, you can use the jaxws dispatcher/provider approach. http://cxf.apache.org/docs/jax-ws-dispatch-api.html

Re: why doesnt cxf generator maven plugin's generate-sources not work from eclipse?

2015-11-20 Thread Daniel Kulp
> On Nov 20, 2015, at 9:15 AM, Nicholas DiPiazza > wrote: > > Does anyone on this list use a Top Down application where you have WSDL+XSD > that you make your changes to directly and have that automatically generate > stubs from? > > > If so, do you have Eclipse

RE: why doesnt cxf generator maven plugin's generate-sources not work from eclipse?

2015-11-20 Thread Nicholas DiPiazza
Ohh. I'm on CXF 2.1.3. So that is my problem eh? -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Friday, November 20, 2015 9:58 AM To: users@cxf.apache.org Subject: Re: why doesnt cxf generator maven plugin's generate-sources not work from eclipse? > On Nov

RE: why doesnt cxf generator maven plugin's generate-sources not work from eclipse?

2015-11-20 Thread Nicholas DiPiazza
2.1.3 did not work 3.1.3 did work. So you are correct. Problem solved. -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Friday, November 20, 2015 10:19 AM To: users@cxf.apache.org Subject: Re: why doesnt cxf generator maven plugin's generate-sources not work from

Re: why doesnt cxf generator maven plugin's generate-sources not work from eclipse?

2015-11-20 Thread Daniel Kulp
> On Nov 20, 2015, at 11:09 AM, Nicholas DiPiazza > wrote: > > Ohh. I'm on CXF 2.1.3. So that is my problem eh? Yes. Upgrade. :-) Dan > > -Original Message- > From: Daniel Kulp [mailto:dk...@apache.org] > Sent: Friday, November 20, 2015 9:58

Could message be broken before SAAJInInterceptor?

2015-11-20 Thread Sergey Maslov
Hi, everybody. My web application act as a client for external web service using cxf. Client is configured using outinterceptors and inInterceptors: __ __ >From time to time, the exception of similiar structure appears: Interceptor for {Service}Service has thrown exception,

Customizing ServiceListGeneratorServlet for service versioning

2015-11-20 Thread jamo
How can I best customize the service list page with some custom content? For example, I'd like to add a "deprecated" label, so that users can tell when a service version is deprecated. I see others have extended the ServiceListGeneratorServlet class, but that seems heavy-handed for something small