I saw this same problem in my environment.  In my case I had upgraded all of 
the RequestFactory references in my Java classes to the new package, but 
forgot to switch the RequestFactoryServlet class in my web.xml file:

<servlet>
        <servlet-name>requestFactoryServlet</servlet-name>
        
<servlet-class>com.google.web.bindery.requestfactory.server.RequestFactoryServlet</servlet-class>
</servlet>

You might check that, my Eclipse find&replace kung fu missed that one.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to