[gwt-contrib] Re: OOPHM development branches

2009-01-19 Thread Cameron Braid
On Mon, Dec 15, 2008 at 9:45 AM, Cameron Braid came...@braid.com.au wrote: b) bug in hosted.html - see overlay-hosted.html.patch The patch for hosted.html is required because I need gwt to support a url encoded gwt.hosted value My webapp re-writes urls to pass along some query string

[gwt-contrib] Re: OOPHM development branches

2009-01-19 Thread Cameron Braid
It looks to be more serious than a warning. Immediately after this warning is printed, the module is unloaded and the oophm plugin is disconnected from the hosted mode server. Could it be something to do with my module serializing ArrayList ? Cam On Tue, Dec 16, 2008 at 8:40 AM, BobV

[gwt-contrib] Re: OOPHM development branches

2008-12-15 Thread Scott Blum
On Sun, Dec 14, 2008 at 6:45 PM, Cameron Braid came...@braid.com.au wrote: a) bug in compiler - see attached oophm-stacktrace.txt This isn't a compiler bug, it's caused by hosted mode being perhaps slightly overeager? The deal is, the custom field serializer for Arrays.asList()

[gwt-contrib] Re: OOPHM development branches

2008-12-15 Thread BobV
This isn't a compiler bug, it's caused by hosted mode being perhaps slightly overeager? The deal is, the custom field serializer for Arrays.asList() (com.google.gwt.user.client.rpc.core.java.util.Arrays.ArrayList_CustomFieldSerializer), has a method getArray0() that uses a JSNI reference

[gwt-contrib] Re: OOPHM development branches

2008-12-14 Thread Cameron Braid
I've been giving OOPHM a try and have run into a couple of issues a) bug in compiler - see attached oophm-stacktrace.txt b) bug in hosted.html - see overlay-hosted.html.patch The patch for hosted.html is required because I need gwt to support a url encoded gwt.hosted value My webapp re-writes

[gwt-contrib] Re: OOPHM development branches

2008-12-11 Thread John Tamplin
On Thu, Dec 11, 2008 at 6:12 PM, Sam Gross colesb...@gmail.com wrote: In which branch is OOPHM development taking place? I see trunk/dev/oophm, but this project seems to cause compile errors for the gwt-user project, since the version of GWTShell in trunk/dev/oophm is missing some expected