Thomas,

Thanks, that let me make some headway but not there yet. My web.xml
now has:

<servlet>
   <servlet-name>requestFactory</servlet-name>
   <servlet-
class>com.google.gwt.requestfactory.server.RequestFactoryServlet</
servlet-class>
      <init-param>
        <param-name>userInfoClass</param-name>
        <param-value>us.k5rud.scaffold.server.GaeUserInformation</param-
value>
      </init-param>
</servlet>

and it is finding the GaeUser... class because if I munge its name it
gives me a not found error.

What I have now is a 500 error retured with a JSON Exception about not
finding the class definition. The class RequestFactoryServlet is at
line 82:

        RequestProcessor<String> requestProcessor = new
JsonRequestProcessor();

Any ideas?

Appreciate the help...

Rud k5rud
http://www.mysticlakesoftware.com/



-- 
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.

Reply via email to