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? ...ant
