| ClassCastException on ETL [message #695663] |
Tue, 12 July 2011 05:27  |
Federico Tomassetti Messages: 184 Registered: July 2009 Location: Torino |
Senior Member |

|
|
I have this simple transformation:
pre {
'Running ETL started'.println();
}
post {
'Running ETL done'.println();
}
executing it a get this output:
java.lang.ClassCastException: java.util.ArrayList cannot be cast to org.eclipse.emf.ecore.EObjectRunning ETL started
Running ETL done
Mmmm is it something wrong with the configured models maybe? Is this error known?
website: http://www.federico-tomassetti.it
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07631 seconds