Concurrency, GWT, Jetty, and my WTFake of 2008 year

2009-01-02 Thread hofmanndavid
I don't even know how to name this discusion, I am sorry if my english is not enough to explain this problem I have a gwt rpc service in one module that just return the size of a static final concurrenthashmap for showing it in the webpage. I have the same functional thing done in a manual

Re: Concurrency, GWT, Jetty, and my WTFake of 2008 year

2009-01-02 Thread hofmanndavid
, hofmanndavid hofmannda...@gmail.com wrote: I don't even know how to name this discusion, I am sorry if my english is not enough to explain this problem I have a gwt rpc service in one module that just return the size of a static final concurrenthashmap for showing it in the webpage. I

Re: Unable to clone a local reference in a function being inlined

2008-10-15 Thread hofmanndavid
I went back to GWT 1.4 and it compiles perfectly hope anybody can still help my with this one it is horrible to work on java prior to version 5 On Oct 14, 12:16 pm, hofmanndavid [EMAIL PROTECTED] wrote: Sorry, I forgot to say the it perfectly works in hosted mode. But when compiling

Re: Unable to clone a local reference in a function being inlined

2008-10-14 Thread hofmanndavid
Sorry, I forgot to say the it perfectly works in hosted mode. But when compiling it produces this error. If I whould be able to know that the compiler is complaining about and how to evade that it will be enough for now Thank you On Oct 14, 12:13 pm, hofmanndavid [EMAIL PROTECTED] wrote: Any