Re: Best CXF client approach for remote WSDL using wsp:Policy

2013-01-21 Thread dms
Oops, caught by the reply settings on a different email client. Sorry for the unintended commercial plug. - Dennis d...@sosnoski.com wrote .. > Hi Bob, > > I don't know of any currently-supported frameworks that would work with > this out of the box, and in any case you're likely to be stuck

Re: Best CXF client approach for remote WSDL using wsp:Policy

2013-01-21 Thread dms
Hi Bob, I don't know of any currently-supported frameworks that would work with this out of the box, and in any case you're likely to be stuck with configuring the handling yourself. You could probably do this using CXF, though because of the old standards in use you'd likely need to write your

Re: Best CXF client approach for remote WSDL using wsp:Policy

2013-01-21 Thread Bob Ross
Thanks for the reply! Figures, since it is a state run web service. Do you have any advice on how to approach it?  Are there any frameworks that will understand it out of the box?  Or am I stuck configuring an outInterceptor by hand? From: coheigea [via CXF]

RE: org.apache.cxf.ws.policy.PolicyException: No username available cxf 2.70

2013-01-21 Thread cb9
Thanks Date: Sun, 20 Jan 2013 11:08:52 -0800 From: ml-node+s547215n5721910...@n5.nabble.com To: c_brown1...@hotmail.com Subject: RE: org.apache.cxf.ws.policy.PolicyException: No username available cxf 2.70 Hi, Client bean name attribute in form "{http://service.target.namespace}Port

Re: wadl2java issue with wildcards - supported?

2013-01-21 Thread Sergey Beryozkin
Hi - On 21/01/13 15:59, Clint Dovholuk wrote: Just confirming that it seems to be fixed. Thanks Sergey. Thanks for the confirmation Sergey -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Friday, January 18, 2013 4:58 PM To: users@cxf.apache.org Subject: R

Does anyone know of Aries ServletContextLoaderListener ?

2013-01-21 Thread Sergey Beryozkin
Hi I'd like to use Aries to define CXF endpoints but load them as part of loading a web application, as opposed to using OSGI-INF, so I'd like to do something like (same way it can be done with Spring) **aries**.web.context.ContextLoaderListener

RE: Enabling JMX monitoring on existing bus

2013-01-21 Thread KARR, DAVID
> -Original Message- > From: helander [mailto:leh...@gmail.com] > Sent: Sunday, January 20, 2013 2:19 AM > To: users@cxf.apache.org > Subject: Enabling JMX monitoring on existing bus > > I would like to enable JMX access to an existing bus. I just want to be able > to do a "process" connec

RE: wadl2java issue with wildcards - supported?

2013-01-21 Thread Clint Dovholuk
Just confirming that it seems to be fixed. Thanks Sergey. -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Friday, January 18, 2013 4:58 PM To: users@cxf.apache.org Subject: Re: wadl2java issue with wildcards - supported? Hi On 18/01/13 20:21, Clint Dovholuk

Re: Does CXF 2.7.x support Bean validation from jax-rs 2.0?

2013-01-21 Thread Sergey Beryozkin
Hi On 21/01/13 14:28, viruslviv wrote: Hello folks, I'm trying to use jax-rs 2.0 features in my application. I'm interested to use Bean validation one (JSR-303) but I can find information is this present in cxf-2.7.x or not. I've tried to check in cxf jira but without success for now Not yet.

XSD for a request without any parameter ?

2013-01-21 Thread WIELGUS Franck
Hi What is the XSD definition of a request which has no parameter ? I tried the following : or (wsd2java does not generate any associated GetDocRequest class) The generated request is understood by the service, but it looks like this : Shouldn't it be

Does CXF 2.7.x support Bean validation from jax-rs 2.0?

2013-01-21 Thread viruslviv
Hello folks, I'm trying to use jax-rs 2.0 features in my application. I'm interested to use Bean validation one (JSR-303) but I can find information is this present in cxf-2.7.x or not. I've tried to check in cxf jira but without success for now Thank you in advance, Zenoviy -- View this mess

Re: Best CXF client approach for remote WSDL using wsp:Policy

2013-01-21 Thread Colm O hEigeartaigh
Hi Bob, > I am having trouble making a CXF client that works with the following WSDL: > http://pastebin.com/9nCh5fBT (the actual location is client-SSL protected) That WSDL contains WS-SecurityPolicy 1.0 assertions (such as wssp:Integrity) that are not supported in