Skip to content

DataIntegrityViolationException w/default .properties #11

Description

@lrkwz

I'm using grails 2.3.5 (groovy 2.2.1)
In the default created app there are many i18n/.properties.
The following:

messages_th.properties:          UTF-8 Unicode text
messages_zh_CN.properties:       ASCII text
messages_ru.properties:          UTF-8 Unicode text
messages_ja.properties:    UTF-8 Unicode text
messages_cs_CZ.properties: UTF-8 Unicode text
messages_pl.properties:    UTF-8 Unicode text

break the import

Caused by DataIntegrityViolationException: could not insert: [org.grails.plugins.localization.Localization]; SQL [insert into localization (version, code, date_created, last_updated, loc, relevance, text) values (?, ?, ?, ?, ?, ?, ?)]; nested exception is org.hibernate.exception.DataException: could not insert: [org.grails.plugins.localization.Localization]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions