Re: Deprecated XXXListenerCollection warnings when migrating to GWT 2.0

2009-12-21 Thread Luis Fernando Planella Gonzalez
I had already posted both the problem and the answer at http://groups.google.com/group/google-web-toolkit/browse_thread/thread/cbf566637f03496a Anyway, to see the real problem, compile with log level = debug and with the -compileReport option. You will see several files *.rpc.log. Those will

Re: Deprecated XXXListenerCollection warnings when migrating to GWT 2.0

2009-12-19 Thread Al Murauski
Absolutely the same problem after migrating to 2.0. On 19 дек, 00:57, Raziel raziel...@gmail.com wrote: Hi, I'm migrating my application from GWT 1.7 to GWT 2.0, and everything seems ok except for the warning below every time I compile: ]       Adding '69' new generated units ]          

Deprecated XXXListenerCollection warnings when migrating to GWT 2.0

2009-12-18 Thread Raziel
Hi, I'm migrating my application from GWT 1.7 to GWT 2.0, and everything seems ok except for the warning below every time I compile: ] Adding '69' new generated units ] Validating newly compiled units ] [WARN] Warnings in 'generated://

Re: Deprecated XXXListenerCollection warnings when migrating to GWT 2.0

2009-12-18 Thread Raziel
Is it maybe because my RPC calls use generics and all these XXXListenerCollection classes extend ArrayList? I still don't see the relation, except the compiler overgeneralizing the generic definitions. On Dec 18, 5:57 pm, Raziel raziel...@gmail.com wrote: Hi, I'm migrating my application from