using the source generator would be preferable from a maintenance view as well i'm now thinking. i'm setting up the ant task now, i'll post when i make some progress.
thanks. john On Wed, Dec 3, 2008 at 8:04 AM, Werner Guttmann <[EMAIL PROTECTED]>wrote: > john, > > If that's the case, this should be 100% achievable. Castor XML (code > generator) generates 100& POJOs from the XML schema. It should be > straight-forward to map those to a relational database using Hibernate. > If you happen to have problems with this, I'd like to know. > > Werner > > john guthrie wrote: > > On Wed, Dec 3, 2008 at 7:46 AM, Werner Guttmann <[EMAIL PROTECTED] > >wrote: > > > >>> i could see what castor generates and maybe > >>> coerce that into something hibernate likes i guess > >> When you say generate, I assume you are talking about (un)marshalling to > >> and from XML, right ? > >> > > my goof, i was talking about using the source code generator, as you > > suggested, and seeing how far that is from what hibernate likes. > > john > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >

