- This topic has 1 reply, 2 voices, and was last updated 13 years, 6 months ago by jkennedy.
-
AuthorPosts
-
DennisParticipantI’m trying to work with GWT and I’m having a difficult time scaffolding, both in 8.6 and 9.0, which I recently downloaded.
I installed the Google Plugin the day 2.3 was released into my new 9.0 install. That certainly doesn’t work properly as far as scaffolding. Then I downloaded 2.2, and then 2.1, and those don’t work either. I’m doing the standard tutorial type of build with customer and payment, with customer as parent.
Neither the PaymentProxy nor PaymentRequest interfaces are correct because PaymentGWTAdapter.class doesn’t get gen’d at all. I’m running at 1.6 java level. Though I have the same issue with 1.5.
Here is the result from the GWT compile. Suggestions?
Thanks, Dennis
Compiling module org.gwt.ApplicationScaffold
Validating newly compiled units
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/request/PaymentProxy.java’
[ERROR] Line 11: PaymentGWTAdapter cannot be resolved to a type
[ERROR] Line 11: Class<PaymentGWTAdapter> cannot be resolved to a type
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/request/PaymentRequest.java’
[ERROR] Line 12: Syntax error on token “=”, void expected after this token
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ioc/DesktopInjectorWrapper.java
Computing all possible rebind results for ‘org.gwt.client.scaffold.ioc.DesktopInjector’
Rebinding org.gwt.client.scaffold.ioc.DesktopInjector
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.scaffold.ioc.DesktopInjector’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ioc/DesktopInjectorWrapper.java’
[ERROR] Line 8: Failed to resolve ‘org.gwt.client.scaffold.ioc.DesktopInjector’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ioc/MobileInjectorWrapper.java
Computing all possible rebind results for ‘org.gwt.client.scaffold.ioc.MobileInjector’
Rebinding org.gwt.client.scaffold.ioc.MobileInjector
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.scaffold.ioc.MobileInjector’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ioc/MobileInjectorWrapper.java’
[ERROR] Line 8: Failed to resolve ‘org.gwt.client.scaffold.ioc.MobileInjector’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ScaffoldDesktopApp.java
Computing all possible rebind results for ‘org.gwt.client.scaffold.place.ScaffoldPlaceHistoryMapper’
Rebinding org.gwt.client.scaffold.place.ScaffoldPlaceHistoryMapper
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.scaffold.place.ScaffoldPlaceHistoryMapper’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ScaffoldDesktopApp.java’
[ERROR] Line 126: Failed to resolve ‘org.gwt.client.scaffold.place.ScaffoldPlaceHistoryMapper’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ioc/ScaffoldModule.java
Computing all possible rebind results for ‘org.gwt.client.managed.request.ApplicationRequestFactory’
Rebinding org.gwt.client.managed.request.ApplicationRequestFactory
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.request.ApplicationRequestFactory’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ioc/ScaffoldModule.java’
[ERROR] Line 52: Failed to resolve ‘org.gwt.client.managed.request.ApplicationRequestFactory’ via deferred binding
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/request/PaymentProxy.java’
[ERROR] Line 11: PaymentGWTAdapter cannot be resolved to a type
[ERROR] Line 11: Class<PaymentGWTAdapter> cannot be resolved to a type
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ScaffoldMobileApp.java
Computing all possible rebind results for ‘org.gwt.client.scaffold.place.ScaffoldPlaceHistoryMapper’
Rebinding org.gwt.client.scaffold.place.ScaffoldPlaceHistoryMapper
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.scaffold.place.ScaffoldPlaceHistoryMapper’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/scaffold/ScaffoldMobileApp.java’
[ERROR] Line 258: Failed to resolve ‘org.gwt.client.scaffold.place.ScaffoldPlaceHistoryMapper’ via deferred binding
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/request/PaymentRequest.java’
[ERROR] Line 12: Syntax error on token “=”, void expected after this token
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerListView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.CustomerListView.Binder’
Rebinding org.gwt.client.managed.ui.CustomerListView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.CustomerListView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerListView.java’
[ERROR] Line 34: Failed to resolve ‘org.gwt.client.managed.ui.CustomerListView.Binder’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentListView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.PaymentListView.Binder’
Rebinding org.gwt.client.managed.ui.PaymentListView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.PaymentListView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentListView.java’
[ERROR] Line 35: Failed to resolve ‘org.gwt.client.managed.ui.PaymentListView.Binder’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentDetailsView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.PaymentDetailsView.Binder’
Rebinding org.gwt.client.managed.ui.PaymentDetailsView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.PaymentDetailsView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentDetailsView.java’
[ERROR] Line 32: Failed to resolve ‘org.gwt.client.managed.ui.PaymentDetailsView.Binder’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentEditView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.PaymentEditView.Binder’
Rebinding org.gwt.client.managed.ui.PaymentEditView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.PaymentEditView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
Computing all possible rebind results for ‘org.gwt.client.managed.ui.PaymentEditView.Driver’
Rebinding org.gwt.client.managed.ui.PaymentEditView.Driver
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.PaymentEditView.Driver’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentEditView.java’
[ERROR] Line 50: Failed to resolve ‘org.gwt.client.managed.ui.PaymentEditView.Binder’ via deferred binding
[ERROR] Line 91: Failed to resolve ‘org.gwt.client.managed.ui.PaymentEditView.Driver’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentMobileEditView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.PaymentMobileEditView.Driver’
Rebinding org.gwt.client.managed.ui.PaymentMobileEditView.Driver
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.PaymentMobileEditView.Driver’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
Computing all possible rebind results for ‘org.gwt.client.managed.ui.PaymentMobileEditView.Binder’
Rebinding org.gwt.client.managed.ui.PaymentMobileEditView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.PaymentMobileEditView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentMobileEditView.java’
[ERROR] Line 49: Failed to resolve ‘org.gwt.client.managed.ui.PaymentMobileEditView.Binder’ via deferred binding
[ERROR] Line 84: Failed to resolve ‘org.gwt.client.managed.ui.PaymentMobileEditView.Driver’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentMobileDetailsView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.PaymentMobileDetailsView.Binder’
Rebinding org.gwt.client.managed.ui.PaymentMobileDetailsView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.PaymentMobileDetailsView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentMobileDetailsView.java’
[ERROR] Line 29: Failed to resolve ‘org.gwt.client.managed.ui.PaymentMobileDetailsView.Binder’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerDetailsView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.CustomerDetailsView.Binder’
Rebinding org.gwt.client.managed.ui.CustomerDetailsView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.CustomerDetailsView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerDetailsView.java’
[ERROR] Line 32: Failed to resolve ‘org.gwt.client.managed.ui.CustomerDetailsView.Binder’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerEditView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.CustomerEditView.Binder’
Rebinding org.gwt.client.managed.ui.CustomerEditView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.CustomerEditView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
Computing all possible rebind results for ‘org.gwt.client.managed.ui.CustomerEditView.Driver’
Rebinding org.gwt.client.managed.ui.CustomerEditView.Driver
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.CustomerEditView.Driver’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerEditView.java’
[ERROR] Line 47: Failed to resolve ‘org.gwt.client.managed.ui.CustomerEditView.Binder’ via deferred binding
[ERROR] Line 107: Failed to resolve ‘org.gwt.client.managed.ui.CustomerEditView.Driver’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerMobileEditView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.CustomerMobileEditView.Binder’
Rebinding org.gwt.client.managed.ui.CustomerMobileEditView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.CustomerMobileEditView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
Computing all possible rebind results for ‘org.gwt.client.managed.ui.CustomerMobileEditView.Driver’
Rebinding org.gwt.client.managed.ui.CustomerMobileEditView.Driver
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.CustomerMobileEditView.Driver’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerMobileEditView.java’
[ERROR] Line 46: Failed to resolve ‘org.gwt.client.managed.ui.CustomerMobileEditView.Binder’ via deferred binding
[ERROR] Line 99: Failed to resolve ‘org.gwt.client.managed.ui.CustomerMobileEditView.Driver’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerMobileDetailsView.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.CustomerMobileDetailsView.Binder’
Rebinding org.gwt.client.managed.ui.CustomerMobileDetailsView.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.CustomerMobileDetailsView.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/CustomerMobileDetailsView.java’
[ERROR] Line 29: Failed to resolve ‘org.gwt.client.managed.ui.CustomerMobileDetailsView.Binder’ via deferred binding
Scanning for additional dependencies: file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentSetEditor.java
Computing all possible rebind results for ‘org.gwt.client.managed.ui.PaymentSetEditor.Driver’
Rebinding org.gwt.client.managed.ui.PaymentSetEditor.Driver
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.PaymentSetEditor.Driver’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
Computing all possible rebind results for ‘org.gwt.client.managed.ui.PaymentSetEditor.Binder’
Rebinding org.gwt.client.managed.ui.PaymentSetEditor.Binder
Checking rule <generate-with class=’com.google.gwt.inject.rebind.GinjectorGenerator’/>
[ERROR] Unable to find type ‘org.gwt.client.managed.ui.PaymentSetEditor.Binder’
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[ERROR] Errors in ‘file:/C:/Users/Dennis/Workspaces/MyEclipse%20for%20Spring%209/gwt_test/generated/org/gwt/client/managed/ui/PaymentSetEditor.java’
[ERROR] Line 165: Failed to resolve ‘org.gwt.client.managed.ui.PaymentSetEditor.Binder’ via deferred binding
[ERROR] Line 168: Failed to resolve ‘org.gwt.client.managed.ui.PaymentSetEditor.Driver’ via deferred binding
[ERROR] Cannot proceed due to previous errors
jkennedyMemberI believe this issue is caused by not having both objects selected as Top Level objects in the scaffolding wizard.
The GWT 2.1 UI option has a note about requiring all of your Objects being Top Level but we don’t have a good warning which is an oversight.If you select both tables as being parent objects everything should work for you, let me know if this does not resolve the issue.
Thanks,
Jack -
AuthorPosts