Looks like you need to point to SDO 2.1.0, not 2.0, since the
signature is different. This raises a question of which is "correct",
i.e. which version we are targeting? Could one of the people working
on SDO comment and I can change the impl if required?
Jim
On Feb 14, 2006, at 7:39 AM, 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?
...ant