From owner-svn-ports-head@FreeBSD.ORG Sat Nov 22 17:29:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06FC09C0; Sat, 22 Nov 2014 17:29:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5B0EBCE; Sat, 22 Nov 2014 17:29:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAMHTqMP086901; Sat, 22 Nov 2014 17:29:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAMHTo06086893; Sat, 22 Nov 2014 17:29:50 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201411221729.sAMHTo06086893@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 22 Nov 2014 17:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373081 - in head/java: . wildfly81 wildfly81/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2014 17:29:53 -0000 Author: pi Date: Sat Nov 22 17:29:50 2014 New Revision: 373081 URL: https://svnweb.freebsd.org/changeset/ports/373081 QAT: https://qat.redports.org/buildarchive/r373081/ Log: New port: java/wildfly81 WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 194478 Submitted by: yerenkow@gmail.com Added: head/java/wildfly81/ head/java/wildfly81/Makefile (contents, props changed) head/java/wildfly81/distinfo (contents, props changed) head/java/wildfly81/files/ head/java/wildfly81/files/patch-bin-add-user.sh (contents, props changed) head/java/wildfly81/files/wildfly81.in (contents, props changed) head/java/wildfly81/pkg-descr (contents, props changed) head/java/wildfly81/pkg-message (contents, props changed) head/java/wildfly81/pkg-plist (contents, props changed) Modified: head/java/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Sat Nov 22 17:13:38 2014 (r373080) +++ head/java/Makefile Sat Nov 22 17:29:50 2014 (r373081) @@ -140,6 +140,7 @@ SUBDIR += veditor SUBDIR += visualvm SUBDIR += wildfly80 + SUBDIR += wildfly81 SUBDIR += xdoclet .include Added: head/java/wildfly81/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly81/Makefile Sat Nov 22 17:29:50 2014 (r373081) @@ -0,0 +1,44 @@ +# Created by: Alexander Yerenkow +# $FreeBSD$ + +PORTNAME= wildfly81 +PORTVERSION= 8.1.0 +CATEGORIES= java www +MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ +DISTNAME= wildfly-${WILDFLY_VERSION} + +MAINTAINER= yerenkow@gmail.com +COMMENT= Replacement for JBoss Application Server + +LICENSE= GPLv2 + +USE_RC_SUBR= wildfly81 +USE_JAVA= yes +JAVA_VERSION= 1.7+ +USER= www +GROUP= www +VAR_DIR?= /var +LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} +PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid +WILDFLY_VERSION=8.1.0.Final + +SUB_LIST= APP_SHORTNAME=${PORTNAME} \ + LOG_DIR=${LOG_DIR} \ + USER=${USER} \ + GROUP=${GROUP} \ + PID_FILE=${PID_FILE} \ + APP_HOME=${PREFIX}/wildfly-${PORTVERSION} +PLIST_SUB= APP_HOME=wildfly-${PORTVERSION} + +do-build: + ${RM} ${WRKSRC}/bin/*.bat + ${RM} -rf ${WRKSRC}/bin/service + ${RM} -rf ${WRKSRC}/bin/init.d + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}) + ${CHMOD} +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh + ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation + +.include Added: head/java/wildfly81/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly81/distinfo Sat Nov 22 17:29:50 2014 (r373081) @@ -0,0 +1,2 @@ +SHA256 (wildfly-8.1.0.Final.tar.gz) = 719dc074ace7320dee52ccdd8e3b41beda038f2f09d69af085273d4f00a75266 +SIZE (wildfly-8.1.0.Final.tar.gz) = 115995207 Added: head/java/wildfly81/files/patch-bin-add-user.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly81/files/patch-bin-add-user.sh Sat Nov 22 17:29:50 2014 (r373081) @@ -0,0 +1,11 @@ +--- bin/add-user.sh 2014-02-12 05:43:24.000000000 +0100 ++++ /usr/local/wildfly-8.1.0/bin/add-user.sh 2014-05-11 10:53:59.000000000 +0200 +@@ -7,6 +7,8 @@ + # + + DIRNAME=`dirname "$0"` ++JAVA_VERSION="1.7+" ++export JAVA_VERSION + + # OS specific support (must be 'true' or 'false'). + cygwin=false; Added: head/java/wildfly81/files/wildfly81.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly81/files/wildfly81.in Sat Nov 22 17:29:50 2014 (r373081) @@ -0,0 +1,95 @@ +#!/bin/sh +# +# %%APP_SHORTNAME%% startup script. +# +# $FreeBSD$ +# + +# PROVIDE: %%APP_SHORTNAME%% +# REQUIRE: NETWORKING SERVERS +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable %%APP_SHORTNAME%%: +# %%APP_SHORTNAME%%_enable (bool): Set to "YES" to enable %%APP_SHORTNAME%% +# %%APP_SHORTNAME%%_args (str): Optional arguments to OAJBoss +# %%APP_SHORTNAME%%_log_stdout (str) JBoss log output stdout, filename. +# %%APP_SHORTNAME%%_log_stderr (str) JBoss log output stderr, filename. +# + +. /etc/rc.subr + +name="%%APP_SHORTNAME%%" +rcvar=%%APP_SHORTNAME%%_enable +extra_commands="status" + +load_rc_config $name + +%%APP_SHORTNAME%%_logdir="%%LOG_DIR%%" +%%APP_SHORTNAME%%_enable="${%%APP_SHORTNAME%%_enable:-"NO"}" +%%APP_SHORTNAME%%_log_stdout="${%%APP_SHORTNAME%%_log_stdout:-"${%%APP_SHORTNAME%%_logdir}/log"}" +%%APP_SHORTNAME%%_log_stderr="${%%APP_SHORTNAME%%_log_stderr:-"${%%APP_SHORTNAME%%_logdir}/error"}" +%%APP_SHORTNAME%%_args="${%%APP_SHORTNAME%%_args:-""}" +%%APP_SHORTNAME%%_sleep="${%%APP_SHORTNAME%%_sleep:-"5"}" +%%APP_SHORTNAME%%_kill9="${%%APP_SHORTNAME%%_kill9:-""}" +%%APP_SHORTNAME%%_additional_killall="${%%APP_SHORTNAME%%_additional_killall:-""}" +%%APP_SHORTNAME%%_user="%%USER%%" +%%APP_SHORTNAME%%_group="%%GROUP%%" + +start_cmd="%%APP_SHORTNAME%%_start" +stop_cmd="%%APP_SHORTNAME%%_stop" +pidfile="%%PID_FILE%%" + +WILDFLY_HOME="%%APP_HOME%%" +#minimal requirements must be set for our javavmwrapper +JAVA_VERSION="1.7+" +export JAVA_VERSION + +%%APP_SHORTNAME%%_start () +{ + if [ ! -d "${%%APP_SHORTNAME%%_logdir}" ] + then + install -d -o ${%%APP_SHORTNAME%%_user} ${%%APP_SHORTNAME%%_logdir} + fi + + echo "Starting %%APP_SHORTNAME%%." + daemon -u ${%%APP_SHORTNAME%%_user} ${WILDFLY_HOME}/bin/standalone.sh ${%%APP_SHORTNAME%%_args} >> ${%%APP_SHORTNAME%%_log_stdout} 2>> ${%%APP_SHORTNAME%%_log_stderr} + + sleep ${%%APP_SHORTNAME%%_sleep} # let daemon(8) and sh(1) finish before executing pgrep(1) + pgrep -U ${%%APP_SHORTNAME%%_user} -f ${WILDFLY_HOME}/modules > ${pidfile} + chown ${%%APP_SHORTNAME%%_user} $pidfile +} + +%%APP_SHORTNAME%%_stop () +{ + # Subvert the check_pid_file procname check. + if [ -f ${pidfile} ] + then + kill `cat ${pidfile}` + # Only if we aware that our setup can hangs, and only after trying simple kill, we can kill it hard way. + if [ ! -z "${%%APP_SHORTNAME%%_kill9}" ] + then + sleep ${%%APP_SHORTNAME%%_sleep} + kill -9 `cat ${pidfile}` + fi + # In some setups, JBoss can spawn some child processess, which could prevent it from stopping, and freeing net ports. + # Let's blindly kill them all, since we are really know what we are doing. + if [ ! -z "${%%APP_SHORTNAME%%_additional_killall}" ] + then + sleep ${%%APP_SHORTNAME%%_sleep} + killall ${%%APP_SHORTNAME%%_additional_killall} + fi + fi +} + +%%APP_SHORTNAME%%_status () +{ + # If running, show pid + if [ -f ${pidfile} ] + then + echo "%%APP_SHORTNAME%% is running as pid" `cat ${pidfile}` + else + echo "%%APP_SHORTNAME%% is not running" + fi +} + +run_rc_command "$1" Added: head/java/wildfly81/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly81/pkg-descr Sat Nov 22 17:29:50 2014 (r373081) @@ -0,0 +1,12 @@ +WildFly is a flexible, lightweight, managed application +runtime that helps you build amazing applications. +WildFly - new name for JBoss Application Server + +Fast Startup +Small Footprint +Modular Design +Unified Configuration and Management + +And of course Java EE! + +WWW: http://wildfly.org Added: head/java/wildfly81/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly81/pkg-message Sat Nov 22 17:29:50 2014 (r373081) @@ -0,0 +1,15 @@ +To make WildFly bind to all interfaces add this to rc.conf: + +wildfly81_args="-Djboss.bind.address=0.0.0.0" + +See + + https://community.jboss.org/wiki/JBossProperties + +for additional startup properties. + +To change JVM args, edit appropriate standalone.conf. + +To add the initial admin user: + +${PREFIX}/wildfly-8.1.0/bin/add-user.sh Added: head/java/wildfly81/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly81/pkg-plist Sat Nov 22 17:29:50 2014 (r373081) @@ -0,0 +1,1037 @@ +@owner www +@group www +%%APP_HOME%%/LICENSE.txt +%%APP_HOME%%/README.txt +%%APP_HOME%%/appclient/configuration/appclient.xml +%%APP_HOME%%/appclient/configuration/logging.properties +%%APP_HOME%%/bin/.jbossclirc +%%APP_HOME%%/bin/add-user.properties +%%APP_HOME%%/bin/add-user.sh +%%APP_HOME%%/bin/add-user.sh.orig +%%APP_HOME%%/bin/appclient.conf +%%APP_HOME%%/bin/appclient.sh +%%APP_HOME%%/bin/client/README-CLI-JCONSOLE.txt +%%APP_HOME%%/bin/client/README-EJB-JMS.txt +%%APP_HOME%%/bin/client/jboss-cli-client.jar +%%APP_HOME%%/bin/client/jboss-client.jar +%%APP_HOME%%/bin/domain.conf +%%APP_HOME%%/bin/domain.sh +%%APP_HOME%%/bin/jboss-cli-logging.properties +%%APP_HOME%%/bin/jboss-cli.sh +%%APP_HOME%%/bin/jboss-cli.xml +%%APP_HOME%%/bin/jconsole.sh +%%APP_HOME%%/bin/jdr.sh +%%APP_HOME%%/bin/run.sh +%%APP_HOME%%/bin/standalone.conf +%%APP_HOME%%/bin/standalone.sh +%%APP_HOME%%/bin/vault.sh +%%APP_HOME%%/bin/wsconsume.sh +%%APP_HOME%%/bin/wsprovide.sh +%%APP_HOME%%/copyright.txt +%%APP_HOME%%/docs/examples/configs/standalone-ec2-full-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-ec2-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-genericjms.xml +%%APP_HOME%%/docs/examples/configs/standalone-gossip-full-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-gossip-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-hornetq-colocated.xml +%%APP_HOME%%/docs/examples/configs/standalone-jts.xml +%%APP_HOME%%/docs/examples/configs/standalone-minimalistic.xml +%%APP_HOME%%/docs/examples/configs/standalone-rts.xml +%%APP_HOME%%/docs/examples/configs/standalone-xts.xml +%%APP_HOME%%/docs/schema/application-client_6.xsd +%%APP_HOME%%/docs/schema/application-client_7.xsd +%%APP_HOME%%/docs/schema/application_1_2.dtd +%%APP_HOME%%/docs/schema/application_1_3.dtd +%%APP_HOME%%/docs/schema/application_1_4.xsd +%%APP_HOME%%/docs/schema/application_5.xsd +%%APP_HOME%%/docs/schema/application_6.xsd +%%APP_HOME%%/docs/schema/application_7.xsd +%%APP_HOME%%/docs/schema/ejb-jar_1_1.dtd +%%APP_HOME%%/docs/schema/ejb-jar_2_0.dtd +%%APP_HOME%%/docs/schema/ejb-jar_2_1.xsd +%%APP_HOME%%/docs/schema/ejb-jar_3_0.xsd +%%APP_HOME%%/docs/schema/ejb-jar_3_1.xsd +%%APP_HOME%%/docs/schema/ejb-jar_3_2.xsd +%%APP_HOME%%/docs/schema/j2ee_1_4.xsd +%%APP_HOME%%/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd +%%APP_HOME%%/docs/schema/j2ee_web_services_1_1.xsd +%%APP_HOME%%/docs/schema/j2ee_web_services_client_1_1.xsd +%%APP_HOME%%/docs/schema/java-properties_1_0.xsd +%%APP_HOME%%/docs/schema/javaee_5.xsd +%%APP_HOME%%/docs/schema/javaee_6.xsd +%%APP_HOME%%/docs/schema/javaee_7.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_1_2.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_1_3.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_1_4.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_client_1_2.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_client_1_3.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_client_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-app_3_0.dtd +%%APP_HOME%%/docs/schema/jboss-app_3_2.dtd +%%APP_HOME%%/docs/schema/jboss-app_4_0.dtd +%%APP_HOME%%/docs/schema/jboss-app_4_2.dtd +%%APP_HOME%%/docs/schema/jboss-app_5_0.dtd +%%APP_HOME%%/docs/schema/jboss-app_7_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-cli_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-cli_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-cli_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-cli_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-cmp_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-cmp_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_5.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_2_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-datasources_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-datasources_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-jaxr_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jaxr_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jaxrs_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jca_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jca_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jdr_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jmx_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jmx_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jmx_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-jmx_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-jpa_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jpa_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jsf_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jsr77_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mail_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mail_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging-deployment_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-pojo_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-remoting_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-remoting_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-resource-adapters_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-resource-adapters_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-sar_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-security_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-security_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-security_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-threads_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-threads_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-txn_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-txn_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-txn_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-txn_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-txn_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-txn_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-web_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-web_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-web_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-web_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-web_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-web_1_5.xsd +%%APP_HOME%%/docs/schema/jboss-as-web_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-webservices_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-webservices_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-webservices_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-weld_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-weld_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-xts_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-xts_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-client_6_0.xsd +%%APP_HOME%%/docs/schema/jboss-common_5_1.xsd +%%APP_HOME%%/docs/schema/jboss-common_6_0.xsd +%%APP_HOME%%/docs/schema/jboss-deployment-dependencies-1_0.xsd +%%APP_HOME%%/docs/schema/jboss-deployment-structure-1_0.xsd +%%APP_HOME%%/docs/schema/jboss-deployment-structure-1_1.xsd +%%APP_HOME%%/docs/schema/jboss-deployment-structure-1_2.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-cache_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-client_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-client_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-client_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-container-interceptors_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-delivery-active_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-iiop_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-pool_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-resource-adapter-binding_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-security-role_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-security_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb-security_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-ejb3-2_0.xsd +%%APP_HOME%%/docs/schema/jboss-ejb3-spec-2_0.xsd +%%APP_HOME%%/docs/schema/jboss-jpa_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-pojo_7_0.xsd +%%APP_HOME%%/docs/schema/jboss-service_7_0.xsd +%%APP_HOME%%/docs/schema/jboss-web_7_0.xsd +%%APP_HOME%%/docs/schema/jboss-web_7_1.xsd +%%APP_HOME%%/docs/schema/jboss-web_8_0.xsd +%%APP_HOME%%/docs/schema/jboss-weld-1_0.xsd +%%APP_HOME%%/docs/schema/jboss_1_0.xsd +%%APP_HOME%%/docs/schema/jbossws-jaxws-config_4_0.xsd +%%APP_HOME%%/docs/schema/jbossws-web-services_1_0.xsd +%%APP_HOME%%/docs/schema/jbxb_1_0.xsd +%%APP_HOME%%/docs/schema/jndi-binding-service_1_0.xsd +%%APP_HOME%%/docs/schema/jsp_2_0.xsd +%%APP_HOME%%/docs/schema/jsp_2_1.xsd +%%APP_HOME%%/docs/schema/jsp_2_2.xsd +%%APP_HOME%%/docs/schema/jsp_2_3.xsd +%%APP_HOME%%/docs/schema/module-1_0.xsd +%%APP_HOME%%/docs/schema/module-1_1.xsd +%%APP_HOME%%/docs/schema/module-1_2.xsd +%%APP_HOME%%/docs/schema/module-1_3.xsd +%%APP_HOME%%/docs/schema/orm_1_0.xsd +%%APP_HOME%%/docs/schema/persistence_1_0.xsd +%%APP_HOME%%/docs/schema/persistence_2_0.xsd +%%APP_HOME%%/docs/schema/trans-timeout-1_0.xsd +%%APP_HOME%%/docs/schema/user-roles_1_0.xsd +%%APP_HOME%%/docs/schema/web-app_2_2.dtd +%%APP_HOME%%/docs/schema/web-app_2_3.dtd +%%APP_HOME%%/docs/schema/web-app_2_4.xsd +%%APP_HOME%%/docs/schema/web-app_2_5.xsd +%%APP_HOME%%/docs/schema/web-app_3_0.xsd +%%APP_HOME%%/docs/schema/web-app_3_1.xsd +%%APP_HOME%%/docs/schema/web-common_3_0.xsd +%%APP_HOME%%/docs/schema/web-common_3_1.xsd +%%APP_HOME%%/docs/schema/web-facelettaglibrary_2_2.xsd +%%APP_HOME%%/docs/schema/web-facesconfig_1_0.dtd +%%APP_HOME%%/docs/schema/web-facesconfig_1_1.dtd +%%APP_HOME%%/docs/schema/web-facesconfig_1_2.xsd +%%APP_HOME%%/docs/schema/web-facesconfig_2_2.xsd +%%APP_HOME%%/docs/schema/web-fragment_3_0.xsd +%%APP_HOME%%/docs/schema/web-fragment_3_1.xsd +%%APP_HOME%%/docs/schema/web-jsptaglibrary_1_1.dtd +%%APP_HOME%%/docs/schema/web-jsptaglibrary_1_2.dtd +%%APP_HOME%%/docs/schema/web-jsptaglibrary_2_0.xsd +%%APP_HOME%%/docs/schema/web-jsptaglibrary_2_1.xsd +%%APP_HOME%%/docs/schema/web-partialresponse_2_2.xsd +%%APP_HOME%%/docs/schema/wildfly-batch_1_0.xsd +%%APP_HOME%%/docs/schema/wildfly-datasources_2_0.xsd +%%APP_HOME%%/docs/schema/wildfly-io_1_0.xsd +%%APP_HOME%%/docs/schema/wildfly-io_1_1.xsd +%%APP_HOME%%/docs/schema/wildfly-jca_2_0.xsd +%%APP_HOME%%/docs/schema/wildfly-mail_2_0.xsd +%%APP_HOME%%/docs/schema/wildfly-remoting_2_0.xsd +%%APP_HOME%%/docs/schema/wildfly-resource-adapters_2_0.xsd +%%APP_HOME%%/docs/schema/wildfly-rts_1_0.xsd +%%APP_HOME%%/docs/schema/wildfly-security-manager_1_0.xsd +%%APP_HOME%%/docs/schema/wildfly-undertow_1_0.xsd +%%APP_HOME%%/docs/schema/wildfly-undertow_1_1.xsd +%%APP_HOME%%/domain/configuration/application-roles.properties +%%APP_HOME%%/domain/configuration/application-users.properties +%%APP_HOME%%/domain/configuration/default-server-logging.properties +%%APP_HOME%%/domain/configuration/domain.xml +%%APP_HOME%%/domain/configuration/host-master.xml +%%APP_HOME%%/domain/configuration/host-slave.xml +%%APP_HOME%%/domain/configuration/host.xml +%%APP_HOME%%/domain/configuration/logging.properties +%%APP_HOME%%/domain/configuration/mgmt-groups.properties +%%APP_HOME%%/domain/configuration/mgmt-users.properties +%%APP_HOME%%/jboss-modules.jar +%%APP_HOME%%/modules/system/layers/base/asm/asm/main/asm-3.3.1.jar +%%APP_HOME%%/modules/system/layers/base/asm/asm/main/module.xml +%%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/cal10n-api-0.8.1.jar +%%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.0.0.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/jackson-annotations-2.3.2.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/jackson-core-2.3.2.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.3.2.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-base-2.3.2.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.3.2.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.3.2.jar +%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main/relaxngDatatype-2011.1.jar +%%APP_HOME%%/modules/system/layers/base/com/google/guava/main/guava-16.0.1.jar +%%APP_HOME%%/modules/system/layers/base/com/google/guava/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/h2-1.3.173.jar +%%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/sun/codemodel/main/codemodel-2.6.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/codemodel/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-runtime-2.6.1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-tools-2.6.1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.2.6-jbossorg-4.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jboss-1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/FastInfoset-1.2.12.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/txw2-20110809.jar +%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/module.xml +%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/xsom-20110809.jar +%%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/java-getopt-1.0.13.jar +%%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/module.xml +%%APP_HOME%%/modules/system/layers/base/ibm/jdk/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/netty/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.0.15.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.0.15.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/ecj-4.3.1.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.0.15.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/module.xml +%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.0.15.Final.jar +%%APP_HOME%%/modules/system/layers/base/javaee/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/activation-1.1.1.jar +%%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/jboss-annotations-api_1.2_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/jboss-batch-api_1.0_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/jboss-ejb-api_3.2_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/el/api/main/jboss-el-api_3.0_spec-1.0.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/el/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/cdi-api-1.1.jar +%%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/jboss-concurrency-api_1.0_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/jboss-jsf-api_2.2_spec-2.2.6.jar +%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/javax.inject-1.jar +%%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/jboss-interceptors-api_1.2_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/jboss-jms-api_2.0_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/json/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/jsr181-api-1.0-MR1.jar +%%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/javax.mail-1.5.1.jar +%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/hibernate-jpa-2.1-api-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/jbosgi-xservice.properties +%%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/jboss-connector-api_1.7_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/jboss-jaspi-api_1.1_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/jboss-jacc-api_1.5_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_3.1_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/jboss-jsp-api_2.3_spec-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/jboss-transaction-api_1.2_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/validation-api-1.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/jboss-websocket-api_1.0_spec-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/jaxrs-api-3.0.8.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/wsdl4j-1.6.3.jar +%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.3.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/net/jcip/main/jcip-annotations-1.0.jar +%%APP_HOME%%/modules/system/layers/base/net/jcip/main/module.xml +%%APP_HOME%%/modules/system/layers/base/nu/xom/main/module.xml +%%APP_HOME%%/modules/system/layers/base/nu/xom/main/xom-1.2.5.jar +%%APP_HOME%%/modules/system/layers/base/org/antlr/main/antlr-2.7.7.jar +%%APP_HOME%%/modules/system/layers/base/org/antlr/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/avro-1.7.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main/commons-beanutils-1.8.3.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/beanutils/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main/commons-cli-1.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/cli/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/commons-codec-1.9.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/codec/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main/commons-collections-3.2.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/collections/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration/main/commons-configuration-1.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/configuration/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main/commons-io-2.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main/commons-lang-2.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main/commons-pool-1.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-core-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-core-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-2.7.11-jandex.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-security-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-sts-core-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-2.6.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-2.6.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-2.6.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-api-2.7.11.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpclient-4.2.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-4.2.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpmime-4.2.1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/apache-mime4j-0.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/log4j/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-analyzers-3.6.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-core-3.6.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-facet-3.6.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-memory-3.6.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/neethi-3.0.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-api-0.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-j-impl-0.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-jms-0.4.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-1.5.6.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/velocity-1.7.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-1.6.15.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar +%%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main/xml-resolver-1.2.jar +%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcmail-jdk15on-1.50.jar +%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcpkix-jdk15on-1.50.jar +%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcprov-jdk15on-1.50.jar +%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.13.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.13.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.13.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.13.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main/jettison-1.3.1.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/jettison/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/stax2-api-3.1.1.jar +%%APP_HOME%%/modules/system/layers/base/org/codehaus/woodstox/main/woodstox-core-asl-4.2.0.jar +%%APP_HOME%%/modules/system/layers/base/org/dom4j/main/dom4j-1.6.1.jar +%%APP_HOME%%/modules/system/layers/base/org/dom4j/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/jansi-1.9.jar +%%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/javax.el-3.0.0.jar +%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/javax.enterprise.concurrent-1.0.jar +%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/javax.json-1.0.3.jar +%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/3/jipijapa-hibernate3-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/3/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/jipijapa-hibernate4-1-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/envers/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/hibernate-hql-lucene-1.0.0.Alpha6.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/hibernate-hql-parser-1.0.0.Alpha6.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/hql/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-4.3.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.3.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-4.3.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-infinispan-4.3.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/jipijapa-hibernate4-3-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-4.5.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-infinispan-4.5.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-4.5.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-5.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-5.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-commons-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-core-client-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-jms-client-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-jms-server-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-journal-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-native-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-server-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/hornetq-tools-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-i686/libHornetQAIO32.so +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/lib/linux-x86_64/libHornetQAIO64.so +%%APP_HOME%%/modules/system/layers/base/org/hornetq/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp/main/hornetq-amqp-protocol-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/amqp/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp/main/hornetq-stomp-protocol-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/protocol/stomp/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/hornetq/ra/main/hornetq-ra-2.4.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/hornetq/ra/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-6.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-6.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-6.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-6.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory/main/infinispan-lucene-directory-6.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/directory/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/main/infinispan-lucene-v3-6.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/lucene/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-6.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main/infinispan-query-dsl-6.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/dsl/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/infinispan-query-6.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/infinispan/query/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jacorb/main/jacorb-2.3.2-jbossorg-5.jar +%%APP_HOME%%/modules/system/layers/base/org/jacorb/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/javassist/main/javassist-3.18.1-GA.jar +%%APP_HOME%%/modules/system/layers/base/org/javassist/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jaxen/main/jaxen-1.1.3.jar +%%APP_HOME%%/modules/system/layers/base/org/jaxen/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/jberet-core-1.0.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/aesh-0.33.11.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/aggregate/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/release-stream-2.2.6.Final-resources.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers/timer-sql.properties +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/wildfly-embedded-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources/plugins.properties +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3/jipijapa-hibernate3-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-core-jsf-2.1.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/wildfly-security-api-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/jboss-as-version-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-4.2.4.Final-wildfly800.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-8.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.4.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/com/sun/httpserver/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-1.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/common-core/main/jboss-common-core-2.2.22.GA.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/common-core/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.2.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/dmr/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/jboss-ejb-client-2.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb-client/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.1.0.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ejb3/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/META-INF/ra.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/generic-jms-ra-jar-1.0.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/genericjms/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/iiop-client/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/integration/ext-content/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/jboss-invocation-1.2.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/invocation/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.1.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.1.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.1.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/api/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.1.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.1.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.1.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.1.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/impl/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.1.5.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/jandex-1.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jandex/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jaxbintros/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/integration/main/narayana-jts-integration-5.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/jts/main/narayana-jts-jacorb-5.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.1.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/log4j/logmanager/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.1.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main/jboss-logging-3.1.4.GA.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/logging/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-1.5.2.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/logmanager/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main/jboss-marshalling-1.4.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main/jboss-marshalling-river-1.4.6.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/marshalling/river/main/module.xml +%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-appclient-8.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-common-8.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-ear-8.0.0.Final.jar *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***