SmartGWT vs SmartGWTEE version
Dear,
I'm evaluating the SmartGWTEE version for our project, but I'm facing a problem regarding versions between SmartGWT and SmartGWTEE.
My problem is that I’m using a ListGrid with the summary features (summary function,...), which are available with SmartGWT but not with SmartGWTEE....
I'm using :
* SmartGWTEE v1.2.1
* SmartGWT v1.3
* Gwt 1.7.1
* Platform : Mac OS X v10.6.1
* Server : Apache Tomcat 6.0.20
If I declare:
then, no errors, but my listgrid do not use any summary features.
If I only declare :
then, when the server is starting, I get errors like :
and …
Then, is there a way to get SmartGWTEE version 1.2.1, and SmartGWT 1.3 running together ?
Otherwise, do you have a relase date for SmartGWTEE to be at the same level then SmartGWT ?
With my best regards.
Alexandre
Dear,
I'm evaluating the SmartGWTEE version for our project, but I'm facing a problem regarding versions between SmartGWT and SmartGWTEE.
My problem is that I’m using a ListGrid with the summary features (summary function,...), which are available with SmartGWT but not with SmartGWTEE....
I'm using :
* SmartGWTEE v1.2.1
* SmartGWT v1.3
* Gwt 1.7.1
* Platform : Mac OS X v10.6.1
* Server : Apache Tomcat 6.0.20
If I declare:
Code:
<inherits name="com.smartgwtee.SmartGwtEENoScript"/>
If I only declare :
Code:
<inherits name="com.smartgwt.SmartGwtNoScript"/>
Code:
java.io.FileNotFoundException: /Developer/DevArea/ilem-Workspace/ilemErp/ilemERP/erp/erp-client/war/ilemErp/sc/system/schema/builtinTypes.xml (No such file or directory)
Code:
java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.util.Map
Otherwise, do you have a relase date for SmartGWTEE to be at the same level then SmartGWT ?
With my best regards.
Alexandre
Comment