Re: Upgrading from 2.1.4 to 2.1.9

2011-11-23 Thread matiou
Hi Dan, Thank you for your fast reply. Daniel Kulp wrote The error makes it sound like there is an XML issue. Can you post the xml configuration ? Here is the xml configuration file, which is pretty light (and works in 2.1.4) : ?xml version=1.0 encoding=UTF-8? beans

Re: Upgrading from 2.1.4 to 2.1.9

2011-11-23 Thread Sergey Beryozkin
On 23/11/11 14:17, matiou wrote: Hi Dan, Thank you for your fast reply. Daniel Kulp wrote The error makes it sound like there is an XML issue. Can you post the xml configuration ? Here is the xml configuration file, which is pretty light (and works in 2.1.4) : ?xml version=1.0

Re: Upgrading from 2.1.4 to 2.1.9

2011-11-23 Thread Daniel Kulp
Hmm... The XML looks fine. Sounds like your picking up a bad XML/StAX parser and not woodstox. You MAY be able to work around it via: http:conduit xmlns:http=http://cxf.apache.org/transports/http/configuration; name=*.http-conduit http:client

Upgrading from 2.1.4 to 2.1.9

2011-11-21 Thread matiou
Hi everyone, In order to call WebServices, I'm using cxf-api and cxf-rt-transports-http 2.1.4 and all is working fine. Recently I have to pass through a proxy server, so, after a little search I found ProxyAuthorizationPolicy(user pwd) and HTTPClientPolicy (server port) which could do the