Hide Forgot
Description of problem: The generated schema for GadgetServer produces a column name that clashes with an Oracle keyword. Attribute "user" in Class Page. See ./gadget-core/src/main/java/org/overlord/gadgets/server/model/Page.java Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Fix is to add following annotation to attribute. @JoinColumn(name="PAGE_USER") I have created a patch for this in build, to be pushed back to community at a suitable time.
Hi, verified on ER7-2