Community
Participate
Working Groups
Created attachment 204446 [details] EGL Source This EGL rows TestTblRec[]; get rows from ds; results in this java error: Type mismatch: cannot convert from EList to EList<TestTblRec> For Java code: EList<miniTblRec> rows = new EList<miniTblRec>(); ... eglx.lang.EList ezeList = new EList(); ... rows = ezeList;
Created attachment 204449 [details] Project in Archive file Tried again with 20111003901. I see the same thing. I've attached my project.
fixed
Verified 201110120952