Hi Tom, The Eclipse generated SDO classes are SDO 1, so you can't just use them in Tuscany SDO 2. They need to be regenerated. Tuscany has a command line generator, but it currently only takes xsd files as input - it would need some minor hacking to get it to generate from an existing Ecore model. Alternatively, the Eclipse EMF code generator (GUI) allows you to set all kinds of codegen options - so you could manually adjust them to be the right values for SDO2/Tuscany and then regen using it.
Either way, there's a little work, to figure out the difference between the two patterns, and then to regen the classes. If you want to figure this out and contribute the result back to Tuscany, that would be most welcome :-) Thanks, Frank. "Tom Tad" <[EMAIL PROTECTED]> wrote on 06/23/2006 04:17:41 AM: > Hi all, > > Congrats Tuscany team, very nice work! > > I have Eclipse EMF model and generated SDO classes. > Can I use these static SDO classes instead of DynamicDataObjectImpl > using Tuscany RDB DAS? > > Any ideas? > Custom DataFactory implementation? > > Thanks > tom > > > --- Everyday.com reklaam --- > Jalgpalli MM Sinu mobiilis: http://wap.tele2.ee/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
