Mercurial > lada > lada-server
changeset 22:c19770952a6e
DO not provide a transaction type
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 26 Apr 2013 15:00:56 +0200 |
parents | f4bc98fb8aac |
children | 00ed8e5b05b6 |
files | src/main/resources/META-INF/persistence.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/resources/META-INF/persistence.xml Fri Apr 26 15:00:08 2013 +0200 +++ b/src/main/resources/META-INF/persistence.xml Fri Apr 26 15:00:56 2013 +0200 @@ -4,7 +4,7 @@ xsi:schemaLocation=" http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> - <persistence-unit name="primary" transaction-type="JTA"> + <persistence-unit name="primary"> <jta-data-source>java:/jboss/postgresql</jta-data-source> <!-- If you are running in a production environment, add a managed data source, the example data source is just for development and testing! -->