Adding Transaction annotation and fixing tests

This commit is contained in:
Martin Stockhammer 2016-10-19 23:28:28 +02:00
parent a2441c5e41
commit c4fc7ffc73
1 changed files with 1 additions and 6 deletions

View File

@ -14,9 +14,4 @@
# KIND, either express or implied. See the License for the # KIND, either express or implied. See the License for the
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # under the License.
openjpa.ConnectionURL=jdbc:hsqldb:mem:reback-jpa
openjpa.ConnectionDriverName=org.hsqldb.jdbcDriver
openjpa.ConnectionUserName=sa
openjpa.ConnectionPassword=
openjp.Log=DefaultLevel=WARN,Tool=INFO
openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true)