Re: [castor-dev] Castor XML : How to programaticaly process types?

2003-09-25 Thread Voyer Henry
: 24 septembre, 2003 15:59 À : Voyer Henry Objet : Re: RE : [castor-dev] Castor XML : How to programaticaly process types? Oops, I left out one part: After you do the cdr.associate(...); You then need to set this in the Marshaller or Unmarshaller: Marshaller m = new Marshaller(writer); m.setMa

[castor-dev] Castor XML : How to programaticaly process types?

2003-09-24 Thread Voyer Henry
Title: Castor XML : How to programaticaly process types? Hi everyone I used to have mappings and handlers for my objects. Since I have dozens of classes, I need to stop using mappings and  try to use programmed configurations. Since the classes can change. Is there a way ,with examples, t

[castor-dev] Unmarshalling Error: Using

2003-08-21 Thread Voyer Henry
Title: Unmarshalling Error: Using Hi everyone. When using a mapping containing auto-naming and location attributes in bind-xml theres is an error in the unmarshalling process. Is this a bug ? org.xml.sax.SAXException: unable to find FieldDescriptor for 'Value' in ClassDescriptor of Ele