torquebox-server 2.3.0-java → 3.0.0.beta1-java

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