By design (with any version of SDO and Tuscany Java implementation), should it be possible to generate "static" SDO classes from an .xsd, and then:
a) use the generated classes to create an: org.eclipse.emf.ecore.sdo.EDataGraph b)call a method on the remote interface of an ejb that takes that EDataGraph as its only arguement c)use the *static* generated SDO classes to access the SDOs in the EDataGraph I've done a) and b) and can use the dynamic SDO API in my EJB method, but, I've yet to figure out how (or even if it should be possible by design) to use the generated "static" SDO classes in my EJB method.
