torquebox-server 2.0.0.beta1-java

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