comparison src/test/resources/arquillian.xml @ 1090:4f52e8bc3572

Untabify config file and improve logging.
author Tom Gottfried <tom@intevation.de>
date Thu, 13 Oct 2016 21:24:20 +0200
parents 4d4bbacb04e3
children 28a39466e4eb
comparison
equal deleted inserted replaced
1089:719129c13666 1090:4f52e8bc3572
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 37
38 </container> 38 </container>
39 <extension qualifier="persistence-dbunit"> 39 <extension qualifier="persistence">
40 <property name="qualifiedTableNames">true</property> 40 <property name="defaultDataSource">land</property>
41 </extension> 41 </extension>
42 <extension qualifier="persistence-dbunit">
43 <property name="qualifiedTableNames">true</property>
44 </extension>
45 <extension qualifier="persistence-script">
46 <property name="showSql">true</property>
47 </extension>
42 </arquillian> 48 </arquillian>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)