Mercurial > lada > lada-server
comparison src/test/resources/arquillian.xml @ 829:4d4bbacb04e3
Updated test configs for arquillian persistence extension.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 18 Dec 2015 17:54:06 +0100 |
parents | 7d527bff842a |
children | 4f52e8bc3572 |
comparison
equal
deleted
inserted
replaced
828:a831d77010f4 | 829:4d4bbacb04e3 |
---|---|
18 <arquillian xmlns="http://jboss.org/schema/arquillian" | 18 <arquillian xmlns="http://jboss.org/schema/arquillian" |
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
20 xsi:schemaLocation="http://jboss.org/schema/arquillian | 20 xsi:schemaLocation="http://jboss.org/schema/arquillian |
21 http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> | 21 http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> |
22 | 22 |
23 <!-- Uncomment to have test archives exported to the file system for inspection --> | 23 <!-- Uncomment to have test archives exported to the file system for inspection --> |
24 <!-- <engine> --> | 24 <!-- <engine> --> |
25 <!-- <property name="deploymentExportPath">target/</property> --> | 25 <!-- <property name="deploymentExportPath">target/</property> --> |
26 <!-- </engine> --> | 26 <!-- </engine> --> |
27 | 27 |
28 <!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature --> | 28 <!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature --> |
29 <defaultProtocol type="Servlet 3.0" /> | 29 <defaultProtocol type="Servlet 3.0" /> |
30 | 30 |
31 <!-- Example configuration for a remote JBoss Enterprise Application Platform 6 or AS 7 instance --> | 31 <!-- Example configuration for a remote JBoss Enterprise Application Platform 6 or AS 7 instance --> |
32 <container qualifier="jboss" default="true"> | 32 <container qualifier="jboss" default="true"> |
33 <!-- By default, arquillian will use the JBOSS_HOME environment variable. Alternatively, the configuration below can be uncommented. --> | 33 <!-- By default, arquillian will use the JBOSS_HOME environment variable. Alternatively, the configuration below can be uncommented. --> |
34 <!--<configuration> --> | 34 <!--<configuration> --> |
35 <!--<property name="jbossHome">/path/to/jboss/as</property> --> | 35 <!--<property name="jbossHome">/path/to/jboss/as</property> --> |
36 <!--</configuration> --> | 36 <!--</configuration> --> |
37 </container> | |
38 | 37 |
38 </container> | |
39 <extension qualifier="persistence-dbunit"> | |
40 <property name="qualifiedTableNames">true</property> | |
41 </extension> | |
39 </arquillian> | 42 </arquillian> |