Monday, May 4, 2009

Upgrade from GWT 1.5 to GWT 1.6

I finished the upgrade of PenWag from GWT 1.5 to 1.6, following the instructions here. It was kind of a pain, really. It requires a little jumping through hoops that the instructions don't cover, so I attempted to capture them all on Stack Overflow.

2 comments:

Vinay said...

Hi Dan,

My name is Vinay Soni.

I also am experiencing the same problem as you mentioned:

jdoDetachedState is showing up as an extra column in my hibernated generated code.

Have you come across a lasting solution to run from within hosted mode?

Thanks,

Vinays.work@gmail.com

Don Branson said...

Vinay,

Not really - what I'm doing is using ant to build the production version. That way I'm avoiding the problem by avoiding the classes generated by the Eclipse plugin.