renamed datasource
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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 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="de.muehlencord.shared.accountUiPu" transaction-type="JTA">
|
<persistence-unit name="de.muehlencord.shared.accountUiPu" transaction-type="JTA">
|
||||||
<jta-data-source>java:/jboss/accountTestDs</jta-data-source>
|
<jta-data-source>java:/jboss/accountDs</jta-data-source>
|
||||||
<class>de.muehlencord.shared.account.business.account.entity.AccountEntity</class>
|
<class>de.muehlencord.shared.account.business.account.entity.AccountEntity</class>
|
||||||
<class>de.muehlencord.shared.account.business.account.entity.AccountHistoryEntity</class>
|
<class>de.muehlencord.shared.account.business.account.entity.AccountHistoryEntity</class>
|
||||||
<class>de.muehlencord.shared.account.business.account.entity.AccountLoginEntity</class>
|
<class>de.muehlencord.shared.account.business.account.entity.AccountLoginEntity</class>
|
||||||
|
|||||||
@ -4,8 +4,7 @@ securityManager.cacheManager = $cacheManager
|
|||||||
|
|
||||||
# DataSource Setup
|
# DataSource Setup
|
||||||
datasource = org.apache.shiro.jndi.JndiObjectFactory
|
datasource = org.apache.shiro.jndi.JndiObjectFactory
|
||||||
datasource.resourceName = java:/jboss/accountTestDs
|
datasource.resourceName = java:/jboss/accountDs
|
||||||
# TODO - change to accountDs
|
|
||||||
datasource.resourceRef = true
|
datasource.resourceRef = true
|
||||||
|
|
||||||
# HashService
|
# HashService
|
||||||
|
|||||||
Reference in New Issue
Block a user