diff --git a/account-ui/src/main/resources/META-INF/persistence.xml b/account-ui/src/main/resources/META-INF/persistence.xml index ce53a8a..8bd0565 100644 --- a/account-ui/src/main/resources/META-INF/persistence.xml +++ b/account-ui/src/main/resources/META-INF/persistence.xml @@ -1,7 +1,7 @@ - java:/jboss/accountTestDs + java:/jboss/accountDs de.muehlencord.shared.account.business.account.entity.AccountEntity de.muehlencord.shared.account.business.account.entity.AccountHistoryEntity de.muehlencord.shared.account.business.account.entity.AccountLoginEntity diff --git a/account-ui/src/main/webapp/WEB-INF/shiro.ini b/account-ui/src/main/webapp/WEB-INF/shiro.ini index 153b226..56c2a5b 100644 --- a/account-ui/src/main/webapp/WEB-INF/shiro.ini +++ b/account-ui/src/main/webapp/WEB-INF/shiro.ini @@ -4,8 +4,7 @@ securityManager.cacheManager = $cacheManager # DataSource Setup datasource = org.apache.shiro.jndi.JndiObjectFactory -datasource.resourceName = java:/jboss/accountTestDs -# TODO - change to accountDs +datasource.resourceName = java:/jboss/accountDs datasource.resourceRef = true # HashService