Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Charts with Evaluation version

$
0
0
Hi,
What's the quick n easy way of deploying sample for Charts included in EE evaluation version of smartgwt

I deployed and ran the "built-in-ds" sample and then tried to copy the charts code into it but am getting below exception:

Browser is IE 10.X
And the gwt.xml has below entries:
Code:

    <inherits name="com.google.gwt.user.User"/>
    <inherits name="com.smartgwt.tools.SmartGwtTools"/>
    <inherits name="com.smartgwtee.SmartGwtEENoScript"/>
    <inherits name="com.smartgwt.Drawing"/>
    <inherits name="com.smartgwt.Charts"/>
    <inherits name="com.smartgwt.Analytics"/>
    <inherits name="com.smartgwtee.tools.Tools"/>
    <inherits name="com.smartgwtee.SmartGwtEE"/>


16:45:53.521 [ERROR] [builtinds] 16:45:53.519:WARN:ListGrid:isc_BuiltInDS_9_0:Component chartConstructor attribute set to "FacetChart" - this cannot be resolved to a valid SmartClient class. Verify that all appropriate modules are loaded and that this class exists.
com.smartgwt.client.core.JsObject$SGWT_WARN: 16:45:53.519:WARN:ListGrid:isc_BuiltInDS_9_0:Component chartConstructor attribute set to "FacetChart" - this cannot be resolved to a valid SmartClient class. Verify that all appropriate modules are loaded and that this class exists.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105)
    at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
    at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172)
    at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338)
    at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219)
    at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
    at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:571)
    at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:279)
    at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
    at com.smartgwt.client.widgets.grid.ListGrid.chartData(ListGrid.java)
    at com.smartgwt.sample.client.BuiltInDS.getViewPanel(BuiltInDS.java:252)
    at com.smartgwt.sample.client.BuiltInDS.onModuleLoad(BuiltInDS.java:182)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:406)
    at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:200)
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:526)
    at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364)
    at java.lang.Thread.run(Unknown Source)


Viewing all articles
Browse latest Browse all 4756

Trending Articles