Re: [betwixt] Howto serialize the classname when writing XML

2004-09-29 Thread Christoph Gaffga \(triplemind.com\)
the classname when writing XML On 26 Sep 2004, at 18:59, Christoph Gaffga wrote: hi, I have to output some Exception instances to XML using betwixt, but it doesn't seem to be possible to get the class name into the XML result. yep. it's on the todo... First of all it should output

Re: [betwixt] Howto serialize the classname when writing XML

2004-09-27 Thread robert burrell donkin
On 26 Sep 2004, at 18:59, Christoph Gaffga wrote: snip P.S.: I also just posted a patch to handle throwable, exceptions and errors as complex types. Hope it would find it's way into betwixt, see: http://issues.apache.org/bugzilla/show_bug.cgi?id=31425 sounds promising but it might be a few days

Re: [betwixt] Howto serialize the classname when writing XML

2004-09-27 Thread robert burrell donkin
On 26 Sep 2004, at 18:59, Christoph Gaffga wrote: hi, I have to output some Exception instances to XML using betwixt, but it doesn't seem to be possible to get the class name into the XML result. yep. it's on the todo... First of all it should output the name of the class only, and not introspect

[betwixt] Howto serialize the classname when writing XML

2004-09-26 Thread Christoph Gaffga
hi, I have to output some Exception instances to XML using betwixt, but it doesn't seem to be possible to get the class name into the XML result. First of all it should output the name of the class only, and not introspect the whole Class type. This is done well because the type Class is handled

[betwixt] Howto serialize the classname when writing XML

2004-09-26 Thread Christoph Gaffga \(triplemind.com\)
hi, I have to output some Exception instances to XML using betwixt, but it doesn't seem to be possible to get the class name into the XML result. First of all it should output the name of the class only, and not introspect the whole Class type. This is done well because the type Class is handled