Hi 
 
I just ran into a classcast exception when I tried to call getList on a
dataobject.
 
I searched a bit for it and found this in the samples:
 
PurchaseOrderControl.removeItem(int index) {
        // TODO: this is not working due to
java.lang.ClassCastException:
        // org.eclipse.emf.ecore.util.EcoreEList$Dynamic incompatible
with commonj.sdo.DataObject
        // access a DataObject by the index and then remove it
 
 
Can anybody tell more about this?
 
/Chr

Reply via email to