[castor-dev] AnyNode is not mutable?

2004-05-05 Thread Brent Picasso
Title: Message Keith / All   I was investigating the use of AnyNode to represent arbitrary XML data (like "user defined fields" and etc.) as part of my mapping. I noticed that interface for AnyNode is not mutable- there are no setters- especially for the node values.   What are the thought

Re: [castor-dev] marshalling/unmarshalling with variable or abitrary xml

2004-04-02 Thread Brent Picasso
Title: Message Keith / Anyone- I still haven't been enlightened on the technique you outlined below. :) Any help would be appreciated!!   Thanks, Brent -Original Message-From: Brent Picasso Sent: Friday, March 26, 2004 5:51 AMTo: [EMAIL PROTECTED]Subject: RE: [casto

[castor-dev] marshalling/unmarshalling with variable or abitrary xml structures

2004-03-25 Thread Brent Picasso
Title: Message Hello,   We've been using castor for a while now, and we've come up with the need to marshall/unmarshall XML structures that may contain variable or arbitrary XML data.   Part of the XML structure will be known, and another part will be "user defined" at runtime and therefore

Re: [castor-dev] Error unmarshalling with autonaming="deriveByClass" and classnames that closely match element names

2004-02-18 Thread Brent Picasso
Notice that the > java class names are the same as the element names, except for > capitalization. > > ***Note that when I change the element names to something that is > spelled different (like sweetfud), it works perfectly. > > Thank you, > Brent Picasso > > -

[castor-dev] Error unmarshalling with autonaming="deriveByClass" and classnames that closely match element names

2004-02-18 Thread Brent Picasso
the java class names are the same as the element names, except for capitalization.   ***Note that when I change the element names to something that is spelled different (like sweetfud), it works perfectly.   Thank you, Brent Picasso    

Re: [castor-dev] problems with polymorphic mapping-

2004-01-22 Thread Brent Picasso
I neglected to append the BindingImpl class - included at the end for completeness. Thanks.. -Original Message- From: Brent Picasso [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 9:22 AM To: [EMAIL PROTECTED] Subject: [castor-dev] problems with polymorphic mapping- Hello

[castor-dev] problems with polymorphic mapping-

2004-01-22 Thread Brent Picasso
rator/Bindingconfig (wrong name: com/schemalogic/integrator/BindingConfig) I've looked at the castor mapping documents and implemented the polymorphic behavior for auto-naming="deriveByClass". it seems to be ignoring this.. Thanks for any help. Brent Picasso