[shrinkwrap-issues] [JBoss JIRA] Resolved: (SHRINKDESC-40) Properties on PersistenceUnitDefImpl should overwrite existing properties with the same name

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Wed Mar 16 22:11:45 EDT 2011


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

Andrew Rubinger resolved SHRINKDESC-40.
---------------------------------------

         Assignee: Lincoln Baxter III
    Fix Version/s: 0.1.4
       Resolution: Done


Upstream: https://github.com/shrinkwrap/descriptors/commit/22c3bc114b1546eb93e47174be1805472fe2867b

> Properties on PersistenceUnitDefImpl should overwrite existing properties with the same name
> --------------------------------------------------------------------------------------------
>
>                 Key: SHRINKDESC-40
>                 URL: https://issues.jboss.org/browse/SHRINKDESC-40
>             Project: ShrinkWrap Descriptors
>          Issue Type: Enhancement
>          Components: api
>    Affects Versions: 0.1.3
>            Reporter: Lincoln Baxter III
>            Assignee: Lincoln Baxter III
>             Fix For: 0.1.4
>
>
> Continuous property updates cause this:
>       <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
>       <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
>       <property name="hibernate.show_sql" value="true"/>
>       <property name="hibernate.format_sql" value="true"/>
>       <property name="hibernate.transaction.flush_before_completion" value="true"/>
>       <property name="hibernate.dialect" value="org.hibernate.dialect.DerbyDialect"/>
>       <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
>       <property name="hibernate.show_sql" value="true"/>
>       <property name="hibernate.format_sql" value="true"/>
>       <property name="hibernate.transaction.flush_before_completion" value="true"/>
>       <property name="hibernate.dialect" value="org.hibernate.dialect.DerbyDialect"/>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list