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

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Mar 16 17:52:49 EDT 2011


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


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