torquebox-server 2.0.3-java → 2.1.0-java
Sign up to get free protection for your applications and to get access to all the features.
- data/jboss/appclient/configuration/appclient.xml +28 -16
- data/jboss/bin/add-user.bat +82 -79
- data/jboss/bin/add-user.sh +2 -0
- data/jboss/bin/appclient.bat +98 -98
- data/jboss/bin/appclient.conf.bat +67 -67
- data/jboss/bin/appclient.sh +0 -0
- data/jboss/bin/client/README.txt +1 -1
- data/jboss/bin/client/jboss-client.jar +0 -0
- data/jboss/bin/domain.bat +138 -138
- data/jboss/bin/domain.conf.bat +79 -79
- data/jboss/bin/domain.sh +0 -0
- data/jboss/bin/init.d/jboss-as-standalone.sh +2 -2
- data/jboss/bin/jboss-cli.bat +71 -68
- data/jboss/bin/jboss-cli.sh +3 -0
- data/jboss/bin/jboss-cli.xml +3 -1
- data/jboss/bin/jconsole.bat +100 -93
- data/jboss/bin/jconsole.sh +1 -1
- data/jboss/bin/jdr.bat +79 -79
- data/jboss/bin/jdr.sh +0 -0
- data/jboss/bin/run.bat +9 -9
- data/jboss/bin/run.sh +2 -1
- data/jboss/bin/standalone.bat +157 -153
- data/jboss/bin/standalone.conf +1 -1
- data/jboss/bin/standalone.conf.bat +75 -75
- data/jboss/bin/standalone.sh +2 -5
- data/jboss/bin/vault.bat +55 -55
- data/jboss/bin/vault.sh +0 -0
- data/jboss/bin/wsconsume.bat +27 -27
- data/jboss/bin/wsconsume.sh +0 -0
- data/jboss/bin/wsprovide.bat +26 -26
- data/jboss/bin/wsprovide.sh +0 -0
- data/jboss/bundles/javax/servlet/api/v25/jboss-servlet-api_2.5_spec-1.0.1.Final.jar +0 -0
- data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.x.incremental.1.jar +0 -0
- data/jboss/bundles/org/jboss/osgi/logging/main/{jboss-osgi-logging-1.0.0.jar → jboss-osgi-logging-1.0.0.Final.jar} +0 -0
- data/jboss/docs/examples/configs/standalone-hornetq-colocated.xml +22 -16
- data/jboss/docs/examples/configs/standalone-jts.xml +28 -13
- data/jboss/docs/examples/configs/standalone-minimalistic.xml +2 -1
- data/jboss/docs/examples/configs/standalone-osgi-only.xml +6 -1
- data/jboss/docs/examples/configs/standalone-xts.xml +24 -27
- data/jboss/docs/licenses/the apache software license, version 2.0 - license-2.0.txt b/data/jboss/docs/licenses/apache 2 - → license-2.0.txt +0 -0
- data/jboss/docs/licenses/bsd-style license - license.txt +69 -0
- data/jboss/docs/licenses/lgpl 2.1 - lgpl-2.1.html +73 -106
- data/jboss/docs/licenses/licenses.xml +274 -374
- data/jboss/docs/licenses/the werken company license - license.html +3 -3
- data/jboss/docs/schema/jboss-as-cli_1_1.xsd +116 -0
- data/jboss/docs/schema/jboss-as-cmp_1_0.xsd +10 -10
- data/jboss/docs/schema/jboss-as-config_1_0.xsd +54 -27
- data/jboss/docs/schema/jboss-as-config_1_1.xsd +70 -24
- data/jboss/docs/schema/jboss-as-config_1_2.xsd +72 -26
- data/jboss/docs/schema/jboss-as-config_1_3.xsd +2299 -0
- data/jboss/docs/schema/jboss-as-datasources_1_1.xsd +967 -0
- data/jboss/docs/schema/jboss-as-deployment-scanner_1_1.xsd +1 -1
- data/jboss/docs/schema/jboss-as-ee_1_1.xsd +98 -0
- data/jboss/docs/schema/jboss-as-ejb3_1_3.xsd +329 -0
- data/jboss/docs/schema/jboss-as-infinispan_1_3.xsd +929 -0
- data/jboss/docs/schema/jboss-as-jacorb_1_2.xsd +333 -0
- data/jboss/docs/schema/jboss-as-logging_1_0.xsd +0 -2
- data/jboss/docs/schema/jboss-as-logging_1_1.xsd +0 -2
- data/jboss/docs/schema/jboss-as-messaging_1_0.xsd +1 -1
- data/jboss/docs/schema/jboss-as-messaging_1_1.xsd +1 -1
- data/jboss/docs/schema/jboss-as-messaging_1_2.xsd +860 -0
- data/jboss/docs/schema/jboss-as-mod-cluster_1_0.xsd +5 -0
- data/jboss/docs/schema/jboss-as-mod-cluster_1_1.xsd +253 -0
- data/jboss/docs/schema/jboss-as-naming_1_2.xsd +130 -0
- data/jboss/docs/schema/jboss-as-security_1_1.xsd +15 -1
- data/jboss/docs/schema/jboss-as-security_1_2.xsd +422 -0
- data/jboss/docs/schema/jboss-as-txn_1_2.xsd +190 -0
- data/jboss/docs/schema/jboss-as-web_1_1.xsd +5 -5
- data/jboss/docs/schema/jboss-deployment-structure-1_2.xsd +773 -0
- data/jboss/docs/schema/jboss-ejb-client_1_2.xsd +315 -0
- data/jboss/docs/schema/module-1_0.xsd +466 -0
- data/jboss/docs/schema/module-1_1.xsd +586 -0
- data/jboss/domain/configuration/domain.xml +114 -102
- data/jboss/domain/configuration/host-master.xml +6 -1
- data/jboss/domain/configuration/host-slave.xml +6 -1
- data/jboss/domain/configuration/host.xml +7 -2
- data/jboss/jboss-modules.jar +0 -0
- data/jboss/modules/asm/asm/main/asm-3.3.1.jar.index +4 -0
- data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index +10 -0
- data/jboss/modules/com/google/guava/main/guava-11.0.2.jar.index +21 -0
- data/jboss/modules/com/h2database/h2/main/h2-1.3.161.jar.index +33 -0
- data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar.index +59 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jar +0 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jar.index +42 -0
- data/jboss/modules/com/sun/xml/bind/main/{jaxb-xjc-2.2.4.jar → jaxb-xjc-2.2.5.jar} +0 -0
- data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jar.index +173 -0
- data/jboss/modules/com/sun/xml/bind/main/module.xml +2 -2
- data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar.index +25 -0
- data/jboss/modules/javaee/api/main/module.xml +0 -12
- data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar.index +9 -0
- data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar.index +9 -0
- data/jboss/modules/javax/annotation/api/main/module.xml +1 -1
- data/jboss/modules/javax/api/main/module.xml +6 -0
- data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar +0 -0
- data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar.index +9 -0
- data/jboss/modules/javax/ejb/api/main/module.xml +1 -1
- data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.1.Final.jar.index +7 -0
- data/jboss/modules/javax/el/api/main/module.xml +1 -1
- data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index +14 -0
- data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar.index +16 -0
- data/jboss/modules/javax/enterprise/deploy/api/main/module.xml +1 -1
- data/jboss/modules/javax/faces/api/main/{jboss-jsf-api_2.1_spec-2.0.1.Final.jar → jboss-jsf-api_2.1_spec-2.0.2.Final.jar} +0 -0
- data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.2.Final.jar.index +26 -0
- data/jboss/modules/javax/faces/api/main/module.xml +1 -1
- data/jboss/modules/javax/inject/api/main/javax.inject-1.jar.index +3 -0
- data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar.index +7 -0
- data/jboss/modules/javax/interceptor/api/main/module.xml +1 -1
- data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar.index +7 -0
- data/jboss/modules/javax/jms/api/main/module.xml +1 -1
- data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index +5 -0
- data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar.index +23 -0
- data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar.index +9 -0
- data/jboss/modules/javax/management/j2ee/api/main/module.xml +1 -1
- data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index +10 -0
- data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar.index +12 -0
- data/jboss/modules/javax/resource/api/main/module.xml +1 -1
- data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index +93 -0
- data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar.index +12 -0
- data/jboss/modules/javax/security/auth/message/api/main/module.xml +1 -1
- data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar +0 -0
- data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar.index +8 -0
- data/jboss/modules/javax/security/jacc/api/main/module.xml +1 -1
- data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar.index +10 -0
- data/jboss/modules/javax/servlet/api/main/module.xml +1 -1
- data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar.index +10 -0
- data/jboss/modules/javax/servlet/jsp/api/main/module.xml +1 -1
- data/jboss/modules/javax/servlet/jstl/api/main/{jboss-jstl-api_1.2_spec-1.0.2.Final.jar → jboss-jstl-api_1.2_spec-1.0.3.Final.jar} +0 -0
- data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.3.Final.jar.index +45 -0
- data/jboss/modules/javax/servlet/jstl/api/main/module.xml +1 -1
- data/jboss/modules/javax/transaction/api/main/jbosgi-xservice.properties +1 -0
- data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar.index +8 -0
- data/jboss/modules/javax/transaction/api/main/module.xml +1 -1
- data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index +12 -0
- data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar.index +10 -0
- data/jboss/modules/javax/ws/rs/api/main/module.xml +1 -1
- data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index +25 -0
- data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar +0 -0
- data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar.index +13 -0
- data/jboss/modules/javax/xml/bind/api/main/module.xml +1 -1
- data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar +0 -0
- data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar.index +9 -0
- data/jboss/modules/javax/xml/registry/api/main/module.xml +1 -1
- data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar +0 -0
- data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar.index +14 -0
- data/jboss/modules/javax/xml/rpc/api/main/module.xml +1 -1
- data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar +0 -0
- data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar.index +8 -0
- data/jboss/modules/javax/xml/soap/api/main/module.xml +1 -1
- data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar +0 -0
- data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar.index +15 -0
- data/jboss/modules/javax/xml/ws/api/main/module.xml +1 -1
- data/jboss/modules/net/jcip/main/jcip-annotations-1.0.jar.index +5 -0
- data/jboss/modules/org/antlr/main/antlr-2.7.7.jar.index +15 -0
- data/jboss/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index +9 -0
- data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index +13 -0
- data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index +20 -0
- data/jboss/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar.index +17 -0
- data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.6.jar.index +54 -0
- data/jboss/modules/org/apache/cxf/main/cxf-common-utilities-2.4.6.jar.index +30 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.6.jar.index +16 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.6.jar.index +13 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.6.jar.index +26 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.6.jar.index +17 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-core-2.4.6.jar.index +52 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.6.jar.index +25 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar.index +14 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.6.jar.index +35 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-management-2.4.6.jar.index +19 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.6.jar.index +11 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.6.jar.index +28 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.6.jar.index +21 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.6.jar.index +11 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.6.jar.index +25 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.6.jar.index +24 -0
- data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.6.jar.index +31 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-common-2.4.6.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.6.jar.index +27 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-validator-2.4.6.jar.index +12 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.6.jar.index +13 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar.index +12 -0
- data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar.index +21 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar.index +18 -0
- data/jboss/modules/org/apache/cxf/main/module.xml +0 -4
- data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar.index +31 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar.index +17 -0
- data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar.index +11 -0
- data/jboss/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar.index +17 -0
- data/jboss/modules/org/apache/juddi/scout/main/scout-1.2.6.jar.index +16 -0
- data/jboss/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar.index +30 -0
- data/jboss/modules/org/apache/log4j/main/module.xml +1 -15
- data/jboss/modules/org/apache/neethi/main/neethi-3.0.1.jar.index +12 -0
- data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar.index +47 -0
- data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar.index +31 -0
- data/jboss/modules/org/apache/ws/security/main/module.xml +0 -4
- data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.5.jar.index +28 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/module.xml +1 -1
- data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar +0 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar.index +15 -0
- data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index +8 -0
- data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index +58 -0
- data/jboss/modules/org/apache/xerces/main/module.xml +1 -1
- data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar +0 -0
- data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar.index +49 -0
- data/jboss/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar.index +12 -0
- data/jboss/modules/org/codehaus/jettison/main/jettison-1.3.1.jar.index +12 -0
- data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar.index +15 -0
- data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar.index +22 -0
- data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar.index +17 -0
- data/jboss/modules/org/hibernate/{main → commons-annotations/main}/hibernate-commons-annotations-4.0.1.Final.jar +0 -0
- data/jboss/modules/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.1.Final.jar.index +15 -0
- data/jboss/modules/org/{w3c/css/sac → hibernate/commons-annotations}/main/module.xml +5 -9
- data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.2.Final.jar +0 -0
- data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.2.Final.jar.index +39 -0
- data/jboss/modules/org/hibernate/envers/main/module.xml +2 -1
- data/jboss/modules/org/hibernate/main/{hibernate-core-4.0.1.Final.jar → hibernate-core-4.1.2.Final.jar} +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-core-4.1.2.Final.jar.index +197 -0
- data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.2.Final.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.2.Final.jar.index +22 -0
- data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.2.Final.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.2.Final.jar.index +17 -0
- data/jboss/modules/org/hibernate/main/module.xml +4 -4
- data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index +33 -0
- data/jboss/modules/org/hornetq/main/{hornetq-core-2.2.13.Final.jar → hornetq-core-2.2.18.Final.jar} +0 -0
- data/jboss/modules/org/hornetq/main/hornetq-core-2.2.18.Final.jar.index +89 -0
- data/jboss/modules/org/hornetq/main/{hornetq-jms-2.2.13.Final.jar → hornetq-jms-2.2.18.Final.jar} +0 -0
- data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.18.Final.jar.index +29 -0
- data/jboss/modules/org/hornetq/main/lib.index +3 -0
- data/jboss/modules/org/hornetq/main/module.xml +4 -2
- data/jboss/modules/org/hornetq/ra/main/{hornetq-ra-2.2.13.Final.jar → hornetq-ra-2.2.18.Final.jar} +0 -0
- data/jboss/modules/org/hornetq/ra/main/hornetq-ra-2.2.18.Final.jar.index +7 -0
- data/jboss/modules/org/hornetq/ra/main/module.xml +1 -1
- data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.5.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.5.FINAL.jar.index +14 -0
- data/jboss/modules/org/infinispan/cachestore/jdbc/main/module.xml +1 -1
- data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.5.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.5.FINAL.jar.index +10 -0
- data/jboss/modules/org/infinispan/cachestore/remote/main/module.xml +2 -2
- data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.5.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.5.FINAL.jar.index +19 -0
- data/jboss/modules/org/infinispan/client/hotrod/main/module.xml +1 -1
- data/jboss/modules/org/infinispan/main/infinispan-core-5.1.5.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-core-5.1.5.FINAL.jar.index +93 -0
- data/jboss/modules/org/infinispan/main/module.xml +1 -1
- data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar +0 -0
- data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar.index +132 -0
- data/jboss/modules/org/jacorb/main/module.xml +1 -1
- data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar.index +22 -0
- data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/appclient/main/module.xml +2 -2
- data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/cli/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.1.jar.index +14 -0
- data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/module.xml +3 -2
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.1.jar.index +16 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/module.xml +4 -1
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/clustering/registry/main/module.xml +1 -2
- data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/service/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/singleton/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.1.jar.index +14 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/cmp/main/{jboss-as-cmp-7.1.1.Final.jar → jboss-as-cmp-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.x.incremental.1.jar.index +30 -0
- data/jboss/modules/org/jboss/as/cmp/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/configadmin/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.1.jar.index +46 -0
- data/jboss/modules/org/jboss/as/connector/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.3.2.Final-resources.jar +0 -0
- data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.3.2.Final-resources.jar.index +113 -0
- data/jboss/modules/org/jboss/as/console/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/controller-client/main/{jboss-as-controller-client-7.1.1.Final.jar → jboss-as-controller-client-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.x.incremental.1.jar.index +16 -0
- data/jboss/modules/org/jboss/as/controller-client/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.1.jar.index +27 -0
- data/jboss/modules/org/jboss/as/controller/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.1.jar.index +9 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/{jboss-as-domain-http-error-context-7.1.1.Final.jar → jboss-as-domain-http-error-context-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.x.incremental.1.jar.index +5 -0
- data/jboss/modules/org/jboss/as/domain-http-error-context/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.1.jar.index +16 -0
- data/jboss/modules/org/jboss/as/domain-management/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/ee/deployment/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/ee/main/{jboss-as-ee-7.1.1.Final.jar → jboss-as-ee-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.x.incremental.1.jar.index +24 -0
- data/jboss/modules/org/jboss/as/ee/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.1.jar.index +69 -0
- data/jboss/modules/org/jboss/as/ejb3/main/module.xml +1 -3
- data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/embedded/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.1.jar.index +27 -0
- data/jboss/modules/org/jboss/as/host-controller/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/jacorb/main/{jboss-as-jacorb-7.1.1.Final.jar → jboss-as-jacorb-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.x.incremental.1.jar.index +23 -0
- data/jboss/modules/org/jboss/as/jacorb/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jaxr/main/{jboss-as-jaxr-7.1.1.Final.jar → jboss-as-jaxr-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/jaxr/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/jdr/main/{jboss-as-sos-7.1.1.Final.jar → jboss-as-sos-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/jdr/main/module.xml +2 -2
- data/jboss/modules/org/jboss/as/jmx/main/{jboss-as-jmx-7.1.1.Final.jar → jboss-as-jmx-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/jmx/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/{jboss-as-jpa-hibernate4-7.1.1.Final.jar → jboss-as-jpa-hibernate4-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/4/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/main/{jboss-as-jpa-7.1.1.Final.jar → jboss-as-jpa-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.x.incremental.1.jar.index +22 -0
- data/jboss/modules/org/jboss/as/jpa/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/openjpa/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/jsr77/main/{jboss-as-jsr77-7.1.1.Final.jar → jboss-as-jsr77-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/jsr77/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.1.jar.index +18 -0
- data/jboss/modules/org/jboss/as/logging/main/module.xml +4 -1
- data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/mail/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/management-client-content/main/{jboss-as-management-client-content-7.1.1.Final.jar → jboss-as-management-client-content-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/management-client-content/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.1.jar.index +12 -0
- data/jboss/modules/org/jboss/as/messaging/main/module.xml +4 -1
- data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/modcluster/main/{mod_cluster-container-catalina-1.2.0.Final.jar → mod_cluster-container-catalina-1.2.1.Final.jar} +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.1.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar.index +9 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar.index +18 -0
- data/jboss/modules/org/jboss/as/modcluster/main/module.xml +6 -5
- data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.1.jar.index +19 -0
- data/jboss/modules/org/jboss/as/naming/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/network/main/{jboss-as-network-7.1.1.Final.jar → jboss-as-network-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.x.incremental.1.jar.index +9 -0
- data/jboss/modules/org/jboss/as/network/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.1.jar.index +14 -0
- data/jboss/modules/org/jboss/as/osgi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/platform-mbean/main/{jboss-as-platform-mbean-7.1.1.Final.jar → jboss-as-platform-mbean-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/platform-mbean/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.1.jar.index +13 -0
- data/jboss/modules/org/jboss/as/pojo/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/process-controller/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/protocol/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/remoting/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.1.jar.index +11 -0
- data/jboss/modules/org/jboss/as/sar/main/module.xml +4 -1
- data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.1.jar.index +16 -0
- data/jboss/modules/org/jboss/as/security/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.1.jar.index +29 -0
- data/jboss/modules/org/jboss/as/server/main/module.xml +3 -2
- data/jboss/modules/org/jboss/as/threads/main/{jboss-as-threads-7.1.1.Final.jar → jboss-as-threads-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.x.incremental.1.jar.index +10 -0
- data/jboss/modules/org/jboss/as/threads/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.1.jar.index +15 -0
- data/jboss/modules/org/jboss/as/transactions/main/module.xml +2 -1
- data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index +24 -0
- data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.1.jar.index +22 -0
- data/jboss/modules/org/jboss/as/web/main/{jbossweb-7.0.13.Final.jar → jbossweb-7.0.16.Final.jar} +0 -0
- data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.16.Final.jar.index +77 -0
- data/jboss/modules/org/jboss/as/web/main/module.xml +3 -2
- data/jboss/modules/org/jboss/as/webservices/main/{jboss-as-webservices-server-integration-7.1.1.Final.jar → jboss-as-webservices-server-integration-7.1.x.incremental.1.jar} +0 -0
- data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.x.incremental.1.jar.index +25 -0
- data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.2.GA-jboss711.jar.index +5 -0
- data/jboss/modules/org/jboss/as/webservices/main/module.xml +1 -1
- data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.1.jar.index +21 -0
- data/jboss/modules/org/jboss/as/weld/main/module.xml +1 -3
- data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.x.incremental.1.jar +0 -0
- data/jboss/modules/org/jboss/as/xts/main/module.xml +1 -1
- data/jboss/modules/org/jboss/classfilewriter/main/{jboss-classfilewriter-1.0.1.Final.jar → jboss-classfilewriter-1.0.2.Final.jar} +0 -0
- data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.2.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/classfilewriter/main/module.xml +1 -1
- data/jboss/modules/org/jboss/com/sun/httpserver/main/{httpserver-1.0.0.Final.jar → httpserver-1.0.1.Final.jar} +0 -0
- data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar.index +15 -0
- data/jboss/modules/org/jboss/com/sun/httpserver/main/module.xml +1 -1
- data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/{logmanager/log4j → common-beans}/main/module.xml +2 -7
- data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index +37 -0
- data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index +8 -0
- data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.10.Final.jar +0 -0
- data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.10.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/ejb-client/main/module.xml +1 -1
- data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar.index +9 -0
- data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar.index +9 -0
- data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/{ironjacamar-common-api-1.0.9.Final.jar → ironjacamar-common-api-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.11.Final.jar.index +21 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/{ironjacamar-common-spi-1.0.9.Final.jar → ironjacamar-common-spi-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.11.Final.jar.index +9 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/{ironjacamar-core-api-1.0.9.Final.jar → ironjacamar-core-api-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.11.Final.jar.index +28 -0
- data/jboss/modules/org/jboss/ironjacamar/api/main/module.xml +3 -3
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.11.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.11.Final.jar.index +24 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/{ironjacamar-core-impl-1.0.9.Final.jar → ironjacamar-core-impl-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.11.Final.jar.index +30 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.11.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.11.Final.jar.index +7 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/{ironjacamar-validator-1.0.9.Final.jar → ironjacamar-validator-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.11.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/module.xml +4 -4
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/{ironjacamar-jdbc-1.0.9.Final.jar → ironjacamar-jdbc-1.0.11.Final.jar} +0 -0
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.11.Final.jar.index +24 -0
- data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml +1 -1
- data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index +8 -0
- data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index +11 -0
- data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/jts/integration/main/{jbossjts-integration-4.16.2.Final.jar → jbossjts-integration-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.4.Final.jar.index +16 -0
- data/jboss/modules/org/jboss/jts/integration/main/module.xml +1 -1
- data/jboss/modules/org/jboss/jts/main/{jbossjts-4.16.2.Final.jar → jbossjts-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.4.Final.jar.index +186 -0
- data/jboss/modules/org/jboss/jts/main/module.xml +1 -1
- data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.0.Final.jar.index +29 -0
- data/jboss/modules/org/jboss/{interceptor/spi → log4j/logmanager}/main/module.xml +6 -8
- data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar.index +8 -0
- data/jboss/modules/org/jboss/logging/main/{jboss-logging-3.1.0.GA.jar → jboss-logging-3.1.1.GA.jar} +0 -0
- data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.1.GA.jar.index +8 -0
- data/jboss/modules/org/jboss/logging/main/module.xml +1 -1
- data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.1.Final.jar.index +14 -0
- data/jboss/modules/org/jboss/logmanager/main/module.xml +1 -1
- data/jboss/modules/org/jboss/marshalling/main/{jboss-marshalling-1.3.11.GA.jar → jboss-marshalling-1.3.14.GA.jar} +0 -0
- data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.14.GA.jar.index +11 -0
- data/jboss/modules/org/jboss/marshalling/main/module.xml +1 -1
- data/jboss/modules/org/jboss/marshalling/river/main/{jboss-marshalling-river-1.3.11.GA.jar → jboss-marshalling-river-1.3.14.GA.jar} +0 -0
- data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.14.GA.jar.index +10 -0
- data/jboss/modules/org/jboss/marshalling/river/main/module.xml +1 -1
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-appclient-7.0.1.Final.jar → jboss-metadata-appclient-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.3.Final.jar.index +15 -0
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-common-7.0.1.Final.jar → jboss-metadata-common-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.3.Final.jar.index +35 -0
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-ear-7.0.1.Final.jar → jboss-metadata-ear-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.3.Final.jar.index +19 -0
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-ejb-7.0.1.Final.jar → jboss-metadata-ejb-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.3.Final.jar.index +22 -0
- data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-web-7.0.1.Final.jar → jboss-metadata-web-7.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.3.Final.jar.index +21 -0
- data/jboss/modules/org/jboss/metadata/main/module.xml +5 -5
- data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar.index +12 -0
- data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index +46 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar.index +12 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar.index +17 -0
- data/jboss/modules/org/jboss/osgi/framework/main/module.xml +3 -5
- data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/osgi/metadata/main/module.xml +1 -1
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/osgi/repository/main/module.xml +3 -2
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar.index +18 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar.index +14 -0
- data/jboss/modules/org/jboss/{interceptor → osgi/resolver}/main/module.xml +8 -7
- data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar.index +12 -0
- data/jboss/modules/org/jboss/osgi/spi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar.index +9 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/module.xml +2 -2
- data/jboss/modules/org/jboss/remote-naming/main/{jboss-remote-naming-1.0.2.Final.jar → jboss-remote-naming-1.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.3.Final.jar.index +14 -0
- data/jboss/modules/org/jboss/remote-naming/main/module.xml +2 -1
- data/jboss/modules/org/jboss/remoting3/main/{jboss-remoting-3.2.3.GA.jar → jboss-remoting-3.2.8.GA.jar} +0 -0
- data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.8.GA.jar.index +11 -0
- data/jboss/modules/org/jboss/remoting3/main/module.xml +1 -1
- data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/module.xml +2 -2
- data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/{remoting-jmx-1.0.2.Final.jar → remoting-jmx-1.0.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.3.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.3.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/{resteasy-atom-provider-2.3.2.Final.jar → resteasy-atom-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml +1 -1
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/{resteasy-cdi-2.3.2.Final.jar → resteasy-cdi-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.3.Final.jar.index +10 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/{resteasy-jackson-provider-2.3.2.Final-jandex.jar → resteasy-jackson-provider-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.3.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/{resteasy-jaxb-provider-2.3.2.Final.jar → resteasy-jaxb-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{async-http-servlet-3.0-2.3.2.Final-jandex.jar → async-http-servlet-3.0-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{async-http-servlet-3.0-2.3.2.Final.jar → async-http-servlet-3.0-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final.jar.index +11 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml +3 -3
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar.index +2 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{resteasy-jaxrs-2.3.2.Final.jar → resteasy-jaxrs-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final.jar.index +45 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/{resteasy-jettison-provider-2.3.2.Final-jandex.jar → resteasy-jettison-provider-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/{resteasy-jettison-provider-2.3.2.Final.jar → resteasy-jettison-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/{resteasy-jsapi-2.3.2.Final-jandex.jar → resteasy-jsapi-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/{resteasy-jsapi-2.3.2.Final.jar → resteasy-jsapi-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/{resteasy-multipart-provider-2.3.2.Final-jandex.jar → resteasy-multipart-provider-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/{resteasy-multipart-provider-2.3.2.Final.jar → resteasy-multipart-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml +2 -2
- data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/{resteasy-yaml-provider-2.3.2.Final-jandex.jar → resteasy-yaml-provider-2.3.3.Final-jandex.jar} +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/{resteasy-yaml-provider-2.3.2.Final.jar → resteasy-yaml-provider-2.3.3.Final.jar} +0 -0
- data/jboss/modules/org/jboss/sasl/main/{jboss-sasl-1.0.0.Final.jar → jboss-sasl-1.0.1.Final.jar} +0 -0
- data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.1.Final.jar.index +16 -0
- data/jboss/modules/org/jboss/sasl/main/module.xml +1 -1
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar.index +11 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar.index +11 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar.index +10 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar.index +11 -0
- data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar.index +11 -0
- data/jboss/modules/org/jboss/security/xacml/main/{jbossxacml-2.0.6.Final.jar → jbossxacml-2.0.8.Final.jar} +0 -0
- data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar.index +34 -0
- data/jboss/modules/org/jboss/security/xacml/main/module.xml +1 -1
- data/jboss/modules/org/jboss/shrinkwrap/core/main/module.xml +3 -3
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar.index +17 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar.index +27 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar.index +9 -0
- data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar.index +8 -0
- data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index +8 -0
- data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index +9 -0
- data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar.index +15 -0
- data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar.index +13 -0
- data/jboss/modules/org/jboss/weld/core/main/module.xml +1 -3
- data/jboss/modules/org/jboss/weld/core/main/{weld-core-1.1.5.AS71.Final.jar → weld-core-1.1.8.Final.jar} +0 -0
- data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.8.Final.jar.index +67 -0
- data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar.index +39 -0
- data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar.index +16 -0
- data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.2.GA.jar.index +27 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml +0 -4
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.2.GA.jar.index +6 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.2.GA.jar.index +28 -0
- data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.2.GA.jar.index +14 -0
- data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.2.GA.jar.index +22 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar.index +105 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.2.GA.jar.index +6 -0
- data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.2.GA.jar.index +6 -0
- data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.3.GA.jar.index +26 -0
- data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index +31 -0
- data/jboss/modules/org/jboss/xnio/main/module.xml +1 -1
- data/jboss/modules/org/jboss/xnio/main/{xnio-api-3.0.3.GA.jar → xnio-api-3.0.4.GA.jar} +0 -0
- data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.4.GA.jar.index +11 -0
- data/jboss/modules/org/jboss/xnio/nio/main/module.xml +1 -1
- data/jboss/modules/org/jboss/xnio/nio/main/{xnio-nio-3.0.3.GA.jar → xnio-nio-3.0.4.GA.jar} +0 -0
- data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.4.GA.jar.index +9 -0
- data/jboss/modules/org/jboss/xts/main/{jbosstxbridge-4.16.2.Final.jar → jbosstxbridge-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/xts/main/{jbossxts-4.16.2.Final.jar → jbossxts-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/xts/main/{jbossxts-api-4.16.2.Final.jar → jbossxts-api-4.16.4.Final.jar} +0 -0
- data/jboss/modules/org/jboss/xts/main/module.xml +3 -3
- data/jboss/modules/org/jgroups/main/{jgroups-3.0.6.Final.jar → jgroups-3.0.10.Final.jar} +0 -0
- data/jboss/modules/org/jgroups/main/jgroups-3.0.10.Final.jar.index +26 -0
- data/jboss/modules/org/jgroups/main/module.xml +1 -1
- data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar.index +29 -0
- data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index +28 -0
- data/jboss/modules/org/picketbox/main/module.xml +3 -2
- data/jboss/modules/org/picketbox/main/{picketbox-4.0.7.Final.jar → picketbox-4.0.9.Final.jar} +0 -0
- data/jboss/modules/org/picketbox/main/picketbox-4.0.9.Final.jar.index +83 -0
- data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar.index +10 -0
- data/jboss/modules/org/picketbox/main/{picketbox-infinispan-4.0.7.Final.jar → picketbox-infinispan-4.0.9.Final.jar} +0 -0
- data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.9.Final.jar.index +9 -0
- data/jboss/modules/org/picketlink/main/module.xml +5 -6
- data/jboss/modules/org/picketlink/main/picketlink-core-2.1.1.Final-jandex-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-core-2.1.1.Final-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-core-2.1.1.Final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.1.Final-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.1.Final.jar +0 -0
- data/jboss/modules/org/{torquebox → projectodd/polyglot}/cache/main/module.xml +3 -52
- data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-cache.jar +0 -0
- data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-core.jar +0 -0
- data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-core.jar +0 -0
- data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-hasingleton.jar +0 -0
- data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar.index +173 -0
- data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index +8 -0
- data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index +12 -0
- data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index +8 -0
- data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index +11 -0
- data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index +9 -0
- data/jboss/modules/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
- data/jboss/modules/org/torquebox/cdi/main/torquebox-cdi.jar +0 -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/jobs/main/polyglot-jobs.jar +0 -0
- data/jboss/modules/org/torquebox/jobs/main/torquebox-jobs.jar +0 -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/torquebox-security.jar +0 -0
- data/jboss/modules/org/torquebox/services/main/torquebox-services.jar +0 -0
- data/jboss/modules/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
- data/jboss/modules/org/torquebox/web/main/module.xml +0 -1
- 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/sun/jdk/main/service-loader-resources.index +3 -0
- data/jboss/standalone/configuration/standalone-full-ha.xml +58 -51
- data/jboss/standalone/configuration/standalone-full.xml +41 -31
- data/jboss/standalone/configuration/standalone-ha.xml +58 -51
- data/jboss/standalone/configuration/standalone.xml +41 -31
- data/lib/torquebox-server.jar +0 -0
- data/lib/torquebox-server.rb +2 -2
- data/share/rails/template.rb +4 -4
- metadata +1015 -767
- data/jboss/bundles/javax/servlet/api/v25/jbosgi-http-api-1.0.5.jar +0 -0
- data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.1.Final.jar +0 -0
- data/jboss/docs/licenses/common public license version 1.0 - cpl1.0.txt +0 -297
- data/jboss/docs/licenses/osgi specification license, version 1.0 - osgi-1.0.txt +0 -10
- data/jboss/docs/licenses/w3c software notice and license - w3c.txt +0 -77
- data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar +0 -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/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar +0 -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/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar +0 -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/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar +0 -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/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar +0 -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/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar +0 -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/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar +0 -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/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.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/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.1.Final.jar +0 -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/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar +0 -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/net/sourceforge/cssparser/main/cssparser-0.9.5.jar +0 -0
- data/jboss/modules/net/sourceforge/cssparser/main/module.xml +0 -39
- data/jboss/modules/net/sourceforge/nekohtml/main/module.xml +0 -38
- data/jboss/modules/net/sourceforge/nekohtml/main/nekohtml-1.9.14.jar +0 -0
- data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar +0 -0
- data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar +0 -0
- data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar +0 -0
- data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.0.1.Final.jar +0 -0
- data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.2.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.2.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.2.FINAL.jar +0 -0
- data/jboss/modules/org/infinispan/main/infinispan-core-5.1.2.FINAL.jar +0 -0
- data/jboss/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar +0 -0
- data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.1.0.FINAL-resources.jar +0 -0
- data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.5.Final.jar +0 -0
- data/jboss/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.9.Final.jar +0 -0
- data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.9.Final.jar +0 -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/main/jboss-logmanager-1.2.2.GA.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.0.12.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.8.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-resolver-api-1.0.13.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-resolver-felix-1.0.13.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-resolver-spi-1.0.13.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.0.3.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.5.jar +0 -0
- data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.5.jar +0 -0
- data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.0.1.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.7.Final.jar +0 -0
- data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.7.Final.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar +0 -0
- data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-bindings-jboss-2.0.2.Final.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex.jar +0 -0
- data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.2.Final.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/avro.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/guava.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-orm.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/paranamer.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/slf4j-api.jar +0 -0
- data/jboss/modules/org/torquebox/cache/main/snappy-java.jar +0 -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/w3c/css/sac/main/sac-1.3.jar +0 -0
@@ -114,7 +114,7 @@
|
|
114
114
|
<xs:element name="profile" type="standalone-profileType" minOccurs="0"/>
|
115
115
|
<xs:element name="interfaces" type="specified-interfacesType" minOccurs="0" maxOccurs="1"/>
|
116
116
|
<xs:element name="socket-binding-group" type="standalone-socket-binding-groupType" minOccurs="0" maxOccurs="1"/>
|
117
|
-
<xs:element name="deployments" type="
|
117
|
+
<xs:element name="deployments" type="server-deploymentsType" minOccurs="0" maxOccurs="1"/>
|
118
118
|
</xs:sequence>
|
119
119
|
<xs:attribute name="name" type="xs:string" use="optional">
|
120
120
|
<xs:annotation>
|
@@ -883,7 +883,7 @@
|
|
883
883
|
</xs:documentation>
|
884
884
|
</xs:annotation>
|
885
885
|
</xs:attribute>
|
886
|
-
<xs:attribute name="port-offset" type="xs:int" default="0">
|
886
|
+
<xs:attribute name="port-offset" type="xs:int" default="0" use="optional">
|
887
887
|
<xs:annotation>
|
888
888
|
<xs:documentation>
|
889
889
|
<![CDATA[
|
@@ -930,7 +930,7 @@
|
|
930
930
|
<xs:element name="jvm" type="namedJvmType" minOccurs="0"/>
|
931
931
|
<xs:element name="socket-binding-group" type="socket-binding-group-refType" minOccurs="1"/>
|
932
932
|
|
933
|
-
<xs:element name="deployments" type="
|
933
|
+
<xs:element name="deployments" type="server-groupDeploymentsType" minOccurs="0"/>
|
934
934
|
|
935
935
|
<xs:element name="system-properties" minOccurs="0" type="properties-with-boottime"/>
|
936
936
|
</xs:sequence>
|
@@ -959,27 +959,33 @@
|
|
959
959
|
</xs:attribute>
|
960
960
|
</xs:complexType>
|
961
961
|
|
962
|
-
<xs:complexType name="
|
962
|
+
<xs:complexType name="server-groupDeploymentsType">
|
963
963
|
<xs:annotation>
|
964
964
|
<xs:documentation>Contains a list of deployments that have been mapped to a server-group.</xs:documentation>
|
965
965
|
</xs:annotation>
|
966
966
|
<xs:sequence>
|
967
|
-
<xs:element name="deployment" type="
|
967
|
+
<xs:element name="deployment" type="base-deploymentType" maxOccurs="unbounded"/>
|
968
968
|
</xs:sequence>
|
969
969
|
</xs:complexType>
|
970
970
|
|
971
|
-
<xs:complexType name="
|
971
|
+
<xs:complexType name="server-groupDeploymentType">
|
972
972
|
<xs:annotation>
|
973
973
|
<xs:documentation>A deployment that has been mapped to a server group.</xs:documentation>
|
974
974
|
</xs:annotation>
|
975
|
-
<xs:
|
976
|
-
|
977
|
-
|
978
|
-
<xs:
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
975
|
+
<xs:complexContent>
|
976
|
+
<xs:extension base="base-deploymentType">
|
977
|
+
<!-- TODO clarify what a value of 'false' means -->
|
978
|
+
<xs:attribute name="enabled" use="optional" type="xs:boolean" default="true">
|
979
|
+
<xs:annotation>
|
980
|
+
<xs:documentation>Whether the deployment deploy automatically when the server starts up.
|
981
|
+
</xs:documentation>
|
982
|
+
</xs:annotation>
|
983
|
+
</xs:attribute>
|
984
|
+
</xs:extension>
|
985
|
+
</xs:complexContent>
|
986
|
+
</xs:complexType>
|
987
|
+
|
988
|
+
<xs:complexType name="base-deploymentType">
|
983
989
|
<xs:attribute name="name" use="required">
|
984
990
|
<xs:annotation>
|
985
991
|
<xs:documentation>Unique identifier of the deployment. Must be unique across all deployments.
|
@@ -996,13 +1002,40 @@
|
|
996
1002
|
</xs:documentation>
|
997
1003
|
</xs:annotation>
|
998
1004
|
</xs:attribute>
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1005
|
+
</xs:complexType>
|
1006
|
+
|
1007
|
+
<xs:complexType name="server-deploymentsType">
|
1008
|
+
<xs:annotation>
|
1009
|
+
<xs:documentation>Contains a list of deployments that have been mapped to a server.</xs:documentation>
|
1010
|
+
</xs:annotation>
|
1011
|
+
<xs:sequence>
|
1012
|
+
<xs:element name="deployment" type="server-deploymentType" maxOccurs="unbounded"/>
|
1013
|
+
</xs:sequence>
|
1014
|
+
</xs:complexType>
|
1015
|
+
|
1016
|
+
<xs:complexType name="server-deploymentType">
|
1017
|
+
<xs:annotation>
|
1018
|
+
<xs:documentation>A deployment that has been mapped to a server.</xs:documentation>
|
1019
|
+
</xs:annotation>
|
1020
|
+
<xs:complexContent>
|
1021
|
+
<xs:extension base="base-deploymentType">
|
1022
|
+
<xs:sequence>
|
1023
|
+
<!-- TODO: maxOccurs should be unbounded once overlays are in place -->
|
1024
|
+
<xs:choice maxOccurs="1">
|
1025
|
+
<xs:element name="content" type="contentType"/>
|
1026
|
+
<xs:element name="fs-archive" type="fs-archiveType"/>
|
1027
|
+
<xs:element name="fs-exploded" type="fs-explodedType"/>
|
1028
|
+
</xs:choice>
|
1029
|
+
</xs:sequence>
|
1030
|
+
<!-- TODO clarify what a value of 'false' means -->
|
1031
|
+
<xs:attribute name="enabled" use="optional" type="xs:boolean" default="true">
|
1032
|
+
<xs:annotation>
|
1033
|
+
<xs:documentation>Whether the deployment deploy automatically when the server starts up.
|
1034
|
+
</xs:documentation>
|
1035
|
+
</xs:annotation>
|
1036
|
+
</xs:attribute>
|
1037
|
+
</xs:extension>
|
1038
|
+
</xs:complexContent>
|
1006
1039
|
</xs:complexType>
|
1007
1040
|
|
1008
1041
|
<xs:complexType name="contentType">
|
@@ -1049,11 +1082,11 @@
|
|
1049
1082
|
<xs:documentation>Contains a list of domain-level deployments</xs:documentation>
|
1050
1083
|
</xs:annotation>
|
1051
1084
|
<xs:sequence>
|
1052
|
-
<xs:element name="deployment" type="deploymentType" maxOccurs="unbounded"/>
|
1085
|
+
<xs:element name="deployment" type="domain-deploymentType" maxOccurs="unbounded"/>
|
1053
1086
|
</xs:sequence>
|
1054
1087
|
</xs:complexType>
|
1055
1088
|
|
1056
|
-
<xs:complexType name="deploymentType">
|
1089
|
+
<xs:complexType name="domain-deploymentType">
|
1057
1090
|
<xs:annotation>
|
1058
1091
|
<xs:documentation>Deployment represents anything that can be deployed (e.g. an application such as EJB-JAR,
|
1059
1092
|
WAR, EAR,
|
@@ -1062,7 +1095,16 @@
|
|
1062
1095
|
</xs:documentation>
|
1063
1096
|
</xs:annotation>
|
1064
1097
|
<xs:complexContent>
|
1065
|
-
<xs:extension base="
|
1098
|
+
<xs:extension base="base-deploymentType">
|
1099
|
+
<xs:sequence>
|
1100
|
+
<!-- TODO: maxOccurs should be unbounded once overlays are in place -->
|
1101
|
+
<xs:choice maxOccurs="1">
|
1102
|
+
<xs:element name="content" type="contentType"/>
|
1103
|
+
<xs:element name="fs-archive" type="fs-archiveType"/>
|
1104
|
+
<xs:element name="fs-exploded" type="fs-explodedType"/>
|
1105
|
+
</xs:choice>
|
1106
|
+
</xs:sequence>
|
1107
|
+
</xs:extension>
|
1066
1108
|
</xs:complexContent>
|
1067
1109
|
</xs:complexType>
|
1068
1110
|
|
@@ -1389,7 +1431,7 @@
|
|
1389
1431
|
</xs:documentation>
|
1390
1432
|
</xs:annotation>
|
1391
1433
|
</xs:attribute>
|
1392
|
-
<xs:attribute name="port-offset" type="xs:int" default="0">
|
1434
|
+
<xs:attribute name="port-offset" type="xs:int" default="0" use="optional">
|
1393
1435
|
<xs:annotation>
|
1394
1436
|
<xs:documentation>
|
1395
1437
|
Increment to apply to the base port values defined in the
|
@@ -1817,6 +1859,8 @@
|
|
1817
1859
|
java.home - java installation directory
|
1818
1860
|
jboss.server.base.dir - root directory for an individual server
|
1819
1861
|
instance
|
1862
|
+
jboss.server.config.dir - directory in which server configuration
|
1863
|
+
files are stored.
|
1820
1864
|
jboss.server.data.dir - directory the server will use for persistent
|
1821
1865
|
data file storage
|
1822
1866
|
jboss.server.log.dir - directory the server will use for
|
@@ -1911,6 +1955,8 @@
|
|
1911
1955
|
java.home - java installation directory
|
1912
1956
|
jboss.server.base.dir - root directory for an individual server
|
1913
1957
|
instance
|
1958
|
+
jboss.server.config.dir - directory in which server configuration
|
1959
|
+
files are stored.
|
1914
1960
|
jboss.server.data.dir - directory the server will use for persistent
|
1915
1961
|
data file storage
|
1916
1962
|
jboss.server.log.dir - directory the server will use for
|
@@ -1941,7 +1987,7 @@
|
|
1941
1987
|
<xs:element name="stack" type="memory-sizeType" minOccurs="0"/>
|
1942
1988
|
<xs:element name="agent-lib" type="jvm-agentLibType" minOccurs="0"/>
|
1943
1989
|
<xs:element name="agent-path" type="jvm-agentPathType" minOccurs="0"/>
|
1944
|
-
<xs:element name="
|
1990
|
+
<xs:element name="java-agent" type="jvm-javaagentType" minOccurs="0"/>
|
1945
1991
|
<xs:element name="jvm-options" type="jvm-optionsType" minOccurs="0"/>
|
1946
1992
|
<xs:element name="environment-variables" type="environmentVariablesType" minOccurs="0"/>
|
1947
1993
|
</xs:all>
|
@@ -0,0 +1,2299 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
|
3
|
+
<!--
|
4
|
+
~ JBoss, Home of Professional Open Source.
|
5
|
+
~ Copyright 2012, 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.3"
|
27
|
+
targetNamespace="urn:jboss:domain:1.3"
|
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:element name="management-client-content" type="management-client-contentType" minOccurs="0" maxOccurs="1"/>
|
53
|
+
</xs:sequence>
|
54
|
+
<xs:attribute name="name" type="xs:string" use="optional" default="Unnamed Domain">
|
55
|
+
<xs:annotation>
|
56
|
+
<xs:documentation>
|
57
|
+
The name to use for the domain controller. Useful for administrators who need to work with multiple domains.
|
58
|
+
</xs:documentation>
|
59
|
+
</xs:annotation>
|
60
|
+
</xs:attribute>
|
61
|
+
</xs:complexType>
|
62
|
+
</xs:element>
|
63
|
+
|
64
|
+
<xs:element name="host">
|
65
|
+
<xs:annotation>
|
66
|
+
<xs:documentation>
|
67
|
+
Root element for a document configuring a host controller and
|
68
|
+
the group of servers under the control of that host controller.
|
69
|
+
The standard usage would be for a domain to have one such host controller
|
70
|
+
on each physical (or virtual) host machine. Emphasis in this
|
71
|
+
document is on enumerating the servers, configuring items that
|
72
|
+
are specific to the host environment (e.g. IP addresses), and
|
73
|
+
on any server-specific configuration settings.
|
74
|
+
</xs:documentation>
|
75
|
+
</xs:annotation>
|
76
|
+
<xs:complexType>
|
77
|
+
<xs:sequence>
|
78
|
+
<xs:element name="system-properties" type="properties-with-boottime" minOccurs="0"/>
|
79
|
+
<xs:element name="paths" type="specified-pathsType" minOccurs="0" maxOccurs="1" />
|
80
|
+
<xs:element name="vault" type="vaultType" minOccurs="0" maxOccurs="1"/>
|
81
|
+
<xs:element name="management" type="host-managementType" minOccurs="1" maxOccurs="1"/>
|
82
|
+
<xs:element name="domain-controller" type="domain-controllerType"/>
|
83
|
+
<xs:element name="interfaces" type="specified-interfacesType" minOccurs="0"/>
|
84
|
+
<xs:element name="jvms" type="jvmsType" minOccurs="0"/>
|
85
|
+
<xs:element name="servers" type="serversType" minOccurs="0"/>
|
86
|
+
</xs:sequence>
|
87
|
+
<xs:attribute name="name" type="xs:string" use="optional">
|
88
|
+
<xs:annotation>
|
89
|
+
<xs:documentation>
|
90
|
+
The name to use for this host's host controller. Must be unique across the domain.
|
91
|
+
If not set, defaults to the runtime value "HOSTNAME" or "COMPUTERNAME" environment variables,
|
92
|
+
or, if neither environment variable is present, to the value of InetAddress.getLocalHost().getHostName().
|
93
|
+
|
94
|
+
If the special value "jboss.domain.uuid" is used, a java.util.UUID will be created
|
95
|
+
and used, based on the value of InetAddress.getLocalHost().
|
96
|
+
</xs:documentation>
|
97
|
+
</xs:annotation>
|
98
|
+
</xs:attribute>
|
99
|
+
</xs:complexType>
|
100
|
+
</xs:element>
|
101
|
+
|
102
|
+
<xs:element name="server">
|
103
|
+
<xs:annotation>
|
104
|
+
<xs:documentation>
|
105
|
+
Root element for a document specifying the configuration
|
106
|
+
of a single "standalone" server that does not operate
|
107
|
+
as part of a domain.
|
108
|
+
|
109
|
+
Note that this element is distinct from the 'serverType'
|
110
|
+
specified in this schema. The latter type forms part of the
|
111
|
+
configuration of a server that operates as part of a domain.
|
112
|
+
</xs:documentation>
|
113
|
+
</xs:annotation>
|
114
|
+
<xs:complexType>
|
115
|
+
<xs:sequence>
|
116
|
+
<xs:element name="extensions" type="extensionsType" minOccurs="0" maxOccurs="1"/>
|
117
|
+
<xs:element name="system-properties" type="properties" minOccurs="0" maxOccurs="1"/>
|
118
|
+
<xs:element name="paths" type="specified-pathsType" minOccurs="0" maxOccurs="1"/>
|
119
|
+
<xs:element name="vault" type="vaultType" minOccurs="0" maxOccurs="1"/>
|
120
|
+
<xs:element name="management" type="server-managementType" minOccurs="0" maxOccurs="1"/>
|
121
|
+
<xs:element name="profile" type="standalone-profileType" minOccurs="0"/>
|
122
|
+
<xs:element name="interfaces" type="specified-interfacesType" minOccurs="0" maxOccurs="1"/>
|
123
|
+
<xs:element name="socket-binding-group" type="standalone-socket-binding-groupType" minOccurs="0" maxOccurs="1"/>
|
124
|
+
<xs:element name="deployments" type="server-deploymentsType" minOccurs="0" maxOccurs="1"/>
|
125
|
+
</xs:sequence>
|
126
|
+
<xs:attribute name="name" type="xs:string" use="optional">
|
127
|
+
<xs:annotation>
|
128
|
+
<xs:documentation>
|
129
|
+
The name to use for this server.
|
130
|
+
If not set, defaults to the runtime value "HOSTNAME" or "COMPUTERNAME" environment variables,
|
131
|
+
or, if neither environment variable is present, to the value of InetAddress.getLocalHost().getHostName().
|
132
|
+
|
133
|
+
If the special value "jboss.domain.uuid" is used, a java.util.UUID will be created
|
134
|
+
and used, based on the value of InetAddress.getLocalHost().
|
135
|
+
</xs:documentation>
|
136
|
+
</xs:annotation>
|
137
|
+
</xs:attribute>
|
138
|
+
</xs:complexType>
|
139
|
+
</xs:element>
|
140
|
+
|
141
|
+
<xs:complexType name="domain-managementType">
|
142
|
+
<xs:annotation>
|
143
|
+
<xs:documentation>
|
144
|
+
Domain-wide default configuration settings for the management of standalone servers and a Host Controller.
|
145
|
+
</xs:documentation>
|
146
|
+
</xs:annotation>
|
147
|
+
<xs:sequence>
|
148
|
+
<xs:element name="security-realms" minOccurs="0">
|
149
|
+
<xs:complexType>
|
150
|
+
<xs:sequence>
|
151
|
+
<xs:element name="security-realm" type="security-realmType" minOccurs="1"
|
152
|
+
maxOccurs="unbounded"/>
|
153
|
+
</xs:sequence>
|
154
|
+
</xs:complexType>
|
155
|
+
</xs:element>
|
156
|
+
<xs:element name="outbound-connections" minOccurs="0">
|
157
|
+
<xs:complexType>
|
158
|
+
<xs:sequence>
|
159
|
+
<xs:element name="ldap" type="ldapType" minOccurs="1" /> <!-- TODO minOccurs only while ldap is only supported connection. -->
|
160
|
+
</xs:sequence>
|
161
|
+
</xs:complexType>
|
162
|
+
</xs:element>
|
163
|
+
</xs:sequence>
|
164
|
+
</xs:complexType>
|
165
|
+
|
166
|
+
<xs:complexType name="host-managementType">
|
167
|
+
<xs:annotation>
|
168
|
+
<xs:documentation>
|
169
|
+
The centralized configuration for the management of a Host Controller.
|
170
|
+
</xs:documentation>
|
171
|
+
</xs:annotation>
|
172
|
+
<xs:complexContent>
|
173
|
+
<xs:extension base="domain-managementType">
|
174
|
+
<xs:sequence>
|
175
|
+
<xs:element name="management-interfaces" type="host-management-interfacesType" minOccurs="1"/>
|
176
|
+
</xs:sequence>
|
177
|
+
</xs:extension>
|
178
|
+
</xs:complexContent>
|
179
|
+
</xs:complexType>
|
180
|
+
|
181
|
+
<xs:complexType name="server-managementType">
|
182
|
+
<xs:annotation>
|
183
|
+
<xs:documentation>
|
184
|
+
The centralized configuration for the management of standalone server.
|
185
|
+
</xs:documentation>
|
186
|
+
</xs:annotation>
|
187
|
+
<xs:complexContent>
|
188
|
+
<xs:extension base="domain-managementType">
|
189
|
+
<xs:sequence>
|
190
|
+
<xs:element name="management-interfaces" type="server-management-interfacesType" minOccurs="0"/>
|
191
|
+
</xs:sequence>
|
192
|
+
</xs:extension>
|
193
|
+
</xs:complexContent>
|
194
|
+
</xs:complexType>
|
195
|
+
|
196
|
+
<xs:complexType name="ldapType">
|
197
|
+
<xs:annotation>
|
198
|
+
<xs:documentation>
|
199
|
+
The LDAP connection definition.
|
200
|
+
</xs:documentation>
|
201
|
+
</xs:annotation>
|
202
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
203
|
+
<xs:annotation>
|
204
|
+
<xs:documentation>
|
205
|
+
The name of this connection.
|
206
|
+
</xs:documentation>
|
207
|
+
</xs:annotation>
|
208
|
+
</xs:attribute>
|
209
|
+
<xs:attribute name="url" type="xs:string" use="required">
|
210
|
+
<xs:annotation>
|
211
|
+
<xs:documentation>
|
212
|
+
The URL to connect to ldap.
|
213
|
+
</xs:documentation>
|
214
|
+
</xs:annotation>
|
215
|
+
</xs:attribute>
|
216
|
+
<!-- TODO - Later will be optional if we support GSSAPI to connect to LDAP -->
|
217
|
+
<xs:attribute name="search-dn" type="xs:string" use="required">
|
218
|
+
<xs:annotation>
|
219
|
+
<xs:documentation>
|
220
|
+
The distinguished name to use when connecting to LDAP to perform searches.
|
221
|
+
</xs:documentation>
|
222
|
+
</xs:annotation>
|
223
|
+
</xs:attribute>
|
224
|
+
<xs:attribute name="search-credential" type="xs:string" use="required">
|
225
|
+
<xs:annotation>
|
226
|
+
<xs:documentation>
|
227
|
+
The credential to use when connecting to perform a search.
|
228
|
+
</xs:documentation>
|
229
|
+
</xs:annotation>
|
230
|
+
</xs:attribute>
|
231
|
+
<xs:attribute name="initial-context-factory" type="xs:string" default="com.sun.jndi.ldap.LdapCtxFactory">
|
232
|
+
<xs:annotation>
|
233
|
+
<xs:documentation>
|
234
|
+
The initial context factory to establish the LdapContext.
|
235
|
+
</xs:documentation>
|
236
|
+
</xs:annotation>
|
237
|
+
</xs:attribute>
|
238
|
+
</xs:complexType>
|
239
|
+
|
240
|
+
<xs:complexType name="security-realmType">
|
241
|
+
<xs:annotation>
|
242
|
+
<xs:documentation>
|
243
|
+
Configuration of a security realm for securing access to the management interfaces.
|
244
|
+
</xs:documentation>
|
245
|
+
</xs:annotation>
|
246
|
+
<xs:sequence>
|
247
|
+
<xs:element name="plug-ins" type="plug-insType" minOccurs="0" />
|
248
|
+
<xs:element name="server-identities" type="server-identitiesType" minOccurs="0" />
|
249
|
+
<xs:element name="authentication" type="authenticationType" minOccurs="0" />
|
250
|
+
<xs:element name="authorization" type="authorizationType" minOccurs="0" />
|
251
|
+
</xs:sequence>
|
252
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
253
|
+
<xs:annotation>
|
254
|
+
<xs:documentation>
|
255
|
+
The name of this security-realm, each security-realm must be assigned a unique name.
|
256
|
+
</xs:documentation>
|
257
|
+
</xs:annotation>
|
258
|
+
</xs:attribute>
|
259
|
+
</xs:complexType>
|
260
|
+
|
261
|
+
<xs:complexType name="plug-insType">
|
262
|
+
<xs:annotation>
|
263
|
+
<xs:documentation>
|
264
|
+
List of modules to be searched for supported security realm plug-ins.
|
265
|
+
</xs:documentation>
|
266
|
+
</xs:annotation>
|
267
|
+
<xs:sequence>
|
268
|
+
<xs:element name="plug-in" type="plug-inType" />
|
269
|
+
</xs:sequence>
|
270
|
+
</xs:complexType>
|
271
|
+
|
272
|
+
<xs:complexType name="plug-inType">
|
273
|
+
<xs:attribute name="module" use="required" type="xs:string">
|
274
|
+
<xs:annotation>
|
275
|
+
<xs:documentation>The name of the module.</xs:documentation>
|
276
|
+
</xs:annotation>
|
277
|
+
</xs:attribute>
|
278
|
+
</xs:complexType>
|
279
|
+
|
280
|
+
<xs:complexType name="plug-inAuthType">
|
281
|
+
<xs:annotation>
|
282
|
+
<xs:documentation>
|
283
|
+
This type defines which plug in will be used to handle either the loading of the
|
284
|
+
authentication data or authorization data during the authentication process.
|
285
|
+
</xs:documentation>
|
286
|
+
</xs:annotation>
|
287
|
+
<xs:sequence>
|
288
|
+
<xs:element name="properties" type="properties" minOccurs="0">
|
289
|
+
<xs:annotation>
|
290
|
+
<xs:documentation>
|
291
|
+
The properties to be made available to the plug-in.
|
292
|
+
</xs:documentation>
|
293
|
+
</xs:annotation>
|
294
|
+
</xs:element>
|
295
|
+
</xs:sequence>
|
296
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
297
|
+
<xs:annotation>
|
298
|
+
<xs:documentation>
|
299
|
+
The short name of the plug-in as already dynamically registered by being referenced
|
300
|
+
in the plug-ins element.
|
301
|
+
</xs:documentation>
|
302
|
+
</xs:annotation>
|
303
|
+
</xs:attribute>
|
304
|
+
<xs:attribute name="mechanism" default="DIGEST" use="optional">
|
305
|
+
<xs:annotation>
|
306
|
+
<xs:documentation>
|
307
|
+
By default plug-ins will be assumed to be used with the DIGEST authentication mechanism,
|
308
|
+
this attribute can override the plug-in for use with the PLAIN mechanism.
|
309
|
+
</xs:documentation>
|
310
|
+
</xs:annotation>
|
311
|
+
<xs:simpleType>
|
312
|
+
<xs:restriction base="xs:string">
|
313
|
+
<xs:enumeration value="DIGEST" />
|
314
|
+
<xs:enumeration value="PLAIN" />
|
315
|
+
</xs:restriction>
|
316
|
+
</xs:simpleType>
|
317
|
+
</xs:attribute>
|
318
|
+
</xs:complexType>
|
319
|
+
|
320
|
+
<xs:complexType name="authorizationType">
|
321
|
+
<xs:annotation>
|
322
|
+
<xs:documentation>
|
323
|
+
Configuration defining how to load the authorization information for the authenticated user.
|
324
|
+
|
325
|
+
After a user has been authenticated additional information such as roles can be loaded and
|
326
|
+
associated with the user for subsequent authorization checks, this type is used to define
|
327
|
+
how the roles are loaded.
|
328
|
+
</xs:documentation>
|
329
|
+
</xs:annotation>
|
330
|
+
<xs:choice>
|
331
|
+
<xs:element name="properties" type="propertiesFileType" minOccurs="0" />
|
332
|
+
<xs:element name="plug-in" type="plug-inAuthType" minOccurs="0" />
|
333
|
+
</xs:choice>
|
334
|
+
</xs:complexType>
|
335
|
+
|
336
|
+
<xs:complexType name="server-identitiesType">
|
337
|
+
<xs:annotation>
|
338
|
+
<xs:documentation>
|
339
|
+
Configuration of the identities that represent the server.
|
340
|
+
</xs:documentation>
|
341
|
+
</xs:annotation>
|
342
|
+
<xs:sequence>
|
343
|
+
<xs:element name="ssl" type="sslType" minOccurs="0" />
|
344
|
+
<xs:element name="secret" type="secretType" minOccurs="0" />
|
345
|
+
</xs:sequence>
|
346
|
+
</xs:complexType>
|
347
|
+
|
348
|
+
<xs:complexType name="secretType">
|
349
|
+
<xs:annotation>
|
350
|
+
<xs:documentation>
|
351
|
+
Configuration of the secret/password-based identity of this server.
|
352
|
+
</xs:documentation>
|
353
|
+
</xs:annotation>
|
354
|
+
<xs:attribute name="value" type="xs:string" use="required">
|
355
|
+
<xs:annotation>
|
356
|
+
<xs:documentation>
|
357
|
+
The secret / password - Base64 Encoded
|
358
|
+
</xs:documentation>
|
359
|
+
</xs:annotation>
|
360
|
+
</xs:attribute>
|
361
|
+
</xs:complexType>
|
362
|
+
|
363
|
+
<xs:complexType name="sslType">
|
364
|
+
<xs:annotation>
|
365
|
+
<xs:documentation>
|
366
|
+
Configuration of the SSL identity of this server.
|
367
|
+
</xs:documentation>
|
368
|
+
</xs:annotation>
|
369
|
+
<xs:sequence>
|
370
|
+
<xs:element name="keystore" type="extendedKeyStoreType" />
|
371
|
+
</xs:sequence>
|
372
|
+
<xs:attribute name="protocol" type="xs:string" default="TLS">
|
373
|
+
<xs:annotation>
|
374
|
+
<xs:documentation>
|
375
|
+
The protocol to use when creating the SSLContext.
|
376
|
+
</xs:documentation>
|
377
|
+
</xs:annotation>
|
378
|
+
</xs:attribute>
|
379
|
+
</xs:complexType>
|
380
|
+
|
381
|
+
<xs:complexType name="keyStoreType">
|
382
|
+
<xs:annotation>
|
383
|
+
<xs:documentation>
|
384
|
+
The keystore configuration for the server.
|
385
|
+
</xs:documentation>
|
386
|
+
</xs:annotation>
|
387
|
+
<xs:attribute name="path" type="xs:string" use="required">
|
388
|
+
<xs:annotation>
|
389
|
+
<xs:documentation>
|
390
|
+
The path of the keystore.
|
391
|
+
</xs:documentation>
|
392
|
+
</xs:annotation>
|
393
|
+
</xs:attribute>
|
394
|
+
<xs:attribute name="relative-to" use="optional" type="xs:string">
|
395
|
+
<xs:annotation>
|
396
|
+
<xs:documentation>
|
397
|
+
The name of another previously named path, or of one of the
|
398
|
+
standard paths provided by the system. If 'relative-to' is
|
399
|
+
provided, the value of the 'path' attribute is treated as
|
400
|
+
relative to the path specified by this attribute.
|
401
|
+
</xs:documentation>
|
402
|
+
</xs:annotation>
|
403
|
+
</xs:attribute>
|
404
|
+
<xs:attribute name="keystore-password" type="xs:string" use="required">
|
405
|
+
<xs:annotation>
|
406
|
+
<xs:documentation>
|
407
|
+
The password to open the keystore.
|
408
|
+
</xs:documentation>
|
409
|
+
</xs:annotation>
|
410
|
+
</xs:attribute>
|
411
|
+
</xs:complexType>
|
412
|
+
|
413
|
+
<xs:complexType name="extendedKeyStoreType">
|
414
|
+
<xs:annotation>
|
415
|
+
<xs:documentation>
|
416
|
+
This is a more complex keystore definition which also allows for an alias
|
417
|
+
and key password to be specified.
|
418
|
+
</xs:documentation>
|
419
|
+
</xs:annotation>
|
420
|
+
<xs:complexContent>
|
421
|
+
<xs:extension base="keyStoreType">
|
422
|
+
<xs:attribute name="alias" type="xs:string" use="optional">
|
423
|
+
<xs:annotation>
|
424
|
+
<xs:documentation>
|
425
|
+
The alias of the entry to use from the keystore, if specified all remaining
|
426
|
+
entries in the keystore will be ignored.
|
427
|
+
</xs:documentation>
|
428
|
+
</xs:annotation>
|
429
|
+
</xs:attribute>
|
430
|
+
<xs:attribute name="key-password" type="xs:string" use="optional">
|
431
|
+
<xs:annotation>
|
432
|
+
<xs:documentation>
|
433
|
+
The password to use when loading keys from the keystore.
|
434
|
+
</xs:documentation>
|
435
|
+
</xs:annotation>
|
436
|
+
</xs:attribute>
|
437
|
+
</xs:extension>
|
438
|
+
</xs:complexContent>
|
439
|
+
</xs:complexType>
|
440
|
+
|
441
|
+
<xs:complexType name="localType">
|
442
|
+
<xs:annotation>
|
443
|
+
<xs:documentation>
|
444
|
+
This type definition is used to control the local authentication mechanism.
|
445
|
+
</xs:documentation>
|
446
|
+
</xs:annotation>
|
447
|
+
<xs:attribute name="default-user" type="xs:string" use="optional">
|
448
|
+
<xs:annotation>
|
449
|
+
<xs:documentation>
|
450
|
+
When using the local mechanism it is optional for the client side to send an
|
451
|
+
authentication user name - this attribute specifies the user name to be assumed
|
452
|
+
if the remote client does not send one.
|
453
|
+
</xs:documentation>
|
454
|
+
</xs:annotation>
|
455
|
+
</xs:attribute>
|
456
|
+
<xs:attribute name="allowed-users" type="xs:string" use="optional">
|
457
|
+
<xs:annotation>
|
458
|
+
<xs:documentation>
|
459
|
+
A comma separated list of users that can be specified by the client when connecting
|
460
|
+
using the local authentication mechanism.
|
461
|
+
|
462
|
+
If a default user has been specified then that user is automatically added to the
|
463
|
+
allowed list. If both default-user and allowed-users are ommitted despite the mechanism
|
464
|
+
being enabled no incomming connection attemps using the mechanism will succeed.
|
465
|
+
|
466
|
+
If any user name should be accepted the value should be set to "*".
|
467
|
+
</xs:documentation>
|
468
|
+
</xs:annotation>
|
469
|
+
</xs:attribute>
|
470
|
+
</xs:complexType>
|
471
|
+
|
472
|
+
<xs:complexType name="authenticationType">
|
473
|
+
<xs:annotation>
|
474
|
+
<xs:documentation>
|
475
|
+
Configuration of the server side authentication mechanisms.
|
476
|
+
|
477
|
+
Optionally one truststore can be defined and one username/password based store can be defined.
|
478
|
+
Authentication will first attempt to use the truststore and if this is not available will fall back
|
479
|
+
to the username/password authentication.
|
480
|
+
|
481
|
+
If none of these are specified the only available mechanism will be the local mechanism for the
|
482
|
+
Native interface and the HTTP interface will not be accessible.
|
483
|
+
</xs:documentation>
|
484
|
+
</xs:annotation>
|
485
|
+
<xs:sequence>
|
486
|
+
<xs:element name="truststore" type="keyStoreType" minOccurs="0">
|
487
|
+
<xs:annotation>
|
488
|
+
<xs:documentation>
|
489
|
+
Configuration of a keystore to use to create a trust manager to verify clients.
|
490
|
+
</xs:documentation>
|
491
|
+
</xs:annotation>
|
492
|
+
</xs:element>
|
493
|
+
<xs:element name="local" type="localType" minOccurs="0">
|
494
|
+
<xs:annotation>
|
495
|
+
<xs:documentation>
|
496
|
+
Configuration to enable the local authentication mechanism, if this element
|
497
|
+
is ommitted then local authentication will be disabled.
|
498
|
+
</xs:documentation>
|
499
|
+
</xs:annotation>
|
500
|
+
</xs:element>
|
501
|
+
<xs:choice minOccurs="0">
|
502
|
+
<xs:element name="jaas" type="jaasAuthenticationType" minOccurs="0" />
|
503
|
+
<xs:element name="ldap" type="ldapAuthenticationType" minOccurs="0" />
|
504
|
+
<xs:element name="properties" type="propertiesAuthenticationType" minOccurs="0" />
|
505
|
+
<xs:element name="users" type="usersAuthenticationType" minOccurs="0" />
|
506
|
+
<xs:element name="plug-in" type="plug-inAuthType" minOccurs="0" />
|
507
|
+
</xs:choice>
|
508
|
+
</xs:sequence>
|
509
|
+
</xs:complexType>
|
510
|
+
|
511
|
+
<xs:complexType name="jaasAuthenticationType">
|
512
|
+
<xs:annotation>
|
513
|
+
<xs:documentation>
|
514
|
+
Definition to use a JAAS based configuration for authentication.
|
515
|
+
</xs:documentation>
|
516
|
+
</xs:annotation>
|
517
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
518
|
+
<xs:annotation>
|
519
|
+
<xs:documentation>
|
520
|
+
The name identifying the jaas configuration of LoginModules.
|
521
|
+
</xs:documentation>
|
522
|
+
</xs:annotation>
|
523
|
+
</xs:attribute>
|
524
|
+
</xs:complexType>
|
525
|
+
|
526
|
+
<xs:complexType name="ldapAuthenticationType">
|
527
|
+
<xs:annotation>
|
528
|
+
<xs:documentation>
|
529
|
+
Definition to use LDAP as the user repository.
|
530
|
+
</xs:documentation>
|
531
|
+
</xs:annotation>
|
532
|
+
<xs:choice>
|
533
|
+
<xs:element name="username-filter">
|
534
|
+
<xs:complexType>
|
535
|
+
<xs:attribute name="attribute" type="xs:string" use="required">
|
536
|
+
<xs:annotation>
|
537
|
+
<xs:documentation>
|
538
|
+
The name of the attribute to search for the user, this filter will then perform
|
539
|
+
a simple search where the username entered by the user matches the attribute
|
540
|
+
specified here.
|
541
|
+
</xs:documentation>
|
542
|
+
</xs:annotation>
|
543
|
+
</xs:attribute>
|
544
|
+
</xs:complexType>
|
545
|
+
</xs:element>
|
546
|
+
<xs:element name="advanced-filter">
|
547
|
+
<xs:complexType>
|
548
|
+
<xs:attribute name="filter" type="xs:string" use="required">
|
549
|
+
<xs:annotation>
|
550
|
+
<xs:documentation>
|
551
|
+
The fully defined filter to be used to search for the user based on their entered
|
552
|
+
user ID. The filter should contain a variable in the form {0} - this will be
|
553
|
+
replaced with the username supplied by the user.
|
554
|
+
</xs:documentation>
|
555
|
+
</xs:annotation>
|
556
|
+
</xs:attribute>
|
557
|
+
</xs:complexType>
|
558
|
+
</xs:element>
|
559
|
+
</xs:choice>
|
560
|
+
|
561
|
+
<xs:attribute name="connection" type="xs:string" use="required">
|
562
|
+
<xs:annotation>
|
563
|
+
<xs:documentation>
|
564
|
+
The name of the connection to use to connect to LDAP.
|
565
|
+
</xs:documentation>
|
566
|
+
</xs:annotation>
|
567
|
+
</xs:attribute>
|
568
|
+
<xs:attribute name="base-dn" type="xs:string" use="required">
|
569
|
+
<xs:annotation>
|
570
|
+
<xs:documentation>
|
571
|
+
The base distinguished name to commence the search for the user.
|
572
|
+
</xs:documentation>
|
573
|
+
</xs:annotation>
|
574
|
+
</xs:attribute>
|
575
|
+
<xs:attribute name="recursive" type="xs:boolean" default="false">
|
576
|
+
<xs:annotation>
|
577
|
+
<xs:documentation>
|
578
|
+
Should the search be recursive.
|
579
|
+
</xs:documentation>
|
580
|
+
</xs:annotation>
|
581
|
+
</xs:attribute>
|
582
|
+
<xs:attribute name="user-dn" type="xs:string" default="dn">
|
583
|
+
<xs:annotation>
|
584
|
+
<xs:documentation>
|
585
|
+
The name of the attribute which is the users distinguished name.
|
586
|
+
</xs:documentation>
|
587
|
+
</xs:annotation>
|
588
|
+
</xs:attribute>
|
589
|
+
</xs:complexType>
|
590
|
+
|
591
|
+
|
592
|
+
<xs:complexType name="usersAuthenticationType">
|
593
|
+
<xs:annotation>
|
594
|
+
<xs:documentation>
|
595
|
+
A set of users
|
596
|
+
</xs:documentation>
|
597
|
+
</xs:annotation>
|
598
|
+
<xs:sequence>
|
599
|
+
<xs:element name="user" type="userType" maxOccurs="unbounded"/>
|
600
|
+
</xs:sequence>
|
601
|
+
</xs:complexType>
|
602
|
+
|
603
|
+
<xs:complexType name="userType">
|
604
|
+
<xs:annotation>
|
605
|
+
<xs:documentation>
|
606
|
+
A single user.
|
607
|
+
</xs:documentation>
|
608
|
+
</xs:annotation>
|
609
|
+
<xs:choice>
|
610
|
+
<xs:element name="password" type="xs:string" />
|
611
|
+
</xs:choice>
|
612
|
+
<xs:attribute name="username" type="xs:string" use="required">
|
613
|
+
<xs:annotation>
|
614
|
+
<xs:documentation>
|
615
|
+
The users username.
|
616
|
+
</xs:documentation>
|
617
|
+
</xs:annotation>
|
618
|
+
</xs:attribute>
|
619
|
+
</xs:complexType>
|
620
|
+
|
621
|
+
<xs:complexType name="propertiesFileType">
|
622
|
+
<xs:annotation>
|
623
|
+
<xs:documentation>
|
624
|
+
Declaration of a location of a properties file.
|
625
|
+
</xs:documentation>
|
626
|
+
</xs:annotation>
|
627
|
+
<xs:attribute name="relative-to" use="optional" type="xs:string">
|
628
|
+
<xs:annotation>
|
629
|
+
<xs:documentation>
|
630
|
+
The name of another previously named path, or of one of the
|
631
|
+
standard paths provided by the system. If 'relative-to' is
|
632
|
+
provided, the value of the 'path' attribute is treated as
|
633
|
+
relative to the path specified by this attribute.
|
634
|
+
</xs:documentation>
|
635
|
+
</xs:annotation>
|
636
|
+
</xs:attribute>
|
637
|
+
<xs:attribute name="path" type="xs:string" use="required">
|
638
|
+
<xs:annotation>
|
639
|
+
<xs:documentation>
|
640
|
+
The path of the properties file.
|
641
|
+
</xs:documentation>
|
642
|
+
</xs:annotation>
|
643
|
+
</xs:attribute>
|
644
|
+
</xs:complexType>
|
645
|
+
|
646
|
+
<xs:complexType name="propertiesAuthenticationType">
|
647
|
+
<xs:annotation>
|
648
|
+
<xs:documentation>
|
649
|
+
Declaration of users stored within properties files.
|
650
|
+
|
651
|
+
The entries within the properties file are username={credentials} with each user
|
652
|
+
being specified on it's own line.
|
653
|
+
</xs:documentation>
|
654
|
+
</xs:annotation>
|
655
|
+
<xs:complexContent>
|
656
|
+
<xs:extension base="propertiesFileType">
|
657
|
+
<xs:attribute name="plain-text" type="xs:boolean" default="false">
|
658
|
+
<xs:annotation>
|
659
|
+
<xs:documentation>
|
660
|
+
Are the credentials within the properties file stored in plain text, if not
|
661
|
+
the {credential} is expected to be the hex encoded Digest hash
|
662
|
+
of 'username : realm : password'.
|
663
|
+
</xs:documentation>
|
664
|
+
</xs:annotation>
|
665
|
+
</xs:attribute>
|
666
|
+
</xs:extension>
|
667
|
+
</xs:complexContent>
|
668
|
+
</xs:complexType>
|
669
|
+
|
670
|
+
<xs:complexType name="host-management-interfacesType">
|
671
|
+
<xs:sequence>
|
672
|
+
<xs:element name="native-interface" type="host-native-management-interfaceType"/>
|
673
|
+
<xs:element name="http-interface" type="host-http-management-interfaceType" minOccurs="0"/>
|
674
|
+
</xs:sequence>
|
675
|
+
</xs:complexType>
|
676
|
+
|
677
|
+
<xs:complexType name="management-interfaceType">
|
678
|
+
<xs:attribute name="security-realm" type="xs:string" use="optional">
|
679
|
+
<xs:annotation>
|
680
|
+
<xs:documentation>
|
681
|
+
The security realm to use for this management interface, the capabilities
|
682
|
+
of the security realm will be queried to identify the authentication mechanism(s) to
|
683
|
+
offer.
|
684
|
+
</xs:documentation>
|
685
|
+
</xs:annotation>
|
686
|
+
</xs:attribute>
|
687
|
+
</xs:complexType>
|
688
|
+
|
689
|
+
<xs:complexType name="host-native-management-interfaceType">
|
690
|
+
<xs:annotation>
|
691
|
+
<xs:documentation>
|
692
|
+
Configuration of a host's exposed native management interface.
|
693
|
+
</xs:documentation>
|
694
|
+
</xs:annotation>
|
695
|
+
<xs:complexContent>
|
696
|
+
<xs:extension base="management-interfaceType">
|
697
|
+
<xs:sequence>
|
698
|
+
<xs:element name="socket" type="native-management-socketType"/>
|
699
|
+
</xs:sequence>
|
700
|
+
</xs:extension>
|
701
|
+
</xs:complexContent>
|
702
|
+
</xs:complexType>
|
703
|
+
|
704
|
+
<xs:complexType name="management-socketType">
|
705
|
+
<xs:annotation>
|
706
|
+
<xs:documentation>
|
707
|
+
Configuration of the socket used by host or standalone server's exposed management interface.
|
708
|
+
</xs:documentation>
|
709
|
+
</xs:annotation>
|
710
|
+
<xs:attribute name="interface" type="xs:string" use="required">
|
711
|
+
<xs:annotation>
|
712
|
+
<xs:documentation>
|
713
|
+
Network interface on which the host's socket for
|
714
|
+
management communication should be opened.
|
715
|
+
</xs:documentation>
|
716
|
+
</xs:annotation>
|
717
|
+
</xs:attribute>
|
718
|
+
</xs:complexType>
|
719
|
+
|
720
|
+
<xs:complexType name="native-management-socketType">
|
721
|
+
<xs:annotation>
|
722
|
+
<xs:documentation>
|
723
|
+
Configuration of the socket used by host or standalone server's exposed HTTP management interface.
|
724
|
+
</xs:documentation>
|
725
|
+
</xs:annotation>
|
726
|
+
<xs:complexContent>
|
727
|
+
<xs:extension base="management-socketType">
|
728
|
+
<xs:attribute name="port" type="xs:int" use="required">
|
729
|
+
<xs:annotation>
|
730
|
+
<xs:documentation>
|
731
|
+
Port on which the host's socket for native
|
732
|
+
management communication should be opened.
|
733
|
+
</xs:documentation>
|
734
|
+
</xs:annotation>
|
735
|
+
</xs:attribute>
|
736
|
+
</xs:extension>
|
737
|
+
</xs:complexContent>
|
738
|
+
</xs:complexType>
|
739
|
+
|
740
|
+
<xs:complexType name="host-http-management-interfaceType">
|
741
|
+
<xs:annotation>
|
742
|
+
<xs:documentation>
|
743
|
+
Configuration of a host's exposed HTTP management interface.
|
744
|
+
</xs:documentation>
|
745
|
+
</xs:annotation>
|
746
|
+
<xs:complexContent>
|
747
|
+
<xs:extension base="management-interfaceType">
|
748
|
+
<xs:sequence>
|
749
|
+
<xs:element name="socket" type="http-management-socketType"/>
|
750
|
+
</xs:sequence>
|
751
|
+
<xs:attribute name="console-enabled" type="xs:boolean" use="optional" default="true"/>
|
752
|
+
</xs:extension>
|
753
|
+
</xs:complexContent>
|
754
|
+
</xs:complexType>
|
755
|
+
|
756
|
+
<xs:complexType name="http-management-socketType">
|
757
|
+
<xs:annotation>
|
758
|
+
<xs:documentation>
|
759
|
+
Configuration of the socket used by host or standalone server's exposed HTTP management interface.
|
760
|
+
</xs:documentation>
|
761
|
+
</xs:annotation>
|
762
|
+
<xs:complexContent>
|
763
|
+
<xs:extension base="management-socketType">
|
764
|
+
<xs:attribute name="port" type="xs:int" use="optional">
|
765
|
+
<xs:annotation>
|
766
|
+
<xs:documentation>
|
767
|
+
Port on which the host's socket for
|
768
|
+
management communication should be opened.
|
769
|
+
|
770
|
+
If not specified the port will not be opened.
|
771
|
+
</xs:documentation>
|
772
|
+
</xs:annotation>
|
773
|
+
</xs:attribute>
|
774
|
+
<xs:attribute name="secure-port" type="xs:int" use="optional">
|
775
|
+
<xs:annotation>
|
776
|
+
<xs:documentation>
|
777
|
+
Port on which the host's socket for HTTPS
|
778
|
+
management communication should be opened.
|
779
|
+
|
780
|
+
If not specified the port will not be opened.
|
781
|
+
|
782
|
+
If specified the security-realm will be required to obtain
|
783
|
+
the SSL configuration.
|
784
|
+
</xs:documentation>
|
785
|
+
</xs:annotation>
|
786
|
+
</xs:attribute>
|
787
|
+
</xs:extension>
|
788
|
+
</xs:complexContent>
|
789
|
+
</xs:complexType>
|
790
|
+
|
791
|
+
<xs:complexType name="server-management-interfacesType">
|
792
|
+
<xs:sequence>
|
793
|
+
<xs:element name="native-remoting-interface" type="management-remoting-interfaceType" minOccurs="0"/>
|
794
|
+
<xs:element name="native-interface" type="server-native-management-interfaceType" minOccurs="0"/>
|
795
|
+
<xs:element name="http-interface" type="server-http-management-interfaceType" minOccurs="0"/>
|
796
|
+
</xs:sequence>
|
797
|
+
</xs:complexType>
|
798
|
+
|
799
|
+
<xs:complexType name="server-native-management-interfaceType">
|
800
|
+
<xs:annotation>
|
801
|
+
<xs:documentation>
|
802
|
+
Configuration of the socket used by host or standalone server's exposed HTTP management interface.
|
803
|
+
</xs:documentation>
|
804
|
+
</xs:annotation>
|
805
|
+
<xs:complexContent>
|
806
|
+
<xs:extension base="management-interfaceType">
|
807
|
+
<xs:annotation>
|
808
|
+
<xs:documentation>
|
809
|
+
Configuration of the socket to use for the native management interface is a choice
|
810
|
+
between a direct configuration of the address and port, or a reference to a socket-binding
|
811
|
+
configuration in the server's socket-binding-group element. The latter is the recommended
|
812
|
+
approach is it makes it easier to avoid port conflicts by taking advantage of the
|
813
|
+
socket-binding-group's port-offset configuration. Direct configuration of the address and
|
814
|
+
ports is provided to preserve backward compatibility.
|
815
|
+
</xs:documentation>
|
816
|
+
</xs:annotation>
|
817
|
+
<xs:choice>
|
818
|
+
<xs:element name="socket" type="native-management-socketType"/>
|
819
|
+
<xs:element name="socket-binding" type="native-management-socket-binding-refType"/>
|
820
|
+
</xs:choice>
|
821
|
+
</xs:extension>
|
822
|
+
</xs:complexContent>
|
823
|
+
</xs:complexType>
|
824
|
+
|
825
|
+
<xs:complexType name="native-management-socket-binding-refType">
|
826
|
+
<xs:annotation>
|
827
|
+
<xs:documentation>
|
828
|
+
Reference to the configuration of the socket to be used by a standalone server's exposed native management interface.
|
829
|
+
</xs:documentation>
|
830
|
+
</xs:annotation>
|
831
|
+
<xs:attribute name="native" type="xs:string" use="required">
|
832
|
+
<xs:annotation>
|
833
|
+
<xs:documentation>
|
834
|
+
Name of a socket-binding configuration declared in the server's socket-binding-group.
|
835
|
+
</xs:documentation>
|
836
|
+
</xs:annotation>
|
837
|
+
</xs:attribute>
|
838
|
+
</xs:complexType>
|
839
|
+
|
840
|
+
<xs:complexType name="server-http-management-interfaceType">
|
841
|
+
<xs:annotation>
|
842
|
+
<xs:documentation>
|
843
|
+
Configuration of a standalone server's exposed HTTP/HTTPS management interface.
|
844
|
+
</xs:documentation>
|
845
|
+
</xs:annotation>
|
846
|
+
<xs:complexContent>
|
847
|
+
<xs:extension base="management-interfaceType">
|
848
|
+
<xs:annotation>
|
849
|
+
<xs:documentation>
|
850
|
+
Configuration of the socket to use for the HTTP/HTTPS management interface is a choice
|
851
|
+
between a direct configuration of the address and ports, or a reference to socket-binding
|
852
|
+
configurations in the server's socket-binding-group element. The latter is the recommended
|
853
|
+
approach is it makes it easier to avoid port conflicts by taking advantage of the
|
854
|
+
socket-binding-group's port-offset configuration. Direct configuration of the address and
|
855
|
+
ports is provided to preserve backward compatibility.
|
856
|
+
</xs:documentation>
|
857
|
+
</xs:annotation>
|
858
|
+
<xs:choice>
|
859
|
+
<xs:element name="socket" type="http-management-socketType"/>
|
860
|
+
<xs:element name="socket-binding" type="http-management-socket-binding-refType"/>
|
861
|
+
</xs:choice>
|
862
|
+
<xs:attribute name="console-enabled" type="xs:boolean" use="optional" default="true"/>
|
863
|
+
</xs:extension>
|
864
|
+
</xs:complexContent>
|
865
|
+
</xs:complexType>
|
866
|
+
|
867
|
+
<xs:complexType name="http-management-socket-binding-refType">
|
868
|
+
<xs:annotation>
|
869
|
+
<xs:documentation>
|
870
|
+
Reference to the configurations of the sockets to be used by a standalone server's exposed HTTP and HTTPS management interface.
|
871
|
+
</xs:documentation>
|
872
|
+
</xs:annotation>
|
873
|
+
<xs:attribute name="http" type="xs:string" use="optional">
|
874
|
+
<xs:annotation>
|
875
|
+
<xs:documentation>
|
876
|
+
Name of a socket-binding configuration declared in the server's socket-binding-group to use for a HTTP socket.
|
877
|
+
</xs:documentation>
|
878
|
+
</xs:annotation>
|
879
|
+
</xs:attribute>
|
880
|
+
<xs:attribute name="https" type="xs:string" use="optional">
|
881
|
+
<xs:annotation>
|
882
|
+
<xs:documentation>
|
883
|
+
Name of a socket-binding configuration declared in the server's socket-binding-group to use for a HTTPS socket.
|
884
|
+
</xs:documentation>
|
885
|
+
</xs:annotation>
|
886
|
+
</xs:attribute>
|
887
|
+
</xs:complexType>
|
888
|
+
|
889
|
+
<xs:complexType name="management-remoting-interfaceType">
|
890
|
+
<xs:annotation>
|
891
|
+
<xs:documentation>
|
892
|
+
Makes the native management interface available via the connectors set up in the remoting subsystem,
|
893
|
+
using the remoting subsystem's endpoint. This should only be used for a server not for a HC/DC.
|
894
|
+
</xs:documentation>
|
895
|
+
</xs:annotation>
|
896
|
+
</xs:complexType>
|
897
|
+
|
898
|
+
<xs:complexType name="domain-controllerType">
|
899
|
+
<xs:choice>
|
900
|
+
<xs:element name="local" type="domain-controller-localType"/>
|
901
|
+
<xs:element name="remote" type="domain-controller-remoteType"/>
|
902
|
+
</xs:choice>
|
903
|
+
</xs:complexType>
|
904
|
+
|
905
|
+
<xs:complexType name="domain-controller-localType" />
|
906
|
+
|
907
|
+
<xs:complexType name="domain-controller-remoteType">
|
908
|
+
<xs:sequence>
|
909
|
+
<xs:element name="ignored-resources" type="ignored-resourcesType" minOccurs="0" maxOccurs="unbounded"/>
|
910
|
+
</xs:sequence>
|
911
|
+
<xs:attribute name="host" type="xs:string" use="required" />
|
912
|
+
<xs:attribute name="port" type="xs:integer" use="required" />
|
913
|
+
<xs:attribute name="security-realm" type="xs:string" use="optional" />
|
914
|
+
<xs:attribute name="username" type="xs:string" use="optional" />
|
915
|
+
</xs:complexType>
|
916
|
+
|
917
|
+
<xs:complexType name="ignored-resourcesType">
|
918
|
+
<xs:annotation>
|
919
|
+
<xs:documentation>
|
920
|
+
Provides names of direct child resources of the domain root resource requests for which the
|
921
|
+
Host Controller should ignore. Only relevant on a slave Host Controller. Configuring such
|
922
|
+
"ignored resources" may help allow a Host Controller from an earlier release to function as a
|
923
|
+
slave to a master Host Controller running a later release, by letting the slave ignore portions
|
924
|
+
of the configuration its version of the software cannot understand. This strategy can only be
|
925
|
+
successful if the servers managed by the slave Host Controller do not reference any of the
|
926
|
+
ignored configuration.
|
927
|
+
|
928
|
+
Supports the following attributes:
|
929
|
+
|
930
|
+
type -- the type of resource (e.g. 'profile' or 'socket-binding-group') certain instances of which
|
931
|
+
should be ignored. The value corresponds to the 'key' portion of the first element in the
|
932
|
+
resource's address (e.g. 'profile' in the address /profile=ha/subsystem=web)
|
933
|
+
|
934
|
+
wildcard -- if 'true', all resources of the given type should be ignored.
|
935
|
+
|
936
|
+
Child elements list the names of specific instances of the given type of resource
|
937
|
+
that should be ignored. Each element in the list corresponds to the 'value' portion of
|
938
|
+
the first element in the resource's address (e.g. 'ha' in the address /profile=ha/subsystem=web.)
|
939
|
+
</xs:documentation>
|
940
|
+
</xs:annotation>
|
941
|
+
<xs:sequence>
|
942
|
+
<xs:element name="instance" type="ignored-resource-instanceType" minOccurs="0" maxOccurs="unbounded"/>
|
943
|
+
</xs:sequence>
|
944
|
+
<xs:attribute name="type" type="xs:string" use="required" />
|
945
|
+
<xs:attribute name="wildcard" type="xs:boolean" use="optional" default="false" />
|
946
|
+
<xs:attribute name="names" type="xs:string" use="optional" />
|
947
|
+
</xs:complexType>
|
948
|
+
|
949
|
+
<xs:complexType name="ignored-resource-instanceType">
|
950
|
+
<xs:annotation>
|
951
|
+
<xs:documentation>
|
952
|
+
The name of a specific instances of a particular type of resource that should be ignored.
|
953
|
+
The 'name' attribute corresponds to the 'value' portion of the first element in the resource's address
|
954
|
+
(e.g. 'ha' in the address /profile=ha/subsystem=web.)
|
955
|
+
</xs:documentation>
|
956
|
+
</xs:annotation>
|
957
|
+
<xs:attribute name="name" type="xs:string" use="required" />
|
958
|
+
</xs:complexType>
|
959
|
+
|
960
|
+
<xs:complexType name="serversType">
|
961
|
+
<xs:sequence>
|
962
|
+
<xs:element name="server" type="serverType" minOccurs="0" maxOccurs="unbounded"/>
|
963
|
+
</xs:sequence>
|
964
|
+
<xs:attribute name="directory-grouping" default="by-server" use="optional">
|
965
|
+
<xs:simpleType>
|
966
|
+
<xs:restriction base="xs:token">
|
967
|
+
<xs:enumeration value="by-server">
|
968
|
+
<xs:annotation>
|
969
|
+
<xs:documentation>
|
970
|
+
Indicates each server's writable directories should be grouped under the server's name
|
971
|
+
in the domain/servers directory. This is the default option.
|
972
|
+
</xs:documentation>
|
973
|
+
</xs:annotation>
|
974
|
+
</xs:enumeration>
|
975
|
+
<xs:enumeration value="by-type">
|
976
|
+
<xs:annotation>
|
977
|
+
<xs:documentation>
|
978
|
+
Indicates each server's writable directories should be grouped based on their "type"
|
979
|
+
(i.e. "data", "log", "tmp") with directories of a given type for all servers appearing
|
980
|
+
in the domain level directory for that type, e.g. domain/data/servers/server-name.
|
981
|
+
</xs:documentation>
|
982
|
+
</xs:annotation>
|
983
|
+
</xs:enumeration>
|
984
|
+
</xs:restriction>
|
985
|
+
</xs:simpleType>
|
986
|
+
</xs:attribute>
|
987
|
+
</xs:complexType>
|
988
|
+
|
989
|
+
<xs:complexType name="serverType">
|
990
|
+
<xs:all>
|
991
|
+
<xs:element name="paths" type="specified-pathsType" minOccurs="0" maxOccurs="1" />
|
992
|
+
|
993
|
+
<xs:element name="interfaces" type="specified-interfacesType" minOccurs="0"/>
|
994
|
+
<xs:element name="socket-bindings" type="server-socket-bindingsType" minOccurs="0"/>
|
995
|
+
|
996
|
+
<!--<xs:element name="loggers" type="loggersType" minOccurs="0"/>-->
|
997
|
+
<xs:element name="system-properties" type="properties-with-boottime" minOccurs="0"/>
|
998
|
+
<xs:element name="jvm" minOccurs="0" type="serverJvmType"/>
|
999
|
+
</xs:all>
|
1000
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
1001
|
+
<xs:attribute name="group" type="xs:string" use="required"/>
|
1002
|
+
<xs:attribute name="auto-start" type="xs:boolean" default="true"/>
|
1003
|
+
</xs:complexType>
|
1004
|
+
|
1005
|
+
<xs:complexType name="server-socket-bindingsType">
|
1006
|
+
<xs:annotation>
|
1007
|
+
<xs:documentation>
|
1008
|
+
<![CDATA[
|
1009
|
+
Server-specific overrides to the default socket binding configuration inherited from the server group.
|
1010
|
+
]]>
|
1011
|
+
</xs:documentation>
|
1012
|
+
</xs:annotation>
|
1013
|
+
<xs:attribute name="socket-binding-group" type="xs:string" use="optional">
|
1014
|
+
<xs:annotation>
|
1015
|
+
<xs:documentation>
|
1016
|
+
<![CDATA[
|
1017
|
+
The socket binding group to use for the server. If undefined, the socket binding group
|
1018
|
+
specified for the server group is used.
|
1019
|
+
]]>
|
1020
|
+
</xs:documentation>
|
1021
|
+
</xs:annotation>
|
1022
|
+
</xs:attribute>
|
1023
|
+
<xs:attribute name="port-offset" type="xs:int" default="0" use="optional">
|
1024
|
+
<xs:annotation>
|
1025
|
+
<xs:documentation>
|
1026
|
+
<![CDATA[
|
1027
|
+
Increment to apply to the base port values defined in the
|
1028
|
+
referenced socket binding group to derive the values to use on this
|
1029
|
+
server.
|
1030
|
+
]]>
|
1031
|
+
</xs:documentation>
|
1032
|
+
</xs:annotation>
|
1033
|
+
</xs:attribute>
|
1034
|
+
</xs:complexType>
|
1035
|
+
|
1036
|
+
<xs:complexType name="extensionsType">
|
1037
|
+
<xs:annotation>
|
1038
|
+
<xs:documentation>Contains a list of extension modules.</xs:documentation>
|
1039
|
+
</xs:annotation>
|
1040
|
+
<xs:sequence>
|
1041
|
+
<xs:element name="extension" type="extensionType" minOccurs="1" maxOccurs="unbounded"/>
|
1042
|
+
</xs:sequence>
|
1043
|
+
</xs:complexType>
|
1044
|
+
|
1045
|
+
<xs:complexType name="extensionType">
|
1046
|
+
<xs:annotation>
|
1047
|
+
<xs:documentation>
|
1048
|
+
A module that extends the standard capabilities of a domain
|
1049
|
+
or a standalone server.
|
1050
|
+
</xs:documentation>
|
1051
|
+
</xs:annotation>
|
1052
|
+
<xs:attribute name="module" use="required" type="xs:string">
|
1053
|
+
<xs:annotation>
|
1054
|
+
<xs:documentation>The name of the module</xs:documentation>
|
1055
|
+
</xs:annotation>
|
1056
|
+
</xs:attribute>
|
1057
|
+
</xs:complexType>
|
1058
|
+
|
1059
|
+
<xs:complexType name="server-groupsType">
|
1060
|
+
<xs:sequence>
|
1061
|
+
<xs:element name="server-group" type="server-groupType" minOccurs="0" maxOccurs="unbounded"/>
|
1062
|
+
</xs:sequence>
|
1063
|
+
</xs:complexType>
|
1064
|
+
|
1065
|
+
<xs:complexType name="server-groupType">
|
1066
|
+
<xs:sequence>
|
1067
|
+
<xs:element name="jvm" type="namedJvmType" minOccurs="0"/>
|
1068
|
+
<xs:element name="socket-binding-group" type="socket-binding-group-refType" minOccurs="1"/>
|
1069
|
+
|
1070
|
+
<xs:element name="deployments" type="server-groupDeploymentsType" minOccurs="0"/>
|
1071
|
+
|
1072
|
+
<xs:element name="system-properties" minOccurs="0" type="properties-with-boottime"/>
|
1073
|
+
</xs:sequence>
|
1074
|
+
<xs:attribute name="name" type="xs:string">
|
1075
|
+
<xs:annotation>
|
1076
|
+
<xs:documentation>
|
1077
|
+
The name of the server group
|
1078
|
+
</xs:documentation>
|
1079
|
+
</xs:annotation>
|
1080
|
+
</xs:attribute>
|
1081
|
+
<xs:attribute name="profile" type="xs:string">
|
1082
|
+
<xs:annotation>
|
1083
|
+
<xs:documentation>
|
1084
|
+
The name of the profile this server is running.
|
1085
|
+
</xs:documentation>
|
1086
|
+
</xs:annotation>
|
1087
|
+
</xs:attribute>
|
1088
|
+
<xs:attribute name="management-subsystem-endpoint" type="xs:boolean" default="false">
|
1089
|
+
<xs:annotation>
|
1090
|
+
<xs:documentation>
|
1091
|
+
Set to true to have servers belonging to the server group connect back to the host controller using the
|
1092
|
+
endpoint from their remoting subsystem. The subsystem must be preset for this to
|
1093
|
+
work.
|
1094
|
+
</xs:documentation>
|
1095
|
+
</xs:annotation>
|
1096
|
+
</xs:attribute>
|
1097
|
+
</xs:complexType>
|
1098
|
+
|
1099
|
+
<xs:complexType name="server-groupDeploymentsType">
|
1100
|
+
<xs:annotation>
|
1101
|
+
<xs:documentation>Contains a list of deployments that have been mapped to a server-group.</xs:documentation>
|
1102
|
+
</xs:annotation>
|
1103
|
+
<xs:sequence>
|
1104
|
+
<xs:element name="deployment" type="base-deploymentType" maxOccurs="unbounded"/>
|
1105
|
+
</xs:sequence>
|
1106
|
+
</xs:complexType>
|
1107
|
+
|
1108
|
+
<xs:complexType name="server-groupDeploymentType">
|
1109
|
+
<xs:annotation>
|
1110
|
+
<xs:documentation>A deployment that has been mapped to a server group.</xs:documentation>
|
1111
|
+
</xs:annotation>
|
1112
|
+
<xs:complexContent>
|
1113
|
+
<xs:extension base="base-deploymentType">
|
1114
|
+
<!-- TODO clarify what a value of 'false' means -->
|
1115
|
+
<xs:attribute name="enabled" use="optional" type="xs:boolean" default="true">
|
1116
|
+
<xs:annotation>
|
1117
|
+
<xs:documentation>Whether the deployment deploy automatically when the server starts up.
|
1118
|
+
</xs:documentation>
|
1119
|
+
</xs:annotation>
|
1120
|
+
</xs:attribute>
|
1121
|
+
</xs:extension>
|
1122
|
+
</xs:complexContent>
|
1123
|
+
</xs:complexType>
|
1124
|
+
|
1125
|
+
<xs:complexType name="base-deploymentType">
|
1126
|
+
<xs:attribute name="name" use="required">
|
1127
|
+
<xs:annotation>
|
1128
|
+
<xs:documentation>Unique identifier of the deployment. Must be unique across all deployments.
|
1129
|
+
</xs:documentation>
|
1130
|
+
</xs:annotation>
|
1131
|
+
</xs:attribute>
|
1132
|
+
<xs:attribute name="runtime-name" use="required">
|
1133
|
+
<xs:annotation>
|
1134
|
+
<xs:documentation>Name by which the deployment will be known within a running server.of the deployment.
|
1135
|
+
Does not need to be unique across all deployments in the domain, although it must be unique within
|
1136
|
+
an individual server. For example, two different deployments running on different servers in
|
1137
|
+
the domain could both have a 'runtime-name' of 'example.war', with one having a 'name'
|
1138
|
+
of 'example.war_v1' and another with an 'name' of 'example.war_v2'.
|
1139
|
+
</xs:documentation>
|
1140
|
+
</xs:annotation>
|
1141
|
+
</xs:attribute>
|
1142
|
+
</xs:complexType>
|
1143
|
+
|
1144
|
+
<xs:complexType name="server-deploymentsType">
|
1145
|
+
<xs:annotation>
|
1146
|
+
<xs:documentation>Contains a list of deployments that have been mapped to a server.</xs:documentation>
|
1147
|
+
</xs:annotation>
|
1148
|
+
<xs:sequence>
|
1149
|
+
<xs:element name="deployment" type="server-deploymentType" maxOccurs="unbounded"/>
|
1150
|
+
</xs:sequence>
|
1151
|
+
</xs:complexType>
|
1152
|
+
|
1153
|
+
<xs:complexType name="server-deploymentType">
|
1154
|
+
<xs:annotation>
|
1155
|
+
<xs:documentation>A deployment that has been mapped to a server.</xs:documentation>
|
1156
|
+
</xs:annotation>
|
1157
|
+
<xs:complexContent>
|
1158
|
+
<xs:extension base="base-deploymentType">
|
1159
|
+
<xs:sequence>
|
1160
|
+
<!-- TODO: maxOccurs should be unbounded once overlays are in place -->
|
1161
|
+
<xs:choice maxOccurs="1">
|
1162
|
+
<xs:element name="content" type="contentType"/>
|
1163
|
+
<xs:element name="fs-archive" type="fs-archiveType"/>
|
1164
|
+
<xs:element name="fs-exploded" type="fs-explodedType"/>
|
1165
|
+
</xs:choice>
|
1166
|
+
</xs:sequence>
|
1167
|
+
<!-- TODO clarify what a value of 'false' means -->
|
1168
|
+
<xs:attribute name="enabled" use="optional" type="xs:boolean" default="true">
|
1169
|
+
<xs:annotation>
|
1170
|
+
<xs:documentation>Whether the deployment deploy automatically when the server starts up.
|
1171
|
+
</xs:documentation>
|
1172
|
+
</xs:annotation>
|
1173
|
+
</xs:attribute>
|
1174
|
+
</xs:extension>
|
1175
|
+
</xs:complexContent>
|
1176
|
+
</xs:complexType>
|
1177
|
+
|
1178
|
+
<xs:complexType name="contentType">
|
1179
|
+
<xs:attribute name="sha1" use="required">
|
1180
|
+
<xs:annotation>
|
1181
|
+
<xs:documentation>The checksum of the content</xs:documentation>
|
1182
|
+
</xs:annotation>
|
1183
|
+
</xs:attribute>
|
1184
|
+
</xs:complexType>
|
1185
|
+
|
1186
|
+
<xs:complexType name="fs-archiveType">
|
1187
|
+
<xs:annotation>
|
1188
|
+
<xs:documentation>Archived content found on the filesystem</xs:documentation>
|
1189
|
+
</xs:annotation>
|
1190
|
+
<xs:complexContent>
|
1191
|
+
<xs:extension base="fs-baseType"/>
|
1192
|
+
</xs:complexContent>
|
1193
|
+
</xs:complexType>
|
1194
|
+
|
1195
|
+
<xs:complexType name="fs-baseType">
|
1196
|
+
<xs:complexContent>
|
1197
|
+
<xs:extension base="pathType"/>
|
1198
|
+
</xs:complexContent>
|
1199
|
+
<!-- TODO: make path required
|
1200
|
+
<xs:complexContent>
|
1201
|
+
<xs:restriction base="pathType">
|
1202
|
+
<xs:attribute name="path" use="required"/>
|
1203
|
+
</xs:restriction>
|
1204
|
+
</xs:complexContent>
|
1205
|
+
-->
|
1206
|
+
</xs:complexType>
|
1207
|
+
|
1208
|
+
<xs:complexType name="fs-explodedType">
|
1209
|
+
<xs:annotation>
|
1210
|
+
<xs:documentation>Exploded content found on the filesystem</xs:documentation>
|
1211
|
+
</xs:annotation>
|
1212
|
+
<xs:complexContent>
|
1213
|
+
<xs:extension base="fs-baseType"/>
|
1214
|
+
</xs:complexContent>
|
1215
|
+
</xs:complexType>
|
1216
|
+
|
1217
|
+
<xs:complexType name="domain-deploymentsType">
|
1218
|
+
<xs:annotation>
|
1219
|
+
<xs:documentation>Contains a list of domain-level deployments</xs:documentation>
|
1220
|
+
</xs:annotation>
|
1221
|
+
<xs:sequence>
|
1222
|
+
<xs:element name="deployment" type="domain-deploymentType" maxOccurs="unbounded"/>
|
1223
|
+
</xs:sequence>
|
1224
|
+
</xs:complexType>
|
1225
|
+
|
1226
|
+
<xs:complexType name="domain-deploymentType">
|
1227
|
+
<xs:annotation>
|
1228
|
+
<xs:documentation>Deployment represents anything that can be deployed (e.g. an application such as EJB-JAR,
|
1229
|
+
WAR, EAR,
|
1230
|
+
any kind of standard archive such as RAR or JBoss-specific deployment),
|
1231
|
+
which can be enabled or disabled on a domain level.
|
1232
|
+
</xs:documentation>
|
1233
|
+
</xs:annotation>
|
1234
|
+
<xs:complexContent>
|
1235
|
+
<xs:extension base="base-deploymentType">
|
1236
|
+
<xs:sequence>
|
1237
|
+
<!-- TODO: maxOccurs should be unbounded once overlays are in place -->
|
1238
|
+
<xs:choice maxOccurs="1">
|
1239
|
+
<xs:element name="content" type="contentType"/>
|
1240
|
+
<xs:element name="fs-archive" type="fs-archiveType"/>
|
1241
|
+
<xs:element name="fs-exploded" type="fs-explodedType"/>
|
1242
|
+
</xs:choice>
|
1243
|
+
</xs:sequence>
|
1244
|
+
</xs:extension>
|
1245
|
+
</xs:complexContent>
|
1246
|
+
</xs:complexType>
|
1247
|
+
|
1248
|
+
<!-- TODO this is not used anywhere yet -->
|
1249
|
+
<xs:complexType name="clustersType">
|
1250
|
+
<xs:complexContent>
|
1251
|
+
<xs:extension base="server-groupType">
|
1252
|
+
<xs:sequence>
|
1253
|
+
<xs:element name="partition-name" type="xs:string"/>
|
1254
|
+
<xs:element name="state-transfer-timeout" type="xs:integer"/>
|
1255
|
+
<xs:element name="method-call-timeout" type="xs:integer"/>
|
1256
|
+
</xs:sequence>
|
1257
|
+
<xs:attribute name="category" type="xs:string" use="required"/>
|
1258
|
+
</xs:extension>
|
1259
|
+
</xs:complexContent>
|
1260
|
+
</xs:complexType>
|
1261
|
+
|
1262
|
+
<!-- domain-configuration related definitions -->
|
1263
|
+
<xs:complexType name="domain-configurationType">
|
1264
|
+
<xs:annotation>
|
1265
|
+
<xs:documentation>The domain controller/server bootstrap configuration</xs:documentation>
|
1266
|
+
</xs:annotation>
|
1267
|
+
<xs:sequence>
|
1268
|
+
<xs:element ref="bootstrapURI"/>
|
1269
|
+
</xs:sequence>
|
1270
|
+
</xs:complexType>
|
1271
|
+
<xs:element name="bootstrapURI" type="xs:string">
|
1272
|
+
<xs:annotation>
|
1273
|
+
<xs:documentation>The URI for bootstrapping a domain server</xs:documentation>
|
1274
|
+
</xs:annotation>
|
1275
|
+
</xs:element>
|
1276
|
+
|
1277
|
+
<xs:complexType name="profilesType">
|
1278
|
+
<xs:annotation>
|
1279
|
+
<xs:documentation>Contains a list of profiles available for use in the domain</xs:documentation>
|
1280
|
+
</xs:annotation>
|
1281
|
+
<xs:sequence>
|
1282
|
+
<xs:element name="profile" type="domain-profileType" minOccurs="1" maxOccurs="unbounded"/>
|
1283
|
+
</xs:sequence>
|
1284
|
+
</xs:complexType>
|
1285
|
+
|
1286
|
+
<xs:complexType name="domain-profileType">
|
1287
|
+
<xs:annotation>
|
1288
|
+
<xs:documentation>Contains a list of subsystems</xs:documentation>
|
1289
|
+
</xs:annotation>
|
1290
|
+
<xs:sequence>
|
1291
|
+
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
|
1292
|
+
<xs:annotation>
|
1293
|
+
<xs:documentation>A profile declaration may include configuration
|
1294
|
+
elements from other namespaces for the subsystems that make up the profile.
|
1295
|
+
</xs:documentation>
|
1296
|
+
</xs:annotation>
|
1297
|
+
</xs:any>
|
1298
|
+
</xs:sequence>
|
1299
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
1300
|
+
<xs:annotation>
|
1301
|
+
<xs:documentation>Name of the profile</xs:documentation>
|
1302
|
+
</xs:annotation>
|
1303
|
+
</xs:attribute>
|
1304
|
+
</xs:complexType>
|
1305
|
+
|
1306
|
+
<xs:complexType name="standalone-profileType">
|
1307
|
+
<xs:annotation>
|
1308
|
+
<xs:documentation>Contains a list of subsystems</xs:documentation>
|
1309
|
+
</xs:annotation>
|
1310
|
+
<xs:sequence>
|
1311
|
+
<xs:choice minOccurs="1" maxOccurs="unbounded">
|
1312
|
+
<xs:any namespace="##other">
|
1313
|
+
<xs:annotation>
|
1314
|
+
<xs:documentation>A profile declaration may include configuration
|
1315
|
+
elements from other namespaces for the subsystems that make up the profile.
|
1316
|
+
</xs:documentation>
|
1317
|
+
</xs:annotation>
|
1318
|
+
</xs:any>
|
1319
|
+
</xs:choice>
|
1320
|
+
</xs:sequence>
|
1321
|
+
</xs:complexType>
|
1322
|
+
|
1323
|
+
<!-- general socket definition -->
|
1324
|
+
<xs:complexType name="socket-binding-groupsType">
|
1325
|
+
<xs:annotation>
|
1326
|
+
<xs:documentation>Contains a list of socket binding groups</xs:documentation>
|
1327
|
+
</xs:annotation>
|
1328
|
+
<xs:sequence>
|
1329
|
+
<xs:element name="socket-binding-group" type="socket-binding-groupType" maxOccurs="unbounded"/>
|
1330
|
+
</xs:sequence>
|
1331
|
+
</xs:complexType>
|
1332
|
+
|
1333
|
+
<xs:complexType name="socket-binding-groupType">
|
1334
|
+
<xs:annotation>
|
1335
|
+
<xs:documentation>Contains a list of socket configurations</xs:documentation>
|
1336
|
+
</xs:annotation>
|
1337
|
+
<xs:sequence>
|
1338
|
+
<xs:element name="socket-binding" type="socket-bindingType" maxOccurs="unbounded"/>
|
1339
|
+
<xs:element name="outbound-socket-binding" type="outbound-socket-bindingType" minOccurs="0" maxOccurs="unbounded"/>
|
1340
|
+
</xs:sequence>
|
1341
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
1342
|
+
<xs:attribute name="default-interface" type="xs:string" use="required">
|
1343
|
+
<xs:annotation>
|
1344
|
+
<xs:documentation>
|
1345
|
+
Name of an interface that should be used as the interface for
|
1346
|
+
any sockets that do not explicitly declare one.
|
1347
|
+
</xs:documentation>
|
1348
|
+
</xs:annotation>
|
1349
|
+
</xs:attribute>
|
1350
|
+
</xs:complexType>
|
1351
|
+
|
1352
|
+
<xs:complexType name="standalone-socket-binding-groupType">
|
1353
|
+
<xs:annotation>
|
1354
|
+
<xs:documentation>Contains a list of socket configurations</xs:documentation>
|
1355
|
+
</xs:annotation>
|
1356
|
+
<xs:sequence>
|
1357
|
+
<xs:element name="socket-binding" type="socket-bindingType" maxOccurs="unbounded"/>
|
1358
|
+
<xs:element name="outbound-socket-binding" type="outbound-socket-bindingType" minOccurs="0" maxOccurs="unbounded"/>
|
1359
|
+
</xs:sequence>
|
1360
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
1361
|
+
<xs:attribute name="default-interface" type="xs:string" use="required">
|
1362
|
+
<xs:annotation>
|
1363
|
+
<xs:documentation>
|
1364
|
+
Name of an interface that should be used as the interface for
|
1365
|
+
any sockets that do not explicitly declare one.
|
1366
|
+
</xs:documentation>
|
1367
|
+
</xs:annotation>
|
1368
|
+
</xs:attribute>
|
1369
|
+
<xs:attribute name="port-offset" type="xs:int" use="optional" default="0">
|
1370
|
+
<xs:annotation>
|
1371
|
+
<xs:documentation>
|
1372
|
+
Increment to apply to the base port values defined in the
|
1373
|
+
socket group to derive the values to use on this
|
1374
|
+
server.
|
1375
|
+
</xs:documentation>
|
1376
|
+
</xs:annotation>
|
1377
|
+
</xs:attribute>
|
1378
|
+
</xs:complexType>
|
1379
|
+
|
1380
|
+
<xs:complexType name="socket-bindingType">
|
1381
|
+
<xs:annotation>
|
1382
|
+
<xs:documentation>Configuration information for a socket.</xs:documentation>
|
1383
|
+
</xs:annotation>
|
1384
|
+
<xs:choice>
|
1385
|
+
<xs:element name="client-mapping" type="socket-binding-client-mappingType"
|
1386
|
+
minOccurs="0" maxOccurs="unbounded">
|
1387
|
+
<xs:annotation>
|
1388
|
+
<xs:documentation>
|
1389
|
+
Specifies zero or more client mappings for this socket binding.
|
1390
|
+
A client connecting to this socket should use the destination address
|
1391
|
+
specified in the mapping that matches its desired outbound interface.
|
1392
|
+
This allows for advanced network topologies that use either network
|
1393
|
+
address translation, or have bindings on multiple network interfaces
|
1394
|
+
to function.
|
1395
|
+
|
1396
|
+
Each mapping should be evaluated in declared order, with the first successful
|
1397
|
+
match used to determine the destination.
|
1398
|
+
</xs:documentation>
|
1399
|
+
</xs:annotation>
|
1400
|
+
</xs:element>
|
1401
|
+
</xs:choice>
|
1402
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
1403
|
+
<xs:attribute name="interface" type="xs:string" use="optional">
|
1404
|
+
<xs:annotation>
|
1405
|
+
<xs:documentation>
|
1406
|
+
Name of the interface to which the socket should be bound, or, for multicast
|
1407
|
+
sockets, the interface on which it should listen. This should
|
1408
|
+
be one of the declared interfaces.
|
1409
|
+
</xs:documentation>
|
1410
|
+
</xs:annotation>
|
1411
|
+
</xs:attribute>
|
1412
|
+
<xs:attribute name="port" type="xs:unsignedShort" use="optional" default="0">
|
1413
|
+
<xs:annotation>
|
1414
|
+
<xs:documentation>
|
1415
|
+
Number of the port to which the socket should be bound.
|
1416
|
+
</xs:documentation>
|
1417
|
+
</xs:annotation>
|
1418
|
+
</xs:attribute>
|
1419
|
+
<xs:attribute name="fixed-port" type="xs:boolean" use="optional" default="false">
|
1420
|
+
<xs:annotation>
|
1421
|
+
<xs:documentation>
|
1422
|
+
Whether the port value should remain fixed even if numerically offsets
|
1423
|
+
are applied to the other sockets in the socket group..
|
1424
|
+
</xs:documentation>
|
1425
|
+
</xs:annotation>
|
1426
|
+
</xs:attribute>
|
1427
|
+
<xs:attribute name="multicast-address" type="xs:string" use="optional">
|
1428
|
+
<xs:annotation>
|
1429
|
+
<xs:documentation>
|
1430
|
+
Multicast address on which the socket should receive multicast
|
1431
|
+
traffic. If unspecified, the socket will not be configured
|
1432
|
+
to receive multicast.
|
1433
|
+
</xs:documentation>
|
1434
|
+
</xs:annotation>
|
1435
|
+
</xs:attribute>
|
1436
|
+
<xs:attribute name="multicast-port" type="xs:positiveInteger" use="optional">
|
1437
|
+
<xs:annotation>
|
1438
|
+
<xs:documentation>
|
1439
|
+
Port on which the socket should receive multicast
|
1440
|
+
traffic. Must be configured if 'multicast-address' is configured.
|
1441
|
+
</xs:documentation>
|
1442
|
+
</xs:annotation>
|
1443
|
+
</xs:attribute>
|
1444
|
+
</xs:complexType>
|
1445
|
+
|
1446
|
+
<xs:complexType name="socket-binding-client-mappingType">
|
1447
|
+
<xs:annotation>
|
1448
|
+
<xs:documentation>
|
1449
|
+
Type definition for a client mapping on a socket binding. A client
|
1450
|
+
mapping specifies how external clients should connect to this
|
1451
|
+
socket's port, provided that the client's outbound interface
|
1452
|
+
match the specified source network value.
|
1453
|
+
</xs:documentation>
|
1454
|
+
</xs:annotation>
|
1455
|
+
<xs:attribute name="source-network" type="xs:string" use="optional">
|
1456
|
+
<xs:annotation>
|
1457
|
+
<xs:documentation>
|
1458
|
+
Source network the client connection binds on. This value is in
|
1459
|
+
the form of ip/netmask. A client should match this value against
|
1460
|
+
the desired client host network interface, and if matched the
|
1461
|
+
client should connect to the corresponding destination values.
|
1462
|
+
|
1463
|
+
If omitted this mapping should match any interface.
|
1464
|
+
</xs:documentation>
|
1465
|
+
</xs:annotation>
|
1466
|
+
</xs:attribute>
|
1467
|
+
<xs:attribute name="destination-address" type="xs:string" use="required">
|
1468
|
+
<xs:annotation>
|
1469
|
+
<xs:documentation>
|
1470
|
+
The destination address that a client should connect to if the
|
1471
|
+
source-network matches. This value can either be a hostname or
|
1472
|
+
an ip address.
|
1473
|
+
</xs:documentation>
|
1474
|
+
</xs:annotation>
|
1475
|
+
</xs:attribute>
|
1476
|
+
<xs:attribute name="destination-port" type="xs:string" use="optional">
|
1477
|
+
<xs:annotation>
|
1478
|
+
<xs:documentation>
|
1479
|
+
The destination port that a client should connect to if the
|
1480
|
+
source-network matches.
|
1481
|
+
|
1482
|
+
If omitted this mapping will reuse the effective socket binding
|
1483
|
+
port.
|
1484
|
+
</xs:documentation>
|
1485
|
+
</xs:annotation>
|
1486
|
+
</xs:attribute>
|
1487
|
+
</xs:complexType>
|
1488
|
+
|
1489
|
+
<xs:complexType name="outbound-socket-bindingType">
|
1490
|
+
<xs:annotation>
|
1491
|
+
<xs:documentation>Configuration information for a outbound socket.</xs:documentation>
|
1492
|
+
</xs:annotation>
|
1493
|
+
<xs:choice>
|
1494
|
+
<xs:element name="remote-destination" type="remote-destinationType" maxOccurs="1"/>
|
1495
|
+
<xs:element name="local-destination" type="local-destinationType" maxOccurs="1"/>
|
1496
|
+
</xs:choice>
|
1497
|
+
|
1498
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
1499
|
+
<xs:annotation>
|
1500
|
+
<xs:documentation>
|
1501
|
+
The name of the outbound socket binding
|
1502
|
+
</xs:documentation>
|
1503
|
+
</xs:annotation>
|
1504
|
+
</xs:attribute>
|
1505
|
+
<xs:attribute name="source-interface" type="xs:string" use="optional">
|
1506
|
+
<xs:annotation>
|
1507
|
+
<xs:documentation>
|
1508
|
+
The name of the interface that should be used for setting up the source address of the
|
1509
|
+
outbound socket. This should be one of the declared interfaces.
|
1510
|
+
</xs:documentation>
|
1511
|
+
</xs:annotation>
|
1512
|
+
|
1513
|
+
</xs:attribute>
|
1514
|
+
<xs:attribute name="source-port" type="xs:positiveInteger" use="optional">
|
1515
|
+
<xs:annotation>
|
1516
|
+
<xs:documentation>
|
1517
|
+
The port number that will be used for setting the source addresss of the outbound socket. If the
|
1518
|
+
source-interface attribute has been specified and the source-port attribute is absent,
|
1519
|
+
then the system uses a ephemeral port while binding the socket to a source address.
|
1520
|
+
</xs:documentation>
|
1521
|
+
</xs:annotation>
|
1522
|
+
</xs:attribute>
|
1523
|
+
<xs:attribute name="fixed-source-port" type="xs:boolean" use="optional" default="false">
|
1524
|
+
<xs:annotation>
|
1525
|
+
<xs:documentation>
|
1526
|
+
Whether the source-port value should remain fixed even if the socket binding group specifies
|
1527
|
+
a port offset
|
1528
|
+
</xs:documentation>
|
1529
|
+
</xs:annotation>
|
1530
|
+
</xs:attribute>
|
1531
|
+
</xs:complexType>
|
1532
|
+
|
1533
|
+
<xs:complexType name="remote-destinationType">
|
1534
|
+
<xs:attribute name="host" type="xs:string" use="required">
|
1535
|
+
<xs:annotation>
|
1536
|
+
<xs:documentation>
|
1537
|
+
The remote server address to which the outbound socket has to be connect.
|
1538
|
+
The address can be either a IP address of the host server of the hostname of the server
|
1539
|
+
</xs:documentation>
|
1540
|
+
</xs:annotation>
|
1541
|
+
</xs:attribute>
|
1542
|
+
<xs:attribute name="port" type="xs:positiveInteger" use="required">
|
1543
|
+
<xs:annotation>
|
1544
|
+
<xs:documentation>
|
1545
|
+
The remote port to which the outbound socket has to connect.
|
1546
|
+
</xs:documentation>
|
1547
|
+
</xs:annotation>
|
1548
|
+
</xs:attribute>
|
1549
|
+
</xs:complexType>
|
1550
|
+
|
1551
|
+
<xs:complexType name="local-destinationType">
|
1552
|
+
<xs:attribute name="socket-binding-ref" type="xs:string" use="required">
|
1553
|
+
<xs:annotation>
|
1554
|
+
<xs:documentation>
|
1555
|
+
The reference to a socket binding that has to be used as the destination for the outbound
|
1556
|
+
socket binding. This socket binding name should belong to the same socket binding group
|
1557
|
+
to which this local destination client socket belongs.
|
1558
|
+
</xs:documentation>
|
1559
|
+
</xs:annotation>
|
1560
|
+
</xs:attribute>
|
1561
|
+
</xs:complexType>
|
1562
|
+
|
1563
|
+
<xs:complexType name="socket-binding-group-refType">
|
1564
|
+
<xs:attribute name="ref" type="xs:string">
|
1565
|
+
<xs:annotation>
|
1566
|
+
<xs:documentation>
|
1567
|
+
The socket group to use for the server group or server.
|
1568
|
+
</xs:documentation>
|
1569
|
+
</xs:annotation>
|
1570
|
+
</xs:attribute>
|
1571
|
+
<xs:attribute name="port-offset" type="xs:int" default="0" use="optional">
|
1572
|
+
<xs:annotation>
|
1573
|
+
<xs:documentation>
|
1574
|
+
Increment to apply to the base port values defined in the
|
1575
|
+
referenced socket group to derive the values to use on this
|
1576
|
+
server.
|
1577
|
+
</xs:documentation>
|
1578
|
+
</xs:annotation>
|
1579
|
+
</xs:attribute>
|
1580
|
+
</xs:complexType>
|
1581
|
+
|
1582
|
+
|
1583
|
+
<xs:complexType name="named-interfacesType">
|
1584
|
+
<xs:annotation>
|
1585
|
+
<xs:documentation>
|
1586
|
+
A list of named network interfaces. The interfaces may or may
|
1587
|
+
not be fully specified (i.e. include criteria on how to determine
|
1588
|
+
their IP address.)
|
1589
|
+
</xs:documentation>
|
1590
|
+
</xs:annotation>
|
1591
|
+
<xs:sequence>
|
1592
|
+
<xs:element name="interface" type="named-interfaceType" minOccurs="0" maxOccurs="unbounded"/>
|
1593
|
+
</xs:sequence>
|
1594
|
+
</xs:complexType>
|
1595
|
+
|
1596
|
+
<!-- TODO make this and specified-interfaceType the same except for interface-criteriaGroup minOccurs -->
|
1597
|
+
<xs:complexType name="named-interfaceType">
|
1598
|
+
<xs:annotation>
|
1599
|
+
<xs:documentation>
|
1600
|
+
A named network interface, but without any criteria
|
1601
|
+
for determining the IP address to associate with that interface.
|
1602
|
+
Acts as a placeholder in the model (e.g. at the domain level)
|
1603
|
+
until a fully specified interface definition is applied at a
|
1604
|
+
lower level (e.g. at the server level, where available addresses
|
1605
|
+
are known.)
|
1606
|
+
</xs:documentation>
|
1607
|
+
</xs:annotation>
|
1608
|
+
<xs:group ref="interface-criteriaGroup" minOccurs="0"/>
|
1609
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
1610
|
+
</xs:complexType>
|
1611
|
+
|
1612
|
+
<xs:complexType name="specified-interfacesType">
|
1613
|
+
<xs:annotation>
|
1614
|
+
<xs:documentation>
|
1615
|
+
A list of fully specified named network interfaces.
|
1616
|
+
</xs:documentation>
|
1617
|
+
</xs:annotation>
|
1618
|
+
<xs:sequence>
|
1619
|
+
<xs:element name="interface" type="specified-interfaceType" minOccurs="0" maxOccurs="unbounded"/>
|
1620
|
+
</xs:sequence>
|
1621
|
+
</xs:complexType>
|
1622
|
+
|
1623
|
+
<xs:complexType name="specified-interfaceType">
|
1624
|
+
<xs:annotation>
|
1625
|
+
<xs:documentation>
|
1626
|
+
A named network interface, along with required criteria
|
1627
|
+
for determining the IP address to associate with that interface.
|
1628
|
+
</xs:documentation>
|
1629
|
+
</xs:annotation>
|
1630
|
+
<xs:group ref="interface-criteriaGroup" minOccurs="1"/>
|
1631
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
1632
|
+
</xs:complexType>
|
1633
|
+
|
1634
|
+
<xs:group name="interface-criteriaGroup">
|
1635
|
+
<xs:annotation>
|
1636
|
+
<xs:documentation>
|
1637
|
+
A set of criteria that can be used at runtime to determine
|
1638
|
+
what IP address to use for an interface.
|
1639
|
+
</xs:documentation>
|
1640
|
+
</xs:annotation>
|
1641
|
+
<xs:choice>
|
1642
|
+
<xs:element name="any-address" type="any-addressType"/>
|
1643
|
+
<xs:element name="any-ipv6-address" type="any-ipv6-addressType"/>
|
1644
|
+
<xs:element name="any-ipv4-address" type="any-ipv4-addressType"/>
|
1645
|
+
<xs:choice maxOccurs="unbounded">
|
1646
|
+
<xs:element name="inet-address" type="inet-addressType"/>
|
1647
|
+
<xs:element name="loopback" type="loopbackType"/>
|
1648
|
+
<xs:element name="loopback-address" type="loopback-addressType"/>
|
1649
|
+
<xs:element name="multicast" type="multicastType"/>
|
1650
|
+
<xs:element name="point-to-point" type="point-to-pointType"/>
|
1651
|
+
<xs:element name="virtual" type="interface-virtualType"/>
|
1652
|
+
<xs:element name="up" type="interface-upType"/>
|
1653
|
+
<xs:element name="public-address" type="public-addressType"/>
|
1654
|
+
<xs:element name="link-local-address" type="link-local-addressType"/>
|
1655
|
+
<xs:element name="site-local-address" type="site-local-addressType"/>
|
1656
|
+
<xs:element name="nic" type="nicType"/>
|
1657
|
+
<xs:element name="nic-match" type="nic-matchType"/>
|
1658
|
+
<xs:element name="subnet-match" type="subnet-matchType"/>
|
1659
|
+
<xs:element name="not" type="address-exclusionType"/>
|
1660
|
+
<xs:element name="any" type="address-exclusionType"/>
|
1661
|
+
</xs:choice>
|
1662
|
+
</xs:choice>
|
1663
|
+
</xs:group>
|
1664
|
+
|
1665
|
+
<xs:complexType name="inet-addressType">
|
1666
|
+
<xs:attribute name="value" type="xs:string" use="required">
|
1667
|
+
<xs:annotation>
|
1668
|
+
<xs:documentation>
|
1669
|
+
Either a IP address in IPv6 or IPv4 dotted decimal notation,
|
1670
|
+
or a hostname that can be resolved to an IP address.
|
1671
|
+
</xs:documentation>
|
1672
|
+
</xs:annotation>
|
1673
|
+
</xs:attribute>
|
1674
|
+
</xs:complexType>
|
1675
|
+
|
1676
|
+
<xs:complexType name="nicType">
|
1677
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
1678
|
+
<xs:annotation>
|
1679
|
+
<xs:documentation>
|
1680
|
+
The name of a network interface (e.g. eth0, eth1, lo).
|
1681
|
+
</xs:documentation>
|
1682
|
+
</xs:annotation>
|
1683
|
+
</xs:attribute>
|
1684
|
+
</xs:complexType>
|
1685
|
+
|
1686
|
+
<xs:complexType name="nic-matchType">
|
1687
|
+
<xs:attribute name="pattern" type="xs:string" use="required">
|
1688
|
+
<xs:annotation>
|
1689
|
+
<xs:documentation>
|
1690
|
+
A regular expression against which the names of the network
|
1691
|
+
interfaces available on the machine can be matched to find
|
1692
|
+
an acceptable interface.
|
1693
|
+
</xs:documentation>
|
1694
|
+
</xs:annotation>
|
1695
|
+
</xs:attribute>
|
1696
|
+
</xs:complexType>
|
1697
|
+
|
1698
|
+
<xs:complexType name="subnet-matchType">
|
1699
|
+
<xs:attribute name="value" type="xs:string" use="required">
|
1700
|
+
<xs:annotation>
|
1701
|
+
<xs:documentation>
|
1702
|
+
A network IP address and the number of bits in the
|
1703
|
+
address' network prefix, written in "slash notation";
|
1704
|
+
e.g. "192.168.0.0/16".
|
1705
|
+
</xs:documentation>
|
1706
|
+
</xs:annotation>
|
1707
|
+
</xs:attribute>
|
1708
|
+
</xs:complexType>
|
1709
|
+
|
1710
|
+
<xs:complexType name="address-exclusionType">
|
1711
|
+
<xs:choice>
|
1712
|
+
<xs:element name="inet-address" type="inet-addressType" minOccurs="0" maxOccurs="unbounded"/>
|
1713
|
+
<xs:element name="loopback" type="loopbackType"/>
|
1714
|
+
<xs:element name="loopback-address" type="loopback-addressType"/>
|
1715
|
+
<xs:element name="multicast" type="multicastType"/>
|
1716
|
+
<xs:element name="point-to-point" type="point-to-pointType"/>
|
1717
|
+
<xs:element name="virtual" type="interface-virtualType"/>
|
1718
|
+
<xs:element name="up" type="interface-upType"/>
|
1719
|
+
<xs:element name="public-address" type="public-addressType"/>
|
1720
|
+
<xs:element name="link-local-address" type="link-local-addressType"/>
|
1721
|
+
<xs:element name="site-local-address" type="site-local-addressType"/>
|
1722
|
+
<xs:element name="nic" type="nicType" minOccurs="0" maxOccurs="unbounded"/>
|
1723
|
+
<xs:element name="nic-match" type="nic-matchType" minOccurs="0" maxOccurs="unbounded"/>
|
1724
|
+
<xs:element name="subnet-match" type="subnet-matchType" minOccurs="0" maxOccurs="unbounded"/>
|
1725
|
+
</xs:choice>
|
1726
|
+
</xs:complexType>
|
1727
|
+
|
1728
|
+
<xs:complexType name="loopbackType">
|
1729
|
+
<xs:annotation>
|
1730
|
+
<xs:documentation>
|
1731
|
+
Empty element indicating that part of the selection criteria
|
1732
|
+
for an interface should be whether or not it is a loopback
|
1733
|
+
interface.
|
1734
|
+
</xs:documentation>
|
1735
|
+
</xs:annotation>
|
1736
|
+
</xs:complexType>
|
1737
|
+
|
1738
|
+
<xs:complexType name="loopback-addressType">
|
1739
|
+
<xs:annotation>
|
1740
|
+
<xs:documentation>
|
1741
|
+
A loopback address that may not actually be configured on the machine's loopback interface.
|
1742
|
+
Differs from inet-addressType in that the given value will be used even if no NIC can
|
1743
|
+
be found that has the IP address associated with it.
|
1744
|
+
</xs:documentation>
|
1745
|
+
</xs:annotation>
|
1746
|
+
<xs:attribute name="value" type="xs:string" use="required">
|
1747
|
+
<xs:annotation>
|
1748
|
+
<xs:documentation>
|
1749
|
+
An IP address in IPv6 or IPv4 dotted decimal notation.
|
1750
|
+
</xs:documentation>
|
1751
|
+
</xs:annotation>
|
1752
|
+
</xs:attribute>
|
1753
|
+
</xs:complexType>
|
1754
|
+
|
1755
|
+
<xs:complexType name="multicastType">
|
1756
|
+
<xs:annotation>
|
1757
|
+
<xs:documentation>
|
1758
|
+
Empty element indicating that part of the selection criteria
|
1759
|
+
for an interface should be whether or not it supports
|
1760
|
+
multicast.
|
1761
|
+
</xs:documentation>
|
1762
|
+
</xs:annotation>
|
1763
|
+
</xs:complexType>
|
1764
|
+
|
1765
|
+
<xs:complexType name="point-to-pointType">
|
1766
|
+
<xs:annotation>
|
1767
|
+
<xs:documentation>
|
1768
|
+
Empty element indicating that part of the selection criteria
|
1769
|
+
for an interface should be whether or not it is a point-to-point
|
1770
|
+
interface.
|
1771
|
+
</xs:documentation>
|
1772
|
+
</xs:annotation>
|
1773
|
+
</xs:complexType>
|
1774
|
+
|
1775
|
+
<xs:complexType name="interface-upType">
|
1776
|
+
<xs:annotation>
|
1777
|
+
<xs:documentation>
|
1778
|
+
Empty element indicating that part of the selection criteria
|
1779
|
+
for an interface should be whether or not it is currently up.
|
1780
|
+
</xs:documentation>
|
1781
|
+
</xs:annotation>
|
1782
|
+
</xs:complexType>
|
1783
|
+
|
1784
|
+
<xs:complexType name="interface-virtualType">
|
1785
|
+
<xs:annotation>
|
1786
|
+
<xs:documentation>
|
1787
|
+
Empty element indicating that part of the selection criteria
|
1788
|
+
for an interface should be whether or not it is a virtual
|
1789
|
+
interface.
|
1790
|
+
</xs:documentation>
|
1791
|
+
</xs:annotation>
|
1792
|
+
</xs:complexType>
|
1793
|
+
|
1794
|
+
<xs:complexType name="public-addressType">
|
1795
|
+
<xs:annotation>
|
1796
|
+
<xs:documentation>
|
1797
|
+
Empty element indicating that part of the selection criteria
|
1798
|
+
for an interface should be whether or not it has a publicly
|
1799
|
+
routable address.
|
1800
|
+
</xs:documentation>
|
1801
|
+
</xs:annotation>
|
1802
|
+
</xs:complexType>
|
1803
|
+
|
1804
|
+
<xs:complexType name="site-local-addressType">
|
1805
|
+
<xs:annotation>
|
1806
|
+
<xs:documentation>
|
1807
|
+
Empty element indicating that part of the selection criteria
|
1808
|
+
for an interface should be whether or not an address associated
|
1809
|
+
with it is site-local.
|
1810
|
+
</xs:documentation>
|
1811
|
+
</xs:annotation>
|
1812
|
+
</xs:complexType>
|
1813
|
+
|
1814
|
+
<xs:complexType name="link-local-addressType">
|
1815
|
+
<xs:annotation>
|
1816
|
+
<xs:documentation>
|
1817
|
+
Empty element indicating that part of the selection criteria
|
1818
|
+
for an interface should be whether or not an address associated
|
1819
|
+
with it is link-local.
|
1820
|
+
</xs:documentation>
|
1821
|
+
</xs:annotation>
|
1822
|
+
</xs:complexType>
|
1823
|
+
|
1824
|
+
<xs:complexType name="any-ipv6-addressType">
|
1825
|
+
<xs:annotation>
|
1826
|
+
<xs:documentation>
|
1827
|
+
Empty element indicating that sockets using this interface
|
1828
|
+
should be bound to the IPv6 wildcard address (::).
|
1829
|
+
</xs:documentation>
|
1830
|
+
</xs:annotation>
|
1831
|
+
</xs:complexType>
|
1832
|
+
|
1833
|
+
<xs:complexType name="any-ipv4-addressType">
|
1834
|
+
<xs:annotation>
|
1835
|
+
<xs:documentation>
|
1836
|
+
Empty element indicating that sockets using this interface
|
1837
|
+
should be bound to the IPv4 wildcard address (0.0.0.0).
|
1838
|
+
</xs:documentation>
|
1839
|
+
</xs:annotation>
|
1840
|
+
</xs:complexType>
|
1841
|
+
|
1842
|
+
<xs:complexType name="any-addressType">
|
1843
|
+
<xs:annotation>
|
1844
|
+
<xs:documentation>
|
1845
|
+
Empty element indicating that sockets using this interface
|
1846
|
+
should be bound to a wildcard address. The IPv6 wildcard
|
1847
|
+
address (::) will be used unless the java.net.preferIpV4Stack
|
1848
|
+
system property is set to true, in which case the IPv4
|
1849
|
+
wildcard address (0.0.0.0) will be used. If a socket is
|
1850
|
+
bound to an IPv6 anylocal address on a dual-stack machine,
|
1851
|
+
it can accept both IPv6 and IPv4 traffic; if it is bound to
|
1852
|
+
an IPv4 (IPv4-mapped) anylocal address, it can only accept
|
1853
|
+
IPv4 traffic.
|
1854
|
+
</xs:documentation>
|
1855
|
+
</xs:annotation>
|
1856
|
+
</xs:complexType>
|
1857
|
+
|
1858
|
+
<xs:complexType name="socketType">
|
1859
|
+
<xs:annotation>
|
1860
|
+
<xs:documentation>Configuration information for a socket.</xs:documentation>
|
1861
|
+
</xs:annotation>
|
1862
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
1863
|
+
<xs:attribute name="interface" type="xs:string" use="optional">
|
1864
|
+
<xs:annotation>
|
1865
|
+
<xs:documentation>
|
1866
|
+
Name of the interface to which the socket should be bound, or, for multicast
|
1867
|
+
sockets, the interface on which it should listen. This should
|
1868
|
+
be one of the declared interfaces.
|
1869
|
+
</xs:documentation>
|
1870
|
+
</xs:annotation>
|
1871
|
+
</xs:attribute>
|
1872
|
+
<xs:attribute name="port" type="xs:unsignedShort" use="optional" default="0">
|
1873
|
+
<xs:annotation>
|
1874
|
+
<xs:documentation>
|
1875
|
+
Number of the port to which the socket should be bound.
|
1876
|
+
</xs:documentation>
|
1877
|
+
</xs:annotation>
|
1878
|
+
</xs:attribute>
|
1879
|
+
<xs:attribute name="fixed-port" type="xs:boolean" use="optional" default="false">
|
1880
|
+
<xs:annotation>
|
1881
|
+
<xs:documentation>
|
1882
|
+
Whether the port value should remain fixed even if numerically offsets
|
1883
|
+
are applied to the other sockets in the socket group..
|
1884
|
+
</xs:documentation>
|
1885
|
+
</xs:annotation>
|
1886
|
+
</xs:attribute>
|
1887
|
+
<xs:attribute name="multicast-address" type="xs:string" use="optional">
|
1888
|
+
<xs:annotation>
|
1889
|
+
<xs:documentation>
|
1890
|
+
Multicast address on which the socket should receive multicast
|
1891
|
+
traffic. If unspecified, the socket will not be configured
|
1892
|
+
to receive multicast.
|
1893
|
+
</xs:documentation>
|
1894
|
+
</xs:annotation>
|
1895
|
+
</xs:attribute>
|
1896
|
+
<xs:attribute name="multicast-port" type="xs:positiveInteger" use="optional">
|
1897
|
+
<xs:annotation>
|
1898
|
+
<xs:documentation>
|
1899
|
+
Port on which the socket should receive multicast
|
1900
|
+
traffic. If unspecified, the socket will not be configured
|
1901
|
+
to receive multicast.
|
1902
|
+
</xs:documentation>
|
1903
|
+
</xs:annotation>
|
1904
|
+
</xs:attribute>
|
1905
|
+
</xs:complexType>
|
1906
|
+
|
1907
|
+
<!-- Path configurations -->
|
1908
|
+
<xs:complexType name="named-pathsType">
|
1909
|
+
<xs:annotation>
|
1910
|
+
<xs:documentation>
|
1911
|
+
A list of named filesystem paths. The paths may or may
|
1912
|
+
not be fully specified (i.e. include the actual paths.)
|
1913
|
+
</xs:documentation>
|
1914
|
+
</xs:annotation>
|
1915
|
+
<xs:sequence>
|
1916
|
+
<xs:element name="path" type="named-pathType" minOccurs="0" maxOccurs="unbounded"/>
|
1917
|
+
</xs:sequence>
|
1918
|
+
</xs:complexType>
|
1919
|
+
|
1920
|
+
<xs:complexType name="named-pathType">
|
1921
|
+
<xs:annotation>
|
1922
|
+
<xs:documentation>
|
1923
|
+
A named filesystem path, but without a requirement to specify
|
1924
|
+
the actual path. If no actual path is specified, acts as a
|
1925
|
+
as a placeholder in the model (e.g. at the domain level)
|
1926
|
+
until a fully specified path definition is applied at a
|
1927
|
+
lower level (e.g. at the host level, where available addresses
|
1928
|
+
are known.)
|
1929
|
+
</xs:documentation>
|
1930
|
+
</xs:annotation>
|
1931
|
+
<xs:complexContent>
|
1932
|
+
<xs:extension base="pathType">
|
1933
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
1934
|
+
<xs:annotation>
|
1935
|
+
<xs:documentation>
|
1936
|
+
The name of the path. Cannot be one of the standard fixed paths
|
1937
|
+
provided by the system:
|
1938
|
+
|
1939
|
+
jboss.home - the root directory of the JBoss AS distribution
|
1940
|
+
user.home - user's home directory
|
1941
|
+
user.dir - user's current working directory
|
1942
|
+
java.home - java installation directory
|
1943
|
+
jboss.server.base.dir - root directory for an individual server
|
1944
|
+
instance
|
1945
|
+
|
1946
|
+
Note that the system provides other standard paths that can be
|
1947
|
+
overridden by declaring them in the configuration file. See
|
1948
|
+
the 'relative-to' attribute documentation for a complete
|
1949
|
+
list of standard paths.
|
1950
|
+
</xs:documentation>
|
1951
|
+
</xs:annotation>
|
1952
|
+
</xs:attribute>
|
1953
|
+
</xs:extension>
|
1954
|
+
</xs:complexContent>
|
1955
|
+
</xs:complexType>
|
1956
|
+
|
1957
|
+
<xs:complexType name="pathType">
|
1958
|
+
<xs:attribute name="path">
|
1959
|
+
<xs:annotation>
|
1960
|
+
<xs:documentation>
|
1961
|
+
The actual filesystem path. Treated as an absolute path, unless the
|
1962
|
+
'relative-to' attribute is specified, in which case the value
|
1963
|
+
is treated as relative to that path.
|
1964
|
+
|
1965
|
+
If treated as an absolute path, the actual runtime pathname specified
|
1966
|
+
by the value of this attribute will be determined as follows:
|
1967
|
+
|
1968
|
+
If this value is already absolute, then the value is directly
|
1969
|
+
used. Otherwise the runtime pathname is resolved in a
|
1970
|
+
system-dependent way. On UNIX systems, a relative pathname is
|
1971
|
+
made absolute by resolving it against the current user directory.
|
1972
|
+
On Microsoft Windows systems, a relative pathname is made absolute
|
1973
|
+
by resolving it against the current directory of the drive named by the
|
1974
|
+
pathname, if any; if not, it is resolved against the current user
|
1975
|
+
directory.
|
1976
|
+
</xs:documentation>
|
1977
|
+
</xs:annotation>
|
1978
|
+
<xs:simpleType>
|
1979
|
+
<xs:restriction base="xs:string">
|
1980
|
+
<xs:minLength value="1"/>
|
1981
|
+
</xs:restriction>
|
1982
|
+
</xs:simpleType>
|
1983
|
+
</xs:attribute>
|
1984
|
+
<xs:attribute name="relative-to" type="xs:string" use="optional">
|
1985
|
+
<xs:annotation>
|
1986
|
+
<xs:documentation>
|
1987
|
+
The name of another previously named path, or of one of the
|
1988
|
+
standard paths provided by the system. If 'relative-to' is
|
1989
|
+
provided, the value of the 'path' attribute is treated as
|
1990
|
+
relative to the path specified by this attribute. The standard
|
1991
|
+
paths provided by the system include:
|
1992
|
+
|
1993
|
+
jboss.home - the root directory of the JBoss AS distribution
|
1994
|
+
user.home - user's home directory
|
1995
|
+
user.dir - user's current working directory
|
1996
|
+
java.home - java installation directory
|
1997
|
+
jboss.server.base.dir - root directory for an individual server
|
1998
|
+
instance
|
1999
|
+
jboss.server.config.dir - directory in which server configuration
|
2000
|
+
files are stored.
|
2001
|
+
jboss.server.data.dir - directory the server will use for persistent
|
2002
|
+
data file storage
|
2003
|
+
jboss.server.log.dir - directory the server will use for
|
2004
|
+
log file storage
|
2005
|
+
jboss.server.temp.dir - directory the server will use for
|
2006
|
+
temporary file storage
|
2007
|
+
jboss.domain.servers.dir - directory under which a host controller
|
2008
|
+
will create the working area for
|
2009
|
+
individual server instances
|
2010
|
+
</xs:documentation>
|
2011
|
+
</xs:annotation>
|
2012
|
+
</xs:attribute>
|
2013
|
+
</xs:complexType>
|
2014
|
+
|
2015
|
+
<xs:complexType name="specified-pathsType">
|
2016
|
+
<xs:annotation>
|
2017
|
+
<xs:documentation>
|
2018
|
+
A list of named filesystem paths.
|
2019
|
+
</xs:documentation>
|
2020
|
+
</xs:annotation>
|
2021
|
+
<xs:sequence>
|
2022
|
+
<xs:element name="path" type="specified-pathType" minOccurs="0" maxOccurs="unbounded"/>
|
2023
|
+
</xs:sequence>
|
2024
|
+
</xs:complexType>
|
2025
|
+
|
2026
|
+
<xs:complexType name="specified-pathType">
|
2027
|
+
<xs:annotation>
|
2028
|
+
<xs:documentation>
|
2029
|
+
A named filesystem path.
|
2030
|
+
</xs:documentation>
|
2031
|
+
</xs:annotation>
|
2032
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
2033
|
+
<xs:annotation>
|
2034
|
+
<xs:documentation>
|
2035
|
+
The name of the path. Cannot be one of the standard fixed paths
|
2036
|
+
provided by the system:
|
2037
|
+
|
2038
|
+
jboss.home.dir - the root directory of the JBoss AS distribution
|
2039
|
+
user.home - user's home directory
|
2040
|
+
user.dir - user's current working directory
|
2041
|
+
java.home - java installation directory
|
2042
|
+
jboss.server.base.dir - root directory for an individual server
|
2043
|
+
instance
|
2044
|
+
|
2045
|
+
Note that the system provides other standard paths that can be
|
2046
|
+
overridden by declaring them in the configuration file. See
|
2047
|
+
the 'relative-to' attribute documentation for a complete
|
2048
|
+
list of standard paths.
|
2049
|
+
</xs:documentation>
|
2050
|
+
</xs:annotation>
|
2051
|
+
</xs:attribute>
|
2052
|
+
<xs:attribute name="path" use="required">
|
2053
|
+
<xs:annotation>
|
2054
|
+
<xs:documentation>
|
2055
|
+
The actual filesystem path. Treated as an absolute path, unless the
|
2056
|
+
'relative-to' attribute is specified, in which case the value
|
2057
|
+
is treated as relative to that path.
|
2058
|
+
|
2059
|
+
If treated as an absolute path, the actual runtime pathname specified
|
2060
|
+
by the value of this attribute will be determined as follows:
|
2061
|
+
|
2062
|
+
If this value is already absolute, then the value is directly
|
2063
|
+
used. Otherwise the runtime pathname is resolved in a
|
2064
|
+
system-dependent way. On UNIX systems, a relative pathname is
|
2065
|
+
made absolute by resolving it against the current user directory.
|
2066
|
+
On Microsoft Windows systems, a relative pathname is made absolute
|
2067
|
+
by resolving it against the current directory of the drive named by the
|
2068
|
+
pathname, if any; if not, it is resolved against the current user
|
2069
|
+
directory.
|
2070
|
+
|
2071
|
+
Note relative path declarations have to use '/' as file separator.
|
2072
|
+
</xs:documentation>
|
2073
|
+
</xs:annotation>
|
2074
|
+
<xs:simpleType>
|
2075
|
+
<xs:restriction base="xs:string">
|
2076
|
+
<xs:minLength value="1"/>
|
2077
|
+
</xs:restriction>
|
2078
|
+
</xs:simpleType>
|
2079
|
+
</xs:attribute>
|
2080
|
+
<xs:attribute name="relative-to" type="xs:string" use="optional">
|
2081
|
+
<xs:annotation>
|
2082
|
+
<xs:documentation>
|
2083
|
+
The name of another previously named path, or of one of the
|
2084
|
+
standard paths provided by the system. If 'relative-to' is
|
2085
|
+
provided, the value of the 'path' attribute is treated as
|
2086
|
+
relative to the path specified by this attribute. The standard
|
2087
|
+
paths provided by the system include:
|
2088
|
+
|
2089
|
+
jboss.home.dir - the root directory of the JBoss AS distribution
|
2090
|
+
user.home - user's home directory
|
2091
|
+
user.dir - user's current working directory
|
2092
|
+
java.home - java installation directory
|
2093
|
+
jboss.server.base.dir - root directory for an individual server
|
2094
|
+
instance
|
2095
|
+
jboss.server.config.dir - directory in which server configuration
|
2096
|
+
files are stored.
|
2097
|
+
jboss.server.data.dir - directory the server will use for persistent
|
2098
|
+
data file storage
|
2099
|
+
jboss.server.log.dir - directory the server will use for
|
2100
|
+
log file storage
|
2101
|
+
jboss.server.temp.dir - directory the server will use for
|
2102
|
+
temporary file storage
|
2103
|
+
jboss.domain.servers.dir - directory under which a host controller
|
2104
|
+
will create the working area for
|
2105
|
+
individual server instances
|
2106
|
+
</xs:documentation>
|
2107
|
+
</xs:annotation>
|
2108
|
+
</xs:attribute>
|
2109
|
+
</xs:complexType>
|
2110
|
+
|
2111
|
+
<!-- JVM configurations -->
|
2112
|
+
<xs:complexType name="jvmsType">
|
2113
|
+
<xs:sequence>
|
2114
|
+
<xs:element name="jvm" type="namedJvmType" minOccurs="0" maxOccurs="unbounded"/>
|
2115
|
+
</xs:sequence>
|
2116
|
+
</xs:complexType>
|
2117
|
+
|
2118
|
+
<xs:complexType name="jvmType">
|
2119
|
+
<xs:all minOccurs="0" maxOccurs="1">
|
2120
|
+
<xs:element name="heap" type="heapType" minOccurs="0"/>
|
2121
|
+
<!-- XX:PermSize, XX:MaxPermSize -->
|
2122
|
+
<xs:element name="permgen" type="bounded-memory-sizeType" minOccurs="0"/>
|
2123
|
+
<!-- Xss -->
|
2124
|
+
<xs:element name="stack" type="memory-sizeType" minOccurs="0"/>
|
2125
|
+
<xs:element name="agent-lib" type="jvm-agentLibType" minOccurs="0"/>
|
2126
|
+
<xs:element name="agent-path" type="jvm-agentPathType" minOccurs="0"/>
|
2127
|
+
<xs:element name="java-agent" type="jvm-javaagentType" minOccurs="0"/>
|
2128
|
+
<xs:element name="jvm-options" type="jvm-optionsType" minOccurs="0"/>
|
2129
|
+
<xs:element name="environment-variables" type="environmentVariablesType" minOccurs="0"/>
|
2130
|
+
</xs:all>
|
2131
|
+
<xs:attribute name="java-home" type="xs:string"/>
|
2132
|
+
<xs:attribute name="type" default="SUN">
|
2133
|
+
<xs:simpleType>
|
2134
|
+
<xs:restriction base="xs:token">
|
2135
|
+
<xs:enumeration value="SUN">
|
2136
|
+
<xs:annotation>
|
2137
|
+
<xs:documentation>Allows the full set of JVM options to be set via the jvm schema elements</xs:documentation>
|
2138
|
+
</xs:annotation>
|
2139
|
+
</xs:enumeration>
|
2140
|
+
<xs:enumeration value="IBM">
|
2141
|
+
<xs:annotation>
|
2142
|
+
<xs:documentation>Sets a subset of the JVM options via the jvm schema elements</xs:documentation>
|
2143
|
+
</xs:annotation>
|
2144
|
+
</xs:enumeration>
|
2145
|
+
</xs:restriction>
|
2146
|
+
</xs:simpleType>
|
2147
|
+
</xs:attribute>
|
2148
|
+
<xs:attribute name="env-classpath-ignored" default="true" type="xs:boolean"/>
|
2149
|
+
</xs:complexType>
|
2150
|
+
|
2151
|
+
<xs:complexType name="namedJvmType">
|
2152
|
+
<xs:complexContent>
|
2153
|
+
<xs:extension base="jvmType">
|
2154
|
+
<xs:attribute name="name" type="xs:string"/>
|
2155
|
+
</xs:extension>
|
2156
|
+
</xs:complexContent>
|
2157
|
+
</xs:complexType>
|
2158
|
+
|
2159
|
+
<xs:complexType name="serverJvmType">
|
2160
|
+
<xs:complexContent>
|
2161
|
+
<xs:extension base="namedJvmType">
|
2162
|
+
<xs:attribute name="debug-enabled" type="xs:boolean" default="false"/>
|
2163
|
+
<xs:attribute name="debug-options" type="xs:string" />
|
2164
|
+
</xs:extension>
|
2165
|
+
</xs:complexContent>
|
2166
|
+
</xs:complexType>
|
2167
|
+
|
2168
|
+
<xs:complexType name="heapType">
|
2169
|
+
<xs:attribute name="size" use="optional">
|
2170
|
+
<xs:annotation>
|
2171
|
+
<xs:documentation>Initial JVM heap size</xs:documentation>
|
2172
|
+
</xs:annotation>
|
2173
|
+
</xs:attribute>
|
2174
|
+
<xs:attribute name="max-size" use="optional">
|
2175
|
+
<xs:annotation>
|
2176
|
+
<xs:documentation>Maximum JVM heap size</xs:documentation>
|
2177
|
+
</xs:annotation>
|
2178
|
+
</xs:attribute>
|
2179
|
+
</xs:complexType>
|
2180
|
+
|
2181
|
+
<xs:complexType name="jvm-optionsType">
|
2182
|
+
<xs:sequence>
|
2183
|
+
<xs:element name="option" type="jvm-optionType" minOccurs="0" maxOccurs="unbounded"/>
|
2184
|
+
</xs:sequence>
|
2185
|
+
</xs:complexType>
|
2186
|
+
|
2187
|
+
<xs:complexType name="jvm-optionType">
|
2188
|
+
<xs:attribute name="value" use="required">
|
2189
|
+
<xs:annotation>
|
2190
|
+
<xs:documentation>JVM option value</xs:documentation>
|
2191
|
+
</xs:annotation>
|
2192
|
+
</xs:attribute>
|
2193
|
+
</xs:complexType>
|
2194
|
+
|
2195
|
+
<xs:complexType name="jvm-agentLibType">
|
2196
|
+
<xs:attribute name="value" use="required">
|
2197
|
+
<xs:annotation>
|
2198
|
+
<xs:documentation>JVM agent lib value </xs:documentation>
|
2199
|
+
</xs:annotation>
|
2200
|
+
</xs:attribute>
|
2201
|
+
</xs:complexType>
|
2202
|
+
|
2203
|
+
<xs:complexType name="jvm-agentPathType">
|
2204
|
+
<xs:attribute name="value" use="required">
|
2205
|
+
<xs:annotation>
|
2206
|
+
<xs:documentation>JVM agent path value </xs:documentation>
|
2207
|
+
</xs:annotation>
|
2208
|
+
</xs:attribute>
|
2209
|
+
</xs:complexType>
|
2210
|
+
|
2211
|
+
<xs:complexType name="jvm-javaagentType">
|
2212
|
+
<xs:attribute name="value" use="required">
|
2213
|
+
<xs:annotation>
|
2214
|
+
<xs:documentation>JVM javaagent value </xs:documentation>
|
2215
|
+
</xs:annotation>
|
2216
|
+
</xs:attribute>
|
2217
|
+
</xs:complexType>
|
2218
|
+
|
2219
|
+
<xs:complexType name="bounded-memory-sizeType">
|
2220
|
+
<xs:attribute name="size" type="xs:string"/>
|
2221
|
+
<xs:attribute name="max-size" type="xs:string"/>
|
2222
|
+
</xs:complexType>
|
2223
|
+
|
2224
|
+
<xs:complexType name="memory-sizeType">
|
2225
|
+
<xs:attribute name="size" type="xs:string" use="required"/>
|
2226
|
+
</xs:complexType>
|
2227
|
+
|
2228
|
+
<xs:complexType name="properties-with-boottime">
|
2229
|
+
<xs:sequence>
|
2230
|
+
<xs:element name="property" type="boottimePropertyType" maxOccurs="unbounded"/>
|
2231
|
+
</xs:sequence>
|
2232
|
+
</xs:complexType>
|
2233
|
+
|
2234
|
+
<xs:complexType name="properties">
|
2235
|
+
<xs:sequence>
|
2236
|
+
<xs:element name="property" type="propertyType" maxOccurs="unbounded"/>
|
2237
|
+
</xs:sequence>
|
2238
|
+
</xs:complexType>
|
2239
|
+
|
2240
|
+
<xs:complexType name="environmentVariablesType">
|
2241
|
+
<xs:sequence>
|
2242
|
+
<xs:element name="variable" type="propertyType" maxOccurs="unbounded"/>
|
2243
|
+
</xs:sequence>
|
2244
|
+
</xs:complexType>
|
2245
|
+
|
2246
|
+
<xs:complexType name="propertyType">
|
2247
|
+
<xs:attribute name="name" use="required"/>
|
2248
|
+
<xs:attribute name="value" use="optional"/>
|
2249
|
+
</xs:complexType>
|
2250
|
+
|
2251
|
+
<xs:complexType name="boottimePropertyType">
|
2252
|
+
<xs:complexContent>
|
2253
|
+
<xs:extension base="propertyType">
|
2254
|
+
<xs:attribute name="boot-time" type="xs:boolean" default="true"/>
|
2255
|
+
</xs:extension>
|
2256
|
+
</xs:complexContent>
|
2257
|
+
</xs:complexType>
|
2258
|
+
|
2259
|
+
<xs:complexType name="vaultType">
|
2260
|
+
<xs:annotation>
|
2261
|
+
<xs:documentation>
|
2262
|
+
<![CDATA[
|
2263
|
+
Vault Configuration.
|
2264
|
+
]]>
|
2265
|
+
</xs:documentation>
|
2266
|
+
</xs:annotation>
|
2267
|
+
<xs:sequence>
|
2268
|
+
<xs:element name="vault-option" type="propertyType" minOccurs="0" maxOccurs="unbounded"/>
|
2269
|
+
</xs:sequence>
|
2270
|
+
<xs:attribute name="code" type="xs:string" use="optional"/>
|
2271
|
+
</xs:complexType>
|
2272
|
+
|
2273
|
+
<xs:complexType name="management-client-contentType">
|
2274
|
+
<xs:annotation>
|
2275
|
+
<xs:documentation>
|
2276
|
+
<![CDATA[
|
2277
|
+
Storage information about re-usable chunks of data useful to management clients that are stored
|
2278
|
+
in the domain content repository.
|
2279
|
+
]]>
|
2280
|
+
</xs:documentation>
|
2281
|
+
</xs:annotation>
|
2282
|
+
<xs:sequence>
|
2283
|
+
<xs:element name="rollout-plans" type="contentType" minOccurs="0" maxOccurs="1">
|
2284
|
+
<xs:annotation>
|
2285
|
+
<xs:documentation>
|
2286
|
+
<![CDATA[
|
2287
|
+
Storage information about a set of named management update rollout plans useful to management
|
2288
|
+
clients that are stored in the domain content repository. The management API exposed by the domain
|
2289
|
+
controller provides access to these plans to management clients, allowing clients to use the plans
|
2290
|
+
by referencing them by name, avoiding the need to recreate them for each use.
|
2291
|
+
]]>
|
2292
|
+
</xs:documentation>
|
2293
|
+
</xs:annotation>
|
2294
|
+
</xs:element>
|
2295
|
+
</xs:sequence>
|
2296
|
+
</xs:complexType>
|
2297
|
+
|
2298
|
+
|
2299
|
+
</xs:schema>
|