>
> We have services which have more than one method returning
> parameterised lists (using GWT 1.5.3). Any error messages?
Also we do see the following, but they don't seem like actuall errors:
[java] Scanning for additional dependencies: file:/E:/Data/tas/
proj/webui/src/com/ascert/webui/vt/client/model/DriverLibService
.java
[java] Computing all possible rebind results for
'com.ascert.webui.vt.client.model.DriverLibService'
[java] Rebinding
com.ascert.webui.vt.client.model.DriverLibService
[java] Invoking <generate-with
class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/
>
[java] Generating client proxy for remote service
interface 'com.ascert.webui.vt.client.model.DriverLibService'
[java] Analyzing
'com.ascert.webui.vt.client.model.DriverLibService' for serializable
types
[java] Analyzing methods:
[java] public abstract
java.util.List<com.ascert.webui.vt.client.model.DriverlibRepositoryDef>
getRepositories() throws java.lang.Exception
[java] Return type:
java.util.List<com.ascert.webui.vt.client.model.DriverlibRepositoryDef>
[java]
java.util.List<com.ascert.webui.vt.client.model.DriverlibRepositoryDef>
[java] Verifying instantiability
[java]
com.ascert.webui.vt.client.model.TestCaseStateListenerCollection
[java] Checking parameters of
'java.util.ArrayList<com.ascert.webui.vt.client.model.DriverlibRepositoryDef>'
[java] Checking type
argument 0 of type 'java.util.ArrayList<E>' because it is
directlyexposed in this type or in one of its subtypes
[java]
com.ascert.webui.vt.client.model.DriverlibRepositoryDef
[java] Verifying
instantiability
[java]
com.ascert.webui.vt.client.model.DriverlibRepositoryDef
[java]
Analyzing the fields of type
'com.ascert.webui.vt.client.model.DriverlibRepositoryDef' that qualify
for serialization
[java]
protected java.util.Map<java.lang.String, java.lang.String> repoProps
[java]
java.util.Map<java.lang.String, java.lang.String>
[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
[java] Compilation succeeded
The odd one is the
com.ascert.webui.vt.client.model.TestCaseStateListenerCollection check
- since in theory at least, this service doesn't reference it at all!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---