Skip to content

Commit

Permalink
bug fix persistence unit is duplicated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ukiuni committed Aug 26, 2014
1 parent 98243b4 commit 09a29c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/META-INF/persistence.xml
Expand Up @@ -93,7 +93,7 @@
<property name="eclipselink.logging.parameters" value="true" />
</properties>
</persistence-unit>
<persistence-unit name="org.ukiuni.report"
<persistence-unit name="org.ukiuni.report.postgres"
transaction-type="RESOURCE_LOCAL">
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties>
Expand Down

0 comments on commit 09a29c8

Please sign in to comment.