[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-7354) Hibernate adds parameter to generator mapping internally

Dmitry Geraskov (JIRA) jira-events at lists.jboss.org
Thu Oct 21 08:43:09 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-7354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Geraskov updated JBIDE-7354:
-----------------------------------

    Attachment: JBIDE-7354(3).txt


Patch updated as property value is not always a String ( for ex. "identifier_normalizer" has instance of ObjectNameNormalizerImpl as a value ).
That is why do not use prop.getProperty(key), but use prop.get(key).

> Hibernate adds parameter to generator mapping internally
> --------------------------------------------------------
>
>                 Key: JBIDE-7354
>                 URL: https://jira.jboss.org/browse/JBIDE-7354
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: Hibernate
>    Affects Versions: 3.2.0.Beta1
>            Reporter: Dmitry Geraskov
>            Assignee: Max Andersen
>             Fix For: 3.2.0.Beta2
>
>         Attachments: JBIDE-7354(2).txt, JBIDE-7354(3).txt, JBIDE-7354.txt
>
>
> Checked Hibernate core version is 3.5.6.
> Some hibernate-tools core sets fails because of this. HbmGenerator produces:
> ...
> <generator class="assigned">
>   <param name="identifier_normalizer">org.hibernate.cfg.Configuration$ObjectNameNormalizerImpl at 18ba593</param>
> </generator>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list