torquebox-server 2.0.0.beta1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/jboss/LICENSE.txt +189 -0
- data/jboss/README.txt +38 -0
- data/jboss/appclient/configuration/appclient.xml +157 -0
- data/jboss/appclient/configuration/logging.properties +52 -0
- data/jboss/bin/add-user.bat +68 -0
- data/jboss/bin/add-user.sh +64 -0
- data/jboss/bin/appclient.bat +89 -0
- data/jboss/bin/appclient.conf +59 -0
- data/jboss/bin/appclient.conf.bat +67 -0
- data/jboss/bin/appclient.sh +139 -0
- data/jboss/bin/domain.bat +114 -0
- data/jboss/bin/domain.conf +68 -0
- data/jboss/bin/domain.conf.bat +73 -0
- data/jboss/bin/domain.sh +214 -0
- data/jboss/bin/init.d/jboss-as-standalone.sh +167 -0
- data/jboss/bin/init.d/jboss-as.conf +18 -0
- data/jboss/bin/jboss-admin.bat +59 -0
- data/jboss/bin/jboss-admin.sh +58 -0
- data/jboss/bin/standalone.bat +108 -0
- data/jboss/bin/standalone.conf +60 -0
- data/jboss/bin/standalone.conf.bat +64 -0
- data/jboss/bin/standalone.sh +205 -0
- data/jboss/bin/util/jdr.bat +69 -0
- data/jboss/bin/util/jdr.sh +64 -0
- data/jboss/bin/util/vault.sh +106 -0
- data/jboss/bin/wsconsume.bat +28 -0
- data/jboss/bin/wsconsume.sh +74 -0
- data/jboss/bin/wsprovide.bat +27 -0
- data/jboss/bin/wsprovide.sh +69 -0
- data/jboss/bundles/org/apache/aries/jmx/main/org.apache.aries.jmx-0.3.jar +0 -0
- data/jboss/bundles/org/apache/aries/util/main/org.apache.aries.util-0.3.jar +0 -0
- data/jboss/bundles/org/apache/felix/configadmin/main/org.apache.felix.configadmin-1.2.8.jar +0 -0
- data/jboss/bundles/org/apache/felix/eventadmin/main/org.apache.felix.eventadmin-1.2.6.jar +0 -0
- data/jboss/bundles/org/apache/felix/log/main/org.apache.felix.log-1.0.0.jar +0 -0
- data/jboss/bundles/org/apache/felix/metatype/main/org.apache.felix.metatype-1.0.4.jar +0 -0
- data/jboss/bundles/org/apache/felix/scr/main/org.apache.felix.scr-1.6.0.jar +0 -0
- data/jboss/bundles/org/apache/felix/webconsole/main/org.apache.felix.webconsole-3.1.6.SP1.jar +0 -0
- data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.0.Beta1.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/blueprint/main/jbosgi-blueprint-1.0.3.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/http/main/jbosgi-http-1.0.5.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/jmx/main/jboss-osgi-jmx-1.0.10.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/logging/main/jboss-osgi-logging-1.0.0.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/webapp/main/jbosgi-webapp-1.0.5.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/webconsole/main/jbosgi-webconsole-1.0.6.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/xerces/main/jboss-osgi-xerces-2.9.1.SP7.jar +0 -0
- data/jboss/bundles/org/osgi/compendium/main/org.osgi.compendium-4.2.0.jar +0 -0
- data/jboss/bundles/org/projectodd/stilts/main/stilts-stomplet-server-bundle-0.1.20.jar +0 -0
- data/jboss/copyright.txt +64 -0
- data/jboss/docs/examples/configs/standalone-hornetq-colocated.xml +428 -0
- data/jboss/docs/licenses/apache license, version 2.0 - apache-2.0.txt +202 -0
- data/jboss/docs/licenses/common development and distribution license - cddl.txt +384 -0
- data/jboss/docs/licenses/common public license, version 1.0 - cpl-1.0.txt +213 -0
- data/jboss/docs/licenses/eclipse distribution license, version 1.0 - edl-1.0.txt +13 -0
- data/jboss/docs/licenses/eclipse public license, version 1.0 - epl-1.0.txt +87 -0
- data/jboss/docs/licenses/gnu general public license, version 2 - gpl-2.0.txt +339 -0
- data/jboss/docs/licenses/gnu general public license, version 2 with the classpath exception - gpl-2.0-ce.txt +363 -0
- data/jboss/docs/licenses/gnu lesser general public license - lesser.html +427 -0
- data/jboss/docs/licenses/gnu lesser general public license, version 2.1 - lgpl-2.1.txt +502 -0
- data/jboss/docs/licenses/gnu library general public license, version 2 - lgpl-2.0.txt +481 -0
- data/jboss/docs/licenses/h2 license, version 1.0 - h2.txt +155 -0
- data/jboss/docs/licenses/lgpl - lgpl.txt +504 -0
- data/jboss/docs/licenses/lgpl 2.1 - lgpl-2.1.html +867 -0
- data/jboss/docs/licenses/licenses.xml +3721 -0
- data/jboss/docs/licenses/mozilla public license, version 1.1 - mpl-1.1.txt +470 -0
- data/jboss/docs/licenses/mpl 1.1 - mpl-1.1.html +389 -0
- data/jboss/docs/licenses/similar to apache license but with the acknowledgment clause removed - license.txt +54 -0
- data/jboss/docs/licenses/the apache software license, version 2.0 - license-2.0.txt +202 -0
- data/jboss/docs/licenses/the bsd license - bsd.txt +27 -0
- data/jboss/docs/licenses/the jython license - license.html +312 -0
- data/jboss/docs/licenses/the mit license - mit.txt +14 -0
- data/jboss/docs/licenses/the werken company license - license.html +41 -0
- data/jboss/docs/licenses/w3c software notice and license - w3c.txt +77 -0
- data/jboss/docs/schema/jboss-as-cmp_1_0.xsd +35 -0
- data/jboss/docs/schema/jboss-as-config_1_0.xsd +1574 -0
- data/jboss/docs/schema/jboss-as-config_1_1.xsd +1895 -0
- data/jboss/docs/schema/jboss-as-datasources_1_0.xsd +957 -0
- data/jboss/docs/schema/jboss-as-deployment-scanner_1_0.xsd +108 -0
- data/jboss/docs/schema/jboss-as-ee_1_0.xsd +80 -0
- data/jboss/docs/schema/jboss-as-ejb3_1_0.xsd +36 -0
- data/jboss/docs/schema/jboss-as-ejb3_1_1.xsd +139 -0
- data/jboss/docs/schema/jboss-as-ejb3_1_2.xsd +187 -0
- data/jboss/docs/schema/jboss-as-infinispan_1_0.xsd +801 -0
- data/jboss/docs/schema/jboss-as-infinispan_1_1.xsd +796 -0
- data/jboss/docs/schema/jboss-as-jacorb_1_0.xsd +257 -0
- data/jboss/docs/schema/jboss-as-jacorb_1_1.xsd +289 -0
- data/jboss/docs/schema/jboss-as-jaxrs_1_0.xsd +35 -0
- data/jboss/docs/schema/jboss-as-jca_1_0.xsd +140 -0
- data/jboss/docs/schema/jboss-as-jca_1_1.xsd +185 -0
- data/jboss/docs/schema/jboss-as-jdr_1_0.xsd +31 -0
- data/jboss/docs/schema/jboss-as-jgroups_1_0.xsd +140 -0
- data/jboss/docs/schema/jboss-as-jmx_1_0.xsd +44 -0
- data/jboss/docs/schema/jboss-as-jmx_1_1.xsd +45 -0
- data/jboss/docs/schema/jboss-as-jpa_1_0.xsd +47 -0
- data/jboss/docs/schema/jboss-as-logging_1_0.xsd +386 -0
- data/jboss/docs/schema/jboss-as-logging_1_1.xsd +405 -0
- data/jboss/docs/schema/jboss-as-mail.xsd +52 -0
- data/jboss/docs/schema/jboss-as-messaging_1_0.xsd +744 -0
- data/jboss/docs/schema/jboss-as-messaging_1_1.xsd +781 -0
- data/jboss/docs/schema/jboss-as-mod-cluster_1_0.xsd +194 -0
- data/jboss/docs/schema/jboss-as-naming_1_0.xsd +35 -0
- data/jboss/docs/schema/jboss-as-naming_1_1.xsd +121 -0
- data/jboss/docs/schema/jboss-as-osgi_1_0.xsd +91 -0
- data/jboss/docs/schema/jboss-as-osgi_1_1.xsd +96 -0
- data/jboss/docs/schema/jboss-as-pojo_1_0.xsd +36 -0
- data/jboss/docs/schema/jboss-as-remoting_1_0.xsd +286 -0
- data/jboss/docs/schema/jboss-as-remoting_1_1.xsd +336 -0
- data/jboss/docs/schema/jboss-as-resource-adapters_1_0.xsd +686 -0
- data/jboss/docs/schema/jboss-as-sar_1_0.xsd +36 -0
- data/jboss/docs/schema/jboss-as-security_1_0.xsd +441 -0
- data/jboss/docs/schema/jboss-as-security_1_1.xsd +414 -0
- data/jboss/docs/schema/jboss-as-threads_1_0.xsd +292 -0
- data/jboss/docs/schema/jboss-as-txn_1_0.xsd +168 -0
- data/jboss/docs/schema/jboss-as-txn_1_1.xsd +179 -0
- data/jboss/docs/schema/jboss-as-web_1_0.xsd +358 -0
- data/jboss/docs/schema/jboss-as-web_1_1.xsd +427 -0
- data/jboss/docs/schema/jboss-as-webservices_1_0.xsd +79 -0
- data/jboss/docs/schema/jboss-as-weld_1_0.xsd +35 -0
- data/jboss/docs/schema/jboss-deployment-structure-1_0.xsd +581 -0
- data/jboss/docs/schema/jboss-deployment-structure-1_1.xsd +690 -0
- data/jboss/docs/schema/jboss-ejb-client_1_0.xsd +93 -0
- data/jboss/docs/schema/jboss-pojo_7_0.xsd +189 -0
- data/jboss/docs/schema/jboss-service_7_0.xsd +123 -0
- data/jboss/docs/schema/jboss-xts.xsd +66 -0
- data/jboss/docs/schema/jbossws-jaxws-config_4_0.xsd +89 -0
- data/jboss/domain/configuration/domain.xml +574 -0
- data/jboss/domain/configuration/host.xml +54 -0
- data/jboss/domain/configuration/logging.properties +49 -0
- data/jboss/domain/configuration/mgmt-users.properties +25 -0
- data/jboss/jboss-modules.jar +0 -0
- data/jboss/modules/asm/asm/main/asm-3.3.1.jar +0 -0
- data/jboss/modules/asm/asm/main/module.xml +33 -0
- data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar +0 -0
- data/jboss/modules/ch/qos/cal10n/main/module.xml +33 -0
- data/jboss/modules/com/google/guava/main/guava-10.0.1.jar +0 -0
- data/jboss/modules/com/google/guava/main/module.xml +33 -0
- data/jboss/modules/com/h2database/h2/main/h2-1.3.161.jar +0 -0
- data/jboss/modules/com/h2database/h2/main/module.xml +34 -0
- data/jboss/modules/com/sun/jsf-impl/1.2/jsf-impl-1.2_15-jbossorg-2.jar +0 -0
- data/jboss/modules/com/sun/jsf-impl/1.2/module.xml +37 -0
- data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.3-b02-jbossorg-2.jar +0 -0
- data/jboss/modules/com/sun/jsf-impl/main/module.xml +38 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.jar +0 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.jar +0 -0
- data/jboss/modules/com/sun/xml/bind/main/module.xml +38 -0
- data/jboss/modules/com/sun/xml/messaging/saaj/main/module.xml +38 -0
- data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar +0 -0
- data/jboss/modules/gnu/getopt/main/getopt-1.0.13.jar +0 -0
- data/jboss/modules/gnu/getopt/main/module.xml +32 -0
- data/jboss/modules/javaee/api/main/module.xml +72 -0
- data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar +0 -0
- data/jboss/modules/javax/activation/api/main/module.xml +39 -0
- data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/annotation/api/main/module.xml +30 -0
- data/jboss/modules/javax/api/main/module.xml +132 -0
- data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/ejb/api/main/module.xml +39 -0
- data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/el/api/main/module.xml +30 -0
- data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar +0 -0
- data/jboss/modules/javax/enterprise/api/main/module.xml +36 -0
- data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/enterprise/deploy/api/main/module.xml +36 -0
- data/jboss/modules/javax/faces/api/1.2/jsf-api-1.2_15-jbossorg-2.jar +0 -0
- data/jboss/modules/javax/faces/api/1.2/module.xml +38 -0
- data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.0.Beta1.jar +0 -0
- data/jboss/modules/javax/faces/api/main/module.xml +38 -0
- data/jboss/modules/javax/inject/api/main/javax.inject-1.jar +0 -0
- data/jboss/modules/javax/inject/api/main/module.xml +30 -0
- data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/interceptor/api/main/module.xml +30 -0
- data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/jms/api/main/module.xml +34 -0
- data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar +0 -0
- data/jboss/modules/javax/jws/api/main/module.xml +30 -0
- data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar +0 -0
- data/jboss/modules/javax/mail/api/main/module.xml +35 -0
- data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/management/j2ee/api/main/module.xml +30 -0
- data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/persistence/api/main/module.xml +35 -0
- data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/resource/api/main/module.xml +39 -0
- data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/rmi/api/main/module.xml +46 -0
- data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/security/auth/message/api/main/module.xml +36 -0
- data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/security/jacc/api/main/module.xml +35 -0
- data/jboss/modules/javax/servlet/api/main/jbosgi-xservice.properties +2 -0
- data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/servlet/api/main/module.xml +30 -0
- data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/servlet/jsp/api/main/module.xml +35 -0
- data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/servlet/jstl/api/main/module.xml +38 -0
- data/jboss/modules/javax/transaction/api/main/jbosgi-xservice.properties +2 -0
- data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/transaction/api/main/module.xml +32 -0
- data/jboss/modules/javax/validation/api/main/module.xml +34 -0
- data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar +0 -0
- data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/ws/rs/api/main/module.xml +34 -0
- data/jboss/modules/javax/wsdl4j/api/main/module.xml +34 -0
- data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar +0 -0
- data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar +0 -0
- data/jboss/modules/javax/xml/bind/api/main/module.xml +39 -0
- data/jboss/modules/javax/xml/jaxp-provider/main/module.xml +29 -0
- data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/xml/registry/api/main/module.xml +34 -0
- data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar +0 -0
- data/jboss/modules/javax/xml/rpc/api/main/module.xml +39 -0
- data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/xml/soap/api/main/module.xml +36 -0
- data/jboss/modules/javax/xml/stream/api/main/module.xml +36 -0
- data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar +0 -0
- data/jboss/modules/javax/xml/ws/api/main/module.xml +37 -0
- data/jboss/modules/jline/main/jline-0.9.94.jar +0 -0
- data/jboss/modules/jline/main/module.xml +33 -0
- data/jboss/modules/net/sourceforge/cssparser/main/cssparser-0.9.5.jar +0 -0
- data/jboss/modules/net/sourceforge/cssparser/main/module.xml +35 -0
- data/jboss/modules/net/sourceforge/htmlunit/main/htmlunit-2.8.jar +0 -0
- data/jboss/modules/net/sourceforge/htmlunit/main/htmlunit-core-js-2.8.jar +0 -0
- data/jboss/modules/net/sourceforge/htmlunit/main/module.xml +47 -0
- data/jboss/modules/net/sourceforge/nekohtml/main/module.xml +34 -0
- data/jboss/modules/net/sourceforge/nekohtml/main/nekohtml-1.9.14.jar +0 -0
- data/jboss/modules/nu/xom/main/module.xml +36 -0
- data/jboss/modules/nu/xom/main/xom-1.2.5.jar +0 -0
- data/jboss/modules/org/antlr/main/antlr-2.7.7.jar +0 -0
- data/jboss/modules/org/antlr/main/module.xml +33 -0
- data/jboss/modules/org/apache/ant/main/ant-1.7.1.jar +0 -0
- data/jboss/modules/org/apache/ant/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/beanutils/main/commons-beanutils-1.8.0.jar +0 -0
- data/jboss/modules/org/apache/commons/beanutils/main/module.xml +35 -0
- data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar +0 -0
- data/jboss/modules/org/apache/commons/codec/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar +0 -0
- data/jboss/modules/org/apache/commons/collections/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/io/main/commons-io-1.4.jar +0 -0
- data/jboss/modules/org/apache/commons/io/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.4.jar +0 -0
- data/jboss/modules/org/apache/commons/lang/main/module.xml +33 -0
- data/jboss/modules/org/apache/commons/logging/main/module.xml +25 -0
- data/jboss/modules/org/apache/commons/pool/main/commons-pool-1.5.6.jar +0 -0
- data/jboss/modules/org/apache/commons/pool/main/module.xml +33 -0
- data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-common-utilities-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-core-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-management-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-common-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-validator-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.4.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-bug671-2.4.0.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar +0 -0
- data/jboss/modules/org/apache/cxf/main/module.xml +85 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar +0 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.2.jar +0 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar +0 -0
- data/jboss/modules/org/apache/httpcomponents/main/module.xml +39 -0
- data/jboss/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar +0 -0
- data/jboss/modules/org/apache/james/mime4j/main/module.xml +35 -0
- data/jboss/modules/org/apache/log4j/main/log4j-1.2.16.jar +0 -0
- data/jboss/modules/org/apache/log4j/main/module.xml +30 -0
- data/jboss/modules/org/apache/neethi/main/module.xml +36 -0
- data/jboss/modules/org/apache/neethi/main/neethi-3.0.1.jar +0 -0
- data/jboss/modules/org/apache/santuario/xmlsec/main/module.xml +37 -0
- data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.4.5.jar +0 -0
- data/jboss/modules/org/apache/velocity/main/module.xml +38 -0
- data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar +0 -0
- data/jboss/modules/org/apache/ws/scout/main/module.xml +40 -0
- data/jboss/modules/org/apache/ws/scout/main/scout-1.1.1.jar +0 -0
- data/jboss/modules/org/apache/ws/security/main/module.xml +39 -0
- data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.3.jar +0 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/module.xml +35 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar +0 -0
- data/jboss/modules/org/apache/xalan/main/module.xml +38 -0
- data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar +0 -0
- data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar +0 -0
- data/jboss/modules/org/apache/xerces/main/module.xml +37 -0
- data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.6.3.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-core-asl/main/module.xml +33 -0
- data/jboss/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.6.3.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-jaxrs/main/module.xml +37 -0
- data/jboss/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.6.3.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-mapper-asl/main/module.xml +35 -0
- data/jboss/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.6.3.jar +0 -0
- data/jboss/modules/org/codehaus/jackson/jackson-xc/main/module.xml +37 -0
- data/jboss/modules/org/codehaus/woodstox/main/module.xml +35 -0
- data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar +0 -0
- data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar +0 -0
- data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar +0 -0
- data/jboss/modules/org/dom4j/main/module.xml +37 -0
- data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.0.0.CR6.jar +0 -0
- data/jboss/modules/org/hibernate/envers/main/module.xml +40 -0
- data/jboss/modules/org/hibernate/main/hibernate-commons-annotations-4.0.0.CR2.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-core-4.0.0.CR6.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.0.0.CR6.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.0.0.CR6.jar +0 -0
- data/jboss/modules/org/hibernate/main/module.xml +51 -0
- data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar +0 -0
- data/jboss/modules/org/hibernate/validator/main/module.xml +44 -0
- data/jboss/modules/org/hornetq/main/hornetq-core-2.2.7.Final.jar +0 -0
- data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.7.Final.jar +0 -0
- data/jboss/modules/org/hornetq/main/lib/linux-i686/libHornetQAIO32.so +0 -0
- data/jboss/modules/org/hornetq/main/lib/linux-x86_64/libHornetQAIO64.so +0 -0
- data/jboss/modules/org/hornetq/main/module.xml +40 -0
- data/jboss/modules/org/hornetq/ra/main/hornetq-ra-2.2.7.Final.jar +0 -0
- data/jboss/modules/org/hornetq/ra/main/module.xml +41 -0
- data/jboss/modules/org/infinispan/main/infinispan-api-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-cachestore-jdbc-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-cachestore-remote-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-client-hotrod-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-commons-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-core-5.1.0.BETA5.jar +0 -0
- data/jboss/modules/org/infinispan/main/module.xml +46 -0
- data/jboss/modules/org/jacorb/main/jacorb-2.3.1jboss.patch01-brew.jar +0 -0
- data/jboss/modules/org/jacorb/main/module.xml +36 -0
- data/jboss/modules/org/javassist/main/javassist-3.12.1.GA.jar +0 -0
- data/jboss/modules/org/javassist/main/module.xml +33 -0
- data/jboss/modules/org/jaxen/main/jaxen-1.1.3.jar +0 -0
- data/jboss/modules/org/jaxen/main/module.xml +37 -0
- data/jboss/modules/org/jboss/as/aggregate/main/module.xml +48 -0
- data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/appclient/main/module.xml +66 -0
- data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/cli/main/module.xml +44 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/module.xml +41 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/module.xml +46 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/module.xml +46 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/cmp/main/module.xml +60 -0
- data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/connector/main/module.xml +63 -0
- data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.0.0.Beta24-resources.jar +0 -0
- data/jboss/modules/org/jboss/as/console/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/controller-client/main/module.xml +45 -0
- data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/controller/main/module.xml +44 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/module.xml +39 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/module.xml +43 -0
- data/jboss/modules/org/jboss/as/domain-add-user/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/domain-controller/main/jboss-as-domain-controller-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-controller/main/module.xml +48 -0
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/module.xml +36 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-management/main/module.xml +40 -0
- data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/ee/deployment/main/module.xml +34 -0
- data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/ee/main/module.xml +52 -0
- data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/ejb3/main/module.xml +83 -0
- data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/embedded/main/module.xml +39 -0
- data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/host-controller/main/module.xml +60 -0
- data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jacorb/main/module.xml +50 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/module.xml +47 -0
- data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jmx/main/module.xml +41 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/module.xml +46 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/module.xml +49 -0
- data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/main/module.xml +67 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/module.xml +39 -0
- data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/logging/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/mail/main/module.xml +43 -0
- data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/messaging/main/module.xml +52 -0
- data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-1.1.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/module.xml +54 -0
- data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/naming/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/network/main/module.xml +37 -0
- data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/osgi/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/platform-mbean/main/module.xml +39 -0
- data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/pojo/main/module.xml +43 -0
- data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/process-controller/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/protocol/main/module.xml +42 -0
- data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/remoting/main/module.xml +48 -0
- data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/sar/main/module.xml +43 -0
- data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/security/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/server/main/module.xml +64 -0
- data/jboss/modules/org/jboss/as/standalone/main/module.xml +37 -0
- data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/threads/main/module.xml +40 -0
- data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/transactions/main/module.xml +48 -0
- data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/module.xml +64 -0
- data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.0.CR1-jboss700.jar +0 -0
- data/jboss/modules/org/jboss/as/webservices/main/module.xml +64 -0
- data/jboss/modules/org/jboss/as/webservices/server/integration/main/module.xml +86 -0
- data/jboss/modules/org/jboss/as/webservices/server/jaxrpc-integration/main/module.xml +53 -0
- data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/weld/main/module.xml +75 -0
- data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/as/xts/main/module.xml +53 -0
- data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/classfilewriter/main/module.xml +33 -0
- data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.0.Beta2.jar +0 -0
- data/jboss/modules/org/jboss/com/sun/httpserver/main/module.xml +34 -0
- data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar +0 -0
- data/jboss/modules/org/jboss/common-core/main/module.xml +36 -0
- data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/dmr/main/module.xml +32 -0
- data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.0.Beta7.jar +0 -0
- data/jboss/modules/org/jboss/ejb-client/main/module.xml +40 -0
- data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0-beta-1.jar +0 -0
- data/jboss/modules/org/jboss/ejb3/main/module.xml +42 -0
- data/jboss/modules/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar +0 -0
- data/jboss/modules/org/jboss/integration/ext-content/main/module.xml +32 -0
- data/jboss/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Alpha3.jar +0 -0
- data/jboss/modules/org/jboss/interceptor/main/module.xml +39 -0
- data/jboss/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Alpha3.jar +0 -0
- data/jboss/modules/org/jboss/interceptor/spi/main/module.xml +36 -0
- data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/invocation/main/module.xml +37 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/module.xml +40 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/module.xml +52 -0
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml +45 -0
- data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/jandex/main/module.xml +33 -0
- data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar +0 -0
- data/jboss/modules/org/jboss/jaxbintros/main/module.xml +39 -0
- data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/jboss-transaction-spi/main/module.xml +36 -0
- data/jboss/modules/org/jboss/jsfunit/core/main/jboss-jsfunit-core-2.0.0.Beta1.jar +0 -0
- data/jboss/modules/org/jboss/jsfunit/core/main/module.xml +41 -0
- data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/jts/integration/main/module.xml +46 -0
- data/jboss/modules/org/jboss/jts/main/jbossjts-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/jts/main/module.xml +42 -0
- data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.0.CR2.jar +0 -0
- data/jboss/modules/org/jboss/logging/main/module.xml +34 -0
- data/jboss/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar +0 -0
- data/jboss/modules/org/jboss/logmanager/log4j/main/module.xml +35 -0
- data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.0.GA.jar +0 -0
- data/jboss/modules/org/jboss/logmanager/main/module.xml +32 -0
- data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.4.GA.jar +0 -0
- data/jboss/modules/org/jboss/marshalling/main/module.xml +35 -0
- data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.4.GA.jar +0 -0
- data/jboss/modules/org/jboss/marshalling/river/main/module.xml +34 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.0.Beta22.jar +0 -0
- data/jboss/modules/org/jboss/metadata/main/module.xml +51 -0
- data/jboss/modules/org/jboss/modules/main/module.xml +37 -0
- data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.1.GA.jar +0 -0
- data/jboss/modules/org/jboss/msc/main/module.xml +45 -0
- data/jboss/modules/org/jboss/netty/main/module.xml +36 -0
- data/jboss/modules/org/jboss/netty/main/netty-3.2.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/deployment/main/jbosgi-deployment-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/deployment/main/module.xml +38 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.0.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/module.xml +48 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-metadata-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-spi-1.0.10.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/module.xml +40 -0
- data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-1.0.28.jar +0 -0
- data/jboss/modules/org/jboss/osgi/spi/main/module.xml +39 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.6.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.6.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/module.xml +37 -0
- data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.0.CR3.jar +0 -0
- data/jboss/modules/org/jboss/remoting3/main/module.xml +38 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml +42 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml +38 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml +44 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml +41 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml +45 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml +40 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml +43 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.2.3.GA-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.2.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.0.Beta6.jar +0 -0
- data/jboss/modules/org/jboss/sasl/main/module.xml +36 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-2.2.0.Beta3.jar +0 -0
- data/jboss/modules/org/jboss/security/negotiation/main/module.xml +39 -0
- data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.6.Final.jar +0 -0
- data/jboss/modules/org/jboss/security/xacml/main/module.xml +35 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/module.xml +35 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-beta-5.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-beta-5.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-beta-5.jar +0 -0
- data/jboss/modules/org/jboss/staxmapper/main/module.xml +35 -0
- data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar +0 -0
- data/jboss/modules/org/jboss/stdio/main/module.xml +34 -0
- data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar +0 -0
- data/jboss/modules/org/jboss/threads/main/module.xml +34 -0
- data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/vfs/main/module.xml +35 -0
- data/jboss/modules/org/jboss/weld/api/main/module.xml +40 -0
- data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/weld/core/main/module.xml +54 -0
- data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.4.Final.jar +0 -0
- data/jboss/modules/org/jboss/weld/spi/main/module.xml +42 -0
- data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/api/main/module.xml +40 -0
- data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/common/main/module.xml +48 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml +46 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml +35 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml +64 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml +46 -0
- data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/jaxws-client/main/module.xml +59 -0
- data/jboss/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.0.GA.jar +0 -0
- data/jboss/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml +36 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/module.xml +61 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/module.xml +31 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/module.xml +31 -0
- data/jboss/modules/org/jboss/ws/saaj-impl/main/module.xml +35 -0
- data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/spi/main/module.xml +41 -0
- data/jboss/modules/org/jboss/ws/tools/common/main/jbossws-common-tools-1.0.0.CR1.jar +0 -0
- data/jboss/modules/org/jboss/ws/tools/common/main/module.xml +43 -0
- data/jboss/modules/org/jboss/ws/tools/wsconsume/main/module.xml +33 -0
- data/jboss/modules/org/jboss/ws/tools/wsprovide/main/module.xml +33 -0
- data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar +0 -0
- data/jboss/modules/org/jboss/xb/main/module.xml +38 -0
- data/jboss/modules/org/jboss/xnio/main/module.xml +36 -0
- data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.0.CR4.jar +0 -0
- data/jboss/modules/org/jboss/xnio/nio/main/module.xml +36 -0
- data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.0.CR4.jar +0 -0
- data/jboss/modules/org/jboss/xts/main/jbosstxbridge-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/xts/main/jbossxts-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/xts/main/jbossxts-api-4.15.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/xts/main/module.xml +58 -0
- data/jboss/modules/org/jdom/main/jdom-1.1.2.jar +0 -0
- data/jboss/modules/org/jdom/main/module.xml +35 -0
- data/jboss/modules/org/jgroups/main/jgroups-3.0.0.Final.jar +0 -0
- data/jboss/modules/org/jgroups/main/module.xml +35 -0
- data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar +0 -0
- data/jboss/modules/org/joda/time/main/module.xml +34 -0
- data/jboss/modules/org/junit/main/junit-4.10.jar +0 -0
- data/jboss/modules/org/junit/main/module.xml +33 -0
- data/jboss/modules/org/omg/api/main/module.xml +106 -0
- data/jboss/modules/org/osgi/core/main/module.xml +34 -0
- data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar +0 -0
- data/jboss/modules/org/picketbox/main/module.xml +46 -0
- data/jboss/modules/org/picketbox/main/picketbox-4.0.6.Beta1.jar +0 -0
- data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.CR1.jar +0 -0
- data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.6.Beta1.jar +0 -0
- data/jboss/modules/org/picketlink/main/module.xml +30 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-2.0.1.final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-jboss-2.0.1.final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.1.final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-trust-jbossws-2.0.1.final.jar +0 -0
- data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar +0 -0
- data/jboss/modules/org/python/jython/standalone/main/module.xml +33 -0
- data/jboss/modules/org/scannotation/scannotation/main/module.xml +36 -0
- data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar +0 -0
- data/jboss/modules/org/slf4j/ext/main/module.xml +36 -0
- data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar +0 -0
- data/jboss/modules/org/slf4j/impl/main/module.xml +35 -0
- data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar +0 -0
- data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar +0 -0
- data/jboss/modules/org/slf4j/jcl-over-slf4j/main/module.xml +34 -0
- data/jboss/modules/org/slf4j/main/module.xml +34 -0
- data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar +0 -0
- data/jboss/modules/org/torquebox/bootstrap/main/module.xml +57 -0
- data/jboss/modules/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/avro.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/hibernate-commons-annotations.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/hibernate-search-analyzers.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/hibernate-search-engine.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/hibernate-search.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/infinispan-query.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/jackson-core-asl.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/jackson-mapper-asl.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-analyzers.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-core.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-grouping.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-highlighter.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-memory.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-misc.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-smartcn.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-spatial.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-spellchecker.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/lucene-stempel.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/module.xml +107 -0
- data/jboss/modules/org/torquebox/cache/main/solr-analysis-extras.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/solr-commons-csv.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/solr-core.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/solr-solrj.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/torquebox-cache.jar +0 -0
- data/jboss/modules/org/torquebox/cdi/main/module.xml +48 -0
- data/jboss/modules/org/torquebox/cdi/main/torquebox-cdi.jar +0 -0
- data/jboss/modules/org/torquebox/core/main/module.xml +78 -0
- data/jboss/modules/org/torquebox/core/main/polyglot-core.jar +0 -0
- data/jboss/modules/org/torquebox/core/main/torquebox-core.jar +0 -0
- data/jboss/modules/org/torquebox/hasingleton/main/module.xml +48 -0
- data/jboss/modules/org/torquebox/hasingleton/main/torquebox-hasingleton.jar +0 -0
- data/jboss/modules/org/torquebox/jobs/main/module.xml +50 -0
- data/jboss/modules/org/torquebox/jobs/main/quartz.jar +0 -0
- data/jboss/modules/org/torquebox/jobs/main/torquebox-jobs.jar +0 -0
- data/jboss/modules/org/torquebox/messaging/main/module.xml +52 -0
- data/jboss/modules/org/torquebox/messaging/main/polyglot-messaging.jar +0 -0
- data/jboss/modules/org/torquebox/messaging/main/torquebox-messaging.jar +0 -0
- data/jboss/modules/org/torquebox/security/main/module.xml +47 -0
- data/jboss/modules/org/torquebox/security/main/torquebox-security.jar +0 -0
- data/jboss/modules/org/torquebox/services/main/module.xml +46 -0
- data/jboss/modules/org/torquebox/services/main/torquebox-services.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/module.xml +62 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-conduit-server-core.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-conduit-server-spi.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomp-api.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomp-common.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomp-server-core.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomp-server-spi.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomplet-api.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/stilts-stomplet-server-core.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
- data/jboss/modules/org/torquebox/web/main/module.xml +57 -0
- data/jboss/modules/org/torquebox/web/main/polyglot-web.jar +0 -0
- data/jboss/modules/org/torquebox/web/main/torquebox-web.jar +0 -0
- data/jboss/modules/org/w3c/css/sac/main/module.xml +34 -0
- data/jboss/modules/org/w3c/css/sac/main/sac-1.3.jar +0 -0
- data/jboss/modules/sun/jdk/main/module.xml +54 -0
- data/jboss/modules/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory +1 -0
- data/jboss/standalone/configuration/logging.properties +52 -0
- data/jboss/standalone/configuration/mgmt-users.properties +25 -0
- data/jboss/standalone/configuration/standalone-full.xml +460 -0
- data/jboss/standalone/configuration/standalone-ha.xml +587 -0
- data/jboss/standalone/configuration/standalone.xml +460 -0
- data/jboss/standalone/deployments/README.txt +190 -0
- data/jboss/welcome-content/as7_logo.png +0 -0
- data/jboss/welcome-content/as7_style.css +63 -0
- data/jboss/welcome-content/bkg.gif +0 -0
- data/jboss/welcome-content/documentation.html +75 -0
- data/jboss/welcome-content/favicon.ico +0 -0
- data/jboss/welcome-content/index.html +57 -0
- data/jboss/welcome-content/index_noconsole.html +57 -0
- data/jboss/welcome-content/jboss_community.png +0 -0
- data/jboss/welcome-content/noconsole.html +47 -0
- data/jboss/welcome-content/noredirect.html +46 -0
- data/lib/gem_hook.rb +18 -0
- data/lib/torquebox-server.jar +0 -0
- data/lib/torquebox-server.rb +13 -0
- data/licenses/lgpl-2.1.txt +502 -0
- data/share/init/TorqueBoxAgent.plist.template +9 -0
- data/share/init/torquebox.conf +14 -0
- data/share/javascript/stilts-stomp.js +244 -0
- data/share/rails/openshift_app_builder.rb +24 -0
- data/share/rails/template.rb +86 -0
- metadata +833 -0
@@ -0,0 +1,35 @@
|
|
1
|
+
<!--
|
2
|
+
~ JBoss, Home of Professional Open Source.
|
3
|
+
~ Copyright 2011, Red Hat, Inc., and individual contributors
|
4
|
+
~ as indicated by the @author tags. See the copyright.txt file in the
|
5
|
+
~ distribution for a full listing of individual contributors.
|
6
|
+
~
|
7
|
+
~ This is free software; you can redistribute it and/or modify it
|
8
|
+
~ under the terms of the GNU Lesser General Public License as
|
9
|
+
~ published by the Free Software Foundation; either version 2.1 of
|
10
|
+
~ the License, or (at your option) any later version.
|
11
|
+
~
|
12
|
+
~ This software is distributed in the hope that it will be useful,
|
13
|
+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14
|
+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
15
|
+
~ Lesser General Public License for more details.
|
16
|
+
~
|
17
|
+
~ You should have received a copy of the GNU Lesser General Public
|
18
|
+
~ License along with this software; if not, write to the Free
|
19
|
+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
20
|
+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
21
|
+
-->
|
22
|
+
|
23
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
24
|
+
targetNamespace="urn:jboss:domain:cmp:1.0"
|
25
|
+
xmlns="urn:jboss:domain:cmp:1.0"
|
26
|
+
elementFormDefault="qualified"
|
27
|
+
attributeFormDefault="unqualified"
|
28
|
+
version="1.0">
|
29
|
+
|
30
|
+
<!-- The naming subsystem root element -->
|
31
|
+
<xs:element name="subsystem" type="subsystem"/>
|
32
|
+
|
33
|
+
<xs:complexType name="subsystem"/>
|
34
|
+
|
35
|
+
</xs:schema>
|
@@ -0,0 +1,1574 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
|
3
|
+
<!--
|
4
|
+
~ JBoss, Home of Professional Open Source.
|
5
|
+
~ Copyright 2010, Red Hat, Inc., and individual contributors
|
6
|
+
~ as indicated by the @author tags. See the copyright.txt file in the
|
7
|
+
~ distribution for a full listing of individual contributors.
|
8
|
+
~
|
9
|
+
~ This is free software; you can redistribute it and/or modify it
|
10
|
+
~ under the terms of the GNU Lesser General Public License as
|
11
|
+
~ published by the Free Software Foundation; either version 2.1 of
|
12
|
+
~ the License, or (at your option) any later version.
|
13
|
+
~
|
14
|
+
~ This software is distributed in the hope that it will be useful,
|
15
|
+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16
|
+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
17
|
+
~ Lesser General Public License for more details.
|
18
|
+
~
|
19
|
+
~ You should have received a copy of the GNU Lesser General Public
|
20
|
+
~ License along with this software; if not, write to the Free
|
21
|
+
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
22
|
+
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
23
|
+
-->
|
24
|
+
|
25
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
26
|
+
xmlns="urn:jboss:domain:1.0"
|
27
|
+
targetNamespace="urn:jboss:domain:1.0"
|
28
|
+
elementFormDefault="qualified"
|
29
|
+
attributeFormDefault="unqualified"
|
30
|
+
>
|
31
|
+
|
32
|
+
|
33
|
+
<xs:element name="domain">
|
34
|
+
<xs:annotation>
|
35
|
+
<xs:documentation>
|
36
|
+
Root element for the master document specifying the core configuration
|
37
|
+
for the servers in a domain. There should be one such master
|
38
|
+
document per domain, available to the host controller that
|
39
|
+
is configured to act as the domain controller.
|
40
|
+
</xs:documentation>
|
41
|
+
</xs:annotation>
|
42
|
+
<xs:complexType>
|
43
|
+
<xs:sequence>
|
44
|
+
<xs:element name="extensions" type="extensionsType" minOccurs="0" maxOccurs="1"/>
|
45
|
+
<xs:element name="system-properties" type="properties-with-boottime" minOccurs="0" maxOccurs="1"/>
|
46
|
+
<xs:element name="paths" type="named-pathsType" minOccurs="0" maxOccurs="1" />
|
47
|
+
<xs:element name="profiles" type="profilesType" minOccurs="0" maxOccurs="1"/>
|
48
|
+
<xs:element name="interfaces" type="named-interfacesType" minOccurs="0" maxOccurs="1"/>
|
49
|
+
<xs:element name="socket-binding-groups" type="socket-binding-groupsType" minOccurs="0" maxOccurs="1"/>
|
50
|
+
<xs:element name="deployments" type="domain-deploymentsType" minOccurs="0" maxOccurs="1"/>
|
51
|
+
<xs:element name="server-groups" type="server-groupsType" minOccurs="0" maxOccurs="1"/>
|
52
|
+
</xs:sequence>
|
53
|
+
</xs:complexType>
|
54
|
+
</xs:element>
|
55
|
+
|
56
|
+
<xs:element name="host">
|
57
|
+
<xs:annotation>
|
58
|
+
<xs:documentation>
|
59
|
+
Root element for a document configuring a host controller and
|
60
|
+
the group of servers under the control of that host controller.
|
61
|
+
The standard usage would be for a domain to have one such host controller
|
62
|
+
on each physical (or virtual) host machine. Emphasis in this
|
63
|
+
document is on enumerating the servers, configuring items that
|
64
|
+
are specific to the host environment (e.g. IP addresses), and
|
65
|
+
on any server-specific configuration settings.
|
66
|
+
</xs:documentation>
|
67
|
+
</xs:annotation>
|
68
|
+
<xs:complexType>
|
69
|
+
<xs:sequence>
|
70
|
+
<xs:element name="system-properties" type="properties-with-boottime" minOccurs="0"/>
|
71
|
+
<xs:element name="paths" type="specified-pathsType" minOccurs="0" maxOccurs="1" />
|
72
|
+
<xs:element name="management" type="managementType" minOccurs="0" maxOccurs="1"/>
|
73
|
+
<xs:element name="domain-controller" type="domain-controllerType"/>
|
74
|
+
<xs:element name="interfaces" type="specified-interfacesType" minOccurs="0"/>
|
75
|
+
<xs:element name="jvms" type="jvmsType" minOccurs="0"/>
|
76
|
+
<xs:element name="servers" type="serversType" minOccurs="0"/>
|
77
|
+
</xs:sequence>
|
78
|
+
<xs:attribute name="name" type="xs:string" use="optional">
|
79
|
+
<xs:annotation>
|
80
|
+
<xs:documentation>
|
81
|
+
The name to use for this host's host controller. Must be
|
82
|
+
unique across the domain. If not set, defaults to the
|
83
|
+
runtime value of InetAddress.getLocalHost().getHostName().
|
84
|
+
</xs:documentation>
|
85
|
+
</xs:annotation>
|
86
|
+
</xs:attribute>
|
87
|
+
</xs:complexType>
|
88
|
+
</xs:element>
|
89
|
+
|
90
|
+
<xs:element name="server">
|
91
|
+
<xs:annotation>
|
92
|
+
<xs:documentation>
|
93
|
+
Root element for a document specifying the configuration
|
94
|
+
of a single "standalone" server that does not operate
|
95
|
+
as part of a domain.
|
96
|
+
|
97
|
+
Note that this element is distinct from the 'serverType'
|
98
|
+
specified in this schema. The latter type forms part of the
|
99
|
+
configuration of a server that operates as part of a domain.
|
100
|
+
</xs:documentation>
|
101
|
+
</xs:annotation>
|
102
|
+
<xs:complexType>
|
103
|
+
<xs:sequence>
|
104
|
+
<xs:element name="extensions" type="extensionsType" minOccurs="0" maxOccurs="1"/>
|
105
|
+
<xs:element name="system-properties" type="properties" minOccurs="0" maxOccurs="1"/>
|
106
|
+
<xs:element name="paths" type="specified-pathsType" minOccurs="0" maxOccurs="1"/>
|
107
|
+
<xs:element name="management" type="managementType" minOccurs="0" maxOccurs="1"/>
|
108
|
+
<xs:element name="profile" type="standalone-profileType" minOccurs="0"/>
|
109
|
+
<xs:element name="interfaces" type="specified-interfacesType" minOccurs="0" maxOccurs="1"/>
|
110
|
+
<xs:element name="socket-binding-group" type="standalone-socket-binding-groupType" minOccurs="0" maxOccurs="1"/>
|
111
|
+
<xs:element name="deployments" type="mapped-deploymentsType" minOccurs="0" maxOccurs="1"/>
|
112
|
+
</xs:sequence>
|
113
|
+
<xs:attribute name="name" type="xs:string" use="optional">
|
114
|
+
<xs:annotation>
|
115
|
+
<xs:documentation>
|
116
|
+
The name to use for this server. If not set, defaults to
|
117
|
+
the runtime value of InetAddress.getLocalHost().getHostName().
|
118
|
+
</xs:documentation>
|
119
|
+
</xs:annotation>
|
120
|
+
</xs:attribute>
|
121
|
+
</xs:complexType>
|
122
|
+
</xs:element>
|
123
|
+
|
124
|
+
<xs:complexType name="domain-managementType">
|
125
|
+
<xs:annotation>
|
126
|
+
<xs:documentation>
|
127
|
+
Domain-wide default configuration settings for the management of standalone servers and a Host Controller.
|
128
|
+
</xs:documentation>
|
129
|
+
</xs:annotation>
|
130
|
+
<xs:sequence>
|
131
|
+
<xs:element name="security-realms" minOccurs="0">
|
132
|
+
<xs:complexType>
|
133
|
+
<xs:sequence>
|
134
|
+
<xs:element name="security-realm" type="security-realmType" minOccurs="1"
|
135
|
+
maxOccurs="unbounded"/>
|
136
|
+
</xs:sequence>
|
137
|
+
</xs:complexType>
|
138
|
+
</xs:element>
|
139
|
+
<xs:element name="outbound-connections" minOccurs="0">
|
140
|
+
<xs:complexType>
|
141
|
+
<xs:sequence>
|
142
|
+
<xs:element name="ldap" type="ldapType" minOccurs="1" /> <!-- TODO minOccurs only while ldap is only supported connection. -->
|
143
|
+
</xs:sequence>
|
144
|
+
</xs:complexType>
|
145
|
+
</xs:element>
|
146
|
+
</xs:sequence>
|
147
|
+
</xs:complexType>
|
148
|
+
|
149
|
+
<xs:complexType name="managementType">
|
150
|
+
<xs:annotation>
|
151
|
+
<xs:documentation>
|
152
|
+
The centralized configuration for the management of standalone servers and a Host Controller.
|
153
|
+
</xs:documentation>
|
154
|
+
</xs:annotation>
|
155
|
+
<xs:complexContent>
|
156
|
+
<xs:extension base="domain-managementType">
|
157
|
+
<xs:sequence>
|
158
|
+
<xs:element name="management-interfaces" type="management-interfacesType" minOccurs="0"/>
|
159
|
+
</xs:sequence>
|
160
|
+
</xs:extension>
|
161
|
+
</xs:complexContent>
|
162
|
+
</xs:complexType>
|
163
|
+
|
164
|
+
<xs:complexType name="ldapType"> <!-- TODO - May extend from a common connection type for name -->
|
165
|
+
<xs:annotation>
|
166
|
+
<xs:documentation>
|
167
|
+
The LDAP connection definition.
|
168
|
+
</xs:documentation>
|
169
|
+
</xs:annotation>
|
170
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
171
|
+
<xs:annotation>
|
172
|
+
<xs:documentation>
|
173
|
+
The name of this connection.
|
174
|
+
</xs:documentation>
|
175
|
+
</xs:annotation>
|
176
|
+
</xs:attribute>
|
177
|
+
<xs:attribute name="url" type="xs:string" use="required">
|
178
|
+
<xs:annotation>
|
179
|
+
<xs:documentation>
|
180
|
+
The URL to connect to ldap.
|
181
|
+
</xs:documentation>
|
182
|
+
</xs:annotation>
|
183
|
+
</xs:attribute>
|
184
|
+
<!-- TODO - Later will be optional if we support GSSAPI to connect to LDAP -->
|
185
|
+
<xs:attribute name="search-dn" type="xs:string" use="required">
|
186
|
+
<xs:annotation>
|
187
|
+
<xs:documentation>
|
188
|
+
The distinguished name to use when connecting to LDAP to perform searches.
|
189
|
+
</xs:documentation>
|
190
|
+
</xs:annotation>
|
191
|
+
</xs:attribute>
|
192
|
+
<xs:attribute name="search-credential" type="xs:string" use="required">
|
193
|
+
<xs:annotation>
|
194
|
+
<xs:documentation>
|
195
|
+
The credential to use when connecting to perform a search.
|
196
|
+
</xs:documentation>
|
197
|
+
</xs:annotation>
|
198
|
+
</xs:attribute>
|
199
|
+
<!-- TODO - May drop this and just allow free name/value properties for extension. -->
|
200
|
+
<xs:attribute name="initial-context-factory" type="xs:string" default="com.sun.jndi.ldap.LdapCtxFactory">
|
201
|
+
<xs:annotation>
|
202
|
+
<xs:documentation>
|
203
|
+
The initial context factory to establish the LdapContext.
|
204
|
+
</xs:documentation>
|
205
|
+
</xs:annotation>
|
206
|
+
</xs:attribute>
|
207
|
+
</xs:complexType>
|
208
|
+
|
209
|
+
<xs:complexType name="security-realmType">
|
210
|
+
<xs:annotation>
|
211
|
+
<xs:documentation>
|
212
|
+
Configuration of a security realm for securing access to the management interfaces.
|
213
|
+
</xs:documentation>
|
214
|
+
</xs:annotation>
|
215
|
+
<xs:sequence>
|
216
|
+
<xs:element name="server-identities" type="server-identitiesType" minOccurs="0" />
|
217
|
+
<xs:element name="authentication" type="authenticationType" minOccurs="0" />
|
218
|
+
</xs:sequence>
|
219
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
220
|
+
<xs:annotation>
|
221
|
+
<xs:documentation>
|
222
|
+
The name of this security-realm, each security-realm must be assigned a unique name.
|
223
|
+
</xs:documentation>
|
224
|
+
</xs:annotation>
|
225
|
+
</xs:attribute>
|
226
|
+
</xs:complexType>
|
227
|
+
|
228
|
+
<xs:complexType name="server-identitiesType">
|
229
|
+
<xs:annotation>
|
230
|
+
<xs:documentation>
|
231
|
+
Configuration of the identities that represent the server.
|
232
|
+
</xs:documentation>
|
233
|
+
</xs:annotation>
|
234
|
+
<xs:sequence>
|
235
|
+
<xs:element name="ssl" type="sslType" minOccurs="0" />
|
236
|
+
<xs:element name="secret" type="secretType" minOccurs="0" />
|
237
|
+
</xs:sequence>
|
238
|
+
</xs:complexType>
|
239
|
+
|
240
|
+
<xs:complexType name="secretType">
|
241
|
+
<xs:annotation>
|
242
|
+
<xs:documentation>
|
243
|
+
Configuration of the SSL identity of this server.
|
244
|
+
</xs:documentation>
|
245
|
+
</xs:annotation>
|
246
|
+
<xs:attribute name="value" type="xs:string" use="required">
|
247
|
+
<xs:annotation>
|
248
|
+
<xs:documentation>
|
249
|
+
The secret / password - Base64 Encoded
|
250
|
+
</xs:documentation>
|
251
|
+
</xs:annotation>
|
252
|
+
</xs:attribute>
|
253
|
+
</xs:complexType>
|
254
|
+
|
255
|
+
<xs:complexType name="sslType">
|
256
|
+
<xs:annotation>
|
257
|
+
<xs:documentation>
|
258
|
+
Configuration of the SSL identity of this server.
|
259
|
+
</xs:documentation>
|
260
|
+
</xs:annotation>
|
261
|
+
<xs:sequence>
|
262
|
+
<xs:element name="keystore" type="keystoreType" />
|
263
|
+
</xs:sequence>
|
264
|
+
<xs:attribute name="protocol" type="xs:string" default="TLS">
|
265
|
+
<xs:annotation>
|
266
|
+
<xs:documentation>
|
267
|
+
The protocol to use when creating the SSLContext.
|
268
|
+
</xs:documentation>
|
269
|
+
</xs:annotation>
|
270
|
+
</xs:attribute>
|
271
|
+
</xs:complexType>
|
272
|
+
|
273
|
+
<xs:complexType name="keystoreType">
|
274
|
+
<xs:annotation>
|
275
|
+
<xs:documentation>
|
276
|
+
The keystore configuration for the server.
|
277
|
+
</xs:documentation>
|
278
|
+
</xs:annotation>
|
279
|
+
<xs:attribute name="relative-to" use="optional" type="xs:string">
|
280
|
+
<xs:annotation>
|
281
|
+
<xs:documentation>
|
282
|
+
The name of another previously named path, or of one of the
|
283
|
+
standard paths provided by the system. If 'relative-to' is
|
284
|
+
provided, the value of the 'path' attribute is treated as
|
285
|
+
relative to the path specified by this attribute.
|
286
|
+
</xs:documentation>
|
287
|
+
</xs:annotation>
|
288
|
+
</xs:attribute>
|
289
|
+
<xs:attribute name="path" type="xs:string" use="required">
|
290
|
+
<xs:annotation>
|
291
|
+
<xs:documentation>
|
292
|
+
The path of the keystore.
|
293
|
+
</xs:documentation>
|
294
|
+
</xs:annotation>
|
295
|
+
</xs:attribute>
|
296
|
+
<xs:attribute name="password" type="xs:string" use="required">
|
297
|
+
<xs:annotation>
|
298
|
+
<xs:documentation>
|
299
|
+
The password to open the keystore.
|
300
|
+
</xs:documentation>
|
301
|
+
</xs:annotation>
|
302
|
+
</xs:attribute>
|
303
|
+
</xs:complexType>
|
304
|
+
|
305
|
+
<xs:complexType name="authenticationType">
|
306
|
+
<xs:annotation>
|
307
|
+
<xs:documentation>
|
308
|
+
Configuration of the server side authentication mechanisms.
|
309
|
+
</xs:documentation>
|
310
|
+
</xs:annotation>
|
311
|
+
<xs:choice>
|
312
|
+
<xs:element name="ldap" type="ldapAuthenticationType" minOccurs="0" />
|
313
|
+
<xs:element name="properties" type="propertiesAuthenticationType" minOccurs="0" />
|
314
|
+
<xs:element name="users" type="usersAuthenticationType" minOccurs="0" />
|
315
|
+
</xs:choice>
|
316
|
+
<xs:attribute name="useDomainController" type="xs:boolean" default="false">
|
317
|
+
<xs:annotation>
|
318
|
+
<xs:documentation>
|
319
|
+
Should the request delegate to the domain controller or handle the authentication locally.
|
320
|
+
</xs:documentation>
|
321
|
+
</xs:annotation>
|
322
|
+
</xs:attribute>
|
323
|
+
</xs:complexType>
|
324
|
+
|
325
|
+
<xs:complexType name="ldapAuthenticationType">
|
326
|
+
<xs:annotation>
|
327
|
+
<xs:documentation>
|
328
|
+
Definition to use LDAP as the user repository.
|
329
|
+
</xs:documentation>
|
330
|
+
</xs:annotation>
|
331
|
+
<xs:attribute name="connection" type="xs:string" use="required">
|
332
|
+
<xs:annotation>
|
333
|
+
<xs:documentation>
|
334
|
+
The name of the connection to use to connect to LDAP.
|
335
|
+
</xs:documentation>
|
336
|
+
</xs:annotation>
|
337
|
+
</xs:attribute>
|
338
|
+
<xs:attribute name="base-dn" type="xs:string" use="required">
|
339
|
+
<xs:annotation>
|
340
|
+
<xs:documentation>
|
341
|
+
The base distinguished name to commence the search for the user.
|
342
|
+
</xs:documentation>
|
343
|
+
</xs:annotation>
|
344
|
+
</xs:attribute>
|
345
|
+
<xs:attribute name="username-attribute" type="xs:string" use="required">
|
346
|
+
<xs:annotation>
|
347
|
+
<xs:documentation>
|
348
|
+
The name of the attribute to search for the user.
|
349
|
+
</xs:documentation>
|
350
|
+
</xs:annotation>
|
351
|
+
</xs:attribute>
|
352
|
+
<xs:attribute name="recursive" type="xs:boolean" default="false">
|
353
|
+
<xs:annotation>
|
354
|
+
<xs:documentation>
|
355
|
+
Should the search be recursive.
|
356
|
+
</xs:documentation>
|
357
|
+
</xs:annotation>
|
358
|
+
</xs:attribute>
|
359
|
+
<xs:attribute name="user-dn" type="xs:string" default="dn">
|
360
|
+
<xs:annotation>
|
361
|
+
<xs:documentation>
|
362
|
+
The name of the attribute which is the users distinguished name.
|
363
|
+
</xs:documentation>
|
364
|
+
</xs:annotation>
|
365
|
+
</xs:attribute>
|
366
|
+
</xs:complexType>
|
367
|
+
|
368
|
+
|
369
|
+
<xs:complexType name="usersAuthenticationType">
|
370
|
+
<xs:annotation>
|
371
|
+
<xs:documentation>
|
372
|
+
A set of users
|
373
|
+
</xs:documentation>
|
374
|
+
</xs:annotation>
|
375
|
+
<xs:sequence>
|
376
|
+
<xs:element name="user" type="userType" maxOccurs="unbounded"/>
|
377
|
+
</xs:sequence>
|
378
|
+
</xs:complexType>
|
379
|
+
|
380
|
+
<xs:complexType name="userType">
|
381
|
+
<xs:annotation>
|
382
|
+
<xs:documentation>
|
383
|
+
A single user.
|
384
|
+
</xs:documentation>
|
385
|
+
</xs:annotation>
|
386
|
+
<xs:choice>
|
387
|
+
<xs:element name="password" type="xs:string" />
|
388
|
+
</xs:choice>
|
389
|
+
<xs:attribute name="username" type="xs:string" use="required">
|
390
|
+
<xs:annotation>
|
391
|
+
<xs:documentation>
|
392
|
+
The users username.
|
393
|
+
</xs:documentation>
|
394
|
+
</xs:annotation>
|
395
|
+
</xs:attribute>
|
396
|
+
</xs:complexType>
|
397
|
+
|
398
|
+
<xs:complexType name="propertiesAuthenticationType">
|
399
|
+
<xs:annotation>
|
400
|
+
<xs:documentation>
|
401
|
+
Declaration of users stored within properties files.
|
402
|
+
</xs:documentation>
|
403
|
+
</xs:annotation>
|
404
|
+
<xs:attribute name="relative-to" use="optional" type="xs:string">
|
405
|
+
<xs:annotation>
|
406
|
+
<xs:documentation>
|
407
|
+
The name of another previously named path, or of one of the
|
408
|
+
standard paths provided by the system. If 'relative-to' is
|
409
|
+
provided, the value of the 'path' attribute is treated as
|
410
|
+
relative to the path specified by this attribute.
|
411
|
+
</xs:documentation>
|
412
|
+
</xs:annotation>
|
413
|
+
</xs:attribute>
|
414
|
+
<xs:attribute name="path" type="xs:string" use="required">
|
415
|
+
<xs:annotation>
|
416
|
+
<xs:documentation>
|
417
|
+
The path of the properties file containing the users.
|
418
|
+
</xs:documentation>
|
419
|
+
</xs:annotation>
|
420
|
+
</xs:attribute>
|
421
|
+
</xs:complexType>
|
422
|
+
|
423
|
+
<xs:complexType name="management-interfaceType">
|
424
|
+
<xs:annotation>
|
425
|
+
<xs:documentation>
|
426
|
+
Configuration of a host's or standalone server's exposed management interface.
|
427
|
+
</xs:documentation>
|
428
|
+
</xs:annotation>
|
429
|
+
<xs:attribute name="interface" type="xs:string" use="required">
|
430
|
+
<xs:annotation>
|
431
|
+
<xs:documentation>
|
432
|
+
Network interface on which the host's socket for
|
433
|
+
management communication should be opened.
|
434
|
+
</xs:documentation>
|
435
|
+
</xs:annotation>
|
436
|
+
</xs:attribute>
|
437
|
+
<xs:attribute name="port" type="xs:int" use="optional">
|
438
|
+
<xs:annotation>
|
439
|
+
<xs:documentation>
|
440
|
+
Port on which the host's socket for
|
441
|
+
management communication should be opened.
|
442
|
+
|
443
|
+
If not specified the port will not be opened.
|
444
|
+
</xs:documentation>
|
445
|
+
</xs:annotation>
|
446
|
+
</xs:attribute>
|
447
|
+
<xs:attribute name="secure-port" type="xs:int" use="optional">
|
448
|
+
<xs:annotation>
|
449
|
+
<xs:documentation>
|
450
|
+
Secure port on which the host's socket for
|
451
|
+
management communication should be opened.
|
452
|
+
|
453
|
+
If not specified the port will not be opened.
|
454
|
+
|
455
|
+
If specified the security-realm will be required to obtain
|
456
|
+
the SSL configuration.
|
457
|
+
</xs:documentation>
|
458
|
+
</xs:annotation>
|
459
|
+
</xs:attribute>
|
460
|
+
<xs:attribute name="security-realm" type="xs:string" use="optional">
|
461
|
+
<xs:annotation>
|
462
|
+
<xs:documentation>
|
463
|
+
The security realm to use for this management interface, the capabilities
|
464
|
+
of the security realm will be queried to identify the authentication mechanism(s) to
|
465
|
+
offer.
|
466
|
+
</xs:documentation>
|
467
|
+
</xs:annotation>
|
468
|
+
</xs:attribute>
|
469
|
+
</xs:complexType>
|
470
|
+
|
471
|
+
<xs:complexType name="management-interfacesType">
|
472
|
+
<xs:all minOccurs="0">
|
473
|
+
<xs:element name="native-interface" type="management-interfaceType"/>
|
474
|
+
<xs:element name="http-interface" type="management-interfaceType"/>
|
475
|
+
</xs:all>
|
476
|
+
</xs:complexType>
|
477
|
+
|
478
|
+
<xs:complexType name="domain-controllerType">
|
479
|
+
<xs:choice>
|
480
|
+
<xs:element name="local" type="domain-controller-localType"/>
|
481
|
+
<xs:element name="remote" type="domain-controller-remoteType"/>
|
482
|
+
</xs:choice>
|
483
|
+
</xs:complexType>
|
484
|
+
|
485
|
+
<xs:complexType name="domain-controller-localType" />
|
486
|
+
|
487
|
+
<xs:complexType name="domain-controller-remoteType">
|
488
|
+
<xs:attribute name="host" type="xs:string" use="required" />
|
489
|
+
<xs:attribute name="port" type="xs:integer" use="required" />
|
490
|
+
<xs:attribute name="security-realm" type="xs:string" use="optional" />
|
491
|
+
</xs:complexType>
|
492
|
+
|
493
|
+
<xs:complexType name="serversType">
|
494
|
+
<xs:sequence>
|
495
|
+
<xs:element name="server" type="serverType" minOccurs="0" maxOccurs="unbounded"/>
|
496
|
+
</xs:sequence>
|
497
|
+
</xs:complexType>
|
498
|
+
|
499
|
+
<xs:complexType name="serverType">
|
500
|
+
<xs:all>
|
501
|
+
<xs:element name="paths" type="specified-pathsType" minOccurs="0" maxOccurs="1" />
|
502
|
+
|
503
|
+
<xs:element name="interface-specs" type="specified-interfacesType" minOccurs="0"/>
|
504
|
+
<xs:element name="socket-binding-group" type="socket-binding-group-refType" minOccurs="0"/>
|
505
|
+
|
506
|
+
<!--<xs:element name="loggers" type="loggersType" minOccurs="0"/>-->
|
507
|
+
<xs:element name="system-properties" type="properties-with-boottime" minOccurs="0"/>
|
508
|
+
<xs:element name="jvm" minOccurs="0" type="serverJvmType"/>
|
509
|
+
</xs:all>
|
510
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
511
|
+
<xs:attribute name="group" type="xs:string" use="required"/>
|
512
|
+
<xs:attribute name="auto-start" type="xs:boolean" default="true"/>
|
513
|
+
</xs:complexType>
|
514
|
+
|
515
|
+
<xs:complexType name="extensionsType">
|
516
|
+
<xs:annotation>
|
517
|
+
<xs:documentation>Contains a list of extension modules.</xs:documentation>
|
518
|
+
</xs:annotation>
|
519
|
+
<xs:sequence>
|
520
|
+
<xs:element name="extension" type="extensionType" minOccurs="1" maxOccurs="unbounded"/>
|
521
|
+
</xs:sequence>
|
522
|
+
</xs:complexType>
|
523
|
+
|
524
|
+
<xs:complexType name="extensionType">
|
525
|
+
<xs:annotation>
|
526
|
+
<xs:documentation>
|
527
|
+
A module that extends the standard capabilities of a domain
|
528
|
+
or a standalone server.
|
529
|
+
</xs:documentation>
|
530
|
+
</xs:annotation>
|
531
|
+
<xs:attribute name="module" use="required" type="xs:string">
|
532
|
+
<xs:annotation>
|
533
|
+
<xs:documentation>The name of the module</xs:documentation>
|
534
|
+
</xs:annotation>
|
535
|
+
</xs:attribute>
|
536
|
+
</xs:complexType>
|
537
|
+
|
538
|
+
<xs:complexType name="server-groupsType">
|
539
|
+
<xs:sequence>
|
540
|
+
<xs:element name="server-group" type="server-groupType" minOccurs="0" maxOccurs="unbounded"/>
|
541
|
+
</xs:sequence>
|
542
|
+
</xs:complexType>
|
543
|
+
|
544
|
+
<xs:complexType name="server-groupType">
|
545
|
+
<xs:sequence>
|
546
|
+
<xs:element name="jvm" type="namedJvmType" minOccurs="0"/>
|
547
|
+
<xs:element name="socket-binding-group" type="socket-binding-group-refType" minOccurs="1"/>
|
548
|
+
|
549
|
+
<xs:element name="deployments" type="mapped-deploymentsType" minOccurs="0"/>
|
550
|
+
|
551
|
+
<xs:element name="system-properties" minOccurs="0" type="properties-with-boottime"/>
|
552
|
+
</xs:sequence>
|
553
|
+
<xs:attribute name="name" type="xs:string">
|
554
|
+
<xs:annotation>
|
555
|
+
<xs:documentation>
|
556
|
+
The name of the server group
|
557
|
+
</xs:documentation>
|
558
|
+
</xs:annotation>
|
559
|
+
</xs:attribute>
|
560
|
+
<xs:attribute name="profile" type="xs:string">
|
561
|
+
<xs:annotation>
|
562
|
+
<xs:documentation>
|
563
|
+
The name of the profile this server is running.
|
564
|
+
</xs:documentation>
|
565
|
+
</xs:annotation>
|
566
|
+
</xs:attribute>
|
567
|
+
</xs:complexType>
|
568
|
+
|
569
|
+
<xs:complexType name="mapped-deploymentsType">
|
570
|
+
<xs:annotation>
|
571
|
+
<xs:documentation>Contains a list of deployments that have been mapped to a server-group.</xs:documentation>
|
572
|
+
</xs:annotation>
|
573
|
+
<xs:sequence>
|
574
|
+
<xs:element name="deployment" type="mapped-deploymentType" maxOccurs="unbounded"/>
|
575
|
+
</xs:sequence>
|
576
|
+
</xs:complexType>
|
577
|
+
|
578
|
+
<xs:complexType name="mapped-deploymentType">
|
579
|
+
<xs:annotation>
|
580
|
+
<xs:documentation>A deployment that has been mapped to a server group.</xs:documentation>
|
581
|
+
</xs:annotation>
|
582
|
+
<xs:sequence>
|
583
|
+
<!-- TODO: maxOccurs should be unbounded once overlays are in place -->
|
584
|
+
<xs:choice maxOccurs="1">
|
585
|
+
<xs:element name="content" type="contentType"/>
|
586
|
+
<xs:element name="fs-archive" type="fs-archiveType"/>
|
587
|
+
<xs:element name="fs-exploded" type="fs-explodedType"/>
|
588
|
+
</xs:choice>
|
589
|
+
</xs:sequence>
|
590
|
+
<xs:attribute name="name" use="required">
|
591
|
+
<xs:annotation>
|
592
|
+
<xs:documentation>Unique identifier of the deployment. Must be unique across all deployments.
|
593
|
+
</xs:documentation>
|
594
|
+
</xs:annotation>
|
595
|
+
</xs:attribute>
|
596
|
+
<xs:attribute name="runtime-name" use="required">
|
597
|
+
<xs:annotation>
|
598
|
+
<xs:documentation>Name by which the deployment will be known within a running server.of the deployment.
|
599
|
+
Does not need to be unique across all deployments in the domain, although it must be unique within
|
600
|
+
an individual server. For example, two different deployments running on different servers in
|
601
|
+
the domain could both have a 'runtime-name' of 'example.war', with one having a 'name'
|
602
|
+
of 'example.war_v1' and another with an 'name' of 'example.war_v2'.
|
603
|
+
</xs:documentation>
|
604
|
+
</xs:annotation>
|
605
|
+
</xs:attribute>
|
606
|
+
<!-- TODO clarify what a value of 'false' means -->
|
607
|
+
<xs:attribute name="enabled" use="optional" type="xs:boolean" default="true">
|
608
|
+
<xs:annotation>
|
609
|
+
<xs:documentation>Whether the deployment deploy automatically when the server starts up.
|
610
|
+
</xs:documentation>
|
611
|
+
</xs:annotation>
|
612
|
+
</xs:attribute>
|
613
|
+
</xs:complexType>
|
614
|
+
|
615
|
+
<xs:complexType name="contentType">
|
616
|
+
<xs:attribute name="sha1" use="required">
|
617
|
+
<xs:annotation>
|
618
|
+
<xs:documentation>The checksum of the content</xs:documentation>
|
619
|
+
</xs:annotation>
|
620
|
+
</xs:attribute>
|
621
|
+
</xs:complexType>
|
622
|
+
|
623
|
+
<xs:complexType name="fs-archiveType">
|
624
|
+
<xs:annotation>
|
625
|
+
<xs:documentation>Archived content found on the filesystem</xs:documentation>
|
626
|
+
</xs:annotation>
|
627
|
+
<xs:complexContent>
|
628
|
+
<xs:extension base="fs-baseType"/>
|
629
|
+
</xs:complexContent>
|
630
|
+
</xs:complexType>
|
631
|
+
|
632
|
+
<xs:complexType name="fs-baseType">
|
633
|
+
<xs:complexContent>
|
634
|
+
<xs:extension base="pathType"/>
|
635
|
+
</xs:complexContent>
|
636
|
+
<!-- TODO: make path required
|
637
|
+
<xs:complexContent>
|
638
|
+
<xs:restriction base="pathType">
|
639
|
+
<xs:attribute name="path" use="required"/>
|
640
|
+
</xs:restriction>
|
641
|
+
</xs:complexContent>
|
642
|
+
-->
|
643
|
+
</xs:complexType>
|
644
|
+
|
645
|
+
<xs:complexType name="fs-explodedType">
|
646
|
+
<xs:annotation>
|
647
|
+
<xs:documentation>Exploded content found on the filesystem</xs:documentation>
|
648
|
+
</xs:annotation>
|
649
|
+
<xs:complexContent>
|
650
|
+
<xs:extension base="fs-baseType"/>
|
651
|
+
</xs:complexContent>
|
652
|
+
</xs:complexType>
|
653
|
+
|
654
|
+
<xs:complexType name="domain-deploymentsType">
|
655
|
+
<xs:annotation>
|
656
|
+
<xs:documentation>Contains a list of domain-level deployments</xs:documentation>
|
657
|
+
</xs:annotation>
|
658
|
+
<xs:sequence>
|
659
|
+
<xs:element name="deployment" type="deploymentType" maxOccurs="unbounded"/>
|
660
|
+
</xs:sequence>
|
661
|
+
</xs:complexType>
|
662
|
+
|
663
|
+
<xs:complexType name="deploymentType">
|
664
|
+
<xs:annotation>
|
665
|
+
<xs:documentation>Deployment represents anything that can be deployed (e.g. an application such as EJB-JAR,
|
666
|
+
WAR, EAR,
|
667
|
+
any kind of standard archive such as RAR or JBoss-specific deployment),
|
668
|
+
which can be enabled or disabled on a domain level.
|
669
|
+
</xs:documentation>
|
670
|
+
</xs:annotation>
|
671
|
+
<xs:complexContent>
|
672
|
+
<xs:extension base="mapped-deploymentType" />
|
673
|
+
</xs:complexContent>
|
674
|
+
</xs:complexType>
|
675
|
+
|
676
|
+
<!-- TODO this is not used anywhere yet -->
|
677
|
+
<xs:complexType name="clustersType">
|
678
|
+
<xs:complexContent>
|
679
|
+
<xs:extension base="server-groupType">
|
680
|
+
<xs:sequence>
|
681
|
+
<xs:element name="partition-name" type="xs:string"/>
|
682
|
+
<xs:element name="state-transfer-timeout" type="xs:integer"/>
|
683
|
+
<xs:element name="method-call-timeout" type="xs:integer"/>
|
684
|
+
</xs:sequence>
|
685
|
+
<xs:attribute name="category" type="xs:string" use="required"/>
|
686
|
+
</xs:extension>
|
687
|
+
</xs:complexContent>
|
688
|
+
</xs:complexType>
|
689
|
+
|
690
|
+
<!-- domain-configuration related definitions -->
|
691
|
+
<xs:complexType name="domain-configurationType">
|
692
|
+
<xs:annotation>
|
693
|
+
<xs:documentation>The domain controller/server bootstrap configuration</xs:documentation>
|
694
|
+
</xs:annotation>
|
695
|
+
<xs:sequence>
|
696
|
+
<xs:element ref="bootstrapURI"/>
|
697
|
+
</xs:sequence>
|
698
|
+
</xs:complexType>
|
699
|
+
<xs:element name="bootstrapURI" type="xs:string">
|
700
|
+
<xs:annotation>
|
701
|
+
<xs:documentation>The URI for bootstrapping a domain server</xs:documentation>
|
702
|
+
</xs:annotation>
|
703
|
+
</xs:element>
|
704
|
+
|
705
|
+
<xs:complexType name="profilesType">
|
706
|
+
<xs:annotation>
|
707
|
+
<xs:documentation>Contains a list of profiles available for use in the domain</xs:documentation>
|
708
|
+
</xs:annotation>
|
709
|
+
<xs:sequence>
|
710
|
+
<xs:element name="profile" type="domain-profileType" minOccurs="1" maxOccurs="unbounded"/>
|
711
|
+
</xs:sequence>
|
712
|
+
</xs:complexType>
|
713
|
+
|
714
|
+
<xs:complexType name="domain-profileType">
|
715
|
+
<xs:annotation>
|
716
|
+
<xs:documentation>Contains a list of subsystems</xs:documentation>
|
717
|
+
</xs:annotation>
|
718
|
+
<xs:sequence>
|
719
|
+
<xs:element name="include" type="profile-includeType" minOccurs="0" maxOccurs="unbounded"/>
|
720
|
+
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
|
721
|
+
<xs:annotation>
|
722
|
+
<xs:documentation>A profile declaration may include configuration
|
723
|
+
elements from other namespaces for the subsystems that make up the profile.
|
724
|
+
</xs:documentation>
|
725
|
+
</xs:annotation>
|
726
|
+
</xs:any>
|
727
|
+
</xs:sequence>
|
728
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
729
|
+
<xs:annotation>
|
730
|
+
<xs:documentation>Name of the profile</xs:documentation>
|
731
|
+
</xs:annotation>
|
732
|
+
</xs:attribute>
|
733
|
+
</xs:complexType>
|
734
|
+
|
735
|
+
<xs:complexType name="profile-includeType">
|
736
|
+
<xs:annotation>
|
737
|
+
<xs:documentation>Specifies that a contents of a named profile are to be included in
|
738
|
+
the profile whose definition includes this type.
|
739
|
+
</xs:documentation>
|
740
|
+
</xs:annotation>
|
741
|
+
<xs:attribute name="profile" use="required">
|
742
|
+
<xs:annotation>
|
743
|
+
<xs:documentation>Name of the profile to include</xs:documentation>
|
744
|
+
</xs:annotation>
|
745
|
+
</xs:attribute>
|
746
|
+
</xs:complexType>
|
747
|
+
|
748
|
+
<xs:complexType name="standalone-profileType">
|
749
|
+
<xs:annotation>
|
750
|
+
<xs:documentation>Contains a list of subsystems</xs:documentation>
|
751
|
+
</xs:annotation>
|
752
|
+
<xs:sequence>
|
753
|
+
<xs:choice minOccurs="1" maxOccurs="unbounded">
|
754
|
+
<xs:any namespace="##other">
|
755
|
+
<xs:annotation>
|
756
|
+
<xs:documentation>A profile declaration may include configuration
|
757
|
+
elements from other namespaces for the subsystems that make up the profile.
|
758
|
+
</xs:documentation>
|
759
|
+
</xs:annotation>
|
760
|
+
</xs:any>
|
761
|
+
</xs:choice>
|
762
|
+
</xs:sequence>
|
763
|
+
</xs:complexType>
|
764
|
+
|
765
|
+
<!-- general socket definition -->
|
766
|
+
<xs:complexType name="socket-binding-groupsType">
|
767
|
+
<xs:annotation>
|
768
|
+
<xs:documentation>Contains a list of socket binding groups</xs:documentation>
|
769
|
+
</xs:annotation>
|
770
|
+
<xs:sequence>
|
771
|
+
<xs:element name="socket-binding-group" type="socket-binding-groupType" maxOccurs="unbounded"/>
|
772
|
+
</xs:sequence>
|
773
|
+
</xs:complexType>
|
774
|
+
|
775
|
+
<xs:complexType name="socket-binding-groupType">
|
776
|
+
<xs:annotation>
|
777
|
+
<xs:documentation>Contains a list of socket configurations</xs:documentation>
|
778
|
+
</xs:annotation>
|
779
|
+
<xs:sequence>
|
780
|
+
<xs:element name="include" type="socket-binding-group-includeType" minOccurs="0" maxOccurs="unbounded"/>
|
781
|
+
<xs:element name="socket-binding" type="socket-bindingType" maxOccurs="unbounded"/>
|
782
|
+
</xs:sequence>
|
783
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
784
|
+
<xs:attribute name="default-interface" type="xs:string" use="required">
|
785
|
+
<xs:annotation>
|
786
|
+
<xs:documentation>
|
787
|
+
Name of an interface that should be used as the interface for
|
788
|
+
any sockets that do not explicitly declare one.
|
789
|
+
</xs:documentation>
|
790
|
+
</xs:annotation>
|
791
|
+
</xs:attribute>
|
792
|
+
</xs:complexType>
|
793
|
+
|
794
|
+
<xs:complexType name="socket-binding-group-includeType">
|
795
|
+
<xs:annotation>
|
796
|
+
<xs:documentation>Specifies that a contents of a named socket-binding-group are to be included in
|
797
|
+
the socket-binding-group whose definition includes this type.
|
798
|
+
</xs:documentation>
|
799
|
+
</xs:annotation>
|
800
|
+
<xs:attribute name="socket-binding-group" use="required">
|
801
|
+
<xs:annotation>
|
802
|
+
<xs:documentation>Name of the socket-binding-group to include</xs:documentation>
|
803
|
+
</xs:annotation>
|
804
|
+
</xs:attribute>
|
805
|
+
</xs:complexType>
|
806
|
+
|
807
|
+
<xs:complexType name="standalone-socket-binding-groupType">
|
808
|
+
<xs:annotation>
|
809
|
+
<xs:documentation>Contains a list of socket configurations</xs:documentation>
|
810
|
+
</xs:annotation>
|
811
|
+
<xs:sequence>
|
812
|
+
<xs:element name="socket-binding" type="socket-bindingType" maxOccurs="unbounded"/>
|
813
|
+
</xs:sequence>
|
814
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
815
|
+
<xs:attribute name="default-interface" type="xs:string" use="required">
|
816
|
+
<xs:annotation>
|
817
|
+
<xs:documentation>
|
818
|
+
Name of an interface that should be used as the interface for
|
819
|
+
any sockets that do not explicitly declare one.
|
820
|
+
</xs:documentation>
|
821
|
+
</xs:annotation>
|
822
|
+
</xs:attribute>
|
823
|
+
<xs:attribute name="port-offset" type="xs:int" use="optional" default="0">
|
824
|
+
<xs:annotation>
|
825
|
+
<xs:documentation>
|
826
|
+
Increment to apply to the base port values defined in the
|
827
|
+
socket group to derive the values to use on this
|
828
|
+
server.
|
829
|
+
</xs:documentation>
|
830
|
+
</xs:annotation>
|
831
|
+
</xs:attribute>
|
832
|
+
</xs:complexType>
|
833
|
+
|
834
|
+
<xs:complexType name="socket-bindingType">
|
835
|
+
<xs:annotation>
|
836
|
+
<xs:documentation>Configuration information for a socket.</xs:documentation>
|
837
|
+
</xs:annotation>
|
838
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
839
|
+
<xs:attribute name="interface" type="xs:string" use="optional">
|
840
|
+
<xs:annotation>
|
841
|
+
<xs:documentation>
|
842
|
+
Name of the interface to which the socket should be bound, or, for multicast
|
843
|
+
sockets, the interface on which it should listen. This should
|
844
|
+
be one of the declared interfaces.
|
845
|
+
</xs:documentation>
|
846
|
+
</xs:annotation>
|
847
|
+
</xs:attribute>
|
848
|
+
<xs:attribute name="port" type="xs:unsignedShort" use="optional" default="0">
|
849
|
+
<xs:annotation>
|
850
|
+
<xs:documentation>
|
851
|
+
Number of the port to which the socket should be bound.
|
852
|
+
</xs:documentation>
|
853
|
+
</xs:annotation>
|
854
|
+
</xs:attribute>
|
855
|
+
<xs:attribute name="fixed-port" type="xs:boolean" use="optional" default="false">
|
856
|
+
<xs:annotation>
|
857
|
+
<xs:documentation>
|
858
|
+
Whether the port value should remain fixed even if numerically offsets
|
859
|
+
are applied to the other sockets in the socket group..
|
860
|
+
</xs:documentation>
|
861
|
+
</xs:annotation>
|
862
|
+
</xs:attribute>
|
863
|
+
<xs:attribute name="multicast-address" type="xs:string" use="optional">
|
864
|
+
<xs:annotation>
|
865
|
+
<xs:documentation>
|
866
|
+
Multicast address on which the socket should receive multicast
|
867
|
+
traffic. If unspecified, the socket will not be configured
|
868
|
+
to receive multicast.
|
869
|
+
</xs:documentation>
|
870
|
+
</xs:annotation>
|
871
|
+
</xs:attribute>
|
872
|
+
<xs:attribute name="multicast-port" type="xs:positiveInteger" use="optional">
|
873
|
+
<xs:annotation>
|
874
|
+
<xs:documentation>
|
875
|
+
Port on which the socket should receive multicast
|
876
|
+
traffic. Must be configured if 'multicast-address' is configured.
|
877
|
+
</xs:documentation>
|
878
|
+
</xs:annotation>
|
879
|
+
</xs:attribute>
|
880
|
+
</xs:complexType>
|
881
|
+
|
882
|
+
<xs:complexType name="socket-binding-group-refType">
|
883
|
+
<xs:attribute name="ref" type="xs:string">
|
884
|
+
<xs:annotation>
|
885
|
+
<xs:documentation>
|
886
|
+
The socket group to use for the server group or server.
|
887
|
+
</xs:documentation>
|
888
|
+
</xs:annotation>
|
889
|
+
</xs:attribute>
|
890
|
+
<xs:attribute name="port-offset" type="xs:int" default="0">
|
891
|
+
<xs:annotation>
|
892
|
+
<xs:documentation>
|
893
|
+
Increment to apply to the base port values defined in the
|
894
|
+
referenced socket group to derive the values to use on this
|
895
|
+
server.
|
896
|
+
</xs:documentation>
|
897
|
+
</xs:annotation>
|
898
|
+
</xs:attribute>
|
899
|
+
</xs:complexType>
|
900
|
+
|
901
|
+
|
902
|
+
<xs:complexType name="named-interfacesType">
|
903
|
+
<xs:annotation>
|
904
|
+
<xs:documentation>
|
905
|
+
A list of named network interfaces. The interfaces may or may
|
906
|
+
not be fully specified (i.e. include criteria on how to determine
|
907
|
+
their IP address.)
|
908
|
+
</xs:documentation>
|
909
|
+
</xs:annotation>
|
910
|
+
<xs:sequence>
|
911
|
+
<xs:element name="interface" type="named-interfaceType" minOccurs="0" maxOccurs="unbounded"/>
|
912
|
+
</xs:sequence>
|
913
|
+
</xs:complexType>
|
914
|
+
|
915
|
+
<!-- TODO make this and specified-interfaceType the same except for interface-criteriaGroup minOccurs -->
|
916
|
+
<xs:complexType name="named-interfaceType">
|
917
|
+
<xs:annotation>
|
918
|
+
<xs:documentation>
|
919
|
+
A named network interface, but without any criteria
|
920
|
+
for determining the IP address to associate with that interface.
|
921
|
+
Acts as a placeholder in the model (e.g. at the domain level)
|
922
|
+
until a fully specified interface definition is applied at a
|
923
|
+
lower level (e.g. at the server level, where available addresses
|
924
|
+
are known.)
|
925
|
+
</xs:documentation>
|
926
|
+
</xs:annotation>
|
927
|
+
<xs:group ref="interface-criteriaGroup" minOccurs="0"/>
|
928
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
929
|
+
</xs:complexType>
|
930
|
+
|
931
|
+
<xs:complexType name="specified-interfacesType">
|
932
|
+
<xs:annotation>
|
933
|
+
<xs:documentation>
|
934
|
+
A list of fully specified named network interfaces.
|
935
|
+
</xs:documentation>
|
936
|
+
</xs:annotation>
|
937
|
+
<xs:sequence>
|
938
|
+
<xs:element name="interface" type="specified-interfaceType" minOccurs="0" maxOccurs="unbounded"/>
|
939
|
+
</xs:sequence>
|
940
|
+
</xs:complexType>
|
941
|
+
|
942
|
+
<xs:complexType name="specified-interfaceType">
|
943
|
+
<xs:annotation>
|
944
|
+
<xs:documentation>
|
945
|
+
A named network interface, along with required criteria
|
946
|
+
for determining the IP address to associate with that interface.
|
947
|
+
</xs:documentation>
|
948
|
+
</xs:annotation>
|
949
|
+
<xs:group ref="interface-criteriaGroup" minOccurs="1"/>
|
950
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
951
|
+
</xs:complexType>
|
952
|
+
|
953
|
+
<xs:group name="interface-criteriaGroup">
|
954
|
+
<xs:annotation>
|
955
|
+
<xs:documentation>
|
956
|
+
A set of criteria that can be used at runtime to determine
|
957
|
+
what IP address to use for an interface.
|
958
|
+
</xs:documentation>
|
959
|
+
</xs:annotation>
|
960
|
+
<xs:choice>
|
961
|
+
<xs:element name="any-address" type="any-addressType"/>
|
962
|
+
<xs:element name="any-ipv6-address" type="any-ipv6-addressType"/>
|
963
|
+
<xs:element name="any-ipv4-address" type="any-ipv4-addressType"/>
|
964
|
+
<xs:choice maxOccurs="unbounded">
|
965
|
+
<xs:element name="inet-address" type="inet-addressType"/>
|
966
|
+
<xs:element name="loopback" type="loopbackType"/>
|
967
|
+
<xs:element name="loopback-address" type="loopback-addressType"/>
|
968
|
+
<xs:element name="multicast" type="multicastType"/>
|
969
|
+
<xs:element name="point-to-point" type="point-to-pointType"/>
|
970
|
+
<xs:element name="virtual" type="interface-virtualType"/>
|
971
|
+
<xs:element name="up" type="interface-upType"/>
|
972
|
+
<xs:element name="public-address" type="public-addressType"/>
|
973
|
+
<xs:element name="link-local-address" type="link-local-addressType"/>
|
974
|
+
<xs:element name="site-local-address" type="site-local-addressType"/>
|
975
|
+
<xs:element name="nic" type="nicType"/>
|
976
|
+
<xs:element name="nic-match" type="nic-matchType"/>
|
977
|
+
<xs:element name="subnet-match" type="subnet-matchType"/>
|
978
|
+
<xs:element name="not" type="address-exclusionType"/>
|
979
|
+
<xs:element name="any" type="address-exclusionType"/>
|
980
|
+
</xs:choice>
|
981
|
+
</xs:choice>
|
982
|
+
</xs:group>
|
983
|
+
|
984
|
+
<xs:complexType name="inet-addressType">
|
985
|
+
<xs:attribute name="value" type="xs:string" use="required">
|
986
|
+
<xs:annotation>
|
987
|
+
<xs:documentation>
|
988
|
+
Either a IP address in IPv6 or IPv4 dotted decimal notation,
|
989
|
+
or a hostname that can be resolved to an IP address.
|
990
|
+
</xs:documentation>
|
991
|
+
</xs:annotation>
|
992
|
+
</xs:attribute>
|
993
|
+
</xs:complexType>
|
994
|
+
|
995
|
+
<xs:complexType name="nicType">
|
996
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
997
|
+
<xs:annotation>
|
998
|
+
<xs:documentation>
|
999
|
+
The name of a network interface (e.g. eth0, eth1, lo).
|
1000
|
+
</xs:documentation>
|
1001
|
+
</xs:annotation>
|
1002
|
+
</xs:attribute>
|
1003
|
+
</xs:complexType>
|
1004
|
+
|
1005
|
+
<xs:complexType name="nic-matchType">
|
1006
|
+
<xs:attribute name="pattern" type="xs:string" use="required">
|
1007
|
+
<xs:annotation>
|
1008
|
+
<xs:documentation>
|
1009
|
+
A regular expression against which the names of the network
|
1010
|
+
interfaces available on the machine can be matched to find
|
1011
|
+
an acceptable interface.
|
1012
|
+
</xs:documentation>
|
1013
|
+
</xs:annotation>
|
1014
|
+
</xs:attribute>
|
1015
|
+
</xs:complexType>
|
1016
|
+
|
1017
|
+
<xs:complexType name="subnet-matchType">
|
1018
|
+
<xs:attribute name="value" type="xs:string" use="required">
|
1019
|
+
<xs:annotation>
|
1020
|
+
<xs:documentation>
|
1021
|
+
A network IP address and the number of bits in the
|
1022
|
+
address' network prefix, written in "slash notation";
|
1023
|
+
e.g. "192.168.0.0/16".
|
1024
|
+
</xs:documentation>
|
1025
|
+
</xs:annotation>
|
1026
|
+
</xs:attribute>
|
1027
|
+
</xs:complexType>
|
1028
|
+
|
1029
|
+
<xs:complexType name="address-exclusionType">
|
1030
|
+
<xs:choice>
|
1031
|
+
<xs:element name="inet-address" type="inet-addressType"/>
|
1032
|
+
<xs:element name="loopback" type="loopbackType"/>
|
1033
|
+
<xs:element name="loopback-address" type="loopback-addressType"/>
|
1034
|
+
<xs:element name="multicast" type="multicastType"/>
|
1035
|
+
<xs:element name="point-to-point" type="point-to-pointType"/>
|
1036
|
+
<xs:element name="virtual" type="interface-virtualType"/>
|
1037
|
+
<xs:element name="up" type="interface-upType"/>
|
1038
|
+
<xs:element name="public-address" type="public-addressType"/>
|
1039
|
+
<xs:element name="link-local-address" type="link-local-addressType"/>
|
1040
|
+
<xs:element name="site-local-address" type="site-local-addressType"/>
|
1041
|
+
<xs:element name="nic" type="nicType" minOccurs="0" maxOccurs="unbounded"/>
|
1042
|
+
<xs:element name="nic-match" type="nic-matchType" minOccurs="0" maxOccurs="unbounded"/>
|
1043
|
+
<xs:element name="subnet-match" type="subnet-matchType" minOccurs="0" maxOccurs="unbounded"/>
|
1044
|
+
</xs:choice>
|
1045
|
+
</xs:complexType>
|
1046
|
+
|
1047
|
+
<xs:complexType name="loopbackType">
|
1048
|
+
<xs:annotation>
|
1049
|
+
<xs:documentation>
|
1050
|
+
Empty element indicating that part of the selection criteria
|
1051
|
+
for an interface should be whether or not it is a loopback
|
1052
|
+
interface.
|
1053
|
+
</xs:documentation>
|
1054
|
+
</xs:annotation>
|
1055
|
+
</xs:complexType>
|
1056
|
+
|
1057
|
+
<xs:complexType name="loopback-addressType">
|
1058
|
+
<xs:annotation>
|
1059
|
+
<xs:documentation>
|
1060
|
+
A loopback address that may not actually configured on the machine's loopback interface.
|
1061
|
+
Differs from inet-addressType in that the given value will be used even if no NIC can
|
1062
|
+
be found that has the IP address associated with it.
|
1063
|
+
</xs:documentation>
|
1064
|
+
</xs:annotation>
|
1065
|
+
<xs:attribute name="value" type="xs:string" use="required">
|
1066
|
+
<xs:annotation>
|
1067
|
+
<xs:documentation>
|
1068
|
+
An IP address in IPv6 or IPv4 dotted decimal notation.
|
1069
|
+
</xs:documentation>
|
1070
|
+
</xs:annotation>
|
1071
|
+
</xs:attribute>
|
1072
|
+
</xs:complexType>
|
1073
|
+
|
1074
|
+
<xs:complexType name="multicastType">
|
1075
|
+
<xs:annotation>
|
1076
|
+
<xs:documentation>
|
1077
|
+
Empty element indicating that part of the selection criteria
|
1078
|
+
for an interface should be whether or not it supports
|
1079
|
+
multicast.
|
1080
|
+
</xs:documentation>
|
1081
|
+
</xs:annotation>
|
1082
|
+
</xs:complexType>
|
1083
|
+
|
1084
|
+
<xs:complexType name="point-to-pointType">
|
1085
|
+
<xs:annotation>
|
1086
|
+
<xs:documentation>
|
1087
|
+
Empty element indicating that part of the selection criteria
|
1088
|
+
for an interface should be whether or not it is a point-to-point
|
1089
|
+
interface.
|
1090
|
+
</xs:documentation>
|
1091
|
+
</xs:annotation>
|
1092
|
+
</xs:complexType>
|
1093
|
+
|
1094
|
+
<xs:complexType name="interface-upType">
|
1095
|
+
<xs:annotation>
|
1096
|
+
<xs:documentation>
|
1097
|
+
Empty element indicating that part of the selection criteria
|
1098
|
+
for an interface should be whether or not it is currently up.
|
1099
|
+
</xs:documentation>
|
1100
|
+
</xs:annotation>
|
1101
|
+
</xs:complexType>
|
1102
|
+
|
1103
|
+
<xs:complexType name="interface-virtualType">
|
1104
|
+
<xs:annotation>
|
1105
|
+
<xs:documentation>
|
1106
|
+
Empty element indicating that part of the selection criteria
|
1107
|
+
for an interface should be whether or not it is a virtual
|
1108
|
+
interface.
|
1109
|
+
</xs:documentation>
|
1110
|
+
</xs:annotation>
|
1111
|
+
</xs:complexType>
|
1112
|
+
|
1113
|
+
<xs:complexType name="public-addressType">
|
1114
|
+
<xs:annotation>
|
1115
|
+
<xs:documentation>
|
1116
|
+
Empty element indicating that part of the selection criteria
|
1117
|
+
for an interface should be whether or not it has a publicly
|
1118
|
+
routable address.
|
1119
|
+
</xs:documentation>
|
1120
|
+
</xs:annotation>
|
1121
|
+
</xs:complexType>
|
1122
|
+
|
1123
|
+
<xs:complexType name="site-local-addressType">
|
1124
|
+
<xs:annotation>
|
1125
|
+
<xs:documentation>
|
1126
|
+
Empty element indicating that part of the selection criteria
|
1127
|
+
for an interface should be whether or not an address associated
|
1128
|
+
with it is site-local.
|
1129
|
+
</xs:documentation>
|
1130
|
+
</xs:annotation>
|
1131
|
+
</xs:complexType>
|
1132
|
+
|
1133
|
+
<xs:complexType name="link-local-addressType">
|
1134
|
+
<xs:annotation>
|
1135
|
+
<xs:documentation>
|
1136
|
+
Empty element indicating that part of the selection criteria
|
1137
|
+
for an interface should be whether or not an address associated
|
1138
|
+
with it is link-local.
|
1139
|
+
</xs:documentation>
|
1140
|
+
</xs:annotation>
|
1141
|
+
</xs:complexType>
|
1142
|
+
|
1143
|
+
<xs:complexType name="any-ipv6-addressType">
|
1144
|
+
<xs:annotation>
|
1145
|
+
<xs:documentation>
|
1146
|
+
Empty element indicating that sockets using this interface
|
1147
|
+
should be bound to the IPv6 wildcard address (::).
|
1148
|
+
</xs:documentation>
|
1149
|
+
</xs:annotation>
|
1150
|
+
</xs:complexType>
|
1151
|
+
|
1152
|
+
<xs:complexType name="any-ipv4-addressType">
|
1153
|
+
<xs:annotation>
|
1154
|
+
<xs:documentation>
|
1155
|
+
Empty element indicating that sockets using this interface
|
1156
|
+
should be bound to the IPv4 wildcard address (0.0.0.0).
|
1157
|
+
</xs:documentation>
|
1158
|
+
</xs:annotation>
|
1159
|
+
</xs:complexType>
|
1160
|
+
|
1161
|
+
<xs:complexType name="any-addressType">
|
1162
|
+
<xs:annotation>
|
1163
|
+
<xs:documentation>
|
1164
|
+
Empty element indicating that sockets using this interface
|
1165
|
+
should be bound to a wildcard address. The IPv6 wildcard
|
1166
|
+
address (::) will be used unless the java.net.preferIpV4Stack
|
1167
|
+
system property is set to true, in which case the IPv4
|
1168
|
+
wildcard address (0.0.0.0) will be used. If a socket is
|
1169
|
+
bound to an IPv6 anylocal address on a dual-stack machine,
|
1170
|
+
it can accept both IPv6 and IPv4 traffic; if it is bound to
|
1171
|
+
an IPv4 (IPv4-mapped) anylocal address, it can only accept
|
1172
|
+
IPv4 traffic.
|
1173
|
+
</xs:documentation>
|
1174
|
+
</xs:annotation>
|
1175
|
+
</xs:complexType>
|
1176
|
+
|
1177
|
+
<xs:complexType name="socketType">
|
1178
|
+
<xs:annotation>
|
1179
|
+
<xs:documentation>Configuration information for a socket.</xs:documentation>
|
1180
|
+
</xs:annotation>
|
1181
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
1182
|
+
<xs:attribute name="interface" type="xs:string" use="optional">
|
1183
|
+
<xs:annotation>
|
1184
|
+
<xs:documentation>
|
1185
|
+
Name of the interface to which the socket should be bound, or, for multicast
|
1186
|
+
sockets, the interface on which it should listen. This should
|
1187
|
+
be one of the declared interfaces.
|
1188
|
+
</xs:documentation>
|
1189
|
+
</xs:annotation>
|
1190
|
+
</xs:attribute>
|
1191
|
+
<xs:attribute name="port" type="xs:unsignedShort" use="optional" default="0">
|
1192
|
+
<xs:annotation>
|
1193
|
+
<xs:documentation>
|
1194
|
+
Number of the port to which the socket should be bound.
|
1195
|
+
</xs:documentation>
|
1196
|
+
</xs:annotation>
|
1197
|
+
</xs:attribute>
|
1198
|
+
<xs:attribute name="fixed-port" type="xs:boolean" use="optional" default="false">
|
1199
|
+
<xs:annotation>
|
1200
|
+
<xs:documentation>
|
1201
|
+
Whether the port value should remain fixed even if numerically offsets
|
1202
|
+
are applied to the other sockets in the socket group..
|
1203
|
+
</xs:documentation>
|
1204
|
+
</xs:annotation>
|
1205
|
+
</xs:attribute>
|
1206
|
+
<xs:attribute name="multicast-address" type="xs:string" use="optional">
|
1207
|
+
<xs:annotation>
|
1208
|
+
<xs:documentation>
|
1209
|
+
Multicast address on which the socket should receive multicast
|
1210
|
+
traffic. If unspecified, the socket will not be configured
|
1211
|
+
to receive multicast.
|
1212
|
+
</xs:documentation>
|
1213
|
+
</xs:annotation>
|
1214
|
+
</xs:attribute>
|
1215
|
+
<xs:attribute name="multicast-port" type="xs:positiveInteger" use="optional">
|
1216
|
+
<xs:annotation>
|
1217
|
+
<xs:documentation>
|
1218
|
+
Port on which the socket should receive multicast
|
1219
|
+
traffic. If unspecified, the socket will not be configured
|
1220
|
+
to receive multicast.
|
1221
|
+
</xs:documentation>
|
1222
|
+
</xs:annotation>
|
1223
|
+
</xs:attribute>
|
1224
|
+
</xs:complexType>
|
1225
|
+
|
1226
|
+
<!-- Path configurations -->
|
1227
|
+
<xs:complexType name="named-pathsType">
|
1228
|
+
<xs:annotation>
|
1229
|
+
<xs:documentation>
|
1230
|
+
A list of named filesystem paths. The paths may or may
|
1231
|
+
not be fully specified (i.e. include the actual paths.)
|
1232
|
+
</xs:documentation>
|
1233
|
+
</xs:annotation>
|
1234
|
+
<xs:sequence>
|
1235
|
+
<xs:element name="path" type="named-pathType" minOccurs="0" maxOccurs="unbounded"/>
|
1236
|
+
</xs:sequence>
|
1237
|
+
</xs:complexType>
|
1238
|
+
|
1239
|
+
<xs:complexType name="named-pathType">
|
1240
|
+
<xs:annotation>
|
1241
|
+
<xs:documentation>
|
1242
|
+
A named filesystem path, but without a requirement to specify
|
1243
|
+
the actual path. If no actual path is specified, acts as a
|
1244
|
+
as a placeholder in the model (e.g. at the domain level)
|
1245
|
+
until a fully specified path definition is applied at a
|
1246
|
+
lower level (e.g. at the host level, where available addresses
|
1247
|
+
are known.)
|
1248
|
+
</xs:documentation>
|
1249
|
+
</xs:annotation>
|
1250
|
+
<xs:complexContent>
|
1251
|
+
<xs:extension base="pathType">
|
1252
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
1253
|
+
<xs:annotation>
|
1254
|
+
<xs:documentation>
|
1255
|
+
The name of the path. Cannot be one of the standard fixed paths
|
1256
|
+
provided by the system:
|
1257
|
+
|
1258
|
+
jboss.home - the root directory of the JBoss AS distribution
|
1259
|
+
user.home - user's home directory
|
1260
|
+
user.dir - user's current working directory
|
1261
|
+
java.home - java installation directory
|
1262
|
+
jboss.server.base.dir - root directory for an individual server
|
1263
|
+
instance
|
1264
|
+
|
1265
|
+
Note that the system provides other standard paths that can be
|
1266
|
+
overridden by declaring them in the configuration file. See
|
1267
|
+
the 'relative-to' attribute documentation for a complete
|
1268
|
+
list of standard paths.
|
1269
|
+
</xs:documentation>
|
1270
|
+
</xs:annotation>
|
1271
|
+
</xs:attribute>
|
1272
|
+
</xs:extension>
|
1273
|
+
</xs:complexContent>
|
1274
|
+
</xs:complexType>
|
1275
|
+
|
1276
|
+
<xs:complexType name="pathType">
|
1277
|
+
<xs:attribute name="path">
|
1278
|
+
<xs:annotation>
|
1279
|
+
<xs:documentation>
|
1280
|
+
The actual filesystem path. Treated as an absolute path, unless the
|
1281
|
+
'relative-to' attribute is specified, in which case the value
|
1282
|
+
is treated as relative to that path.
|
1283
|
+
|
1284
|
+
If treated as an absolute path, the actual runtime pathname specified
|
1285
|
+
by the value of this attribute will be determined as follows:
|
1286
|
+
|
1287
|
+
If this value is already absolute, then the value is directly
|
1288
|
+
used. Otherwise the runtime pathname is resolved in a
|
1289
|
+
system-dependent way. On UNIX systems, a relative pathname is
|
1290
|
+
made absolute by resolving it against the current user directory.
|
1291
|
+
On Microsoft Windows systems, a relative pathname is made absolute
|
1292
|
+
by resolving it against the current directory of the drive named by the
|
1293
|
+
pathname, if any; if not, it is resolved against the current user
|
1294
|
+
directory.
|
1295
|
+
</xs:documentation>
|
1296
|
+
</xs:annotation>
|
1297
|
+
<xs:simpleType>
|
1298
|
+
<xs:restriction base="xs:string">
|
1299
|
+
<xs:minLength value="1"></xs:minLength>
|
1300
|
+
</xs:restriction>
|
1301
|
+
</xs:simpleType>
|
1302
|
+
</xs:attribute>
|
1303
|
+
<xs:attribute name="relative-to" type="xs:string" use="optional">
|
1304
|
+
<xs:annotation>
|
1305
|
+
<xs:documentation>
|
1306
|
+
The name of another previously named path, or of one of the
|
1307
|
+
standard paths provided by the system. If 'relative-to' is
|
1308
|
+
provided, the value of the 'path' attribute is treated as
|
1309
|
+
relative to the path specified by this attribute. The standard
|
1310
|
+
paths provided by the system include:
|
1311
|
+
|
1312
|
+
jboss.home - the root directory of the JBoss AS distribution
|
1313
|
+
user.home - user's home directory
|
1314
|
+
user.dir - user's current working directory
|
1315
|
+
java.home - java installation directory
|
1316
|
+
jboss.server.base.dir - root directory for an individual server
|
1317
|
+
instance
|
1318
|
+
jboss.server.data.dir - directory the server will use for persistent
|
1319
|
+
data file storage
|
1320
|
+
jboss.server.log.dir - directory the server will use for
|
1321
|
+
log file storage
|
1322
|
+
jboss.server.temp.dir - directory the server will use for
|
1323
|
+
temporary file storage
|
1324
|
+
jboss.domain.servers.dir - directory under which a host controller
|
1325
|
+
will create the working area for
|
1326
|
+
individual server instances
|
1327
|
+
</xs:documentation>
|
1328
|
+
</xs:annotation>
|
1329
|
+
</xs:attribute>
|
1330
|
+
</xs:complexType>
|
1331
|
+
|
1332
|
+
<xs:complexType name="specified-pathsType">
|
1333
|
+
<xs:annotation>
|
1334
|
+
<xs:documentation>
|
1335
|
+
A list of named filesystem paths.
|
1336
|
+
</xs:documentation>
|
1337
|
+
</xs:annotation>
|
1338
|
+
<xs:sequence>
|
1339
|
+
<xs:element name="path" type="specified-pathType" minOccurs="0" maxOccurs="unbounded"/>
|
1340
|
+
</xs:sequence>
|
1341
|
+
</xs:complexType>
|
1342
|
+
|
1343
|
+
<xs:complexType name="specified-pathType">
|
1344
|
+
<xs:annotation>
|
1345
|
+
<xs:documentation>
|
1346
|
+
A named filesystem path.
|
1347
|
+
</xs:documentation>
|
1348
|
+
</xs:annotation>
|
1349
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
1350
|
+
<xs:annotation>
|
1351
|
+
<xs:documentation>
|
1352
|
+
The name of the path. Cannot be one of the standard fixed paths
|
1353
|
+
provided by the system:
|
1354
|
+
|
1355
|
+
jboss.home.dir - the root directory of the JBoss AS distribution
|
1356
|
+
user.home - user's home directory
|
1357
|
+
user.dir - user's current working directory
|
1358
|
+
java.home - java installation directory
|
1359
|
+
jboss.server.base.dir - root directory for an individual server
|
1360
|
+
instance
|
1361
|
+
|
1362
|
+
Note that the system provides other standard paths that can be
|
1363
|
+
overridden by declaring them in the configuration file. See
|
1364
|
+
the 'relative-to' attribute documentation for a complete
|
1365
|
+
list of standard paths.
|
1366
|
+
</xs:documentation>
|
1367
|
+
</xs:annotation>
|
1368
|
+
</xs:attribute>
|
1369
|
+
<xs:attribute name="path" use="required">
|
1370
|
+
<xs:annotation>
|
1371
|
+
<xs:documentation>
|
1372
|
+
The actual filesystem path. Treated as an absolute path, unless the
|
1373
|
+
'relative-to' attribute is specified, in which case the value
|
1374
|
+
is treated as relative to that path.
|
1375
|
+
|
1376
|
+
If treated as an absolute path, the actual runtime pathname specified
|
1377
|
+
by the value of this attribute will be determined as follows:
|
1378
|
+
|
1379
|
+
If this value is already absolute, then the value is directly
|
1380
|
+
used. Otherwise the runtime pathname is resolved in a
|
1381
|
+
system-dependent way. On UNIX systems, a relative pathname is
|
1382
|
+
made absolute by resolving it against the current user directory.
|
1383
|
+
On Microsoft Windows systems, a relative pathname is made absolute
|
1384
|
+
by resolving it against the current directory of the drive named by the
|
1385
|
+
pathname, if any; if not, it is resolved against the current user
|
1386
|
+
directory.
|
1387
|
+
|
1388
|
+
Note relative path declarations have to use '/' as file separator.
|
1389
|
+
</xs:documentation>
|
1390
|
+
</xs:annotation>
|
1391
|
+
<xs:simpleType>
|
1392
|
+
<xs:restriction base="xs:string">
|
1393
|
+
<xs:minLength value="1"></xs:minLength>
|
1394
|
+
</xs:restriction>
|
1395
|
+
</xs:simpleType>
|
1396
|
+
</xs:attribute>
|
1397
|
+
<xs:attribute name="relative-to" type="xs:string" use="optional">
|
1398
|
+
<xs:annotation>
|
1399
|
+
<xs:documentation>
|
1400
|
+
The name of another previously named path, or of one of the
|
1401
|
+
standard paths provided by the system. If 'relative-to' is
|
1402
|
+
provided, the value of the 'path' attribute is treated as
|
1403
|
+
relative to the path specified by this attribute. The standard
|
1404
|
+
paths provided by the system include:
|
1405
|
+
|
1406
|
+
jboss.home.dir - the root directory of the JBoss AS distribution
|
1407
|
+
user.home - user's home directory
|
1408
|
+
user.dir - user's current working directory
|
1409
|
+
java.home - java installation directory
|
1410
|
+
jboss.server.base.dir - root directory for an individual server
|
1411
|
+
instance
|
1412
|
+
jboss.server.data.dir - directory the server will use for persistent
|
1413
|
+
data file storage
|
1414
|
+
jboss.server.log.dir - directory the server will use for
|
1415
|
+
log file storage
|
1416
|
+
jboss.server.temp.dir - directory the server will use for
|
1417
|
+
temporary file storage
|
1418
|
+
jboss.domain.servers.dir - directory under which a host controller
|
1419
|
+
will create the working area for
|
1420
|
+
individual server instances
|
1421
|
+
</xs:documentation>
|
1422
|
+
</xs:annotation>
|
1423
|
+
</xs:attribute>
|
1424
|
+
</xs:complexType>
|
1425
|
+
|
1426
|
+
<!-- JVM configurations -->
|
1427
|
+
<xs:complexType name="jvmsType">
|
1428
|
+
<xs:sequence>
|
1429
|
+
<xs:element name="jvm" type="namedJvmType" minOccurs="0" maxOccurs="unbounded"/>
|
1430
|
+
</xs:sequence>
|
1431
|
+
</xs:complexType>
|
1432
|
+
|
1433
|
+
<xs:complexType name="jvmType">
|
1434
|
+
<xs:all minOccurs="0" maxOccurs="1">
|
1435
|
+
<xs:element name="heap" type="heapType" minOccurs="0"/>
|
1436
|
+
<!-- XX:PermSize, XX:MaxPermSize -->
|
1437
|
+
<xs:element name="permgen" type="bounded-memory-sizeType" minOccurs="0"/>
|
1438
|
+
<!-- Xss -->
|
1439
|
+
<xs:element name="stack" type="memory-sizeType" minOccurs="0"/>
|
1440
|
+
<xs:element name="agent-lib" type="jvm-agentLibType" minOccurs="0"/>
|
1441
|
+
<xs:element name="agent-path" type="jvm-agentPathType" minOccurs="0"/>
|
1442
|
+
<xs:element name="javaagent" type="jvm-javaagentType" minOccurs="0"/>
|
1443
|
+
<xs:element name="jvm-options" type="jvm-optionsType" minOccurs="0"/>
|
1444
|
+
<xs:element name="environment-variables" type="environmentVariablesType" minOccurs="0"/>
|
1445
|
+
</xs:all>
|
1446
|
+
<xs:attribute name="java-home" type="xs:string"/>
|
1447
|
+
<xs:attribute name="type" default="SUN">
|
1448
|
+
<xs:simpleType>
|
1449
|
+
<xs:restriction base="xs:token">
|
1450
|
+
<xs:enumeration value="SUN">
|
1451
|
+
<xs:annotation>
|
1452
|
+
<xs:documentation>Allows the full set of JVM options to be set via the jvm schema elements</xs:documentation>
|
1453
|
+
</xs:annotation>
|
1454
|
+
</xs:enumeration>
|
1455
|
+
<xs:enumeration value="IBM">
|
1456
|
+
<xs:annotation>
|
1457
|
+
<xs:documentation>Sets a subset of the JVM options via the jvm schema elements</xs:documentation>
|
1458
|
+
</xs:annotation>
|
1459
|
+
</xs:enumeration>
|
1460
|
+
</xs:restriction>
|
1461
|
+
</xs:simpleType>
|
1462
|
+
</xs:attribute>
|
1463
|
+
<xs:attribute name="env-classpath-ignored" default="true" type="xs:boolean"/>
|
1464
|
+
</xs:complexType>
|
1465
|
+
|
1466
|
+
<xs:complexType name="namedJvmType">
|
1467
|
+
<xs:complexContent>
|
1468
|
+
<xs:extension base="jvmType">
|
1469
|
+
<xs:attribute name="name" type="xs:string"/>
|
1470
|
+
</xs:extension>
|
1471
|
+
</xs:complexContent>
|
1472
|
+
</xs:complexType>
|
1473
|
+
|
1474
|
+
<xs:complexType name="serverJvmType">
|
1475
|
+
<xs:complexContent>
|
1476
|
+
<xs:extension base="namedJvmType">
|
1477
|
+
<xs:attribute name="debug-enabled" type="xs:boolean" default="false"/>
|
1478
|
+
<xs:attribute name="debug-options" type="xs:string" />
|
1479
|
+
</xs:extension>
|
1480
|
+
</xs:complexContent>
|
1481
|
+
</xs:complexType>
|
1482
|
+
|
1483
|
+
<xs:complexType name="heapType">
|
1484
|
+
<xs:attribute name="size" use="optional">
|
1485
|
+
<xs:annotation>
|
1486
|
+
<xs:documentation>Initial JVM heap size</xs:documentation>
|
1487
|
+
</xs:annotation>
|
1488
|
+
</xs:attribute>
|
1489
|
+
<xs:attribute name="max-size" use="optional">
|
1490
|
+
<xs:annotation>
|
1491
|
+
<xs:documentation>Maximum JVM heap size</xs:documentation>
|
1492
|
+
</xs:annotation>
|
1493
|
+
</xs:attribute>
|
1494
|
+
</xs:complexType>
|
1495
|
+
|
1496
|
+
<xs:complexType name="jvm-optionsType">
|
1497
|
+
<xs:sequence>
|
1498
|
+
<xs:element name="option" type="jvm-optionType" minOccurs="0" maxOccurs="unbounded"/>
|
1499
|
+
</xs:sequence>
|
1500
|
+
</xs:complexType>
|
1501
|
+
|
1502
|
+
<xs:complexType name="jvm-optionType">
|
1503
|
+
<xs:attribute name="value" use="required">
|
1504
|
+
<xs:annotation>
|
1505
|
+
<xs:documentation>JVM option value</xs:documentation>
|
1506
|
+
</xs:annotation>
|
1507
|
+
</xs:attribute>
|
1508
|
+
</xs:complexType>
|
1509
|
+
|
1510
|
+
<xs:complexType name="jvm-agentLibType">
|
1511
|
+
<xs:attribute name="value" use="required">
|
1512
|
+
<xs:annotation>
|
1513
|
+
<xs:documentation>JVM agent lib value </xs:documentation>
|
1514
|
+
</xs:annotation>
|
1515
|
+
</xs:attribute>
|
1516
|
+
</xs:complexType>
|
1517
|
+
|
1518
|
+
<xs:complexType name="jvm-agentPathType">
|
1519
|
+
<xs:attribute name="value" use="required">
|
1520
|
+
<xs:annotation>
|
1521
|
+
<xs:documentation>JVM agent path value </xs:documentation>
|
1522
|
+
</xs:annotation>
|
1523
|
+
</xs:attribute>
|
1524
|
+
</xs:complexType>
|
1525
|
+
|
1526
|
+
<xs:complexType name="jvm-javaagentType">
|
1527
|
+
<xs:attribute name="value" use="required">
|
1528
|
+
<xs:annotation>
|
1529
|
+
<xs:documentation>JVM javaagent value </xs:documentation>
|
1530
|
+
</xs:annotation>
|
1531
|
+
</xs:attribute>
|
1532
|
+
</xs:complexType>
|
1533
|
+
|
1534
|
+
<xs:complexType name="bounded-memory-sizeType">
|
1535
|
+
<xs:attribute name="size" type="xs:string"/>
|
1536
|
+
<xs:attribute name="max-size" type="xs:string"/>
|
1537
|
+
</xs:complexType>
|
1538
|
+
|
1539
|
+
<xs:complexType name="memory-sizeType">
|
1540
|
+
<xs:attribute name="size" type="xs:string" use="required"/>
|
1541
|
+
</xs:complexType>
|
1542
|
+
|
1543
|
+
<xs:complexType name="properties-with-boottime">
|
1544
|
+
<xs:sequence>
|
1545
|
+
<xs:element name="property" type="boottimePropertyType" maxOccurs="unbounded"/>
|
1546
|
+
</xs:sequence>
|
1547
|
+
</xs:complexType>
|
1548
|
+
|
1549
|
+
<xs:complexType name="properties">
|
1550
|
+
<xs:sequence>
|
1551
|
+
<xs:element name="property" type="propertyType" maxOccurs="unbounded"/>
|
1552
|
+
</xs:sequence>
|
1553
|
+
</xs:complexType>
|
1554
|
+
|
1555
|
+
<xs:complexType name="environmentVariablesType">
|
1556
|
+
<xs:sequence>
|
1557
|
+
<xs:element name="variable" type="propertyType" maxOccurs="unbounded"/>
|
1558
|
+
</xs:sequence>
|
1559
|
+
</xs:complexType>
|
1560
|
+
|
1561
|
+
<xs:complexType name="propertyType">
|
1562
|
+
<xs:attribute name="name" use="required"/>
|
1563
|
+
<xs:attribute name="value" use="optional"/>
|
1564
|
+
</xs:complexType>
|
1565
|
+
|
1566
|
+
<xs:complexType name="boottimePropertyType">
|
1567
|
+
<xs:complexContent>
|
1568
|
+
<xs:extension base="propertyType">
|
1569
|
+
<xs:attribute name="boot-time" type="xs:boolean" default="true"/>
|
1570
|
+
</xs:extension>
|
1571
|
+
</xs:complexContent>
|
1572
|
+
</xs:complexType>
|
1573
|
+
|
1574
|
+
</xs:schema>
|