Jasha Joachimsthal created RAVE-691:
---------------------------------------
Summary: Table name for PortalPreference#values is generated,
should get proper name
Key: RAVE-691
URL: https://issues.apache.org/jira/browse/RAVE-691
Project: Rave
Issue Type: Improvement
Reporter: Jasha Joachimsthal
In PortalPreference there is
@ElementCollection(fetch = FetchType.EAGER)
private List<String> values = new LinkedList<String>();
In MySQL this leads to a table PortalPreference_values which does not work on
Unix systems with the initial_data.sql
Use a @CollectionTable to define its name
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira