Hi, I'm trying to deploy my web app implementing the cube grid features.
all my jar libraries belong to the newest nigthly build and the same for analytics and drawing jars. Also I have copied into myProject.gwt.xml file the following statements
and my host html file I have included the ISC_Analytics.js and ISC_Drawing.js scripts
as suggested in this similar post
http://forums.smartclient.com/showthread.php?t=14961
However, when I attempt to load my cube grid page after starting my web app it throws me this exception:
Is there someone could help me to resolve the problem??
If you need more info, tell me and I'll post them.
Thanks
all my jar libraries belong to the newest nigthly build and the same for analytics and drawing jars. Also I have copied into myProject.gwt.xml file the following statements
Code:
<inherits name="com.smartgwt.AnalyticsNoScript"/> <inherits name="com.smartgwt.DrawingNoScript"/>
as suggested in this similar post
http://forums.smartclient.com/showthread.php?t=14961
However, when I attempt to load my cube grid page after starting my web app it throws me this exception:
Code:
11:01:54.029 [ERROR] [myProject] 11:01:54.003:MUP5:WARN:Log:Attempt to create CubeGrid. This class requires the optional Analytics module which is not present in this build.
If you need more info, tell me and I'll post them.
Thanks
Comment