raimund@434: <?xml version="1.0" encoding="UTF-8"?>
raimund@434: <!--
raimund@434:     JBoss, Home of Professional Open Source
raimund@434:     Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
raimund@434:     contributors by the @authors tag. See the copyright.txt in the
raimund@434:     distribution for a full listing of individual contributors.
raimund@434: 
raimund@434:     Licensed under the Apache License, Version 2.0 (the "License");
raimund@434:     you may not use this file except in compliance with the License.
raimund@434:     You may obtain a copy of the License at
raimund@434:     http://www.apache.org/licenses/LICENSE-2.0
raimund@434:     Unless required by applicable law or agreed to in writing, software
raimund@434:     distributed under the License is distributed on an "AS IS" BASIS,
raimund@434:     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
raimund@434:     See the License for the specific language governing permissions and
raimund@434:     limitations under the License.
raimund@434: -->
raimund@434: <arquillian xmlns="http://jboss.org/schema/arquillian"
raimund@434:    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
raimund@434:    xsi:schemaLocation="http://jboss.org/schema/arquillian
raimund@434:         http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
raimund@434: 
raimund@829: 	<!-- Uncomment to have test archives exported to the file system for inspection -->
raimund@434: <!--    <engine>  -->
raimund@434: <!--       <property name="deploymentExportPath">target/</property>  -->
raimund@434: <!--    </engine> -->
raimund@434: 
raimund@829:     <!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
raimund@829:     <defaultProtocol type="Servlet 3.0" />
raimund@434: 
raimund@829:     <!-- Example configuration for a remote JBoss Enterprise Application Platform 6 or AS 7 instance -->
raimund@829:    	<container qualifier="jboss" default="true">
raimund@829:     	<!-- By default, arquillian will use the JBOSS_HOME environment variable.  Alternatively, the configuration below can be uncommented. -->
raimund@434:         <!--<configuration> -->
raimund@434:         <!--<property name="jbossHome">/path/to/jboss/as</property> -->
raimund@434:         <!--</configuration> -->
raimund@434: 
raimund@829:    	</container>
raimund@829: 	<extension qualifier="persistence-dbunit">
raimund@829:     	<property name="qualifiedTableNames">true</property>
raimund@829: 	</extension>
raimund@434: </arquillian>