From: Roland Haeder <roland@mxchange.org> Date: Wed, 2 Mar 2016 20:18:07 +0000 (+0100) Subject: switched to own JDBC resource X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6833e48994a9413b3d6e87204010bc87619896b4;p=addressbook-mailer-ejb.git switched to own JDBC resource --- diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml index 371a823..92674db 100644 --- a/src/conf/persistence.xml +++ b/src/conf/persistence.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.1" 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"> <persistence-unit name="addressbook-ejbPU" transaction-type="JTA"> - <jta-data-source>jdbc/contacts</jta-data-source> + <jta-data-source>jdbc/addressbook</jta-data-source> <class>org.mxchange.addressbook.model.addressbook.UserAddressbook</class> <class>org.mxchange.addressbook.model.addressbook.entry.UserAddressbookEntry</class> <class>org.mxchange.addressbook.model.addressbook.shared.AddressbookShare</class>