- This topic has 8 replies, 5 voices, and was last updated 12 years, 2 months ago by Dinko Ivanov.
-
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
jkennedyMemberDennis,
Sorry you are having issues, would it be possible for you to post your schema and db type? If you would prefer to send it privately you can send it to jkennedy@skywaysoftware.com.
Also,
I would appreciate it if you would open the errors view under Window / Show View / Other / Erros and clear the log and then rerun scaffolding.
Then export the errors log (using the export button in the upper right hand corner of this view).I would be looking for exceptions during the generation process that would have caused the GWTAdapter to not generate for some reason.
Thanks,
Jack
DennisParticipantMyEclipse Derby, ClassicCars: Customers and Payments.
I sent the log to your email address. Thanks, Dennis
jkennedyMemberDennis,
Thanks for the additional details.
Can you run through again but please select both Customer and Payments as Parent objects. There is a warning on the GWT screen that when scaffolding for GWT 2.1 or greater that all of your Objects need to be top level objects but we don’t have a good warning or error message built in at this point.If you select both Tables as Parent objects it should resolve your issue.
We are going to rework or remove this panel in a future release, sorry for the confusion.
Thanks,
Jack
DennisParticipantOK, thanks. Sorry I missed the message.
jkennedyMemberIt is easy to miss, and again, we will be working to simplify this area in our next major release.
Thanks,
Jack
Bernardo LeonParticipantHi, sorry for revive this post but i have the same problem on myeclipse for spring 10.
I made the things you have suggested and it worked but it doesnt like as a master detail layout on the gwt page.
Its supposed to be fixed on this version (10) but it isnt.
Besides i wanted to hide primary keys fields but my page gets stucked with an image saying “loading…” and there is no errors on output so how can i hide my primary keys and get my primary keys managed by hibernate?
Can you help me??.. thanks.
and sorry about my bad english.
support-pradeepMemberlben,
Sorry that you are seeing this issue.
1) Can you please provide detailed steps to help me reproduce this issue at my end ?
2) Can you please attach a screenshot of the issue to help us get a visual of the issue ?
3) Please clear your .log file located at [your workspace dir]/.metadata/.log, replicate the issue and attach file here
Dinko IvanovMemberHello Iben,
Beside the points listed by Pradeep, could you also provide the following info:1) GWT SDK version – the SDK which you configure in step 6 of the tutorial.
2) GWT compiler output – the console output printed when you run the GWT compiler (step 8 of the tutorial)
3) The console output when you run the MyEclipse Tomcat server.Note that the “Loading…” indicator most probably means that GWT compile has not passed successfully for some reason.
Dinko Ivanov
MyEclipse for Spring Support -
AuthorPosts