-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Complete
-
Affects Version/s: 1.1.3.RELEASE
-
Fix Version/s: 1.1.4.RELEASE
-
Component/s: GWT
-
Labels:None
I used nightly build version spring-roo-1.1.3.BUILD-SNAPSHOT_20110404.105742-cff4477.
The domain hierarchy doesn't work properly at runtime stage.
It is compiled fine. But error is raised when page is opened in browser. gwt:run is used.
Add the following linese to expenses.roo to reproduce error:
entity --class ~.server.domain.Generic --abstract
entity --class ~.server.domain.Employee --extends Generic --testAutomatically
field string --fieldName test --class Generic
- depends on
-
ROO-2379 Push-in of methods from _Roo_Entity.aj causes method to be removed from corresponding Request .java
-
- Resolved
-