11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<persistence xmlns =" https://jakarta.ee/xml/ns/persistence"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd"
5- version =" 3.0" >
3+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi:schemaLocation=" https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd"
5+ version=" 3.0" >
66
77 <!--
88 Imixs JPA definition Make sure that the imixs-workflow-jee library
99 version maches the version provided by the EAR/EJB
1010 -->
1111
1212 <!-- eclipselink -->
13- <persistence-unit name =" org.imixs.workflow.jpa" transaction-type =" JTA" >
14- <!-- -->
13+ <persistence-unit name =" org.imixs.workflow.jpa" transaction-type =" JTA" >
14+ <!-- -->
1515 <provider >org.eclipse.persistence.jpa.PersistenceProvider</provider >
16-
16+
1717 <jta-data-source >jdbc/workflow</jta-data-source >
1818 <jar-file >lib/imixs-workflow-engine-${org.imixs.workflow.version}.jar</jar-file >
19+ <jar-file >lib/imixs-marty-${org.imixs.marty.version}.jar</jar-file >
1920 <properties >
2021 <!-- target-database Auto MySQL PostgreSQL -->
2122 <property name =" eclipselink.target-database" value =" Auto" />
2223 <property name =" eclipselink.ddl-generation" value =" create-or-extend-tables" />
2324 <property name =" eclipselink.deploy-on-startup" value =" true" />
24- <property name =" eclipselink.logging.level" value =" INFO" />
25+ <property name =" eclipselink.logging.level" value =" INFO" />
2526
2627 <!-- disable 2nd level cache
2728 <property name="eclipselink.cache.shared.default" value="false" />
2829 <property name="eclipselink.query-results-cache" value="false"/>
2930 -->
30-
31+
3132 <!-- hybernate
3233 <property name="hibernate.hbm2ddl.auto" value="update"/>
3334 -->
34- </properties >
35+ </properties >
3536 </persistence-unit >
36-
37-
38-
39- </persistence >
37+
38+
39+ </persistence >
0 commit comments