Hi, i am following the MyEclipse for Spring 10.0: GWT 2.1 and Spring Scaffoling tutorial but using GWT SDK version 2.5.0rc1 and Spring 3.1. Everything works as expected but when i try to execute the generated code i start having some exceptions:
– INFO: validateJarFile(/home/bernardo/Workspaces/MyEclipse for Spring 10/.metadata/.me_tcat/webapps/PapaGWT1/WEB-INF/lib/gwt-user.jar) – jar not loaded. See Servlet…. ….GRAVE: IOException al cargar sesiones persistidas: java.io.EOFException
java.io.EOFException
(Anyway, the app stills loading)
Later.
– java.lang.OutOfMemoryError: PermGen space (I seted a 1024 MaxPermSize and this was solved.)
At any case, the app loads the first page (the one wich let us select the table/module to insert/modify/delete data) BUT when i click on the link it gaves me an http 500 error and then myeclipse closes..
How can i fix this issue??..
Thankyou and sorry about my bad english.