I'm trying to get the smart-gwt-ee 2.3 GAEDS example running and it's giving me grief. I believe I've followed the README.txt instructions, but it still keeps giving me problems. I am working through them, but I wonder why it does not work out of the box? (I'm still presuming I am doing something wrong).
1) First problem, the classpath in the samples points to hibernate-tools.jar which is not in the smart-gwt-ee lib folder. Easy fix, delete the inclusion (but why is it in the sample CP)
2) The WAR does not have smart-gwt lib jars in it's class path (or I am doing something quite wrong). For example, Jetty blows up because it can't find DataSourceLoader. I can fix this by copying in the appropriate jar to WAR/WEB-INF/lib folder (actually I dumped the whole SGWTEE lib folder in).
And finally, the sample worked. So, I am posting this for two reasons. 1 to find out if I am simply doing something wrong, and 2 to help improve the samples so that they run out of the box.
1) First problem, the classpath in the samples points to hibernate-tools.jar which is not in the smart-gwt-ee lib folder. Easy fix, delete the inclusion (but why is it in the sample CP)
2) The WAR does not have smart-gwt lib jars in it's class path (or I am doing something quite wrong). For example, Jetty blows up because it can't find DataSourceLoader. I can fix this by copying in the appropriate jar to WAR/WEB-INF/lib folder (actually I dumped the whole SGWTEE lib folder in).
And finally, the sample worked. So, I am posting this for two reasons. 1 to find out if I am simply doing something wrong, and 2 to help improve the samples so that they run out of the box.
Comment