RE: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper?

2002-12-17 Thread Tim Anderson
: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper? i've committed a fix for this. if you get the chance, give it a try. thanks for the unit tests. it turned out to be to do with recognition of recursive elements rather than anything to do with the NameMapper

Re: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper?

2002-12-17 Thread robert burrell donkin
Subject: Re: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper? i've committed a fix for this. if you get the chance, give it a try. thanks for the unit tests. it turned out to be to do with recognition of recursive elements rather than anything to do

Re: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper?

2002-12-16 Thread robert burrell donkin
: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper? thanks. those unit tests demonstrate the problem fine. fancy donating them to the apache software foundation (saves me writing equivalent ones)? (you didn't include the apache license at the top of each so i thought

RE: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper?

2002-12-15 Thread Tim Anderson
: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper? Hi people, I am trying to destream some XML using betwixt into a class structure which looks like: public class Foos { // manages a collection of Foo public void addFoo(Foo foo

[betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper?

2002-12-14 Thread Tim Anderson
Hi people, I am trying to destream some XML using betwixt into a class structure which looks like: public class Foos { // manages a collection of Foo public void addFoo(Foo foo) { ... } public Iterator getFoos() { } } public class Foo { // ... public void

RE: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper?

2002-12-14 Thread Tim Anderson
Attached is a junit test case which reproduces the problem. Regards, Tim -Original Message- From: Tim Anderson [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 7:50 PM To: [EMAIL PROTECTED] Subject: [betwixt][BUG?] Destreaming custom collections using Hyphenated