Hi pohl, As far as I can tell, this is a GWT4NB limitation. Check out Issue #49 (link below) on the GWT4NB issues list.
Issue #49 (also see issue #39 linked therein): https://gwt4nb.dev.java.net/issues/show_bug.cgi?id=49 It looks like a fix is planned for the issue. I recommend posting up your interest in seeing that issue fixed as well to push for a patch. Hope that helps, -Sumit Chandel On Tue, Apr 14, 2009 at 11:12 AM, pohl <[email protected]> wrote: > > > > On Apr 13, 6:48 pm, Jeff Chimene <[email protected]> wrote: > > > > Also, remember that GWT does not implement the entire JRE. From the > > looks of the above error, you might be hitting that limitation, i.e. > > "delete method not implemented", as well. > > Well, I started with a working application, and only changed the value > of a String. So if it was correctly built before, such a change could > not have introduced new API calls outside of the subset that GWT > supports. It looks to me like that delete method is a problem with > low-level class reloading that may be broken on the current JDK that > comes with MacOS X. I've never seen that before, though. > > Vitali Lovich wrote: > > > > So change the ant script so that it does what you want it to. I've never > > gone the noserver route as I've always used the embedded app server > (Jetty > > in 1.6). > > Alas, this is not possible in my application. Neither Tomcat nor > Jetty are able to deploy EARs, let alone the stateless session beans > and entity beans within them. Therefore "noserver" is my only > option, and therefore no quick-turnaround-via-hosted-mode love for me. > > :-/ > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
