Results 1 to 2 of 2

Thread: room2-gwt-field reference scaffold

  1. #1
    Join Date
    Oct 2009
    Location
    Minneapolis, MN
    Posts
    137

    Question room2-gwt-field reference scaffold

    trying to use a field reference feature but when i do a gwt setup, it complains while doing perform package
    Are field Reference still in works ? Thanks

    [Thread-5] [INFO] Invoking generator com.google.gwt.app.rebind.EditorSupportGenerator
    [Thread-5] [INFO] Generating implementation of PersonEditView.DataBinder
    [Thread-5] [INFO] [ERROR] The type of value String UiField com.google.gwt.user.client.ui.TextBox address can receive does n
    ot match the type of property AddressRecord
    [Thread-5] [INFO] [WARN] For the following type(s), generated source was never committed (did you forget to call commit()?)
    [Thread-5] [INFO] [WARN] ac.gwt.scaffold.generated.PersonEditView_EditorSup port_Impl
    [Thread-5] [INFO] [ERROR] Errors in 'file:/C:/learn/room2/autocomplete/src/main/java/ac/gwt/scaffold/generated/PersonEditView.java'
    [Thread-5] [INFO] [ERROR] Line 40: Failed to resolve 'ac.gwt.scaffold.generated.PersonEditView.DataBind er' via deferred binding
    [Thread-5] [INFO] [ERROR] Cannot proceed due to previous errors
    [Thread-5] [INFO] ------------------------------------------------------------------------

    Steps to reproduce

    project --topLevelPackage ac
    persistence setup --database HYPERSONIC_IN_MEMORY --provider HIBERNATE
    entity -class ~.domain.Address
    field string city
    entity --class ~.domain.Person
    field string name
    field reference --type ac.domain.Address --fieldName address
    gwt setup
    perform package

  2. #2
    Join Date
    Apr 2010
    Location
    Orlando, Florida
    Posts
    29

    Default

    unfortunately, still not working.

    http://forum.springsource.org/showthread.php?t=91750

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •