We just upgraded 3 apps too, with one gotcha: it turns out that you need to
do a find/replace on "com.google.gwt.requestfactory.client." ->
"com.google.web.bindery.requestfactory.gwt.client." before you do
"com.google.gwt.requestfactory."
-> "com.google.web.bindery.requestfactory.". After that, it seems to work
well.

On 28 April 2011 11:24, Patrick Julien <pjul...@gmail.com> wrote:

> Since you asked so nicely, I can confirm that changing imports and the
> gwt.xml file was all I needed to do to fix 2 large gwt applications.
>
> On Tue, Apr 26, 2011 at 8:48 PM, Chris Ramsdale <cramsd...@google.com>
> wrote:
> > Hey GWTC folks,
> > We have a GWT SDK 2.3.0.RC1 build that we would love feedback on. A big
> > change since M1 is the move of AutoBean and RequestFactory to a new
> package,
> > com.google.web.bindery. The old locations of AutoBean and RequestFactory
> > should still work, but are deprecated. Fixing the deprecation warnings
> for
> > the most part should be as simple as changing some import lines. If early
> > adopters could verify that assumption, we would be grateful.
> > The RC1 download can be found here:
> >
> http://code.google.com/p/google-web-toolkit/downloads/detail?name=gwt-2.3.0.rc1.zip
> >
> > -- Chris/Ray, on behalf of the GWT team
> >
> > --
> > http://groups.google.com/group/Google-Web-Toolkit-Contributors
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to