Typo in wiki

2011-07-15 Thread akuhtz
Hi, There is a typo in the code snippet on the http://cxf.apache.org/docs/transformationfeature.html Transformation feature site. The classname StaxTransf*ro*mFeature must be StaxTransf*or*mFeature. Cheers Andi -- View this message in context: http://cxf.547215.n5.nabble.com/Typo-in-wiki-t

Re: Typo in wiki

2011-07-15 Thread Freeman Fang
Hi, Thanks for letting us know this issue. Just correct the wiki, should be sync up in a few hours. Freeman On 2011-7-15, at 下午3:27, akuhtz wrote: Hi, There is a typo in the code snippet on the http://cxf.apache.org/docs/transformationfeature.html Transformation feature site. The classnam

CXF Java first service, using XMLBean generated objects as the input and output parameters

2011-07-15 Thread cwhistler
So I have XML schemas from a client, and I have compiled them with XMLBeans 2.2.0 into java objects. now I want to use those objects as input and response parameters for some CXF generated web services. I have tried CXF versions 2.2.7 and 2.4.0. I am deploying this in Weblogic 10.3.3 using Sprin

Trailing Slash added in POST

2011-07-15 Thread KramKroc
Hi folks, I'm using the JAXRSClientFactoryBean in a client to submit a POST to a remote server. I've noticed that enough though the URI I supply does not have a trailing slash and I don't supply any path parameters, the URI that is invoked has a trailing slash inserted and the remote server is rej