Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-1760

SchemaAction='refresh,deleteTableContents' incorrectly removes data from ALL DB tables.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.0.0, 2.1.0, 2.2.0
    • None
    • tooling
    • None
    • Win XP, Postgres 8.4, OpenJPA 2.0.0

    Description

      At my usecase not all tables are managed by openjpa so not all of them are listed with the class-tag inside persistence.xml. I set up openjpa to delete the table contents for developping with the following property:
      <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(SchemaAction='add,deleteTableContents')"/>

      But now all contents are deleted even the one of tables which aren't listed inside persistence.xml.

      Shouldn't openjpa only delete contents from tables which are configured plus the openjpa_sequence_table rather than deleting all contents from the whole database? Is this a bug or is there a property which I have to set to get the described behaviour?

      Greets Oli

      Attachments

        1. OPENJPA-1760_testcase.patch
          3 kB
          Richard G. Curtis

        Activity

          People

            Unassigned Unassigned
            oli Oliver Bayer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: