Mercurial > lada > lada-server
diff src/test/resources/arquillian.xml @ 1:177351d4cca9
Added files from jboss-javaee6-webapp-blank-archetype
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 10:45:15 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/test/resources/arquillian.xml Thu Apr 18 10:45:15 2013 +0200 @@ -0,0 +1,23 @@ +<?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> \ No newline at end of file