RE: Equivalent of Message.setContextProperty

2015-11-23 Thread Talkov, Roger
Hi Dan, Thanks, that worked Roger -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Monday, November 23, 2015 9:39 AM To: users@cxf.apache.org Subject: Re: Equivalent of Message.setContextProperty > On Nov 17, 2015, at 4:55 PM, Talkov, Roger

Re: How to generate episode file using wadl2java ?

2015-11-23 Thread Sergey Beryozkin
I've really no idea how 'episode' needs to be passed to the XJC compiler, as a single value or as two values, I've never even heard about such an XJC parameter before you started talking about it. Can you tell me what is the proper way to pass it to XJC ? And it is still the case that a

Re: How to generate episode file using wadl2java ?

2015-11-23 Thread Sergey Beryozkin
Well, knowing that "-episode sun-jaxb.episode" is expected to be provided to XJC as 2 params, it also becomes obvious how to do it without even changing CXF, -xjc-episode -xjcsun-jaxb.episode I've still decided to do a minor update, so that users can use a single extraarg:

Re: send Message object through Jax-ws

2015-11-23 Thread tho huynh ngoc
Hi, I set @XmlRootElement annotation in MyDestination but i give the same error at server. The error at client side : Caused by: org.apache.cxf.binding.soap.SoapFault: Marshalling Error: class myCXF .destination.MyDestination$UDPConnectionInfo nor any of its super class is known to this

Re: How to generate episode file using wadl2java ?

2015-11-23 Thread Sergey Beryozkin
Well looks like I got it fixed after all, something like "-episode sun-jaxb.episode" needs to be further split into two parameters. I'll send a JIRA issue link once I'm done with it Sergey On 23/11/15 11:34, Sergey Beryozkin wrote: I've really no idea how 'episode' needs to be passed to the

Re: How to generate episode file using wadl2java ?

2015-11-23 Thread Vjacheslav V. Borisov
2015-11-23 16:32 GMT+04:00 Sergey Beryozkin : > Well, knowing that "-episode sun-jaxb.episode" is expected to be provided > to XJC as 2 params, it also becomes obvious how to do it without even > changing CXF, > > > -xjc-episode > -xjcsun-jaxb.episode > > > Thanks for

Re: How to generate episode file using wadl2java ?

2015-11-23 Thread Vjacheslav V. Borisov
2015-11-23 16:32 GMT+04:00 Sergey Beryozkin : > > I've still decided to do a minor update, so that users can use a single > extraarg: > https://issues.apache.org/jira/browse/CXF-6690 May be not only XJC compiler argumens, but also wadl2java arguments, like -tMap should be

Re: How to send Message object via Jax-ws

2015-11-23 Thread tho huynh ngoc
I would like to send a message received by my owns Destination (side A) to another one (side B) (for approving my research problem). I don't know if i can use jax-ws-dispatch-api ? Regards, 2015-11-20 10:49 GMT+01:00 Aki Yoshida : > i don't think you can send a Message

Re: Equivalent of Message.setContextProperty

2015-11-23 Thread Daniel Kulp
> On Nov 17, 2015, at 4:55 PM, Talkov, Roger wrote: > > When I upgraded from 3.0.4 to 3.1.3 not having message.setContextualProperty > broke my Kerberos authentication. > In case the wsdl is under Kerberos security, I setup a ConduitConfigurer > which has a Kerberos