Hi,
I have two methods, Object loadFromSQL() and void loadFromTable(Object
v).
I call them through RPC's since GWT can't access SQL databases.
On the server side, loadFromSQL stores all the values in the database,
and returns them as an Object. On the client side, I call loadFromSQL
via RPC. If sucessful, I read the Object into a table I've made. I
make this RPC on line 64.
note: I've searched through this forum and saw some promising leads on
adding an <inherits-from> tag in my .xml, however it didn't solve my
issue.
[ERROR] Unable to load module entry point class
com.packtpub.eise.threatboard.client.ThreatBoard (see associated
exception for details)
java.lang.NullPointerException: null
at
com.packtpub.eise.threatboard.client.ThreatBoard.onModuleLoad(ThreatBoard.java:
64)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:342)
at
com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:
326)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access
$200(BrowserWidgetIE6.java:36)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:
70)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:
125)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
196)
at
org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:
117)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
Thanks,
Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---