Ok, bad news is, as it is I dont see a way to map objects into a
database. Man reason being that castor only support the standard
list/collection types when holding 1:M and the like relationships.
Now saying that though you aren't to far off from having what you
need. All you would need to add to be able to map this is the
_developersList in the parent class of developers. But I dont know if
thats generated or not, guessing it is. So it would get messy to have
to modify or extend generated code.
Also, to all the Castor-XML/Source-Generator developers out there, is
there any reason why this Developers class couldnt simply extend a
vector with the methods addDeveloper(...) and the like simply added
in? This would make the process MUCH MUCH easier to go back and forth
from XML to JDO mappings. Being able to simply use the Vector type in
the JDO mapping file.
-Nick
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user