Skip to content

Commit

Permalink
fixed missing persistence xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jan 14, 2017
1 parent 0d45c02 commit 0c0f17d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>imixs-admin</artifactId>
<packaging>war</packaging>
<name>Imixs Workflow Web Admin Tool</name>
<version>4.2.2</version>
<version>4.2.1</version>
<description>Imixs Workflow Web Admin Tool</description>
<url>http://www.imixs.org/websites/imixs-org.nsf/chapter/api</url>
<organization>
Expand Down
14 changes: 14 additions & 0 deletions src/main/webapp/WEB-INF/META-INF/persistence.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="1.0"
xmlns="http://java.sun.com/xml/ns/persistence">


<!-- empty persistnece.xml needed for DocumenSerivce -->
<!-- eclipselink -->
<persistence-unit name="org.imixs.workflow.jee.jpa">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
</persistence-unit>



</persistence>

0 comments on commit 0c0f17d

Please sign in to comment.