Skip to content

Commit

Permalink
Fixed persistence.xml for new wildfly [skip ci] because it's not used…
Browse files Browse the repository at this point in the history
… in tests anyway
  • Loading branch information
oskopek committed Jan 4, 2014
1 parent 69cf3a0 commit 76ee984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carcv-webapp/src/main/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<persistence-unit name="carcv" transaction-type="JTA">
<!-- <jta-data-source>java:jboss/datasources/ExampleDS</jta-data-source> -->
<jta-data-source>java:jboss/datasources/MysqlDS</jta-data-source>
<jta-data-source>java:jboss/datasources/MySQLDS</jta-data-source>

<jar-file>/lib/carcv-core-${version.carcv-core}.jar</jar-file>

Expand Down

0 comments on commit 76ee984

Please sign in to comment.