This is a minor bug in 1.5: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=2862

I am getting this warning too, but there is no negative effect from
it, so I'm just waiting until it is fixed. It is a little annoying,
but I learned to ignore it.

Yegor

On Nov 19, 10:24 am, 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.St 
> ring>
> 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