Good morning to all users of the forum; i have a
small problem with a gwt project and i hope that you solve it. (sorry
for the my bad english)
The Project is constituted by one module that is called "Portal", that
contain the entry point class, and by another support module that is
called "Canvas", that not contain another entry point.
The project is completely but i can't execute him because i don't
configurate the classpath in the correctly mode.
Infact during the execution i have this problem:
[ERROR] Unable to load module entry point class
org.unicam.resourceome.web.portal.client.Portal (see associated
exception for details)
com.google.gwt.core.client.JavaScriptException: (TypeError): Property
or method doesn't support by the object
number: -2146827850
description: Property or method doesn't support by the object
at
org.unicam.gwt.graphics.client.canvas.impl.GWTCanvasImplDefault.createElement
(Native Method)
at org.unicam.gwt.graphics.client.canvas.GWTCanvas.<init>
(GWTCanvas.java:138)
at org.unicam.gwt.graphics.client.GWTGraphicsView.init
(GWTGraphicsView.java:42)
at org.unicam.gwt.graphics.client.GWTGraphicsView.<init>
(GWTGraphicsView.java:38)
at
org.unicam.resourceome.web.portal.client.Portal.onModuleLoad
(Portal.java:198)
I think that the problem is in the configuration of the classpath,
isn't true? I already read the getting started guide and another two
guide about the correct configuration of the classpath but i dont'
solve nothing.
So i put in the last part of the post the xml file of each module, i
hope that this thing help you.
The .xml file of module Portal that implements the entry point is
that:
<module rename-to='portal'>
<inherits name='com.google.gwt.user.User' />
<inherits name='com.google.gwt.user.theme.standard.Standard' /
>
<inherits name="org.unicam.gwt.graphics.CanvasGraphics"/>
<entry-point
class='org.unicam.resourceome.web.portal.client.Portal' /
</module>
The .xml file of module CanvasGraphics without entry point is that:
<module rename-to='canvasgraphics'>
<inherits name='com.google.gwt.user.User' />
<inherits name="com.google.gwt.xml.XML" />
<replace-with
class="org.unicam.gwt.graphics.client.canvas.impl.GWTCanvasImplDefault">
<when-type-is
class="org.unicam.gwt.graphics.client.canvas.impl.GWTCanvasImpl" />
</replace-with>
<replace-with
class="org.unicam.gwt.graphics.client.canvas.impl.GradientFactoryImplDefault">
<when-type-is
class="org.unicam.gwt.graphics.client.canvas.GradientFactory" />
</replace-with>
</module>
Another strange problem is that the compilation of the project is
correct, the run of the project in web mode is correct but the running
and debugging in hosted mode give the error of the frist part of the
post.
Can someone help me or suggest the solution?
If i must give more information about the application is not the
problem. Thank tou another time for the answer, sorry for this bad
english.
Sorry for the bad english, thank you for the answer. Bye.
Marco.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---