Version: SmartGWTPro2.3, SmartClientPro
I m using SpringhibernateDMI integration using SmartGWTPro
I am receiving the error:
This happend when I used the attribute dataFormat="iscServer" from the UploadFile example of SmartGWTEE showcase.
I removed the dataFormat="iscServer" from the upload.ds.xml file. Still it gives me the same error.
Now, it is giving me this error for all the other ds.xml files of my application. However, NO other ds.xml file of my application has such iscServer settings. Rest of my application was running fine before this error came.
Can you suggest me the solution for this ??
I m using SpringhibernateDMI integration using SmartGWTPro
I am receiving the error:
Code:
DataSource: myapp_users: attempt to use DataSource of type iscServer without SmartClient Server option. Please either set clientOnly: true for one-time fetch against dataURL/testFileName or upgrade to SmartClient Pro or SmartClient Enterprise Stack trace: DataSource.sendDSRequest(_1=>Obj) DataSource.performDSOperation(_1=>"fetch", _2=>Obj, _3=>Obj, _4=>Obj) DataSource.fetchData(_1=>Obj, _2=>Obj, _3=>Obj) ResultSet.fetchRemoteData(_1=>Obj, _2=>0, _3=>75) ResultSet.$39w() ResultSet.getRangePaged(_1=>0, _2=>7, _3=>undef, _4=>undef) ResultSet.$39u(_1=>0, _2=>7, _3=>undef, _4=>undef) ResultSet.getRange(_1=>0, _2=>7, _3=>undef, _4=>undef) ListGrid.requestVisibleRows() Canvas.filterWithCriteria(_1=>Obj, _2=>Obj{ID:callrt_users_fetch}, _3=>Obj) Canvas.$wo(_1=>"fetch", _2=>Obj, _3=>null, _4=>Obj) Class.invokeSuper(_1=>null, _2=>"$wo", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef) Class.Super(_1=>"$wo", _2=>Array[4], _3=>Obj{length:4}) ListGrid.$wo(_1=>"fetch", _2=>undef, _3=>null, _4=>Obj, _5=>undef) Canvas.fetchData(_1=>undef, _2=>null, _3=>Obj) Canvas.doInitialFetch() Canvas.draw(_1=>undef, undef, undef, undef, undef, undef, undef, undef) ** recursed on Class.invokeSuper
I removed the dataFormat="iscServer" from the upload.ds.xml file. Still it gives me the same error.
Now, it is giving me this error for all the other ds.xml files of my application. However, NO other ds.xml file of my application has such iscServer settings. Rest of my application was running fine before this error came.
Can you suggest me the solution for this ??
Comment