diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml
index 44af040fa..a10d771b2 100644
--- a/ccm-core/pom.xml
+++ b/ccm-core/pom.xml
@@ -742,6 +742,90 @@
+
+ wildfly8-remote-mysql
+
+
+ org.wildfly
+ wildfly-arquillian-container-remote
+ 8.2.0.Final
+ test
+
+
+ org.jacoco
+ org.jacoco.core
+ 0.7.4.201502262128
+ test
+
+
+
+
+
+
+
+ src/test/resources
+
+
+ src/test/resources-wildfly8-remote-mysql
+
+
+ ${project.build.directory}/generated-resources
+
+
+
+
+
+ de.jpdigital
+ hibernate4-ddl-maven-plugin
+
+
+ h2
+ mysql5_innodb
+ postgresql9
+
+
+ org.libreccm
+
+ true
+
+
+
+
+ gen-ddl
+
+ process-classes
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.18.1
+
+ always
+ 999
+ true
+
+ org.jboss.logmanager.LogManager
+ ${project.basedir}/target/wildfly-8.2.0.Final
+ ${project.basedir}/target/wildfly-8.2.0.Final/modules
+
+ false
+
+ org.libreccm.tests.categories.UnitTest,
+ org.libreccm.tests.categories.IntegrationTest
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ccm-core/src/test/resources-wildfly8-remote-mysql/arquillian.xml b/ccm-core/src/test/resources-wildfly8-remote-mysql/arquillian.xml
new file mode 100644
index 000000000..10f300616
--- /dev/null
+++ b/ccm-core/src/test/resources-wildfly8-remote-mysql/arquillian.xml
@@ -0,0 +1,38 @@
+
+
+
+
+ target/deployments
+
+
+
+ java:/comp/env/jdbc/ccm/mysql/ccm-core
+
+
+
+ NONE
+
+ true
+ target
+
+
+
+ json
+
+ true
+
+
+
+ scripts/pgsql-cleanup.sql
+
+
+
+
\ No newline at end of file
diff --git a/ccm-core/src/test/resources-wildfly8-remote-mysql/test-persistence.xml b/ccm-core/src/test/resources-wildfly8-remote-mysql/test-persistence.xml
new file mode 100644
index 000000000..fa6be5b14
--- /dev/null
+++ b/ccm-core/src/test/resources-wildfly8-remote-mysql/test-persistence.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+ org.hibernate.jpa.HibernatePersistenceProvider
+
+ java:/comp/env/jdbc/ccm/mysql/ccm-core
+
+
+
+
+
+
+
+
+
\ No newline at end of file