Re: Aegis Binding without namespaces

2010-10-05 Thread Benson Margulies
ncorporate examples into your test. > > Thanks again. > > -Eric > > > -Original Message- > From: Benson Margulies [mailto:bimargul...@gmail.com] > Sent: Monday, October 04, 2010 9:47 PM > To: users@cxf.apache.org > Subject: Re: Aegis Bindi

RE: Aegis Binding without namespaces

2010-10-04 Thread Kampf, Eric
it is still a problem, I will incorporate examples into your test. Thanks again. -Eric -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Monday, October 04, 2010 9:47 PM To: users@cxf.apache.org Subject: Re: Aegis Binding without namespaces OK, I got

Re: Aegis Binding without namespaces

2010-10-04 Thread Benson Margulies
:ns1="http://fortest.jaxrs.cxf.apache.org"; >>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >>> xsi:type="ns1:AegisTestBean">truehovercraft >>> >>> I'm going to check it in so you can easily see it. >>> >>> >>> >>> -- >>> View this message in context: >>> http://cxf.547215.n5.nabble.com/Aegis-Binding-without-namespaces-tp2880205p3198672.html >>> Sent from the cxf-user mailing list archive at Nabble.com. >>> >> >

Re: Aegis Binding without namespaces

2010-10-04 Thread Benson Margulies
work. >> >> > xmlns:ns1="http://fortest.jaxrs.cxf.apache.org"; >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >> xsi:type="ns1:AegisTestBean">truehovercraft >> >> I'm going to check it in so you can easily see i

Re: Aegis Binding without namespaces

2010-10-04 Thread Benson Margulies
che.org"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:type="ns1:AegisTestBean">truehovercraft > > I'm going to check it in so you can easily see it. > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.co

Re: Aegis Binding without namespaces

2010-10-04 Thread Benson Margulies
s message in context: http://cxf.547215.n5.nabble.com/Aegis-Binding-without-namespaces-tp2880205p3198672.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Aegis Binding without namespaces

2010-10-04 Thread Benson Margulies
> > -Original Message- > From: Benson Margulies [mailto:bimargul...@gmail.com] > Sent: Saturday, October 02, 2010 2:04 PM > To: users@cxf.apache.org > Subject: Re: Aegis Binding without namespaces > > BeanTypeInfo has a list of element qnames. You want all of these to

RE: Aegis Binding without namespaces

2010-10-04 Thread Kampf, Eric
familiar with the inner workings of Aegis, and could really some more details. Thanks. -Eric -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Saturday, October 02, 2010 2:04 PM To: users@cxf.apache.org Subject: Re: Aegis Binding without namespaces BeanTypeI

Re: Aegis Binding without namespaces

2010-10-02 Thread Benson Margulies
>> >> In any case I'll still give this a try.  Hopefully I will find a magic >> switch in Aegis that simplifies the overriding of namespaces. >> >> I'll let you know how it goes. >> >> Thanks. >> >> -Eric >> >> From: Sergey

Re: Aegis Binding without namespaces

2010-10-02 Thread Sergey Beryozkin
> > > 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,

Re: Aegis Binding without namespaces

2010-10-02 Thread Benson Margulies
: 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 provider and > return a custom reader, here's a basic example : &

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 Sergey Beryozkin
gt; > -Eric > > > > -Original Message- > > From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] > > Sent: Wednesday, September 29, 2010 5:45 AM > > To: users@cxf.apache.org > > Subject: Re: Aegis Binding without namespaces > > > > Hi Eric >

Re: Aegis Binding without namespaces

2010-10-01 Thread Daniel Kulp
ber 29, 2010 5:45 AM > To: users@cxf.apache.org > Subject: Re: Aegis Binding without namespaces > > Hi Eric > > the way you can do it is as follows. > > Extend AegisElementProvider [1] and override its createStreamWriter method > and create a custom writer, see [2] for

RE: Aegis Binding without namespaces

2010-10-01 Thread Kampf, Eric
To: users@cxf.apache.org Subject: Re: Aegis Binding without namespaces Hi Eric the way you can do it is as follows. Extend AegisElementProvider [1] and override its createStreamWriter method and create a custom writer, see [2] for an example, just pass to it the writer instance AegisEleme

Re: Aegis Binding without namespaces

2010-09-30 Thread Sergey Beryozkin
ea what might be going on? > > May be some differences in manifets, specifically in OSGI-related directives ? Say, bundle symbolic name, etc ? cheers, Sergey > Thanks. > > -Eric > > -Original Message- > From: Kampf, Eric > Sent: Wednesday, September 29, 201

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
Sergey, Thanks for the advice. I'll give this a go and let you know how it turns out. -Eric -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Wednesday, September 29, 2010 5:45 AM To: users@cxf.apache.org Subject: Re: Aegis Binding without namespace

Re: Aegis Binding without namespaces

2010-09-29 Thread Benson Margulies
age- >> From: Benson Margulies [mailto:bimargul...@gmail.com] >> Sent: Tuesday, September 28, 2010 9:09 PM >> To: users@cxf.apache.org >> Subject: Re: Aegis Binding without namespaces >> >> It's a big problem. The mapping of packages to namespaces avoids >

Re: Aegis Binding without namespaces

2010-09-29 Thread Sergey Beryozkin
; > -Original Message- > From: Benson Margulies [mailto:bimargul...@gmail.com] > Sent: Tuesday, September 28, 2010 9:09 PM > To: users@cxf.apache.org > Subject: Re: Aegis Binding without namespaces > > It's a big problem. The mapping of packages to namespaces avoids &

RE: Aegis Binding without namespaces

2010-09-28 Thread Kampf, Eric
: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Tuesday, September 28, 2010 9:09 PM To: users@cxf.apache.org Subject: Re: Aegis Binding without namespaces It's a big problem. The mapping of packages to namespaces avoids collisions. If you don't want namespaces, then you have to fi

Re: Aegis Binding without namespaces

2010-09-28 Thread Benson Margulies
It's a big problem. The mapping of packages to namespaces avoids collisions. If you don't want namespaces, then you have to find another solution. I personally find no-namespace XML to be entirely too 1999 for my taste, but I imagine that you have a good reason for it. On Tue, Sep 28, 2010 at 4:4

Re: Aegis Binding without namespaces

2010-09-28 Thread Daniel Kulp
I honestly don't think anyone has looked at this at all. If it's something you 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 > mul

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