Hi,
We are using smartgwtpower-3.1p.2012-12-07 and two of our users have received the error "Can't load DataSources - SmartClient runtime not loaded".
The GWT module is configure like here:
and the SmartClient libraries and other scripts are loaded like here using a JSP file:
Do you see a reason for that error in that configuration?
Could you give me some hints on what else could cause that error?
Thanks,
Mihnea
We are using smartgwtpower-3.1p.2012-12-07 and two of our users have received the error "Can't load DataSources - SmartClient runtime not loaded".
The GWT module is configure like here:
Code:
<module rename-to="portal"> ... <inherits name="com.smartgwtpower.SmartGwtPowerNoScript"/> <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/> </module>
Code:
<script> var isomorphicDir = "portal/sc/"; </script> <script type="text/javascript" src="scripts/lib/jquery-1.7.1.js"></script> <script type="text/javascript" src="scripts/lib/charts/highcharts-2.3.3.js"></script> <script src="portal/sc/modules/ISC_Core.js?isc_version=8.3.js&wd_isc_build=3.1p.2012-12-07"></script> <script src="portal/sc/modules/ISC_Foundation.js?isc_version=8.3.js&wd_isc_build=3.1p.2012-12-07"></script> <script src="portal/sc/modules/ISC_Containers.js?isc_version=8.3.js&wd_isc_build=3.1p.2012-12-07"></script> <script src="portal/sc/modules/ISC_Grids.js?isc_version=8.3.js&wd_isc_build=3.1p.2012-12-07"></script> <script src="portal/sc/modules/ISC_Forms.js?isc_version=8.3.js&wd_isc_build=3.1p.2012-12-07"></script> <script src="portal/sc/modules/ISC_DataBinding.js?isc_version=8.3.js&wd_isc_build=3.1p.2012-12-07"></script> <!--load the datasources--> <script type="text/javascript" src="portal/sc/DataSourceLoader?isc_version=8.3.js&wd_isc_build=3.1p.2012-12-07&dataSource=<%=DataSourceUtils.getDsNamesFromXmlConfigsPart1()%>"></script> <script type="text/javascript" src="portal/sc/DataSourceLoader?isc_version=8.3.js&wd_isc_build=3.1p.2012-12-07&dataSource=<%=DataSourceUtils.getDsNamesFromXmlConfigsPart2()%>"></script> <script type="text/javascript" language="javascript" src="portal/portal.nocache.js"></script>
Could you give me some hints on what else could cause that error?
Thanks,
Mihnea
Comment