Mike Jacobs
30 Jul 2009, 9:42 AM
I have been using Ext GWT for portals, grids, etc. Works great. I recently upgraded to GWT 1.7 (along with Google App Eng 1.2.2 and the latest Eclipse plug-in if that matters) and gave Ext GWT Charts a try. I don't know if my upgrade is the issue or what, but even though my Java code compiles with Chart related code, the entry point containing the code cannot be loaded by the server.
I am away from the development machine (so I am paraphrasing the errors), but the server error message indicates that it cannot find the source for the chart, axis, column model, etc classes. It suggests that the module is not inheriting a missing module. I verified that I have a GXT inherit tag in my application xml. Since other portions of Ext GWT work for me and (I am assuming) all of the chart stuff is also in the same gxt.jar, I am confused why this does not work.
Does Ext GWT 2.x completely work in GWT 1.7?
Thanks,
Mike
I am away from the development machine (so I am paraphrasing the errors), but the server error message indicates that it cannot find the source for the chart, axis, column model, etc classes. It suggests that the module is not inheriting a missing module. I verified that I have a GXT inherit tag in my application xml. Since other portions of Ext GWT work for me and (I am assuming) all of the chart stuff is also in the same gxt.jar, I am confused why this does not work.
Does Ext GWT 2.x completely work in GWT 1.7?
Thanks,
Mike