DBRE/gwt scaffold omits locators
I get the following ClassNotFoundException when I reverse engineer an oracle (ojdb6) table and try to scaffold it via web gwt setup followed by web gwt all:
[ERROR] Dec 4, 2011 6:17:14 PM
com.google.web.bindery.requestfactory.server.Servi ceLayerDecorator die
[ERROR] SEVERE: Could not find the locator type specified in the
@com.google.web.bindery.requestfactory.shared.Prox yForName
annotation com.blazent.data.domain.DSwPublisher
[ERROR] java.lang.ClassNotFoundException:
com.blazent.data.server.locator.DSwPublisherLocato r
The corresponding locator for my reverse-engineered entity is not generated. This is not the case when I run expenses.roo script, which is the behavior I expected when I used DBRE.
Is this behavior expected?
Are we required to write the locators by hand when we use DBRE?
Is there something in the reference docs that I am overlooking?