JAXBContextProxy - WSDL first CXF server - JAXB implementation collision with eclipselink MOXy JAXB

2013-11-08 Thread Alain PANNETIER
Hi all, Problem == I'm having trouble at server startup in a WSDL first server. The server has a WSDL plus a few external XSDs. Generation of classes works OK and the server started several times without pb. At startup Reflection complains about MOXy: java.lang.NoSuchMethodException: org.ecl

Properties reference ?

2010-07-23 Thread Alain PANNETIER
ne are documented ?" Thanks in advance, Alain Pannetier

Re: Can CXF easily support an "absolute" read timeout on a service call?

2010-07-06 Thread Alain PANNETIER
010 at 12:19 AM, KARR, DAVID (ATTSI) wrote: > > -Original Message- > > From: Alain PANNETIER [mailto:alain.pannet...@gmail.com] > > Sent: Tuesday, July 06, 2010 4:03 PM > > To: users@cxf.apache.org > > Subject: Re: Can CXF easily support an "absolute&quo

Re: Can CXF easily support an "absolute" read timeout on a service call?

2010-07-06 Thread Alain PANNETIER
12000 ) ; (...) Where MyService and MyServiceSoap are classes generated by jaxws wsdl2java (e.g. from CXF). Does that fit your requirements ? Alain Pannetier On Tue, Jul 6, 2010 at 11:30 PM, KARR, DAVID (ATTSI) wrote: > I work with some middleware that makes SOAP calls with an ad hoc >

Re: Configuration best practices for CXF endpoint

2010-05-28 Thread Alain PANNETIER
me know if there is a better option. It's still a little bit rough on the edges but I'm getting there. Thx anyway Alain On Fri, May 28, 2010 at 3:59 PM, Alain PANNETIER wrote: > Dear list, > > I've started using CXF a few days ago and now find myself already stumbling

Configuration best practices for CXF endpoint

2010-05-28 Thread Alain PANNETIER
Dear list, I've started using CXF a few days ago and now find myself already stumbling on some stump ! My initial goal was to let my Service Endpoint Implementation (say MyWsImp) acquire some basic configuration parameter (you know, the usual JDBC connection string parameters etc..., corba ORB po

Re: wsdl2java - How to force generated class to include @WebResult annotation for a given operation

2010-05-17 Thread Alain PANNETIER
Sorry for interrupting... Alain On Mon, May 17, 2010 at 4:23 PM, Alain PANNETIER wrote: > Hello everyone, > > Thanks for all the CXF goodies. > > I have a quicky for wsdl2java experts. > > I'm following the w

wsdl2java - How to force generated class to include @WebResult annotation for a given operation

2010-05-17 Thread Alain PANNETIER
ound my method has a void return type... Any insight ? Thx in advance Alain Pannetier