Hi All,

I'm using STS 2.5.1 (i.e. Eclipse 3.6) and tried to upgrade to GWT 2.1.1,
but I'm not able to do so. I updated the plugin and the SDK, updated the
project reference to use them and compile the project. It all worked fine,
but when I tried to run the project I got the errors below.

Does anybody has any idea of what I'm doing wrong here?

Thanks


[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/client/impl/AbstractClientRequestFactory.java'
[ERROR] [applicationScaffold] - Line 29: The constructor
DefaultRequestTransport() is undefined
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/DefaultProxyStore.java'
[ERROR] [applicationScaffold] - Line 37: No source code is available for
type com.google.gwt.autobean.shared.AutoBean<T>; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Line 38: No source code is available for
type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Line 60: No source code is available for
type com.google.gwt.autobean.shared.AutoBeanCodex; did you forget to inherit
a required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/ProxyStore.java'
[ERROR] [applicationScaffold] - Line 36: No source code is available for
type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/AbstractRequest.java'
[ERROR] [applicationScaffold] - Line 39: Bound mismatch: The type BaseProxy
is not a valid substitute for the bounded parameter <P extends EntityProxy>
of the type InstanceRequest<P,T>
[ERROR] [applicationScaffold] - Line 113: No source code is available for
type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/AbstractRequestContext.java'
[ERROR] [applicationScaffold] - Line 19: The import
com.google.gwt.requestfactory.shared.impl.Constants.REQUEST_CONTEXT cannot
be resolved
[ERROR] [applicationScaffold] - Line 63: The type AbstractRequestContext
must implement the inherited abstract method RequestContext.create(Class<T>)
[ERROR] [applicationScaffold] - Line 63: The type AbstractRequestContext
must implement the inherited abstract method RequestContext.edit(T)
[ERROR] [applicationScaffold] - Line 374: Constants.VERSION_PROPERTY_B64
cannot be resolved
[ERROR] [applicationScaffold] - Line 411: Constants.VERSION_PROPERTY_B64
cannot be resolved
[ERROR] [applicationScaffold] - Line 511: REQUEST_CONTEXT cannot be resolved
[ERROR] [applicationScaffold] - Line 606: The type new
RequestTransport.TransportReceiver(){} must implement the inherited abstract
method RequestTransport.TransportReceiver.onTransportFailure(String)
[ERROR] [applicationScaffold] - Line 616: The constructor
ServerFailure(String, String, String, boolean) is undefined
[ERROR] [applicationScaffold] - Line 654: The constructor
ServerFailure(String, String, String, boolean) is undefined
[ERROR] [applicationScaffold] - Line 698: REQUEST_CONTEXT cannot be resolved
[ERROR] [applicationScaffold] - Line 845: REQUEST_CONTEXT cannot be resolved
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/AbstractRequestFactory.java'
[ERROR] [applicationScaffold] - Line 18: The import
com.google.gwt.requestfactory.shared.impl.Constants.STABLE_ID cannot be
resolved
[ERROR] [applicationScaffold] - Line 65: STABLE_ID cannot be resolved
[ERROR] [applicationScaffold] - Line 95: The method getTypeToken(Class<?
extends BaseProxy>) in the type IdFactory is not applicable for the
arguments (Class<capture#1-of ? extends EntityProxy>)
[ERROR] [applicationScaffold] - Line 105: Bound mismatch: The generic method
getTypeFromToken(String) of type IdFactory is not applicable for the
arguments (String). The inferred type EntityProxy is not a valid substitute
for the bounded parameter <P extends BaseProxy>
[ERROR] [applicationScaffold] - Line 107: Bound mismatch: The generic method
getTypeFromToken(String) of type IdFactory is not applicable for the
arguments (String). The inferred type EntityProxy is not a valid substitute
for the bounded parameter <P extends BaseProxy>
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/BaseProxyCategory.java'
[ERROR] [applicationScaffold] - Line 18: The import
com.google.gwt.requestfactory.shared.impl.Constants.REQUEST_CONTEXT cannot
be resolved
[ERROR] [applicationScaffold] - Line 19: The import
com.google.gwt.requestfactory.shared.impl.Constants.STABLE_ID cannot be
resolved
[ERROR] [applicationScaffold] - Line 68: REQUEST_CONTEXT cannot be resolved
[ERROR] [applicationScaffold] - Line 68: REQUEST_CONTEXT cannot be resolved
[ERROR] [applicationScaffold] - Line 74: REQUEST_CONTEXT cannot be resolved
[ERROR] [applicationScaffold] - Line 79: STABLE_ID cannot be resolved
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/EntityCodex.java'
[ERROR] [applicationScaffold] - Line 45: No source code is available for
type com.google.gwt.autobean.shared.AutoBean<T>; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Line 46: No source code is available for
type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Line 64: No source code is available for
type com.google.gwt.autobean.shared.impl.LazySplittable; did you forget to
inherit a required module?
[ERROR] [applicationScaffold] - Line 80: No source code is available for
type com.google.gwt.autobean.shared.ValueCodex; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Line 116: No source code is available for
type com.google.gwt.autobean.shared.impl.StringQuoter; did you forget to
inherit a required module?
[ERROR] [applicationScaffold] - Line 153: No source code is available for
type com.google.gwt.autobean.shared.AutoBeanUtils; did you forget to inherit
a required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/EntityProxyCategory.java'
[ERROR] [applicationScaffold] - Line 19: The import
com.google.gwt.requestfactory.shared.impl.Constants.STABLE_ID cannot be
resolved
[ERROR] [applicationScaffold] - Line 62: STABLE_ID cannot be resolved
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/MessageFactoryHolder.java'
[ERROR] [applicationScaffold] - Line 25: No source code is available for
type com.google.gwt.autobean.server.AutoBeanFactoryMagic; did you forget to
inherit a required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/ProxySerializerImpl.java'
[ERROR] [applicationScaffold] - Line 63: No source code is available for
type com.google.gwt.autobean.shared.AutoBean<T>; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Line 82: Bound mismatch: The generic method
doDeserialize(SimpleProxyId<T>) of type ProxySerializerImpl is not
applicable for the arguments (SimpleEntityProxyId<T>). The inferred type T
is not a valid substitute for the bounded parameter <T extends BaseProxy>
[ERROR] [applicationScaffold] - Line 89: No source code is available for
type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Line 94: No source code is available for
type com.google.gwt.autobean.shared.AutoBeanUtils; did you forget to inherit
a required module?
[ERROR] [applicationScaffold] - Line 112: No source code is available for
type com.google.gwt.autobean.shared.AutoBeanVisitor; did you forget to
inherit a required module?
[ERROR] [applicationScaffold] - Line 114: No source code is available for
type com.google.gwt.autobean.shared.AutoBeanVisitor.Context; did you forget
to inherit a required module?
[ERROR] [applicationScaffold] - Line 126: No source code is available for
type
com.google.gwt.autobean.shared.AutoBeanVisitor.CollectionPropertyContext;
did you forget to inherit a required module?
[ERROR] [applicationScaffold] - Line 165: Constants.STABLE_ID cannot be
resolved
[ERROR] [applicationScaffold] - Line 199: No source code is available for
type com.google.gwt.autobean.shared.AutoBeanCodex; did you forget to inherit
a required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/SimpleEntityProxyId.java'
[ERROR] [applicationScaffold] - Line 28: Bound mismatch: The type P is not a
valid substitute for the bounded parameter <P extends BaseProxy> of the type
SimpleProxyId<P>
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/impl/ValueProxyCategory.java'
[ERROR] [applicationScaffold] - Line 33: No source code is available for
type com.google.gwt.autobean.shared.AutoBean<T>; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Line 37: No source code is available for
type com.google.gwt.autobean.shared.AutoBeanUtils; did you forget to inherit
a required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/messages/InvocationMessage.java'
[ERROR] [applicationScaffold] - Line 36: No source code is available for
type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/messages/MessageFactory.java'
[ERROR] [applicationScaffold] - Line 24: No source code is available for
type com.google.gwt.autobean.shared.AutoBeanFactory; did you forget to
inherit a required module?
[ERROR] [applicationScaffold] - Line 25: No source code is available for
type com.google.gwt.autobean.shared.AutoBean<T>; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/messages/OperationMessage.java'
[ERROR] [applicationScaffold] - Line 35: No source code is available for
type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/requestfactory/shared/messages/ResponseMessage.java'
[ERROR] [applicationScaffold] - Line 38: No source code is available for
type com.google.gwt.autobean.shared.Splittable; did you forget to inherit a
required module?
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/view/client/CellPreviewEvent.java'
[ERROR] [applicationScaffold] - Line 18: The import
com.google.gwt.cell.client.Cell.Context cannot be resolved
[ERROR] [applicationScaffold] - Line 66: Context cannot be resolved to a
type
[ERROR] [applicationScaffold] - Line 88: Context cannot be resolved to a
type
[ERROR] [applicationScaffold] - Line 107: Context cannot be resolved to a
type
[ERROR] [applicationScaffold] - Line 111: Context cannot be resolved to a
type
[ERROR] [applicationScaffold] - Line 132: Context cannot be resolved to a
type
[ERROR] [applicationScaffold] - Line 140: Context cannot be resolved to a
type
[ERROR] [applicationScaffold] - Line 141: Context cannot be resolved to a
type
[ERROR] [applicationScaffold] - Line 155: Context cannot be resolved to a
type
[ERROR] [applicationScaffold] - Errors in
'jar:file:/D:/springsource/sts-2.5.1.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.2.1.1_2.1.1.v201012170127/gwt-2.1.1/gwt-user.jar!/com/google/gwt/view/client/DefaultSelectionEventManager.java'
[ERROR] [applicationScaffold] - Line 336: The method clear() is undefined
for the type MultiSelectionModel<capture#13-of ? super T>
[ERROR] [applicationScaffold] - Line 467: The method getVisibleItemCount()
is undefined for the type HasData<T>
[ERROR] [applicationScaffold] - Line 471: The method getVisibleItem(int) is
undefined for the type HasData<T>
[INFO] [applicationScaffold] - Module applicationScaffold has been loaded

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to