I am evaluating SmartClient 7.0RC2 (Developer Console shows "SmartClient Version: 7.1-Evaluation (built 2009-08-23)" and SmartGwtEE 1.2.1 in eclipse. I want to see DataSource binding at work using ListGrid, but the DataSource.get() statement returns null instead of the DataSource that appears to have loaded via xml, so I get a NullPointerException at the listGrid.setDataSource(dataSource) statement. I'm wondering whether I have a configuration problem that prevents me from finding the DataSource properly.
I've attached configuration and source files.
I think the DataSource xml files were loaded properly because I see "Parsed XML from C:\eclipse_workspace\ExploreGwt\war\ds\sample01.ds.xml: 15ms" in my eclipse console. But when I attempt to retrieve that DataSource, the developer console shows "DEBUG:DataSource:isc.DataSource 'sample01' not present".
I've attached configuration and source files.
I think the DataSource xml files were loaded properly because I see "Parsed XML from C:\eclipse_workspace\ExploreGwt\war\ds\sample01.ds.xml: 15ms" in my eclipse console. But when I attempt to retrieve that DataSource, the developer console shows "DEBUG:DataSource:isc.DataSource 'sample01' not present".
Comment