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
java.lang.ClassCastException org.eclipse.emf.ecore.util.EcoreEList$Dynamic incompatible with commonj.sdo.DataObject
Christian Landbo Frederiksen Mon, 29 Jan 2007 12:25:15 -0800
- java.lang.ClassCastException org.eclipse.emf... Christian Landbo Frederiksen
- Re: java.lang.ClassCastException org.ec... Frank Budinsky
