RE: Aegis Binding without namespaces

2010-10-04 Thread Kampf, Eric
Benson, Thanks for all of your effort on this. It is much appreciated. I have implemented something similar and am still seeing namespaces in a couple places. I see them in collection elements, xsd types and cxf types. I will re-evaluate with your version of the no-namespace provider. If i

RE: Aegis Binding without namespaces

2010-10-04 Thread Kampf, Eric
; > What you want is to customize the mapping of FQCNs to URIs. I'm about > to walk out of the house, but when I get back I will re-excavate the > question of whether there is a class you could subclass and stuff into > a setter (irish or otherwise) to take control of this proc

RE: Aegis Binding without namespaces

2010-10-01 Thread Kampf, Eric
. I'll let you know how it goes. Thanks. -Eric From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Friday, October 01, 2010 4:20 PM To: users@cxf.apache.org Cc: Kampf, Eric Subject: Re: Aegis Binding without namespaces Yes, this should work, override a createReader method in the pr

RE: Aegis Binding without namespaces

2010-10-01 Thread Kampf, Eric
he/cxf/systest/jaxrs/CustomXmlStreamWriter.java On Wed, Sep 29, 2010 at 2:15 AM, Kampf, Eric wrote: > Yes the reason for this is that our primary clients are mobile devices, > some of which have very limited XML parsing capabilities. REST seems to > emphasize simplicity and namespace handling is

RE: Aegis Binding without namespaces

2010-09-30 Thread Kampf, Eric
might be going on? Thanks. -Eric -Original Message- From: Kampf, Eric Sent: Wednesday, September 29, 2010 9:19 AM To: users@cxf.apache.org Subject: RE: Aegis Binding without namespaces Sergey, Thanks for the advice. I'll give this a go and let you know how it turns out.

RE: Aegis Binding without namespaces

2010-09-29 Thread Kampf, Eric
ergey [1] http://svn.apache.org/repos/asf/cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/AegisElementProvider.java [2] http://svn.apache.org/repos/asf/cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/CustomXmlStreamWriter.java On Wed, Sep 29, 2010 at 2:15 AM, Kam

RE: Aegis Binding without namespaces

2010-09-28 Thread Kampf, Eric
u need, you'll likely have to work on it and submit patches. > > Dan > > > On Tuesday 28 September 2010 4:26:35 pm Kampf, Eric wrote: >> Hello, >> >> I would like to use CXF's Aegis data binding for a REST service (I have >> multiple reasons for pr

Aegis Binding without namespaces

2010-09-28 Thread Kampf, Eric
Hello, I would like to use CXF's Aegis data binding for a REST service (I have multiple reasons for preferring Aegis over JAXB...). The biggest impediment I face however is the presence of namespaces on all elements. This will be a hardship for most of our clients. I see that this topic came

RE: REST XML Structure Does not Match SOAP XML

2010-09-23 Thread Kampf, Eric
After some code inspection, I found why the "org.apache.cxf.rs.databinding" OSGI property did not work for me. The version of DOSGI-CXF we are using does not support that property. Upgrading solved the problem. -Original Message----- From: Kampf, Eric Sent: Thursday, September

RE: REST XML Structure Does not Match SOAP XML

2010-09-23 Thread Kampf, Eric
ation in the CXF documentation. Thanks. -Eric -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Wednesday, September 22, 2010 12:53 PM To: users@cxf.apache.org Subject: Re: REST XML Structure Does not Match SOAP XML Hi On Wed, Sep 22, 2010 at 3:29 PM, Kampf

REST XML Structure Does not Match SOAP XML

2010-09-22 Thread Kampf, Eric
Hello. I am working on an OSGI web application that uses CXF. We have a number of existing service classes exposed via SOAP. We would now like to expose REST versions of these services. When I built the first REST service, I was surprised to see that the XML it produced did not match the X