Hi, I have an application which userinterface contains some gwt/gwt-ext modules. (suggestbox, waitbox) When I deploy my application under JBoss the gwt works fine. I tried to deploy (The same application) it under Websphere and Oracle AS and gwt does not work.
Extra information: When my gwt modul is loaded it has a parameter wich tells for the module that it is possible to show the gwt-ext waitbox or not. Param has a default value -1 (-1 : do not show the gwt-ext waitbox). When the module is loaded (onModuleLoad()) it calls the server to get infotmation about the param (should i show waitbox or not) (by RPC). I think the problem is RPC... Websphere log: Error 404: SRVE0203E: Servlet [ProgressBar]: hu.appello.framework.gwt.waitbox.server.GWTServiceImpl was found, but is missing another required class. SRVE0206E: This error typically implies that the servlet was originally compiled with classes which cannot be located by the server. SRVE0187E: Check your classpath to ensure that all classes required by the servlet are present.SRVE0210I: This problem can be debugged by recompiling the servlet using only the classes in the application's runtime classpath SRVE0234I: Application classpath=[C:\Program Files\IBM\WebSphere\AppServer61\java\lib;C: \Program Files\IBM\WebSphere\AppServer61\java\lib\dt.jar;C:\Program Files\IBM\WebSphere\AppServer61\java\lib\htmlconverter.jar;C:\Program Files\IBM\WebSphere\AppServer61\java\lib\jardiff.jar;C:\Program Files \IBM\WebSphere\AppServer61\java\lib\jnlp-servlet.jar;C:\Program Files \IBM\WebSphere\AppServer61\java\lib\jnlp.jar;C:\Program Files\IBM \WebSphere\AppServer61\java\lib\jt400_54.jar;C:\Program Files\IBM \WebSphere\AppServer61\java\lib\tools.jar;C:\Program Files\IBM \WebSphere\AppServer61 . . . Could somebody suggest sg? thanks bestwick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
