Hello Raghu I think you have the Eclipse EMF SDO 1 implementation on your classpath. Regards, Kelvin.
On 22/11/06, Raghu Ram Sripada <[EMAIL PROTECTED]> wrote:
Hi Kelvin, I was trying to write my first app using DAS and while using the M2 drop I found the following: in SDOUtil.java in the createProperty method I saw the following code: propertyType.isDataType() ? (EStructuralFeature)SDOFactory.eINSTANCE.createAttribute() : (EStructuralFeature)SDOFactory.eINSTANCE.createReference(); But I do not see the method isDataType in commonj.sdo.Type. Are you planning to introduce this method later or am I using a wrong source? Regards -Raghuram PS: Here is the stack trace: Exception in thread "main" java.lang.NoSuchMethodError: commonj.sdo.Type.isDataType()Z at org.apache.tuscany.sdo.util.SDOUtil.createProperty( *SDOUtil.java:500*) at org.apache.tuscany.das.rdb.graphbuilder.impl.GraphBuilderMetadata.createDynamicTypes ( *GraphBuilderMetadata.java:126* ) at org.apache.tuscany.das.rdb.graphbuilder.impl.GraphBuilderMetadata.getRootType ( *GraphBuilderMetadata.java:91*) at org.apache.tuscany.das.rdb.impl.ReadCommandImpl.buildGraph( *ReadCommandImpl.java:88*) at org.apache.tuscany.das.rdb.impl.ReadCommandImpl.executeQuery( *ReadCommandImpl.java:63*)
