Re: GWT Compile Issue

2010-05-28 Thread jayanth
this: -war "C:\Documents and Settings\Seshadrj\workspace\GIDM\war" GIDM When I changed it to the package qualified module name(shown below), it started working fine. -war "C:\Documents and Settings\Seshadrj\workspace\GIDM\war" whi.idm.GIDM On May 25, 11:39 am, jayanth wrote:

Re: GWT Compile Issue

2010-05-25 Thread jayanth
, Thomas Broyer wrote: > On 21 mai, 21:49,jayanth wrote: > > >   > >   > >   > > Is your gwt.xml really in the "default" package ?! (i.e. at the root > of your source tree) > > -- > You received this message because you are subscribed to the Goo

GWT Compile Issue

2010-05-21 Thread jayanth
I created an Eclipse launch configuration using the com.google.gwt.dev.Compiler (GWT 2.0), but am not able to compile. Here is the error message: Compiling module gidm Removing invalidated units Finding entry point classes [ERROR] Unable to find type 'whi.idm.client.GIDM' [ERR

GWT 2.0 jars that should be part of a Web apps' class path during installation

2010-03-24 Thread jayanth
I have a question concerning GWT 2.0 jars that should be part of a web applications' class path (WEB-INF/lib) during installation. The application server I am targeting is WAS 6.1. Is my understanding correct that the following jars need to be installed and that the rest of the jars are for develo

Re: Calling the GWT entry module from a servlet

2010-03-09 Thread jayanth
ill. > > So, in summary, I think you're doing it right! :) > > On Mar 8, 1:47 pm, jayanth wrote: > > > > > I have an AuthenticatorServlet that among other things displays a page > > to capture username and password and upon form submission validates > > cred

Calling the GWT entry module from a servlet

2010-03-08 Thread jayanth
I have an AuthenticatorServlet that among other things displays a page to capture username and password and upon form submission validates credentials against an LDAP server. From this servlet, I would like to invoke the GWT initial html page and am looking for best practices to do this. I am curr

Re: GWT 2.0 + JBoss

2010-01-15 Thread jayanth
Thanks Szemere .. you really saved my day. I was scratching my head trying to figure out what could be the cause and it turned out to be an older version of gwt-servlet.jar as you've indicated. On Jan 1, 9:09 am, Szemere wrote: > I've found this can be caused by an old version of gwt-servlet.jar