Mercurial > lada > lada-server
view src/test/resources/arquillian.xml @ 377:6f4afcd28ff3 0.6
merged.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 27 Sep 2013 10:20:19 +0200 |
parents | 177351d4cca9 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> <!-- Uncomment to have test archives exported to the file system for inspection --> <!-- <engine> --> <!-- <property name="deploymentExportPath">target/</property> --> <!-- </engine> --> <!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature --> <defaultProtocol type="Servlet 3.0" /> <!-- Example configuration for a remote JBoss AS 7 instance --> <container qualifier="jboss" default="true"> <!-- If you want to use the JBOSS_HOME environment variable, just delete the jbossHome property --> <configuration> <property name="jbossHome">/path/to/jboss/as</property> </configuration> </container> </arquillian>