asan-exclusion-service.4.0.4.source-code.exclusion-persistence.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ikasan-exclusion-service Show documentation
Show all versions of ikasan-exclusion-service Show documentation
Default Ikasan Exclusion Service for the Ikasan Enterprise Integration Platform
The newest version!
<?xml version="1.0"?> <persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd" version="2.1"> <persistence-unit name="exclusion" transaction-type="JTA"> <class>org.ikasan.exclusion.model.ExclusionEventImpl</class> </persistence-unit> </persistence>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy