I had that this morning when I was converting a 1.4. module to 1.5.3.
After I'd upgraded all the image bundle and type arg tags etc, I think
I got it once more, then it went away and has not darkened my console
since. No idea why, I didn't do anything I can think of to make it go
away.

regards
gregor

On Nov 19, 5:24 pm, Charan <[EMAIL PROTECTED]> wrote:
> hi,
> i have my pojo which are having Collections(Map, List, Vector) which
> are raw type (not generic)
>
> when i was compiling i am the following warning (still the app is
> working fine)
>
>  Compiling module com.capgent.cpt.FileView
>      [java] Scanning for additional dependencies: file:/D:/
> Charan_workspace/capgentForGWT1.5.3/src/main/com/capgent/cpt/client/
> FileView.java
>      [java]    Computing all possible rebind results for
> 'com.capgent.cpt.client.services.FilesService'
>      [java]       Rebinding
> com.capgent.cpt.client.services.FilesService
>      [java]          Invoking <generate-with
> class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/
>
>      [java]             Generating client proxy for remote service
> interface 'com.capgent.cpt.client.services.FilesService'
>      [java]                Analyzing
> 'com.capgent.cpt.client.services.FilesService' for serializable types
>      [java]                   Analyzing methods:
>      [java]                      public abstract
> com.capgent.cpt.client.common.dto.Response deleteFile(java.lang.String
> url)
>      [java]                         Return type:
> com.capgent.cpt.client.common.dto.Response
>      [java]
> com.capgent.cpt.client.common.dto.Response
>      [java]                               Verifying instantiability
>      [java]
> com.capgent.cpt.client.common.dto.Response
>      [java]                                     Analyzing the fields
> of type 'com.capgent.cpt.client.common.dto.Response' that qualify for
> serialization
>      [java]                                        private
> com.capgent.cpt.client.common.dto.DEntity returnValue
>      [java]
> com.capgent.cpt.client.common.dto.DEntity
>      [java]                                              Verifying
> instantiability
>      [java]
> com.capgent.cpt.client.common.dto.DGrid
>      [java]
> Analyzing the fields of type 'com.capgent.cpt.client.common.dto.DGrid'
> that qualify for serialization
>      [java]
> private java.util.ArrayList columns
>      [java]
> java.util.ArrayList
>
> [java]
> Verifying instantiability
>
> [java]
> java.util.ArrayList<? extends java.lang.Object>
>
> [java]
> [WARN] Checking all subtypes of Object which qualify for serialization
>
> [java]
> com.capgent.cpt.client.common.dto.CptFilterDataSet
>
> [java]
> Verifying instantiability
>
> [java]
> com.capgent.cpt.client.common.dto.CptFilterDataSet
>
> [java]
> Analyzing the fields of type
> 'com.capgent.cpt.client.common.dto.CptFilterDataSet' that qualify for
> serialization
>
> [java]
> private java.util.HashMap filter
>
> [java]
> java.util.HashMap
>
> [java]
> Verifying instantiability
>
> [java]
> com.google.gwt.i18n.client.impl.ConstantMap
>
> [java]
> Analyzing the fields of type
> 'com.google.gwt.i18n.client.impl.ConstantMap' that qualify for
> serialization
>
> [java]
> [WARN] Field 'private final
> com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet<java.lang.String>
> keys' will not be serialized because it is final
>
>          it is looking all dependency classes and checking for serialization
> and finallyu giving warning at ConstantMap
>          can anyone help me how to resolve this error
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to