Different behaviour in hostedmode from that in the browser

2009-11-01 Thread mike_mac
Firstly, apologies as I'm opening a duplicate thread, I already started this (http://groups.google.com/group/google-web-toolkit/ browse_thread/thread/bb98ca98a1b853ed/ 914401f7acb74e8a#914401f7acb74e8a) but because of the title II thought it might not have grabbed peoples attention so opening

Anyone using soafaces for client server communication ?

2009-10-30 Thread mike_mac
http://code.google.com/p/soafaces/ I've tried to get it working but it seems to be broken ... it claims to allow passing of Object[] but when I try to use it (Object[] objs = new Object[2]) I get a Serialization exception which seems to be from generated code ...

Re: Anyone using soafaces for client server communication ?

2009-10-30 Thread mike_mac
Object[] right ? On Oct 30, 7:04 pm, mike_mac michael.mac...@gmail.com wrote: http://code.google.com/p/soafaces/ I've tried to get it working but it seems to be broken ... it claims to allow passing of Object[] but when I try to use it (Object[] objs = new Object[2]) I get a Serialization

Re: Problems with 1.7.1 -noserver hosted mode on Linux

2009-10-29 Thread mike_mac
Its not the war vs maven webapp issue is it ? the eclipse plugin expects a war dir and doesn't work with the maven default dir (webapp) ... Try running it from the commandline manually setting the classpath to see if it works. If it does you can simply add it to your run/debug configurations as a

Re: hosted mode debugging with -noserver in eclipse

2009-10-09 Thread mike_mac
Eclipse.  Then try launching the project again, and see what happens.  Let me know if you still run into problems. Keith On Wed, Oct 7, 2009 at 12:12 PM, mike_mac michael.mac...@gmail.com wrote: Just to follow up on this ... this seems to be the eclipse plugin, I've managed to get host mode

hosted mode debugging with -noserver in eclipse

2009-10-07 Thread mike_mac
Hi ... I'm trying to get hosted mode debugging running using Jboss as the server instead of tomcat and I can't get it working ... I've followed the instructions here ...

Re: hosted mode debugging with -noserver in eclipse

2009-10-07 Thread mike_mac
will be written -workDir The compiler work directory (must be writeable; defaults to a system temp dir) -localWorkers Specifies the number of local workers to use when compiling permutations and module[s] Specifies the name(s) of the module(s) to host On Oct 7, 11:02 am, mike_mac

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-07 Thread mike_mac
Well I've just opened another thread with what sounds like a similar (but different) problem ... http://groups.google.com/group/google-web-toolkit/browse_thread/thread/34b7bbcf6057a23d Try running the app in hosted mode from the command line ... if it works you can simply launch it from inside