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