ant elder wrote: > Trying to get Tuscany setup in eclipse properly and I'm getting compile > errors in org.apache.tuscany.model.assembly.pojo.SDOType as it doesn't > implement all the methods that are in commonj.sdo.Type from SVN. > > See: > > http://svn.apache.org/repos/asf/incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/Type.java > http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/model/src/main/java/org/apache/tuscany/model/assembly/pojo/SDOType.java > > Am i doing this wrong, should the the eclipse project for model not be using > the project for spec.sdo? >
At this time, no, as I have not finished the conversion over to SDO2. It should be using the EMF commonj-sdo library. -- Jeremy
