Hello again.

Does nobody think this is a BUG?
If this is not a bug, how can you unmarshall this xml document ?
into this bean?
> > public class PropertyBean {
> >   public NumberBean[] defaults = new NumberBean[0];
> >   public NumberBean[] options = new NumberBean[0];
> > }

Anyone who has an idea please advise me.

On Mon, 13 Oct 2003 20:59:52 +0900
Tetsu Ito <[EMAIL PROTECTED]> wrote:
> > <?xml version="1.0"?>
> > <numbers>
> >   <defaults>
> >     <number name="phone">03XXXXXXXX</number>
> >     <number name="mobile">090XXXXXXX</number>
> >   </defaults>
> >   <options>
> >     <number name="fax">020XXXXXXXX</number>
> >     <number name="phs">070XXXXXXXX</number>
> >   </options>
> > </numbers>

-- 
Tetsu Ito <[EMAIL PROTECTED]>

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to