You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Jasha Joachimsthal (JIRA)" <ji...@apache.org> on 2012/08/03 16:56:02 UTC

[jira] [Resolved] (RAVE-691) Table name for PortalPreference#values is generated, should get proper name

     [ https://issues.apache.org/jira/browse/RAVE-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jasha Joachimsthal resolved RAVE-691.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.15
         Assignee: Jasha Joachimsthal

Added @CollectionTable(name = "portal_preference_values") and updated the SQL files
                
> 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
>            Assignee: Jasha Joachimsthal
>             Fix For: 0.15
>
>
> 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