torquebox-server 2.0.3-java → 2.1.0-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (851) hide show
  1. data/jboss/appclient/configuration/appclient.xml +28 -16
  2. data/jboss/bin/add-user.bat +82 -79
  3. data/jboss/bin/add-user.sh +2 -0
  4. data/jboss/bin/appclient.bat +98 -98
  5. data/jboss/bin/appclient.conf.bat +67 -67
  6. data/jboss/bin/appclient.sh +0 -0
  7. data/jboss/bin/client/README.txt +1 -1
  8. data/jboss/bin/client/jboss-client.jar +0 -0
  9. data/jboss/bin/domain.bat +138 -138
  10. data/jboss/bin/domain.conf.bat +79 -79
  11. data/jboss/bin/domain.sh +0 -0
  12. data/jboss/bin/init.d/jboss-as-standalone.sh +2 -2
  13. data/jboss/bin/jboss-cli.bat +71 -68
  14. data/jboss/bin/jboss-cli.sh +3 -0
  15. data/jboss/bin/jboss-cli.xml +3 -1
  16. data/jboss/bin/jconsole.bat +100 -93
  17. data/jboss/bin/jconsole.sh +1 -1
  18. data/jboss/bin/jdr.bat +79 -79
  19. data/jboss/bin/jdr.sh +0 -0
  20. data/jboss/bin/run.bat +9 -9
  21. data/jboss/bin/run.sh +2 -1
  22. data/jboss/bin/standalone.bat +157 -153
  23. data/jboss/bin/standalone.conf +1 -1
  24. data/jboss/bin/standalone.conf.bat +75 -75
  25. data/jboss/bin/standalone.sh +2 -5
  26. data/jboss/bin/vault.bat +55 -55
  27. data/jboss/bin/vault.sh +0 -0
  28. data/jboss/bin/wsconsume.bat +27 -27
  29. data/jboss/bin/wsconsume.sh +0 -0
  30. data/jboss/bin/wsprovide.bat +26 -26
  31. data/jboss/bin/wsprovide.sh +0 -0
  32. data/jboss/bundles/javax/servlet/api/v25/jboss-servlet-api_2.5_spec-1.0.1.Final.jar +0 -0
  33. data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.x.incremental.1.jar +0 -0
  34. data/jboss/bundles/org/jboss/osgi/logging/main/{jboss-osgi-logging-1.0.0.jar → jboss-osgi-logging-1.0.0.Final.jar} +0 -0
  35. data/jboss/docs/examples/configs/standalone-hornetq-colocated.xml +22 -16
  36. data/jboss/docs/examples/configs/standalone-jts.xml +28 -13
  37. data/jboss/docs/examples/configs/standalone-minimalistic.xml +2 -1
  38. data/jboss/docs/examples/configs/standalone-osgi-only.xml +6 -1
  39. data/jboss/docs/examples/configs/standalone-xts.xml +24 -27
  40. data/jboss/docs/licenses/the apache software license, version 2.0 - license-2.0.txt b/data/jboss/docs/licenses/apache 2 - → license-2.0.txt +0 -0
  41. data/jboss/docs/licenses/bsd-style license - license.txt +69 -0
  42. data/jboss/docs/licenses/lgpl 2.1 - lgpl-2.1.html +73 -106
  43. data/jboss/docs/licenses/licenses.xml +274 -374
  44. data/jboss/docs/licenses/the werken company license - license.html +3 -3
  45. data/jboss/docs/schema/jboss-as-cli_1_1.xsd +116 -0
  46. data/jboss/docs/schema/jboss-as-cmp_1_0.xsd +10 -10
  47. data/jboss/docs/schema/jboss-as-config_1_0.xsd +54 -27
  48. data/jboss/docs/schema/jboss-as-config_1_1.xsd +70 -24
  49. data/jboss/docs/schema/jboss-as-config_1_2.xsd +72 -26
  50. data/jboss/docs/schema/jboss-as-config_1_3.xsd +2299 -0
  51. data/jboss/docs/schema/jboss-as-datasources_1_1.xsd +967 -0
  52. data/jboss/docs/schema/jboss-as-deployment-scanner_1_1.xsd +1 -1
  53. data/jboss/docs/schema/jboss-as-ee_1_1.xsd +98 -0
  54. data/jboss/docs/schema/jboss-as-ejb3_1_3.xsd +329 -0
  55. data/jboss/docs/schema/jboss-as-infinispan_1_3.xsd +929 -0
  56. data/jboss/docs/schema/jboss-as-jacorb_1_2.xsd +333 -0
  57. data/jboss/docs/schema/jboss-as-logging_1_0.xsd +0 -2
  58. data/jboss/docs/schema/jboss-as-logging_1_1.xsd +0 -2
  59. data/jboss/docs/schema/jboss-as-messaging_1_0.xsd +1 -1
  60. data/jboss/docs/schema/jboss-as-messaging_1_1.xsd +1 -1
  61. data/jboss/docs/schema/jboss-as-messaging_1_2.xsd +860 -0
  62. data/jboss/docs/schema/jboss-as-mod-cluster_1_0.xsd +5 -0
  63. data/jboss/docs/schema/jboss-as-mod-cluster_1_1.xsd +253 -0
  64. data/jboss/docs/schema/jboss-as-naming_1_2.xsd +130 -0
  65. data/jboss/docs/schema/jboss-as-security_1_1.xsd +15 -1
  66. data/jboss/docs/schema/jboss-as-security_1_2.xsd +422 -0
  67. data/jboss/docs/schema/jboss-as-txn_1_2.xsd +190 -0
  68. data/jboss/docs/schema/jboss-as-web_1_1.xsd +5 -5
  69. data/jboss/docs/schema/jboss-deployment-structure-1_2.xsd +773 -0
  70. data/jboss/docs/schema/jboss-ejb-client_1_2.xsd +315 -0
  71. data/jboss/docs/schema/module-1_0.xsd +466 -0
  72. data/jboss/docs/schema/module-1_1.xsd +586 -0
  73. data/jboss/domain/configuration/domain.xml +114 -102
  74. data/jboss/domain/configuration/host-master.xml +6 -1
  75. data/jboss/domain/configuration/host-slave.xml +6 -1
  76. data/jboss/domain/configuration/host.xml +7 -2
  77. data/jboss/jboss-modules.jar +0 -0
  78. data/jboss/modules/asm/asm/main/asm-3.3.1.jar.index +4 -0
  79. data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index +10 -0
  80. data/jboss/modules/com/google/guava/main/guava-11.0.2.jar.index +21 -0
  81. data/jboss/modules/com/h2database/h2/main/h2-1.3.161.jar.index +33 -0
  82. data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar.index +59 -0
  83. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jar +0 -0
  84. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jar.index +42 -0
  85. data/jboss/modules/com/sun/xml/bind/main/{jaxb-xjc-2.2.4.jar → jaxb-xjc-2.2.5.jar} +0 -0
  86. data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jar.index +173 -0
  87. data/jboss/modules/com/sun/xml/bind/main/module.xml +2 -2
  88. data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar.index +25 -0
  89. data/jboss/modules/javaee/api/main/module.xml +0 -12
  90. data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar.index +9 -0
  91. data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar +0 -0
  92. data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar.index +9 -0
  93. data/jboss/modules/javax/annotation/api/main/module.xml +1 -1
  94. data/jboss/modules/javax/api/main/module.xml +6 -0
  95. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar +0 -0
  96. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar.index +9 -0
  97. data/jboss/modules/javax/ejb/api/main/module.xml +1 -1
  98. data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.1.Final.jar +0 -0
  99. data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.1.Final.jar.index +7 -0
  100. data/jboss/modules/javax/el/api/main/module.xml +1 -1
  101. data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index +14 -0
  102. data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar +0 -0
  103. data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar.index +16 -0
  104. data/jboss/modules/javax/enterprise/deploy/api/main/module.xml +1 -1
  105. data/jboss/modules/javax/faces/api/main/{jboss-jsf-api_2.1_spec-2.0.1.Final.jar → jboss-jsf-api_2.1_spec-2.0.2.Final.jar} +0 -0
  106. data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.2.Final.jar.index +26 -0
  107. data/jboss/modules/javax/faces/api/main/module.xml +1 -1
  108. data/jboss/modules/javax/inject/api/main/javax.inject-1.jar.index +3 -0
  109. data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar +0 -0
  110. data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar.index +7 -0
  111. data/jboss/modules/javax/interceptor/api/main/module.xml +1 -1
  112. data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar +0 -0
  113. data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar.index +7 -0
  114. data/jboss/modules/javax/jms/api/main/module.xml +1 -1
  115. data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index +5 -0
  116. data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar.index +23 -0
  117. data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar +0 -0
  118. data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar.index +9 -0
  119. data/jboss/modules/javax/management/j2ee/api/main/module.xml +1 -1
  120. data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index +10 -0
  121. data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar +0 -0
  122. data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar.index +12 -0
  123. data/jboss/modules/javax/resource/api/main/module.xml +1 -1
  124. data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index +93 -0
  125. data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar +0 -0
  126. data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar.index +12 -0
  127. data/jboss/modules/javax/security/auth/message/api/main/module.xml +1 -1
  128. data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar +0 -0
  129. data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar.index +8 -0
  130. data/jboss/modules/javax/security/jacc/api/main/module.xml +1 -1
  131. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar +0 -0
  132. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar.index +10 -0
  133. data/jboss/modules/javax/servlet/api/main/module.xml +1 -1
  134. data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar +0 -0
  135. data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar.index +10 -0
  136. data/jboss/modules/javax/servlet/jsp/api/main/module.xml +1 -1
  137. data/jboss/modules/javax/servlet/jstl/api/main/{jboss-jstl-api_1.2_spec-1.0.2.Final.jar → jboss-jstl-api_1.2_spec-1.0.3.Final.jar} +0 -0
  138. data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.3.Final.jar.index +45 -0
  139. data/jboss/modules/javax/servlet/jstl/api/main/module.xml +1 -1
  140. data/jboss/modules/javax/transaction/api/main/jbosgi-xservice.properties +1 -0
  141. data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar +0 -0
  142. data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar.index +8 -0
  143. data/jboss/modules/javax/transaction/api/main/module.xml +1 -1
  144. data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index +12 -0
  145. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar +0 -0
  146. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar.index +10 -0
  147. data/jboss/modules/javax/ws/rs/api/main/module.xml +1 -1
  148. data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index +25 -0
  149. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar +0 -0
  150. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar.index +13 -0
  151. data/jboss/modules/javax/xml/bind/api/main/module.xml +1 -1
  152. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar +0 -0
  153. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar.index +9 -0
  154. data/jboss/modules/javax/xml/registry/api/main/module.xml +1 -1
  155. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar +0 -0
  156. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar.index +14 -0
  157. data/jboss/modules/javax/xml/rpc/api/main/module.xml +1 -1
  158. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar +0 -0
  159. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar.index +8 -0
  160. data/jboss/modules/javax/xml/soap/api/main/module.xml +1 -1
  161. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar +0 -0
  162. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar.index +15 -0
  163. data/jboss/modules/javax/xml/ws/api/main/module.xml +1 -1
  164. data/jboss/modules/net/jcip/main/jcip-annotations-1.0.jar.index +5 -0
  165. data/jboss/modules/org/antlr/main/antlr-2.7.7.jar.index +15 -0
  166. data/jboss/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index +9 -0
  167. data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index +13 -0
  168. data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index +20 -0
  169. data/jboss/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar.index +17 -0
  170. data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.6.jar.index +18 -0
  171. data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.6.jar.index +54 -0
  172. data/jboss/modules/org/apache/cxf/main/cxf-common-utilities-2.4.6.jar.index +30 -0
  173. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.6.jar.index +16 -0
  174. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.6.jar.index +13 -0
  175. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.6.jar.index +18 -0
  176. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.6.jar.index +26 -0
  177. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.6.jar.index +17 -0
  178. data/jboss/modules/org/apache/cxf/main/cxf-rt-core-2.4.6.jar.index +52 -0
  179. data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.6.jar.index +25 -0
  180. data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar.index +14 -0
  181. data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.6.jar.index +35 -0
  182. data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.6.jar.index +18 -0
  183. data/jboss/modules/org/apache/cxf/main/cxf-rt-management-2.4.6.jar.index +19 -0
  184. data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.6.jar.index +11 -0
  185. data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.6.jar.index +28 -0
  186. data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.6.jar.index +21 -0
  187. data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.6.jar.index +11 -0
  188. data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.6.jar.index +18 -0
  189. data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.6.jar.index +25 -0
  190. data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.6.jar.index +24 -0
  191. data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.6.jar.index +31 -0
  192. data/jboss/modules/org/apache/cxf/main/cxf-tools-common-2.4.6.jar.index +18 -0
  193. data/jboss/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.6.jar.index +27 -0
  194. data/jboss/modules/org/apache/cxf/main/cxf-tools-validator-2.4.6.jar.index +12 -0
  195. data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.6.jar.index +13 -0
  196. data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar.index +12 -0
  197. data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar.index +21 -0
  198. data/jboss/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar.index +18 -0
  199. data/jboss/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar.index +18 -0
  200. data/jboss/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar.index +18 -0
  201. data/jboss/modules/org/apache/cxf/main/module.xml +0 -4
  202. data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar.index +31 -0
  203. data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar.index +17 -0
  204. data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar.index +11 -0
  205. data/jboss/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar.index +17 -0
  206. data/jboss/modules/org/apache/juddi/scout/main/scout-1.2.6.jar.index +16 -0
  207. data/jboss/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar.index +30 -0
  208. data/jboss/modules/org/apache/log4j/main/module.xml +1 -15
  209. data/jboss/modules/org/apache/neethi/main/neethi-3.0.1.jar.index +12 -0
  210. data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar.index +47 -0
  211. data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar.index +31 -0
  212. data/jboss/modules/org/apache/ws/security/main/module.xml +0 -4
  213. data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.5.jar.index +28 -0
  214. data/jboss/modules/org/apache/ws/xmlschema/main/module.xml +1 -1
  215. data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar +0 -0
  216. data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar.index +15 -0
  217. data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index +8 -0
  218. data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index +58 -0
  219. data/jboss/modules/org/apache/xerces/main/module.xml +1 -1
  220. data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar +0 -0
  221. data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar.index +49 -0
  222. data/jboss/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar.index +12 -0
  223. data/jboss/modules/org/codehaus/jettison/main/jettison-1.3.1.jar.index +12 -0
  224. data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar.index +15 -0
  225. data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar.index +22 -0
  226. data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar.index +17 -0
  227. data/jboss/modules/org/hibernate/{main → commons-annotations/main}/hibernate-commons-annotations-4.0.1.Final.jar +0 -0
  228. data/jboss/modules/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.1.Final.jar.index +15 -0
  229. data/jboss/modules/org/{w3c/css/sac → hibernate/commons-annotations}/main/module.xml +5 -9
  230. data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.2.Final.jar +0 -0
  231. data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.2.Final.jar.index +39 -0
  232. data/jboss/modules/org/hibernate/envers/main/module.xml +2 -1
  233. data/jboss/modules/org/hibernate/main/{hibernate-core-4.0.1.Final.jar → hibernate-core-4.1.2.Final.jar} +0 -0
  234. data/jboss/modules/org/hibernate/main/hibernate-core-4.1.2.Final.jar.index +197 -0
  235. data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.2.Final.jar +0 -0
  236. data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.2.Final.jar.index +22 -0
  237. data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.2.Final.jar +0 -0
  238. data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.2.Final.jar.index +17 -0
  239. data/jboss/modules/org/hibernate/main/module.xml +4 -4
  240. data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index +33 -0
  241. data/jboss/modules/org/hornetq/main/{hornetq-core-2.2.13.Final.jar → hornetq-core-2.2.18.Final.jar} +0 -0
  242. data/jboss/modules/org/hornetq/main/hornetq-core-2.2.18.Final.jar.index +89 -0
  243. data/jboss/modules/org/hornetq/main/{hornetq-jms-2.2.13.Final.jar → hornetq-jms-2.2.18.Final.jar} +0 -0
  244. data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.18.Final.jar.index +29 -0
  245. data/jboss/modules/org/hornetq/main/lib.index +3 -0
  246. data/jboss/modules/org/hornetq/main/module.xml +4 -2
  247. data/jboss/modules/org/hornetq/ra/main/{hornetq-ra-2.2.13.Final.jar → hornetq-ra-2.2.18.Final.jar} +0 -0
  248. data/jboss/modules/org/hornetq/ra/main/hornetq-ra-2.2.18.Final.jar.index +7 -0
  249. data/jboss/modules/org/hornetq/ra/main/module.xml +1 -1
  250. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.5.FINAL.jar +0 -0
  251. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.5.FINAL.jar.index +14 -0
  252. data/jboss/modules/org/infinispan/cachestore/jdbc/main/module.xml +1 -1
  253. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.5.FINAL.jar +0 -0
  254. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.5.FINAL.jar.index +10 -0
  255. data/jboss/modules/org/infinispan/cachestore/remote/main/module.xml +2 -2
  256. data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.5.FINAL.jar +0 -0
  257. data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.5.FINAL.jar.index +19 -0
  258. data/jboss/modules/org/infinispan/client/hotrod/main/module.xml +1 -1
  259. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.5.FINAL.jar +0 -0
  260. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.5.FINAL.jar.index +93 -0
  261. data/jboss/modules/org/infinispan/main/module.xml +1 -1
  262. data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar +0 -0
  263. data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar.index +132 -0
  264. data/jboss/modules/org/jacorb/main/module.xml +1 -1
  265. data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar.index +22 -0
  266. data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.x.incremental.1.jar +0 -0
  267. data/jboss/modules/org/jboss/as/appclient/main/module.xml +2 -2
  268. data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.x.incremental.1.jar +0 -0
  269. data/jboss/modules/org/jboss/as/cli/main/module.xml +2 -1
  270. data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.1.jar +0 -0
  271. data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.1.jar.index +10 -0
  272. data/jboss/modules/org/jboss/as/clustering/api/main/module.xml +1 -1
  273. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.1.jar +0 -0
  274. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.1.jar.index +11 -0
  275. data/jboss/modules/org/jboss/as/clustering/common/main/module.xml +1 -1
  276. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.1.jar +0 -0
  277. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.1.jar.index +14 -0
  278. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml +2 -1
  279. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.1.jar +0 -0
  280. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.1.jar.index +12 -0
  281. data/jboss/modules/org/jboss/as/clustering/impl/main/module.xml +3 -2
  282. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.1.jar +0 -0
  283. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.1.jar.index +16 -0
  284. data/jboss/modules/org/jboss/as/clustering/infinispan/main/module.xml +4 -1
  285. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.1.jar +0 -0
  286. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.1.jar.index +13 -0
  287. data/jboss/modules/org/jboss/as/clustering/jgroups/main/module.xml +1 -1
  288. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.1.jar +0 -0
  289. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.1.jar.index +10 -0
  290. data/jboss/modules/org/jboss/as/clustering/registry/main/module.xml +1 -2
  291. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.x.incremental.1.jar +0 -0
  292. data/jboss/modules/org/jboss/as/clustering/service/main/module.xml +1 -1
  293. data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.x.incremental.1.jar +0 -0
  294. data/jboss/modules/org/jboss/as/clustering/singleton/main/module.xml +1 -1
  295. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.1.jar +0 -0
  296. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.1.jar.index +14 -0
  297. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/module.xml +1 -1
  298. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.1.jar +0 -0
  299. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.1.jar.index +12 -0
  300. data/jboss/modules/org/jboss/as/clustering/web/spi/main/module.xml +1 -1
  301. data/jboss/modules/org/jboss/as/cmp/main/{jboss-as-cmp-7.1.1.Final.jar → jboss-as-cmp-7.1.x.incremental.1.jar} +0 -0
  302. data/jboss/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.x.incremental.1.jar.index +30 -0
  303. data/jboss/modules/org/jboss/as/cmp/main/module.xml +1 -1
  304. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.1.jar +0 -0
  305. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.1.jar.index +12 -0
  306. data/jboss/modules/org/jboss/as/configadmin/main/module.xml +1 -1
  307. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.1.jar +0 -0
  308. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.1.jar.index +46 -0
  309. data/jboss/modules/org/jboss/as/connector/main/module.xml +1 -1
  310. data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.3.2.Final-resources.jar +0 -0
  311. data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.3.2.Final-resources.jar.index +113 -0
  312. data/jboss/modules/org/jboss/as/console/main/module.xml +1 -1
  313. data/jboss/modules/org/jboss/as/controller-client/main/{jboss-as-controller-client-7.1.1.Final.jar → jboss-as-controller-client-7.1.x.incremental.1.jar} +0 -0
  314. data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.x.incremental.1.jar.index +16 -0
  315. data/jboss/modules/org/jboss/as/controller-client/main/module.xml +1 -1
  316. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.1.jar +0 -0
  317. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.1.jar.index +27 -0
  318. data/jboss/modules/org/jboss/as/controller/main/module.xml +1 -1
  319. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.1.jar +0 -0
  320. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.1.jar.index +9 -0
  321. data/jboss/modules/org/jboss/as/deployment-repository/main/module.xml +1 -1
  322. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.1.jar +0 -0
  323. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.1.jar.index +13 -0
  324. data/jboss/modules/org/jboss/as/deployment-scanner/main/module.xml +1 -1
  325. data/jboss/modules/org/jboss/as/domain-http-error-context/main/{jboss-as-domain-http-error-context-7.1.1.Final.jar → jboss-as-domain-http-error-context-7.1.x.incremental.1.jar} +0 -0
  326. data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.x.incremental.1.jar.index +5 -0
  327. data/jboss/modules/org/jboss/as/domain-http-error-context/main/module.xml +1 -1
  328. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.1.jar +0 -0
  329. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.1.jar.index +13 -0
  330. data/jboss/modules/org/jboss/as/domain-http-interface/main/module.xml +1 -1
  331. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.1.jar +0 -0
  332. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.1.jar.index +16 -0
  333. data/jboss/modules/org/jboss/as/domain-management/main/module.xml +2 -1
  334. data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.x.incremental.1.jar +0 -0
  335. data/jboss/modules/org/jboss/as/ee/deployment/main/module.xml +1 -1
  336. data/jboss/modules/org/jboss/as/ee/main/{jboss-as-ee-7.1.1.Final.jar → jboss-as-ee-7.1.x.incremental.1.jar} +0 -0
  337. data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.x.incremental.1.jar.index +24 -0
  338. data/jboss/modules/org/jboss/as/ee/main/module.xml +1 -1
  339. data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.1.jar +0 -0
  340. data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.1.jar.index +69 -0
  341. data/jboss/modules/org/jboss/as/ejb3/main/module.xml +1 -3
  342. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.1.jar +0 -0
  343. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.1.jar.index +11 -0
  344. data/jboss/modules/org/jboss/as/embedded/main/module.xml +1 -1
  345. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.1.jar +0 -0
  346. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.1.jar.index +27 -0
  347. data/jboss/modules/org/jboss/as/host-controller/main/module.xml +2 -1
  348. data/jboss/modules/org/jboss/as/jacorb/main/{jboss-as-jacorb-7.1.1.Final.jar → jboss-as-jacorb-7.1.x.incremental.1.jar} +0 -0
  349. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.x.incremental.1.jar.index +23 -0
  350. data/jboss/modules/org/jboss/as/jacorb/main/module.xml +1 -1
  351. data/jboss/modules/org/jboss/as/jaxr/main/{jboss-as-jaxr-7.1.1.Final.jar → jboss-as-jaxr-7.1.x.incremental.1.jar} +0 -0
  352. data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.x.incremental.1.jar.index +12 -0
  353. data/jboss/modules/org/jboss/as/jaxr/main/module.xml +1 -1
  354. data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.1.jar +0 -0
  355. data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.1.jar.index +11 -0
  356. data/jboss/modules/org/jboss/as/jaxrs/main/module.xml +1 -1
  357. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.1.jar +0 -0
  358. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.1.jar.index +10 -0
  359. data/jboss/modules/org/jboss/as/jdr/main/{jboss-as-sos-7.1.1.Final.jar → jboss-as-sos-7.1.x.incremental.1.jar} +0 -0
  360. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.x.incremental.1.jar.index +11 -0
  361. data/jboss/modules/org/jboss/as/jdr/main/module.xml +2 -2
  362. data/jboss/modules/org/jboss/as/jmx/main/{jboss-as-jmx-7.1.1.Final.jar → jboss-as-jmx-7.1.x.incremental.1.jar} +0 -0
  363. data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.x.incremental.1.jar.index +11 -0
  364. data/jboss/modules/org/jboss/as/jmx/main/module.xml +1 -1
  365. data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.x.incremental.1.jar +0 -0
  366. data/jboss/modules/org/jboss/as/jpa/hibernate/3/module.xml +1 -1
  367. data/jboss/modules/org/jboss/as/jpa/hibernate/4/{jboss-as-jpa-hibernate4-7.1.1.Final.jar → jboss-as-jpa-hibernate4-7.1.x.incremental.1.jar} +0 -0
  368. data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.x.incremental.1.jar.index +13 -0
  369. data/jboss/modules/org/jboss/as/jpa/hibernate/4/module.xml +1 -1
  370. data/jboss/modules/org/jboss/as/jpa/main/{jboss-as-jpa-7.1.1.Final.jar → jboss-as-jpa-7.1.x.incremental.1.jar} +0 -0
  371. data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.x.incremental.1.jar.index +22 -0
  372. data/jboss/modules/org/jboss/as/jpa/main/module.xml +2 -1
  373. data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.x.incremental.1.jar +0 -0
  374. data/jboss/modules/org/jboss/as/jpa/openjpa/main/module.xml +1 -1
  375. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.1.jar +0 -0
  376. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.1.jar.index +10 -0
  377. data/jboss/modules/org/jboss/as/jpa/spi/main/module.xml +1 -1
  378. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.1.jar +0 -0
  379. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.1.jar.index +10 -0
  380. data/jboss/modules/org/jboss/as/jpa/util/main/module.xml +1 -1
  381. data/jboss/modules/org/jboss/as/jsr77/main/{jboss-as-jsr77-7.1.1.Final.jar → jboss-as-jsr77-7.1.x.incremental.1.jar} +0 -0
  382. data/jboss/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.x.incremental.1.jar.index +13 -0
  383. data/jboss/modules/org/jboss/as/jsr77/main/module.xml +1 -1
  384. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.1.jar +0 -0
  385. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.1.jar.index +18 -0
  386. data/jboss/modules/org/jboss/as/logging/main/module.xml +4 -1
  387. data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.1.jar +0 -0
  388. data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.1.jar.index +11 -0
  389. data/jboss/modules/org/jboss/as/mail/main/module.xml +1 -1
  390. data/jboss/modules/org/jboss/as/management-client-content/main/{jboss-as-management-client-content-7.1.1.Final.jar → jboss-as-management-client-content-7.1.x.incremental.1.jar} +0 -0
  391. data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.x.incremental.1.jar.index +11 -0
  392. data/jboss/modules/org/jboss/as/management-client-content/main/module.xml +1 -1
  393. data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.1.jar +0 -0
  394. data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.1.jar.index +12 -0
  395. data/jboss/modules/org/jboss/as/messaging/main/module.xml +4 -1
  396. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.1.jar +0 -0
  397. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.1.jar.index +10 -0
  398. data/jboss/modules/org/jboss/as/modcluster/main/{mod_cluster-container-catalina-1.2.0.Final.jar → mod_cluster-container-catalina-1.2.1.Final.jar} +0 -0
  399. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.1.Final.jar.index +10 -0
  400. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar +0 -0
  401. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar.index +11 -0
  402. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar +0 -0
  403. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar.index +9 -0
  404. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar +0 -0
  405. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar.index +18 -0
  406. data/jboss/modules/org/jboss/as/modcluster/main/module.xml +6 -5
  407. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.1.jar +0 -0
  408. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.1.jar.index +19 -0
  409. data/jboss/modules/org/jboss/as/naming/main/module.xml +1 -1
  410. data/jboss/modules/org/jboss/as/network/main/{jboss-as-network-7.1.1.Final.jar → jboss-as-network-7.1.x.incremental.1.jar} +0 -0
  411. data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.x.incremental.1.jar.index +9 -0
  412. data/jboss/modules/org/jboss/as/network/main/module.xml +1 -1
  413. data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.1.jar +0 -0
  414. data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.1.jar.index +14 -0
  415. data/jboss/modules/org/jboss/as/osgi/main/module.xml +1 -1
  416. data/jboss/modules/org/jboss/as/platform-mbean/main/{jboss-as-platform-mbean-7.1.1.Final.jar → jboss-as-platform-mbean-7.1.x.incremental.1.jar} +0 -0
  417. data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.x.incremental.1.jar.index +10 -0
  418. data/jboss/modules/org/jboss/as/platform-mbean/main/module.xml +1 -1
  419. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.1.jar +0 -0
  420. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.1.jar.index +13 -0
  421. data/jboss/modules/org/jboss/as/pojo/main/module.xml +2 -1
  422. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.1.jar +0 -0
  423. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.1.jar.index +11 -0
  424. data/jboss/modules/org/jboss/as/process-controller/main/module.xml +1 -1
  425. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.1.jar +0 -0
  426. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.1.jar.index +11 -0
  427. data/jboss/modules/org/jboss/as/protocol/main/module.xml +1 -1
  428. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.1.jar +0 -0
  429. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.1.jar.index +11 -0
  430. data/jboss/modules/org/jboss/as/remoting/main/module.xml +1 -1
  431. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.1.jar +0 -0
  432. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.1.jar.index +11 -0
  433. data/jboss/modules/org/jboss/as/sar/main/module.xml +4 -1
  434. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.1.jar +0 -0
  435. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.1.jar.index +16 -0
  436. data/jboss/modules/org/jboss/as/security/main/module.xml +1 -1
  437. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.1.jar +0 -0
  438. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.1.jar.index +29 -0
  439. data/jboss/modules/org/jboss/as/server/main/module.xml +3 -2
  440. data/jboss/modules/org/jboss/as/threads/main/{jboss-as-threads-7.1.1.Final.jar → jboss-as-threads-7.1.x.incremental.1.jar} +0 -0
  441. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.x.incremental.1.jar.index +10 -0
  442. data/jboss/modules/org/jboss/as/threads/main/module.xml +1 -1
  443. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.1.jar +0 -0
  444. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.1.jar.index +15 -0
  445. data/jboss/modules/org/jboss/as/transactions/main/module.xml +2 -1
  446. data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index +24 -0
  447. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.1.jar +0 -0
  448. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.1.jar.index +22 -0
  449. data/jboss/modules/org/jboss/as/web/main/{jbossweb-7.0.13.Final.jar → jbossweb-7.0.16.Final.jar} +0 -0
  450. data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.16.Final.jar.index +77 -0
  451. data/jboss/modules/org/jboss/as/web/main/module.xml +3 -2
  452. data/jboss/modules/org/jboss/as/webservices/main/{jboss-as-webservices-server-integration-7.1.1.Final.jar → jboss-as-webservices-server-integration-7.1.x.incremental.1.jar} +0 -0
  453. data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.x.incremental.1.jar.index +25 -0
  454. data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.2.GA-jboss711.jar.index +5 -0
  455. data/jboss/modules/org/jboss/as/webservices/main/module.xml +1 -1
  456. data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.1.jar +0 -0
  457. data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.1.jar.index +21 -0
  458. data/jboss/modules/org/jboss/as/weld/main/module.xml +1 -3
  459. data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.x.incremental.1.jar +0 -0
  460. data/jboss/modules/org/jboss/as/xts/main/module.xml +1 -1
  461. data/jboss/modules/org/jboss/classfilewriter/main/{jboss-classfilewriter-1.0.1.Final.jar → jboss-classfilewriter-1.0.2.Final.jar} +0 -0
  462. data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.2.Final.jar.index +13 -0
  463. data/jboss/modules/org/jboss/classfilewriter/main/module.xml +1 -1
  464. data/jboss/modules/org/jboss/com/sun/httpserver/main/{httpserver-1.0.0.Final.jar → httpserver-1.0.1.Final.jar} +0 -0
  465. data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar.index +15 -0
  466. data/jboss/modules/org/jboss/com/sun/httpserver/main/module.xml +1 -1
  467. data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar +0 -0
  468. data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar.index +10 -0
  469. data/jboss/modules/org/jboss/{logmanager/log4j → common-beans}/main/module.xml +2 -7
  470. data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index +37 -0
  471. data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index +8 -0
  472. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.10.Final.jar +0 -0
  473. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.10.Final.jar.index +13 -0
  474. data/jboss/modules/org/jboss/ejb-client/main/module.xml +1 -1
  475. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar.index +9 -0
  476. data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar.index +9 -0
  477. data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index +11 -0
  478. data/jboss/modules/org/jboss/ironjacamar/api/main/{ironjacamar-common-api-1.0.9.Final.jar → ironjacamar-common-api-1.0.11.Final.jar} +0 -0
  479. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.11.Final.jar.index +21 -0
  480. data/jboss/modules/org/jboss/ironjacamar/api/main/{ironjacamar-common-spi-1.0.9.Final.jar → ironjacamar-common-spi-1.0.11.Final.jar} +0 -0
  481. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.11.Final.jar.index +9 -0
  482. data/jboss/modules/org/jboss/ironjacamar/api/main/{ironjacamar-core-api-1.0.9.Final.jar → ironjacamar-core-api-1.0.11.Final.jar} +0 -0
  483. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.11.Final.jar.index +28 -0
  484. data/jboss/modules/org/jboss/ironjacamar/api/main/module.xml +3 -3
  485. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.11.Final.jar +0 -0
  486. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.11.Final.jar.index +24 -0
  487. data/jboss/modules/org/jboss/ironjacamar/impl/main/{ironjacamar-core-impl-1.0.9.Final.jar → ironjacamar-core-impl-1.0.11.Final.jar} +0 -0
  488. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.11.Final.jar.index +30 -0
  489. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.11.Final.jar +0 -0
  490. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.11.Final.jar.index +7 -0
  491. data/jboss/modules/org/jboss/ironjacamar/impl/main/{ironjacamar-validator-1.0.9.Final.jar → ironjacamar-validator-1.0.11.Final.jar} +0 -0
  492. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.11.Final.jar.index +13 -0
  493. data/jboss/modules/org/jboss/ironjacamar/impl/main/module.xml +4 -4
  494. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/{ironjacamar-jdbc-1.0.9.Final.jar → ironjacamar-jdbc-1.0.11.Final.jar} +0 -0
  495. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.11.Final.jar.index +24 -0
  496. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml +1 -1
  497. data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index +8 -0
  498. data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index +11 -0
  499. data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar.index +10 -0
  500. data/jboss/modules/org/jboss/jts/integration/main/{jbossjts-integration-4.16.2.Final.jar → jbossjts-integration-4.16.4.Final.jar} +0 -0
  501. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.4.Final.jar.index +16 -0
  502. data/jboss/modules/org/jboss/jts/integration/main/module.xml +1 -1
  503. data/jboss/modules/org/jboss/jts/main/{jbossjts-4.16.2.Final.jar → jbossjts-4.16.4.Final.jar} +0 -0
  504. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.4.Final.jar.index +186 -0
  505. data/jboss/modules/org/jboss/jts/main/module.xml +1 -1
  506. data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.0.Final.jar +0 -0
  507. data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.0.Final.jar.index +29 -0
  508. data/jboss/modules/org/jboss/{interceptor/spi → log4j/logmanager}/main/module.xml +6 -8
  509. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar.index +8 -0
  510. data/jboss/modules/org/jboss/logging/main/{jboss-logging-3.1.0.GA.jar → jboss-logging-3.1.1.GA.jar} +0 -0
  511. data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.1.GA.jar.index +8 -0
  512. data/jboss/modules/org/jboss/logging/main/module.xml +1 -1
  513. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.1.Final.jar +0 -0
  514. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.1.Final.jar.index +14 -0
  515. data/jboss/modules/org/jboss/logmanager/main/module.xml +1 -1
  516. data/jboss/modules/org/jboss/marshalling/main/{jboss-marshalling-1.3.11.GA.jar → jboss-marshalling-1.3.14.GA.jar} +0 -0
  517. data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.14.GA.jar.index +11 -0
  518. data/jboss/modules/org/jboss/marshalling/main/module.xml +1 -1
  519. data/jboss/modules/org/jboss/marshalling/river/main/{jboss-marshalling-river-1.3.11.GA.jar → jboss-marshalling-river-1.3.14.GA.jar} +0 -0
  520. data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.14.GA.jar.index +10 -0
  521. data/jboss/modules/org/jboss/marshalling/river/main/module.xml +1 -1
  522. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-appclient-7.0.1.Final.jar → jboss-metadata-appclient-7.0.3.Final.jar} +0 -0
  523. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.3.Final.jar.index +15 -0
  524. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-common-7.0.1.Final.jar → jboss-metadata-common-7.0.3.Final.jar} +0 -0
  525. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.3.Final.jar.index +35 -0
  526. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-ear-7.0.1.Final.jar → jboss-metadata-ear-7.0.3.Final.jar} +0 -0
  527. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.3.Final.jar.index +19 -0
  528. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-ejb-7.0.1.Final.jar → jboss-metadata-ejb-7.0.3.Final.jar} +0 -0
  529. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.3.Final.jar.index +22 -0
  530. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-web-7.0.1.Final.jar → jboss-metadata-web-7.0.3.Final.jar} +0 -0
  531. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.3.Final.jar.index +21 -0
  532. data/jboss/modules/org/jboss/metadata/main/module.xml +5 -5
  533. data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar.index +12 -0
  534. data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index +46 -0
  535. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar +0 -0
  536. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar.index +12 -0
  537. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar +0 -0
  538. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar.index +17 -0
  539. data/jboss/modules/org/jboss/osgi/framework/main/module.xml +3 -5
  540. data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar +0 -0
  541. data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar.index +10 -0
  542. data/jboss/modules/org/jboss/osgi/metadata/main/module.xml +1 -1
  543. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar +0 -0
  544. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar.index +13 -0
  545. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar +0 -0
  546. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar.index +11 -0
  547. data/jboss/modules/org/jboss/osgi/repository/main/module.xml +3 -2
  548. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar +0 -0
  549. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar.index +18 -0
  550. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar +0 -0
  551. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar.index +14 -0
  552. data/jboss/modules/org/jboss/{interceptor → osgi/resolver}/main/module.xml +8 -7
  553. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar +0 -0
  554. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar.index +12 -0
  555. data/jboss/modules/org/jboss/osgi/spi/main/module.xml +1 -1
  556. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar +0 -0
  557. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar.index +10 -0
  558. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar +0 -0
  559. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar.index +9 -0
  560. data/jboss/modules/org/jboss/osgi/vfs/main/module.xml +2 -2
  561. data/jboss/modules/org/jboss/remote-naming/main/{jboss-remote-naming-1.0.2.Final.jar → jboss-remote-naming-1.0.3.Final.jar} +0 -0
  562. data/jboss/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.3.Final.jar.index +14 -0
  563. data/jboss/modules/org/jboss/remote-naming/main/module.xml +2 -1
  564. data/jboss/modules/org/jboss/remoting3/main/{jboss-remoting-3.2.3.GA.jar → jboss-remoting-3.2.8.GA.jar} +0 -0
  565. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.8.GA.jar.index +11 -0
  566. data/jboss/modules/org/jboss/remoting3/main/module.xml +1 -1
  567. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/module.xml +2 -2
  568. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/{remoting-jmx-1.0.2.Final.jar → remoting-jmx-1.0.3.Final.jar} +0 -0
  569. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.3.Final.jar.index +11 -0
  570. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml +2 -2
  571. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.3.Final-jandex.jar +0 -0
  572. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/{resteasy-atom-provider-2.3.2.Final.jar → resteasy-atom-provider-2.3.3.Final.jar} +0 -0
  573. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml +1 -1
  574. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/{resteasy-cdi-2.3.2.Final.jar → resteasy-cdi-2.3.3.Final.jar} +0 -0
  575. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.3.Final.jar.index +10 -0
  576. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml +2 -2
  577. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/{resteasy-jackson-provider-2.3.2.Final-jandex.jar → resteasy-jackson-provider-2.3.3.Final-jandex.jar} +0 -0
  578. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.3.Final.jar +0 -0
  579. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml +2 -2
  580. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.3.Final-jandex.jar +0 -0
  581. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/{resteasy-jaxb-provider-2.3.2.Final.jar → resteasy-jaxb-provider-2.3.3.Final.jar} +0 -0
  582. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{async-http-servlet-3.0-2.3.2.Final-jandex.jar → async-http-servlet-3.0-2.3.3.Final-jandex.jar} +0 -0
  583. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{async-http-servlet-3.0-2.3.2.Final.jar → async-http-servlet-3.0-2.3.3.Final.jar} +0 -0
  584. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final.jar.index +11 -0
  585. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml +3 -3
  586. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar +0 -0
  587. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar.index +2 -0
  588. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{resteasy-jaxrs-2.3.2.Final.jar → resteasy-jaxrs-2.3.3.Final.jar} +0 -0
  589. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final.jar.index +45 -0
  590. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml +2 -2
  591. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/{resteasy-jettison-provider-2.3.2.Final-jandex.jar → resteasy-jettison-provider-2.3.3.Final-jandex.jar} +0 -0
  592. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/{resteasy-jettison-provider-2.3.2.Final.jar → resteasy-jettison-provider-2.3.3.Final.jar} +0 -0
  593. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml +2 -2
  594. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/{resteasy-jsapi-2.3.2.Final-jandex.jar → resteasy-jsapi-2.3.3.Final-jandex.jar} +0 -0
  595. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/{resteasy-jsapi-2.3.2.Final.jar → resteasy-jsapi-2.3.3.Final.jar} +0 -0
  596. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml +2 -2
  597. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/{resteasy-multipart-provider-2.3.2.Final-jandex.jar → resteasy-multipart-provider-2.3.3.Final-jandex.jar} +0 -0
  598. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/{resteasy-multipart-provider-2.3.2.Final.jar → resteasy-multipart-provider-2.3.3.Final.jar} +0 -0
  599. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml +2 -2
  600. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/{resteasy-yaml-provider-2.3.2.Final-jandex.jar → resteasy-yaml-provider-2.3.3.Final-jandex.jar} +0 -0
  601. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/{resteasy-yaml-provider-2.3.2.Final.jar → resteasy-yaml-provider-2.3.3.Final.jar} +0 -0
  602. data/jboss/modules/org/jboss/sasl/main/{jboss-sasl-1.0.0.Final.jar → jboss-sasl-1.0.1.Final.jar} +0 -0
  603. data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.1.Final.jar.index +16 -0
  604. data/jboss/modules/org/jboss/sasl/main/module.xml +1 -1
  605. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar.index +11 -0
  606. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar.index +11 -0
  607. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar.index +10 -0
  608. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar.index +11 -0
  609. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar.index +11 -0
  610. data/jboss/modules/org/jboss/security/xacml/main/{jbossxacml-2.0.6.Final.jar → jbossxacml-2.0.8.Final.jar} +0 -0
  611. data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar.index +34 -0
  612. data/jboss/modules/org/jboss/security/xacml/main/module.xml +1 -1
  613. data/jboss/modules/org/jboss/shrinkwrap/core/main/module.xml +3 -3
  614. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar +0 -0
  615. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar.index +17 -0
  616. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar +0 -0
  617. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar.index +27 -0
  618. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar +0 -0
  619. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar.index +9 -0
  620. data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar.index +8 -0
  621. data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index +8 -0
  622. data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index +9 -0
  623. data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar.index +15 -0
  624. data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar.index +13 -0
  625. data/jboss/modules/org/jboss/weld/core/main/module.xml +1 -3
  626. data/jboss/modules/org/jboss/weld/core/main/{weld-core-1.1.5.AS71.Final.jar → weld-core-1.1.8.Final.jar} +0 -0
  627. data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.8.Final.jar.index +67 -0
  628. data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar.index +39 -0
  629. data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar.index +16 -0
  630. data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.2.GA.jar.index +27 -0
  631. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml +0 -4
  632. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.2.GA.jar.index +6 -0
  633. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.2.GA.jar.index +28 -0
  634. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.2.GA.jar.index +14 -0
  635. data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.2.GA.jar.index +22 -0
  636. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar.index +105 -0
  637. data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.2.GA.jar.index +6 -0
  638. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.2.GA.jar.index +6 -0
  639. data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.3.GA.jar.index +26 -0
  640. data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index +31 -0
  641. data/jboss/modules/org/jboss/xnio/main/module.xml +1 -1
  642. data/jboss/modules/org/jboss/xnio/main/{xnio-api-3.0.3.GA.jar → xnio-api-3.0.4.GA.jar} +0 -0
  643. data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.4.GA.jar.index +11 -0
  644. data/jboss/modules/org/jboss/xnio/nio/main/module.xml +1 -1
  645. data/jboss/modules/org/jboss/xnio/nio/main/{xnio-nio-3.0.3.GA.jar → xnio-nio-3.0.4.GA.jar} +0 -0
  646. data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.4.GA.jar.index +9 -0
  647. data/jboss/modules/org/jboss/xts/main/{jbosstxbridge-4.16.2.Final.jar → jbosstxbridge-4.16.4.Final.jar} +0 -0
  648. data/jboss/modules/org/jboss/xts/main/{jbossxts-4.16.2.Final.jar → jbossxts-4.16.4.Final.jar} +0 -0
  649. data/jboss/modules/org/jboss/xts/main/{jbossxts-api-4.16.2.Final.jar → jbossxts-api-4.16.4.Final.jar} +0 -0
  650. data/jboss/modules/org/jboss/xts/main/module.xml +3 -3
  651. data/jboss/modules/org/jgroups/main/{jgroups-3.0.6.Final.jar → jgroups-3.0.10.Final.jar} +0 -0
  652. data/jboss/modules/org/jgroups/main/jgroups-3.0.10.Final.jar.index +26 -0
  653. data/jboss/modules/org/jgroups/main/module.xml +1 -1
  654. data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar.index +29 -0
  655. data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index +28 -0
  656. data/jboss/modules/org/picketbox/main/module.xml +3 -2
  657. data/jboss/modules/org/picketbox/main/{picketbox-4.0.7.Final.jar → picketbox-4.0.9.Final.jar} +0 -0
  658. data/jboss/modules/org/picketbox/main/picketbox-4.0.9.Final.jar.index +83 -0
  659. data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar.index +10 -0
  660. data/jboss/modules/org/picketbox/main/{picketbox-infinispan-4.0.7.Final.jar → picketbox-infinispan-4.0.9.Final.jar} +0 -0
  661. data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.9.Final.jar.index +9 -0
  662. data/jboss/modules/org/picketlink/main/module.xml +5 -6
  663. data/jboss/modules/org/picketlink/main/picketlink-core-2.1.1.Final-jandex-jandex.jar +0 -0
  664. data/jboss/modules/org/picketlink/main/picketlink-core-2.1.1.Final-jandex.jar +0 -0
  665. data/jboss/modules/org/picketlink/main/picketlink-core-2.1.1.Final.jar +0 -0
  666. data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.1.Final-jandex.jar +0 -0
  667. data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.1.Final.jar +0 -0
  668. data/jboss/modules/org/{torquebox → projectodd/polyglot}/cache/main/module.xml +3 -52
  669. data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-cache.jar +0 -0
  670. data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-core.jar +0 -0
  671. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-core.jar +0 -0
  672. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-hasingleton.jar +0 -0
  673. data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar.index +173 -0
  674. data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index +8 -0
  675. data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index +12 -0
  676. data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index +8 -0
  677. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index +11 -0
  678. data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index +9 -0
  679. data/jboss/modules/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
  680. data/jboss/modules/org/torquebox/cdi/main/torquebox-cdi.jar +0 -0
  681. data/jboss/modules/org/torquebox/core/main/polyglot-core.jar +0 -0
  682. data/jboss/modules/org/torquebox/core/main/torquebox-core.jar +0 -0
  683. data/jboss/modules/org/torquebox/jobs/main/polyglot-jobs.jar +0 -0
  684. data/jboss/modules/org/torquebox/jobs/main/torquebox-jobs.jar +0 -0
  685. data/jboss/modules/org/torquebox/messaging/main/polyglot-messaging.jar +0 -0
  686. data/jboss/modules/org/torquebox/messaging/main/torquebox-messaging.jar +0 -0
  687. data/jboss/modules/org/torquebox/security/main/torquebox-security.jar +0 -0
  688. data/jboss/modules/org/torquebox/services/main/torquebox-services.jar +0 -0
  689. data/jboss/modules/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
  690. data/jboss/modules/org/torquebox/web/main/module.xml +0 -1
  691. data/jboss/modules/org/torquebox/web/main/polyglot-web.jar +0 -0
  692. data/jboss/modules/org/torquebox/web/main/torquebox-web.jar +0 -0
  693. data/jboss/modules/sun/jdk/main/service-loader-resources.index +3 -0
  694. data/jboss/standalone/configuration/standalone-full-ha.xml +58 -51
  695. data/jboss/standalone/configuration/standalone-full.xml +41 -31
  696. data/jboss/standalone/configuration/standalone-ha.xml +58 -51
  697. data/jboss/standalone/configuration/standalone.xml +41 -31
  698. data/lib/torquebox-server.jar +0 -0
  699. data/lib/torquebox-server.rb +2 -2
  700. data/share/rails/template.rb +4 -4
  701. metadata +1015 -767
  702. data/jboss/bundles/javax/servlet/api/v25/jbosgi-http-api-1.0.5.jar +0 -0
  703. data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.1.Final.jar +0 -0
  704. data/jboss/docs/licenses/common public license version 1.0 - cpl1.0.txt +0 -297
  705. data/jboss/docs/licenses/osgi specification license, version 1.0 - osgi-1.0.txt +0 -10
  706. data/jboss/docs/licenses/w3c software notice and license - w3c.txt +0 -77
  707. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar +0 -0
  708. data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar +0 -0
  709. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar +0 -0
  710. data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar +0 -0
  711. data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar +0 -0
  712. data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar +0 -0
  713. data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar +0 -0
  714. data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar +0 -0
  715. data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar +0 -0
  716. data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar +0 -0
  717. data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar +0 -0
  718. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar +0 -0
  719. data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar +0 -0
  720. data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar +0 -0
  721. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar +0 -0
  722. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar +0 -0
  723. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.1.Final.jar +0 -0
  724. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar +0 -0
  725. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar +0 -0
  726. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar +0 -0
  727. data/jboss/modules/net/sourceforge/cssparser/main/cssparser-0.9.5.jar +0 -0
  728. data/jboss/modules/net/sourceforge/cssparser/main/module.xml +0 -39
  729. data/jboss/modules/net/sourceforge/nekohtml/main/module.xml +0 -38
  730. data/jboss/modules/net/sourceforge/nekohtml/main/nekohtml-1.9.14.jar +0 -0
  731. data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar +0 -0
  732. data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar +0 -0
  733. data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar +0 -0
  734. data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar +0 -0
  735. data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.0.1.Final.jar +0 -0
  736. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.2.FINAL.jar +0 -0
  737. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.2.FINAL.jar +0 -0
  738. data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.2.FINAL.jar +0 -0
  739. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.2.FINAL.jar +0 -0
  740. data/jboss/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar +0 -0
  741. data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.1.Final.jar +0 -0
  742. data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.1.Final.jar +0 -0
  743. data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.1.Final.jar +0 -0
  744. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.1.Final.jar +0 -0
  745. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.1.Final.jar +0 -0
  746. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.1.Final.jar +0 -0
  747. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.1.Final.jar +0 -0
  748. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.1.Final.jar +0 -0
  749. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.1.Final.jar +0 -0
  750. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.1.Final.jar +0 -0
  751. data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.1.Final.jar +0 -0
  752. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.1.Final.jar +0 -0
  753. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.1.Final.jar +0 -0
  754. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.1.Final.jar +0 -0
  755. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.1.Final.jar +0 -0
  756. data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.1.0.FINAL-resources.jar +0 -0
  757. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.1.Final.jar +0 -0
  758. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.1.Final.jar +0 -0
  759. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.1.Final.jar +0 -0
  760. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.1.Final.jar +0 -0
  761. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.1.Final.jar +0 -0
  762. data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.1.Final.jar +0 -0
  763. data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.1.Final.jar +0 -0
  764. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.1.Final.jar +0 -0
  765. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.1.Final.jar +0 -0
  766. data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.1.Final.jar +0 -0
  767. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.1.Final.jar +0 -0
  768. data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.1.Final.jar +0 -0
  769. data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.1.Final.jar +0 -0
  770. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.1.Final.jar +0 -0
  771. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.1.Final.jar +0 -0
  772. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.1.Final.jar +0 -0
  773. data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.1.Final.jar +0 -0
  774. data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.1.Final.jar +0 -0
  775. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.1.Final.jar +0 -0
  776. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar +0 -0
  777. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar +0 -0
  778. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.0.Final.jar +0 -0
  779. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.1.Final.jar +0 -0
  780. data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.1.Final.jar +0 -0
  781. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.1.Final.jar +0 -0
  782. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.1.Final.jar +0 -0
  783. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.1.Final.jar +0 -0
  784. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.1.Final.jar +0 -0
  785. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.1.Final.jar +0 -0
  786. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.1.Final.jar +0 -0
  787. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.1.Final.jar +0 -0
  788. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.1.Final.jar +0 -0
  789. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.1.Final.jar +0 -0
  790. data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.1.Final.jar +0 -0
  791. data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.1.Final.jar +0 -0
  792. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.5.Final.jar +0 -0
  793. data/jboss/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Final.jar +0 -0
  794. data/jboss/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Final.jar +0 -0
  795. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.9.Final.jar +0 -0
  796. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.9.Final.jar +0 -0
  797. data/jboss/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar +0 -0
  798. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.2.GA.jar +0 -0
  799. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.0.12.Final.jar +0 -0
  800. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.8.Final.jar +0 -0
  801. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-resolver-api-1.0.13.Final.jar +0 -0
  802. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-resolver-felix-1.0.13.Final.jar +0 -0
  803. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-resolver-spi-1.0.13.Final.jar +0 -0
  804. data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.0.3.Final.jar +0 -0
  805. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.5.jar +0 -0
  806. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.5.jar +0 -0
  807. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.0.1.Final.jar +0 -0
  808. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.7.Final.jar +0 -0
  809. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.7.Final.jar +0 -0
  810. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final-jandex.jar +0 -0
  811. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar +0 -0
  812. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final-jandex.jar +0 -0
  813. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final-jandex.jar +0 -0
  814. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar +0 -0
  815. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar +0 -0
  816. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar +0 -0
  817. data/jboss/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final-jandex.jar +0 -0
  818. data/jboss/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final.jar +0 -0
  819. data/jboss/modules/org/picketlink/main/picketlink-bindings-jboss-2.0.2.Final.jar +0 -0
  820. data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex-jandex.jar +0 -0
  821. data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex.jar +0 -0
  822. data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.2.Final.jar +0 -0
  823. data/jboss/modules/org/torquebox/cache/main/avro.jar +0 -0
  824. data/jboss/modules/org/torquebox/cache/main/guava.jar +0 -0
  825. data/jboss/modules/org/torquebox/cache/main/hibernate-commons-annotations.jar +0 -0
  826. data/jboss/modules/org/torquebox/cache/main/hibernate-search-analyzers.jar +0 -0
  827. data/jboss/modules/org/torquebox/cache/main/hibernate-search-engine.jar +0 -0
  828. data/jboss/modules/org/torquebox/cache/main/hibernate-search-orm.jar +0 -0
  829. data/jboss/modules/org/torquebox/cache/main/hibernate-search.jar +0 -0
  830. data/jboss/modules/org/torquebox/cache/main/infinispan-query.jar +0 -0
  831. data/jboss/modules/org/torquebox/cache/main/jackson-core-asl.jar +0 -0
  832. data/jboss/modules/org/torquebox/cache/main/jackson-mapper-asl.jar +0 -0
  833. data/jboss/modules/org/torquebox/cache/main/lucene-analyzers.jar +0 -0
  834. data/jboss/modules/org/torquebox/cache/main/lucene-core.jar +0 -0
  835. data/jboss/modules/org/torquebox/cache/main/lucene-grouping.jar +0 -0
  836. data/jboss/modules/org/torquebox/cache/main/lucene-highlighter.jar +0 -0
  837. data/jboss/modules/org/torquebox/cache/main/lucene-memory.jar +0 -0
  838. data/jboss/modules/org/torquebox/cache/main/lucene-misc.jar +0 -0
  839. data/jboss/modules/org/torquebox/cache/main/lucene-smartcn.jar +0 -0
  840. data/jboss/modules/org/torquebox/cache/main/lucene-spatial.jar +0 -0
  841. data/jboss/modules/org/torquebox/cache/main/lucene-spellchecker.jar +0 -0
  842. data/jboss/modules/org/torquebox/cache/main/lucene-stempel.jar +0 -0
  843. data/jboss/modules/org/torquebox/cache/main/paranamer.jar +0 -0
  844. data/jboss/modules/org/torquebox/cache/main/slf4j-api.jar +0 -0
  845. data/jboss/modules/org/torquebox/cache/main/snappy-java.jar +0 -0
  846. data/jboss/modules/org/torquebox/cache/main/solr-analysis-extras.jar +0 -0
  847. data/jboss/modules/org/torquebox/cache/main/solr-commons-csv.jar +0 -0
  848. data/jboss/modules/org/torquebox/cache/main/solr-core.jar +0 -0
  849. data/jboss/modules/org/torquebox/cache/main/solr-solrj.jar +0 -0
  850. data/jboss/modules/org/torquebox/cache/main/torquebox-cache.jar +0 -0
  851. data/jboss/modules/org/w3c/css/sac/main/sac-1.3.jar +0 -0
@@ -87,7 +87,7 @@
87
87
  <xs:attribute name="auto-deploy-exploded" type="xs:boolean" use="optional" default="false">
88
88
  <xs:annotation>
89
89
  <xs:documentation>
90
- Controls whether zipped deployment content should be automatically deployed by
90
+ Controls whether exploded deployment content should be automatically deployed by
91
91
  the scanner without requiring the user to add a .dodeploy marker file. Setting
92
92
  this to 'true' is not recommended for anything but basic development scenarios,
93
93
  as there is no way to ensure that deployment will not occur in the middle of
@@ -0,0 +1,98 @@
1
+ <!--
2
+ ~ JBoss, Home of Professional Open Source.
3
+ ~ Copyright 2011, Red Hat, Inc., and individual contributors
4
+ ~ as indicated by the @author tags. See the copyright.txt file in the
5
+ ~ distribution for a full listing of individual contributors.
6
+ ~
7
+ ~ This is free software; you can redistribute it and/or modify it
8
+ ~ under the terms of the GNU Lesser General Public License as
9
+ ~ published by the Free Software Foundation; either version 2.1 of
10
+ ~ the License, or (at your option) any later version.
11
+ ~
12
+ ~ This software is distributed in the hope that it will be useful,
13
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
+ ~ Lesser General Public License for more details.
16
+ ~
17
+ ~ You should have received a copy of the GNU Lesser General Public
18
+ ~ License along with this software; if not, write to the Free
19
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21
+ -->
22
+
23
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
24
+ targetNamespace="urn:jboss:domain:ee:1.1"
25
+ xmlns="urn:jboss:domain:ee:1.1"
26
+ elementFormDefault="qualified"
27
+ attributeFormDefault="unqualified"
28
+ version="1.1">
29
+
30
+ <!-- The EE subsystem root element -->
31
+ <xs:element name="subsystem" type="subsystem"/>
32
+
33
+ <xs:complexType name="subsystem">
34
+ <xs:sequence>
35
+ <xs:element name="global-modules" type="modulesType" minOccurs="0" maxOccurs="1"/>
36
+ <xs:element name="ear-subdeployments-isolated" default="false" type="ear-subdeployments-isolatedType" minOccurs="0" maxOccurs="1"/>
37
+ <xs:element name="spec-descriptor-property-replacement" type="descriptor-property-replacementType" minOccurs="0" maxOccurs="1" />
38
+ <xs:element name="jboss-descriptor-property-replacement" type="descriptor-property-replacementType" minOccurs="0" maxOccurs="1" />
39
+ </xs:sequence>
40
+ </xs:complexType>
41
+
42
+ <xs:complexType name="modulesType">
43
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
44
+ <xs:element name="module" type="moduleType"/>
45
+ </xs:choice>
46
+ </xs:complexType>
47
+
48
+ <xs:complexType name="moduleType">
49
+ <xs:attribute name="name" type="xs:string" use="required"/>
50
+ <xs:attribute name="slot" type="xs:string"/>
51
+ </xs:complexType>
52
+
53
+ <xs:simpleType name="ear-subdeployments-isolatedType">
54
+ <xs:annotation>
55
+ <xs:documentation>
56
+ Flag indicating whether each of the subdeployments within a .ear can access classes belonging to
57
+ another subdeployment within the same .ear. Setting this to false, allows the subdeployments to
58
+ see classes belonging to other subdeployments within the .ear.
59
+ For example:
60
+ myapp.ear
61
+ |
62
+ |--- web.war
63
+ |
64
+ |--- ejb1.jar
65
+ |
66
+ |--- ejb2.jar
67
+
68
+ If the ear-subdeployments-isolated is set to false, then the classes in web.war can access classes
69
+ belonging to ejb1.jar and ejb2.jar. Similarly, classes from ejb1.jar can access classes from ejb2.jar
70
+ (and vice-versa).
71
+
72
+ *Note that this flag, has no effect on the isolated classloader of the .war file(s). i.e. irrespective
73
+ of whether this flag is set to true or false, the .war within a .ear will have a isolated classloader
74
+ and other subdeployments within that .ear will not be able to access classes from that .war. This is
75
+ as per spec*
76
+ </xs:documentation>
77
+ </xs:annotation>
78
+
79
+ <xs:restriction base="xs:boolean"/>
80
+ </xs:simpleType>
81
+
82
+ <xs:simpleType name="descriptor-property-replacementType">
83
+ <xs:annotation>
84
+ <xs:documentation>
85
+ Flag indicating whether system property replacement will be performed on a descriptor. This defaults to
86
+ true, however it is disabled in the default configurations.
87
+
88
+ Security Node: System properties etc are resolved in the security context of the application server
89
+ itself, not the deployment that contains the file. This means that if you are running with a security
90
+ manager and enable this property, a deployment can potentially access system properties or environment
91
+ entries that the security manager would have otherwise prevented.
92
+ </xs:documentation>
93
+ </xs:annotation>
94
+
95
+ <xs:restriction base="xs:boolean"/>
96
+ </xs:simpleType>
97
+
98
+ </xs:schema>
@@ -0,0 +1,329 @@
1
+ <!--
2
+ ~ JBoss, Home of Professional Open Source.
3
+ ~ Copyright 2011, Red Hat, Inc., and individual contributors
4
+ ~ as indicated by the @author tags. See the copyright.txt file in the
5
+ ~ distribution for a full listing of individual contributors.
6
+ ~
7
+ ~ This is free software; you can redistribute it and/or modify it
8
+ ~ under the terms of the GNU Lesser General Public License as
9
+ ~ published by the Free Software Foundation; either version 2.1 of
10
+ ~ the License, or (at your option) any later version.
11
+ ~
12
+ ~ This software is distributed in the hope that it will be useful,
13
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
+ ~ Lesser General Public License for more details.
16
+ ~
17
+ ~ You should have received a copy of the GNU Lesser General Public
18
+ ~ License along with this software; if not, write to the Free
19
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20
+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
21
+ -->
22
+
23
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
24
+ targetNamespace="urn:jboss:domain:ejb3:1.3"
25
+ xmlns="urn:jboss:domain:ejb3:1.3"
26
+ xmlns:threads="urn:jboss:domain:threads:1.1"
27
+ elementFormDefault="qualified"
28
+ attributeFormDefault="unqualified"
29
+ version="1.3">
30
+
31
+ <xs:import namespace="urn:jboss:domain:threads:1.1" schemaLocation="jboss-as-threads_1_1.xsd"/>
32
+
33
+ <!-- The ejb3 subsystem root element -->
34
+ <xs:element name="subsystem" type="ejb3-subsystemType"/>
35
+
36
+ <xs:complexType name="ejb3-subsystemType">
37
+ <xs:annotation>
38
+ <xs:documentation>
39
+ EJB3 subsystem configurations
40
+ </xs:documentation>
41
+ </xs:annotation>
42
+ <xs:all>
43
+ <xs:element name="session-bean" type="session-beanType" minOccurs="0" maxOccurs="1"/>
44
+ <xs:element name="mdb" type="mdbType" minOccurs="0" maxOccurs="1"/>
45
+ <xs:element name="entity-bean" type="entityType" minOccurs="0" maxOccurs="1"/>
46
+ <xs:element name="pools" type="poolsType" minOccurs="0" maxOccurs="1"/>
47
+ <xs:element name="caches" type="cachesType" minOccurs="0" maxOccurs="1"/>
48
+ <xs:element name="passivation-stores" type="passivation-storesType" minOccurs="0" maxOccurs="1"/>
49
+ <xs:element name="async" type="asyncType" minOccurs="0" maxOccurs="1"/>
50
+ <xs:element name="timer-service" type="timerServiceType" minOccurs="0" maxOccurs="1"/>
51
+ <xs:element name="remote" type="remoteType" minOccurs="0" maxOccurs="1"/>
52
+ <xs:element name="thread-pools" type="threadPoolsType" minOccurs="0" maxOccurs="1"/>
53
+ <xs:element name="iiop" type="iiopType" minOccurs="0" maxOccurs="1"/>
54
+ <xs:element name="in-vm-remote-interface-invocation" type="in-vm-remote-interface-invocationType"
55
+ minOccurs="0" maxOccurs="1"/>
56
+ <xs:element name="default-distinct-name" type="default-distinct-nameType" minOccurs="0" maxOccurs="1"/>
57
+ <xs:element name="statistics" type="statisticsType" minOccurs="0" maxOccurs="1"/>
58
+ </xs:all>
59
+ </xs:complexType>
60
+
61
+ <xs:complexType name="mdbType">
62
+ <xs:all>
63
+ <xs:element name="resource-adapter-ref" type="resource-adapter-refType" minOccurs="0" maxOccurs="1"/>
64
+ <xs:element name="bean-instance-pool-ref" type="bean-instance-pool-refType" minOccurs="0" maxOccurs="1"/>
65
+ </xs:all>
66
+ </xs:complexType>
67
+
68
+ <xs:complexType name="entityType">
69
+ <xs:all>
70
+ <xs:element name="bean-instance-pool-ref" type="bean-instance-pool-refType" minOccurs="0" maxOccurs="1"/>
71
+ <xs:element name="optimistic-locking" type="optimistic-lockingType" minOccurs="0" maxOccurs="1"/>
72
+ </xs:all>
73
+ </xs:complexType>
74
+
75
+ <xs:complexType name="optimistic-lockingType">
76
+ <xs:attribute name="enabled" type="xs:boolean" use="required"/>
77
+ </xs:complexType>
78
+
79
+ <xs:complexType name="remoteType">
80
+ <xs:all>
81
+ <xs:element name="channel-creation-options" type="channel-creation-optionsType" minOccurs="0"
82
+ maxOccurs="1"/>
83
+ </xs:all>
84
+ <xs:attribute name="connector-ref" type="xs:string" use="required"/>
85
+ <xs:attribute name="thread-pool-name" type="xs:token" use="required"/>
86
+ </xs:complexType>
87
+
88
+ <xs:complexType name="asyncType">
89
+ <xs:attribute name="thread-pool-name" type="xs:token" use="required"/>
90
+ </xs:complexType>
91
+
92
+ <xs:complexType name="session-beanType">
93
+ <xs:all>
94
+ <xs:element name="stateless" type="stateless-beanType" minOccurs="0" maxOccurs="1"/>
95
+ <xs:element name="stateful" type="stateful-beanType" minOccurs="0" maxOccurs="1"/>
96
+ <xs:element name="singleton" type="singleton-beanType" minOccurs="0" maxOccurs="1"/>
97
+ </xs:all>
98
+ </xs:complexType>
99
+
100
+ <xs:complexType name="stateless-beanType">
101
+ <xs:all>
102
+ <xs:element name="bean-instance-pool-ref" type="bean-instance-pool-refType" minOccurs="0" maxOccurs="1"/>
103
+ </xs:all>
104
+ </xs:complexType>
105
+
106
+ <xs:complexType name="stateful-beanType">
107
+ <xs:attribute name="default-access-timeout" type="xs:positiveInteger" default="5000" use="optional">
108
+ <xs:annotation>
109
+ <xs:documentation>
110
+ The default access timeout, for stateful session beans, in milliseconds
111
+ </xs:documentation>
112
+ </xs:annotation>
113
+ </xs:attribute>
114
+ <xs:attribute name="cache-ref" type="xs:string"/>
115
+ <xs:attribute name="clustered-cache-ref" type="xs:string" use="optional"/>
116
+ </xs:complexType>
117
+
118
+ <xs:complexType name="singleton-beanType">
119
+ <xs:attribute name="default-access-timeout" type="xs:positiveInteger" default="5000" use="optional">
120
+ <xs:annotation>
121
+ <xs:documentation>
122
+ The default access timeout, for singleton beans, in milliseconds
123
+ </xs:documentation>
124
+ </xs:annotation>
125
+ </xs:attribute>
126
+ </xs:complexType>
127
+
128
+ <xs:complexType name="resource-adapter-refType">
129
+ <xs:attribute name="resource-adapter-name" type="xs:string" use="required"/>
130
+ </xs:complexType>
131
+
132
+ <xs:complexType name="bean-instance-pool-refType">
133
+ <xs:attribute name="pool-name" use="required" type="xs:string"/>
134
+ </xs:complexType>
135
+
136
+ <xs:complexType name="poolsType">
137
+ <xs:all>
138
+ <xs:element name="bean-instance-pools" type="bean-instance-poolsType" minOccurs="0" maxOccurs="1"/>
139
+ </xs:all>
140
+ </xs:complexType>
141
+
142
+ <xs:complexType name="bean-instance-poolsType">
143
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
144
+ <xs:element name="strict-max-pool" type="strict-max-poolType"/>
145
+ </xs:choice>
146
+ </xs:complexType>
147
+
148
+ <xs:complexType name="strict-max-poolType">
149
+ <xs:attribute name="name" type="xs:string" use="required"/>
150
+ <xs:attribute name="max-pool-size" type="xs:positiveInteger" default="20" use="optional"/>
151
+ <xs:attribute name="instance-acquisition-timeout" type="xs:positiveInteger" default="5" use="optional"/>
152
+ <xs:attribute name="instance-acquisition-timeout-unit" type="timeout-unitType"
153
+ default="MINUTES" use="optional"/>
154
+ </xs:complexType>
155
+
156
+ <xs:complexType name="cachesType">
157
+ <xs:sequence>
158
+ <xs:element name="cache" type="cacheType" minOccurs="0" maxOccurs="unbounded"/>
159
+ </xs:sequence>
160
+ </xs:complexType>
161
+
162
+ <xs:complexType name="cacheType">
163
+ <xs:attribute name="name" type="xs:string" use="required"/>
164
+ <xs:attribute name="passivation-store-ref" type="xs:string"/>
165
+ <xs:attribute name="aliases" type="aliases"/>
166
+ </xs:complexType>
167
+
168
+ <xs:complexType name="passivation-storesType">
169
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
170
+ <xs:element name="file-passivation-store" type="file-passivation-storeType"/>
171
+ <xs:element name="cluster-passivation-store" type="cluster-passivation-storeType"/>
172
+ </xs:choice>
173
+ </xs:complexType>
174
+
175
+ <xs:attributeGroup name="passivation-common">
176
+ <xs:attribute name="name" type="xs:string" use="required"/>
177
+ <xs:attribute name="idle-timeout" type="xs:positiveInteger" default="300"/>
178
+ <xs:attribute name="idle-timeout-unit" type="timeout-unitType" default="SECONDS"/>
179
+ </xs:attributeGroup>
180
+
181
+ <xs:complexType name="file-passivation-storeType">
182
+ <xs:attributeGroup ref="passivation-common"/>
183
+ <xs:attribute name="max-size" type="xs:positiveInteger" default="100000"/>
184
+ <xs:attribute name="relative-to" type="xs:string" default="jboss.server.data.dir"/>
185
+ <xs:attribute name="sessions-path" type="xs:string" default="ejb3/sessions"/>
186
+ <xs:attribute name="groups-path" type="xs:string" default="ejb3/groups"/>
187
+ <xs:attribute name="subdirectory-count" type="xs:positiveInteger" default="100"/>
188
+ </xs:complexType>
189
+
190
+ <xs:complexType name="cluster-passivation-storeType">
191
+ <xs:attributeGroup ref="passivation-common"/>
192
+ <xs:attribute name="max-size" type="xs:positiveInteger" default="10000"/>
193
+ <xs:attribute name="passivate-events-on-replicate" type="xs:boolean" default="true"/>
194
+ <xs:attribute name="cache-container" type="xs:string" default="ejb"/>
195
+ <xs:attribute name="bean-cache" type="xs:string"/>
196
+ <xs:attribute name="client-mappings-cache" type="xs:string" default="remote-connector-client-mappings"/>
197
+ </xs:complexType>
198
+
199
+ <xs:simpleType name="aliases">
200
+ <xs:annotation>
201
+ <xs:documentation>A list of aliases.</xs:documentation>
202
+ </xs:annotation>
203
+ <xs:list itemType="xs:string"/>
204
+ </xs:simpleType>
205
+
206
+ <xs:simpleType name="timeout-unitType">
207
+ <xs:annotation>
208
+ <xs:documentation>
209
+ TimeUnit that are allowed for instance-acquisition-timeout on a pool
210
+ </xs:documentation>
211
+ </xs:annotation>
212
+ <xs:restriction base="xs:token">
213
+ <xs:enumeration value="DAYS"/>
214
+ <xs:enumeration value="HOURS"/>
215
+ <xs:enumeration value="MINUTES"/>
216
+ <xs:enumeration value="SECONDS"/>
217
+ <xs:enumeration value="MILLISECONDS"/>
218
+ <xs:enumeration value="MICROSECONDS"/>
219
+ <xs:enumeration value="NANOSECONDS"/>
220
+ </xs:restriction>
221
+ </xs:simpleType>
222
+
223
+ <xs:complexType name="timerServiceType">
224
+ <xs:sequence>
225
+ <xs:element name="data-store" type="dataStoreType" minOccurs="0" maxOccurs="1"/>
226
+ </xs:sequence>
227
+ <xs:attribute name="thread-pool-name" type="xs:token" use="required"/>
228
+ </xs:complexType>
229
+
230
+ <xs:complexType name="threadPoolsType">
231
+ <xs:sequence>
232
+ <xs:element name="thread-pool" type="threadPoolType" minOccurs="0" maxOccurs="unbounded"/>
233
+ </xs:sequence>
234
+ </xs:complexType>
235
+
236
+ <xs:complexType name="threadPoolType">
237
+ <xs:annotation>
238
+ <xs:documentation>
239
+ <![CDATA[
240
+ A thread pool executor with an unbounded queue. Such a thread pool has a core size and a queue with no
241
+ upper bound. When a task is submitted, if the number of running threads is less than the core size,
242
+ a new thread is created. Otherwise, the task is placed in queue. If too many tasks are allowed to be
243
+ submitted to this type of executor, an out of memory condition may occur.
244
+
245
+ The "name" attribute is the name of the created executor.
246
+
247
+ The "max-threads" attribute must be used to specify the thread pool size. The nested
248
+ "keepalive-time" element may used to specify the amount of time that pool threads should
249
+ be kept running when idle; if not specified, threads will run until the executor is shut down.
250
+ The "thread-factory" element specifies the bean name of a specific threads subsystem thread factory to
251
+ use to create worker threads. Usually it will not be set for an EJB3 thread pool and an appropriate
252
+ default thread factory will be used.
253
+ ]]>
254
+ </xs:documentation>
255
+ </xs:annotation>
256
+ <xs:all>
257
+ <xs:element name="max-threads" type="threads:countType"/>
258
+ <xs:element name="keepalive-time" type="threads:time" minOccurs="0"/>
259
+ <xs:element name="thread-factory" type="threads:ref" minOccurs="0"/>
260
+ </xs:all>
261
+ <xs:attribute name="name" use="required" type="xs:string"/>
262
+ </xs:complexType>
263
+
264
+ <xs:complexType name="dataStoreType">
265
+ <xs:attribute name="path" type="xs:string"/>
266
+ <xs:attribute name="relative-to" type="xs:string"/>
267
+ </xs:complexType>
268
+
269
+ <xs:complexType name="iiopType">
270
+ <xs:attribute name="enable-by-default" type="xs:boolean" use="required"/>
271
+ <xs:attribute name="use-qualified-name" type="xs:boolean" use="required"/>
272
+ </xs:complexType>
273
+
274
+ <xs:complexType name="in-vm-remote-interface-invocationType">
275
+ <xs:annotation>
276
+ <xs:documentation>
277
+ <![CDATA[
278
+ The EJB3 spec mandates that the invocations on remote interfaces of a EJB, use pass-by-value
279
+ semantics for parameters (i.e. parameter values are serialized/deserialized) during invocation.
280
+ The pass-by-value attribute of this element can be used to switch that behaviour to pass the parameters
281
+ by reference (and skip the serialization/deserialization step). Setting the pass-by-value to false will
282
+ return in pass-by-reference semantics.
283
+ ]]>
284
+ </xs:documentation>
285
+ </xs:annotation>
286
+ <xs:attribute name="pass-by-value" type="xs:boolean" use="required"/>
287
+ </xs:complexType>
288
+
289
+ <xs:complexType name="default-distinct-nameType">
290
+ <xs:attribute name="value" type="xs:string"/>
291
+ </xs:complexType>
292
+
293
+ <xs:complexType name="statisticsType">
294
+ <xs:attribute name="enabled" type="xs:string"/>
295
+ </xs:complexType>
296
+
297
+ <xs:complexType name="channel-creation-optionsType">
298
+ <xs:annotation>
299
+ <xs:documentation>
300
+ <![CDATA[
301
+ The options that will be used while creating the channel for EJB remote invocation communication
302
+ ]]>
303
+ </xs:documentation>
304
+ </xs:annotation>
305
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
306
+ <xs:element name="option" type="optionType"/>
307
+ </xs:choice>
308
+ </xs:complexType>
309
+
310
+ <xs:complexType name="optionType">
311
+ <xs:annotation>
312
+ <xs:documentation>
313
+ <![CDATA[
314
+ The "name" attribute specifies the name of the option being configured.
315
+
316
+ The "value" attribute is the value that's going to be set for the option.
317
+
318
+ The "type" attribute value can either be "xnio" or "remoting". If it's "xnio", then the option
319
+ being configured will be looked up against the org.xnio.Options class. If it's "remoting" then
320
+ the option will be looked up against the org.xnio.Option.RemotingOptions class.
321
+ ]]>
322
+ </xs:documentation>
323
+ </xs:annotation>
324
+ <xs:attribute name="name" type="xs:string" use="required"/>
325
+ <xs:attribute name="value" type="xs:string"/>
326
+ <xs:attribute name="type" type="xs:string" use="required"/>
327
+ </xs:complexType>
328
+
329
+ </xs:schema>
@@ -0,0 +1,929 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <!--
4
+ ~ JBoss, Home of Professional Open Source.
5
+ ~ Copyright 2011, 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
+ <xs:schema targetNamespace="urn:jboss:domain:infinispan:1.3"
25
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
26
+ xmlns:tns="urn:jboss:domain:infinispan:1.3"
27
+ elementFormDefault="qualified"
28
+ attributeFormDefault="unqualified"
29
+ version="1.3">
30
+
31
+ <xs:element name="subsystem" type="tns:subsystem">
32
+ <xs:annotation>
33
+ <xs:documentation>Enumerates the cache containers available to the registry.</xs:documentation>
34
+ </xs:annotation>
35
+ </xs:element>
36
+
37
+ <xs:complexType name="subsystem">
38
+ <xs:choice maxOccurs="unbounded">
39
+ <xs:element name="cache-container" type="tns:cache-container">
40
+ <xs:annotation>
41
+ <xs:documentation>Defines an embedded cache container.</xs:documentation>
42
+ </xs:annotation>
43
+ </xs:element>
44
+ </xs:choice>
45
+ </xs:complexType>
46
+
47
+ <xs:complexType name="cache-container">
48
+ <xs:sequence>
49
+ <xs:element name="transport" type="tns:transport" minOccurs="0">
50
+ <xs:annotation>
51
+ <xs:documentation>Overrides the transport characteristics for this cache container.</xs:documentation>
52
+ </xs:annotation>
53
+ </xs:element>
54
+ <xs:choice maxOccurs="unbounded">
55
+ <xs:element name="local-cache" type="tns:local-cache">
56
+ <xs:annotation>
57
+ <xs:documentation>Defines a LOCAL mode cache.</xs:documentation>
58
+ </xs:annotation>
59
+ </xs:element>
60
+ <xs:element name="replicated-cache" type="tns:replicated-cache">
61
+ <xs:annotation>
62
+ <xs:documentation>Defines a REPL_* mode cache.</xs:documentation>
63
+ </xs:annotation>
64
+ </xs:element>
65
+ <xs:element name="invalidation-cache" type="tns:invalidation-cache">
66
+ <xs:annotation>
67
+ <xs:documentation>Defines an INVALIDATION_* mode cache.</xs:documentation>
68
+ </xs:annotation>
69
+ </xs:element>
70
+ <xs:element name="distributed-cache" type="tns:distributed-cache">
71
+ <xs:annotation>
72
+ <xs:documentation>Defines a DIST_* mode cache.</xs:documentation>
73
+ </xs:annotation>
74
+ </xs:element>
75
+ </xs:choice>
76
+ </xs:sequence>
77
+ <xs:attribute name="name" type="xs:string" use="required">
78
+ <xs:annotation>
79
+ <xs:documentation>Uniquely identifies this cache container.</xs:documentation>
80
+ </xs:annotation>
81
+ </xs:attribute>
82
+ <xs:attribute name="aliases" type="tns:aliases">
83
+ <xs:annotation>
84
+ <xs:documentation>A set of aliases by which this cache container may also be referenced.</xs:documentation>
85
+ </xs:annotation>
86
+ </xs:attribute>
87
+ <xs:attribute name="jndi-name" type="xs:string">
88
+ <xs:annotation>
89
+ <xs:documentation>
90
+ The jndi name to which to bind this cache container.
91
+ If undefined, the cache will be bound to: java:jboss/infinispan/container/container-name
92
+ </xs:documentation>
93
+ </xs:annotation>
94
+ </xs:attribute>
95
+ <xs:attribute name="default-cache" type="xs:string" use="optional">
96
+ <xs:annotation>
97
+ <xs:documentation>Indicates the default cache for this cache container.</xs:documentation>
98
+ </xs:annotation>
99
+ </xs:attribute>
100
+ <xs:attribute name="start" type="tns:controller-mode" default="LAZY">
101
+ <xs:annotation>
102
+ <xs:documentation>Should this cache container be started on server startup, or lazily when requested by a service or deployment.</xs:documentation>
103
+ </xs:annotation>
104
+ </xs:attribute>
105
+ <xs:attribute name="listener-executor" type="xs:string">
106
+ <xs:annotation>
107
+ <xs:documentation>Defines the executor used for asynchronous cache listener notifications.</xs:documentation>
108
+ </xs:annotation>
109
+ </xs:attribute>
110
+ <xs:attribute name="eviction-executor" type="xs:string">
111
+ <xs:annotation>
112
+ <xs:documentation>Defines the scheduled executor used for evictions.</xs:documentation>
113
+ </xs:annotation>
114
+ </xs:attribute>
115
+ <xs:attribute name="replication-queue-executor" type="xs:string">
116
+ <xs:annotation>
117
+ <xs:documentation>Defines the scheduled executor used by the asynchronous replication queue.</xs:documentation>
118
+ </xs:annotation>
119
+ </xs:attribute>
120
+ <xs:attribute name="module" type="xs:string" default="org.jboss.as.clustering.infinispan">
121
+ <xs:annotation>
122
+ <xs:documentation>Defines the module whose class loader should be used when building this cache container.</xs:documentation>
123
+ </xs:annotation>
124
+ </xs:attribute>
125
+ </xs:complexType>
126
+
127
+ <xs:complexType name="transport">
128
+ <xs:attribute name="stack" type="xs:string">
129
+ <xs:annotation>
130
+ <xs:documentation>Defines the jgroups stack used by the transport.</xs:documentation>
131
+ </xs:annotation>
132
+ </xs:attribute>
133
+ <xs:attribute name="cluster" type="xs:string" >
134
+ <xs:annotation>
135
+ <xs:documentation>Defines the name for the underlying group communication cluster.</xs:documentation>
136
+ </xs:annotation>
137
+ </xs:attribute>
138
+ <xs:attribute name="executor" type="xs:string" >
139
+ <xs:annotation>
140
+ <xs:documentation>Defines the executor used for asynchronous transport communication.</xs:documentation>
141
+ </xs:annotation>
142
+ </xs:attribute>
143
+ <xs:attribute name="lock-timeout" type="xs:long" default="240000">
144
+ <xs:annotation>
145
+ <xs:documentation>
146
+ Infinispan uses a distributed lock to maintain a coherent transaction log during state transfer or rehashing, which means that only one cache can be doing state transfer or rehashing at the same time.
147
+ This constraint is in place because more than one cache could be involved in a transaction.
148
+ This timeout controls the time to wait to acquire acquire a lock on the distributed lock.
149
+ </xs:documentation>
150
+ </xs:annotation>
151
+ </xs:attribute>
152
+ </xs:complexType>
153
+
154
+ <xs:complexType name="cache" abstract="true">
155
+ <xs:sequence>
156
+ <xs:element name="locking" type="tns:locking" minOccurs="0">
157
+ <xs:annotation>
158
+ <xs:documentation>The locking configuration of the cache.</xs:documentation>
159
+ </xs:annotation>
160
+ </xs:element>
161
+ <xs:element name="transaction" type="tns:transaction" minOccurs="0">
162
+ <xs:annotation>
163
+ <xs:documentation>The cache transaction configuration.</xs:documentation>
164
+ </xs:annotation>
165
+ </xs:element>
166
+ <xs:element name="eviction" type="tns:eviction" minOccurs="0">
167
+ <xs:annotation>
168
+ <xs:documentation>The cache eviction configuration.</xs:documentation>
169
+ </xs:annotation>
170
+ </xs:element>
171
+ <xs:element name="expiration" type="tns:expiration" minOccurs="0">
172
+ <xs:annotation>
173
+ <xs:documentation>The cache expiration configuration.</xs:documentation>
174
+ </xs:annotation>
175
+ </xs:element>
176
+ <xs:choice minOccurs="0">
177
+ <xs:element name="store" type="tns:custom-store">
178
+ <xs:annotation>
179
+ <xs:documentation>Defines a custom cache store.</xs:documentation>
180
+ </xs:annotation>
181
+ </xs:element>
182
+ <xs:element name="file-store" type="tns:file-store">
183
+ <xs:annotation>
184
+ <xs:documentation>Defines a file-based cache store.</xs:documentation>
185
+ </xs:annotation>
186
+ </xs:element>
187
+ <xs:choice minOccurs="0">
188
+ <xs:element name="string-keyed-jdbc-store" type="tns:string-keyed-jdbc-store">
189
+ <xs:annotation>
190
+ <xs:documentation>Defines a database cache store accessed via JDBC using string-based keys.</xs:documentation>
191
+ </xs:annotation>
192
+ </xs:element>
193
+ <xs:element name="binary-keyed-jdbc-store" type="tns:binary-keyed-jdbc-store">
194
+ <xs:annotation>
195
+ <xs:documentation>Defines a database cache store accessed via JDBC using binary-based keys.</xs:documentation>
196
+ </xs:annotation>
197
+ </xs:element>
198
+ <xs:element name="mixed-keyed-jdbc-store" type="tns:mixed-keyed-jdbc-store">
199
+ <xs:annotation>
200
+ <xs:documentation>Defines a database cache store accessed via JDBC using mixed string and binary-based keys.</xs:documentation>
201
+ </xs:annotation>
202
+ </xs:element>
203
+ </xs:choice>
204
+ <xs:element name="remote-store" type="tns:remote-store">
205
+ <xs:annotation>
206
+ <xs:documentation>
207
+ Defines a remote cache store accessed via HotRod.
208
+ Nested properties will be treated as HotRod client properties.
209
+ </xs:documentation>
210
+ </xs:annotation>
211
+ </xs:element>
212
+ </xs:choice>
213
+ </xs:sequence>
214
+ <xs:attribute name="name" type="xs:string" use="required">
215
+ <xs:annotation>
216
+ <xs:documentation>Uniquely identifies this cache within its cache container.</xs:documentation>
217
+ </xs:annotation>
218
+ </xs:attribute>
219
+ <xs:attribute name="start" type="tns:controller-mode" default="LAZY">
220
+ <xs:annotation>
221
+ <xs:documentation>Should this cache be started on server startup, or lazily when requested by a service or deployment.</xs:documentation>
222
+ </xs:annotation>
223
+ </xs:attribute>
224
+ <xs:attribute name="batching" type="xs:boolean" default="false">
225
+ <xs:annotation>
226
+ <xs:documentation></xs:documentation>
227
+ </xs:annotation>
228
+ </xs:attribute>
229
+ <xs:attribute name="indexing" type="tns:indexing" default="NONE">
230
+ <xs:annotation>
231
+ <xs:documentation></xs:documentation>
232
+ </xs:annotation>
233
+ </xs:attribute>
234
+ <xs:attribute name="jndi-name" type="xs:string">
235
+ <xs:annotation>
236
+ <xs:documentation>
237
+ The jndi name to which to bind this cache.
238
+ If undefined, the cache will be bound to: java:jboss/infinispan/cache/container-name/cache-name
239
+ </xs:documentation>
240
+ </xs:annotation>
241
+ </xs:attribute>
242
+ <xs:attribute name="module" type="xs:string">
243
+ <xs:annotation>
244
+ <xs:documentation>
245
+ Defines the module whose class loader should be used when building this cache, if different from the enclosing cache container.
246
+ </xs:documentation>
247
+ </xs:annotation>
248
+ </xs:attribute>
249
+ </xs:complexType>
250
+
251
+ <xs:complexType name="local-cache">
252
+ <xs:complexContent>
253
+ <xs:extension base="tns:cache"></xs:extension>
254
+ </xs:complexContent>
255
+ </xs:complexType>
256
+
257
+ <xs:complexType name="locking">
258
+ <xs:attribute name="isolation" type="tns:isolation" default="REPEATABLE_READ">
259
+ <xs:annotation>
260
+ <xs:documentation>Sets the cache locking isolation level.</xs:documentation>
261
+ </xs:annotation>
262
+ </xs:attribute>
263
+ <xs:attribute name="striping" type="xs:boolean" default="false">
264
+ <xs:annotation>
265
+ <xs:documentation>If true, a pool of shared locks is maintained for all entries that need to be locked. Otherwise, a lock is created per entry in the cache. Lock striping helps control memory footprint but may reduce concurrency in the system.</xs:documentation>
266
+ </xs:annotation>
267
+ </xs:attribute>
268
+ <xs:attribute name="acquire-timeout" type="xs:long" default="15000">
269
+ <xs:annotation>
270
+ <xs:documentation>Maximum time to attempt a particular lock acquisition.</xs:documentation>
271
+ </xs:annotation>
272
+ </xs:attribute>
273
+ <xs:attribute name="concurrency-level" type="xs:int" default="1000">
274
+ <xs:annotation>
275
+ <xs:documentation>Concurrency level for lock containers. Adjust this value according to the number of concurrent threads interacting with Infinispan.</xs:documentation>
276
+ </xs:annotation>
277
+ </xs:attribute>
278
+ </xs:complexType>
279
+
280
+ <xs:complexType name="transaction">
281
+ <xs:attribute name="mode" type="tns:transaction-mode" default="NONE">
282
+ <xs:annotation>
283
+ <xs:documentation>Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA, FULL_XA.</xs:documentation>
284
+ </xs:annotation>
285
+ </xs:attribute>
286
+ <xs:attribute name="stop-timeout" type="xs:long" default="30000">
287
+ <xs:annotation>
288
+ <xs:documentation>If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish. The amount of time to wait for is defined by the cache stop timeout.</xs:documentation>
289
+ </xs:annotation>
290
+ </xs:attribute>
291
+ <xs:attribute name="locking" type="tns:locking-mode" default="OPTIMISTIC">
292
+ <xs:annotation>
293
+ <xs:documentation>The locking mode for this cache, one of OPTIMISTIC or PESSIMISTIC.</xs:documentation>
294
+ </xs:annotation>
295
+ </xs:attribute>
296
+ </xs:complexType>
297
+
298
+ <xs:complexType name="eviction">
299
+ <xs:attribute name="strategy" type="tns:eviction-strategy" default="NONE">
300
+ <xs:annotation>
301
+ <xs:documentation>Sets the cache eviction strategy. Available options are 'UNORDERED', 'FIFO', 'LRU', 'LIRS' and 'NONE' (to disable eviction).</xs:documentation>
302
+ </xs:annotation>
303
+ </xs:attribute>
304
+ <xs:attribute name="max-entries" type="xs:int" default="10000">
305
+ <xs:annotation>
306
+ <xs:documentation>Maximum number of entries in a cache instance. If selected value is not a power of two the actual value will default to the least power of two larger than selected value. -1 means no limit.</xs:documentation>
307
+ </xs:annotation>
308
+ </xs:attribute>
309
+ </xs:complexType>
310
+
311
+ <xs:complexType name="expiration">
312
+ <xs:attribute name="max-idle" type="xs:long" default="-1">
313
+ <xs:annotation>
314
+ <xs:documentation>Maximum idle time a cache entry will be maintained in the cache, in milliseconds. If the idle time is exceeded, the entry will be expired cluster-wide. -1 means the entries never expire.</xs:documentation>
315
+ </xs:annotation>
316
+ </xs:attribute>
317
+ <xs:attribute name="lifespan" type="xs:long" default="-1">
318
+ <xs:annotation>
319
+ <xs:documentation>Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds. -1 means the entries never expire.</xs:documentation>
320
+ </xs:annotation>
321
+ </xs:attribute>
322
+ <xs:attribute name="interval" type="xs:long" default="5000">
323
+ <xs:annotation>
324
+ <xs:documentation>Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores. If you wish to disable the periodic eviction process altogether, set wakeupInterval to -1.</xs:documentation>
325
+ </xs:annotation>
326
+ </xs:attribute>
327
+ </xs:complexType>
328
+
329
+ <xs:complexType name="clustered-cache" abstract="true">
330
+ <xs:complexContent>
331
+ <xs:extension base="tns:cache">
332
+ <xs:attribute name="async-marshalling" type="xs:boolean" default="false">
333
+ <xs:annotation>
334
+ <xs:documentation>
335
+ Enables the use of asynchronous marshalling
336
+ </xs:documentation>
337
+ </xs:annotation>
338
+ </xs:attribute>
339
+ <xs:attribute name="mode" type="tns:mode" use="required">
340
+ <xs:annotation>
341
+ <xs:documentation>Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation.</xs:documentation>
342
+ </xs:annotation>
343
+ </xs:attribute>
344
+ <xs:attribute name="queue-size" type="xs:int" default="0">
345
+ <xs:annotation>
346
+ <xs:documentation>In ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold.</xs:documentation>
347
+ </xs:annotation>
348
+ </xs:attribute>
349
+ <xs:attribute name="queue-flush-interval" type="xs:long" default="10">
350
+ <xs:annotation>
351
+ <xs:documentation>In ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs. This should be a positive integer which represents thread wakeup time in milliseconds.</xs:documentation>
352
+ </xs:annotation>
353
+ </xs:attribute>
354
+ <xs:attribute name="remote-timeout" type="xs:long" default="17500">
355
+ <xs:annotation>
356
+ <xs:documentation>In SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.</xs:documentation>
357
+ </xs:annotation>
358
+ </xs:attribute>
359
+ </xs:extension>
360
+ </xs:complexContent>
361
+ </xs:complexType>
362
+
363
+ <xs:complexType name="invalidation-cache">
364
+ <xs:complexContent>
365
+ <xs:extension base="tns:clustered-cache">
366
+ </xs:extension>
367
+ </xs:complexContent>
368
+ </xs:complexType>
369
+
370
+ <xs:complexType name="replicated-cache">
371
+ <xs:complexContent>
372
+ <xs:extension base="tns:clustered-cache">
373
+ <xs:sequence>
374
+ <xs:element name="state-transfer" type="tns:state-transfer" minOccurs="0">
375
+ <xs:annotation>
376
+ <xs:documentation>The state transfer configuration for distribution and replicated caches.</xs:documentation>
377
+ </xs:annotation>
378
+ </xs:element>
379
+ </xs:sequence>
380
+ </xs:extension>
381
+ </xs:complexContent>
382
+ </xs:complexType>
383
+
384
+ <xs:complexType name="distributed-cache">
385
+ <xs:complexContent>
386
+ <xs:extension base="tns:clustered-cache">
387
+ <xs:sequence>
388
+ <xs:element name="state-transfer" type="tns:state-transfer" minOccurs="0">
389
+ <xs:annotation>
390
+ <xs:documentation>The state transfer configuration for distribution and replicated caches.</xs:documentation>
391
+ </xs:annotation>
392
+ </xs:element>
393
+ </xs:sequence>
394
+ <xs:attribute name="owners" type="xs:int" default="2">
395
+ <xs:annotation>
396
+ <xs:documentation>Number of cluster-wide replicas for each cache entry.</xs:documentation>
397
+ </xs:annotation>
398
+ </xs:attribute>
399
+ <xs:attribute name="virtual-nodes" type="xs:int" default="1">
400
+ <xs:annotation>
401
+ <xs:documentation>Controls the number of virtual nodes per "real" node.</xs:documentation>
402
+ </xs:annotation>
403
+ </xs:attribute>
404
+ <xs:attribute name="l1-lifespan" type="xs:long" default="600000">
405
+ <xs:annotation>
406
+ <xs:documentation></xs:documentation>
407
+ </xs:annotation>
408
+ </xs:attribute>
409
+ </xs:extension>
410
+ </xs:complexContent>
411
+ </xs:complexType>
412
+
413
+ <xs:complexType name="store" abstract="true">
414
+ <xs:sequence>
415
+ <xs:element name="write-behind" type="tns:write-behind" minOccurs="0" maxOccurs="1">
416
+ <xs:annotation>
417
+ <xs:documentation>Configures a cache store as write-behind instead of write-through.</xs:documentation>
418
+ </xs:annotation>
419
+ </xs:element>
420
+ <xs:element name="property" type="tns:property" minOccurs="0" maxOccurs="unbounded">
421
+ <xs:annotation>
422
+ <xs:documentation>A cache store property with name and value.</xs:documentation>
423
+ </xs:annotation>
424
+ </xs:element>
425
+ </xs:sequence>
426
+ <xs:attribute name="shared" type="xs:boolean" default="false">
427
+ <xs:annotation>
428
+ <xs:documentation>This setting should be set to true when multiple cache instances share the same cache store (e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared database.) Setting this to true avoids multiple cache instances writing the same modification multiple times. If enabled, only the node where the modification originated will write to the cache store. If disabled, each individual cache reacts to a potential remote update by storing the data to the cache store.</xs:documentation>
429
+ </xs:annotation>
430
+ </xs:attribute>
431
+ <xs:attribute name="preload" type="xs:boolean" default="false">
432
+ <xs:annotation>
433
+ <xs:documentation>If true, when the cache starts, data stored in the cache store will be pre-loaded into memory. This is particularly useful when data in the cache store will be needed immediately after startup and you want to avoid cache operations being delayed as a result of loading this data lazily. Can be used to provide a 'warm-cache' on startup, however there is a performance penalty as startup time is affected by this process.</xs:documentation>
434
+ </xs:annotation>
435
+ </xs:attribute>
436
+ <xs:attribute name="passivation" type="xs:boolean" default="true">
437
+ <xs:annotation>
438
+ <xs:documentation>If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'. Next time the data is requested, it will be 'activated' which means that data will be brought back to memory and removed from the persistent store. f false, the cache store contains a copy of the contents in memory, so writes to cache result in cache store writes. This essentially gives you a 'write-through' configuration.</xs:documentation>
439
+ </xs:annotation>
440
+ </xs:attribute>
441
+ <xs:attribute name="fetch-state" type="xs:boolean" default="true">
442
+ <xs:annotation>
443
+ <xs:documentation>If true, fetch persistent state when joining a cluster. If multiple cache stores are chained, only one of them can have this property enabled.</xs:documentation>
444
+ </xs:annotation>
445
+ </xs:attribute>
446
+ <xs:attribute name="purge" type="xs:boolean" default="true">
447
+ <xs:annotation>
448
+ <xs:documentation>If true, purges this cache store when it starts up.</xs:documentation>
449
+ </xs:annotation>
450
+ </xs:attribute>
451
+ <xs:attribute name="singleton" type="xs:boolean" default="false">
452
+ <xs:annotation>
453
+ <xs:documentation>If true, the singleton store cache store is enabled. SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.</xs:documentation>
454
+ </xs:annotation>
455
+ </xs:attribute>
456
+ </xs:complexType>
457
+
458
+ <xs:complexType name="write-behind">
459
+ <xs:attribute name="flush-lock-timeout" type="xs:int" default="1">
460
+ <xs:annotation>
461
+ <xs:documentation>
462
+ Timeout to acquire the lock which guards the state to be flushed to the cache store periodically.
463
+ </xs:documentation>
464
+ </xs:annotation>
465
+ </xs:attribute>
466
+ <xs:attribute name="modification-queue-size" type="xs:int" default="1024">
467
+ <xs:annotation>
468
+ <xs:documentation>
469
+ Maximum number of entries in the asynchronous queue. When the queue is full, the store becomes write-through.
470
+ until it can accept new entries
471
+ </xs:documentation>
472
+ </xs:annotation>
473
+ </xs:attribute>
474
+ <xs:attribute name="shutdown-timeout" type="xs:int" default="25000">
475
+ <xs:annotation>
476
+ <xs:documentation>
477
+ Timeout in milliseconds to stop the cache store.
478
+ </xs:documentation>
479
+ </xs:annotation>
480
+ </xs:attribute>
481
+ <xs:attribute name="thread-pool-size" type="xs:int" default="1">
482
+ <xs:annotation>
483
+ <xs:documentation>
484
+ Size of the thread pool whose threads are responsible for applying the modifications to the cache store.
485
+ </xs:documentation>
486
+ </xs:annotation>
487
+ </xs:attribute>
488
+ </xs:complexType>
489
+
490
+ <xs:complexType name="custom-store">
491
+ <xs:complexContent>
492
+ <xs:extension base="tns:store">
493
+ <xs:attribute name="class" type="xs:string" use="required">
494
+ <xs:annotation>
495
+ <xs:documentation>The class name of the cache store implementation.</xs:documentation>
496
+ </xs:annotation>
497
+ </xs:attribute>
498
+ </xs:extension>
499
+ </xs:complexContent>
500
+ </xs:complexType>
501
+
502
+ <xs:complexType name="file-store">
503
+ <xs:complexContent>
504
+ <xs:extension base="tns:store">
505
+ <xs:attribute name="relative-to" type="xs:string" default="jboss.server.data.dir">
506
+ <xs:annotation>
507
+ <xs:documentation>The base directory in which to store the cache state.</xs:documentation>
508
+ </xs:annotation>
509
+ </xs:attribute>
510
+ <xs:attribute name="path" type="xs:string">
511
+ <xs:annotation>
512
+ <xs:documentation>
513
+ The path within "relative-to" in which to store the cache state.
514
+ If undefined, the path defaults to the cache container name.
515
+ </xs:documentation>
516
+ </xs:annotation>
517
+ </xs:attribute>
518
+ </xs:extension>
519
+ </xs:complexContent>
520
+ </xs:complexType>
521
+
522
+ <xs:complexType name="remote-store">
523
+ <xs:complexContent>
524
+ <xs:extension base="tns:store">
525
+ <xs:sequence>
526
+ <xs:element name="remote-server" type="tns:remote-server" minOccurs="1" maxOccurs="unbounded"/>
527
+ </xs:sequence>
528
+ <xs:attribute name="cache" type="xs:string">
529
+ <xs:annotation>
530
+ <xs:documentation>The name of the remote cache. If undefined, the default cache will be used.</xs:documentation>
531
+ </xs:annotation>
532
+ </xs:attribute>
533
+ <xs:attribute name="socket-timeout" type="xs:long" default="60000">
534
+ <xs:annotation>
535
+ <xs:documentation>
536
+ Enable/disable SO_TIMEOUT on socket connections to remote Hot Rod servers with the specified timeout, in milliseconds.
537
+ A timeout of zero is interpreted as an infinite timeout.
538
+ </xs:documentation>
539
+ </xs:annotation>
540
+ </xs:attribute>
541
+ <xs:attribute name="tcp-no-delay" type="xs:boolean" default="true">
542
+ <xs:annotation>
543
+ <xs:documentation>
544
+ Enable/disable TCP_NODELAY on socket connections to remote Hot Rod servers.
545
+ </xs:documentation>
546
+ </xs:annotation>
547
+ </xs:attribute>
548
+ </xs:extension>
549
+ </xs:complexContent>
550
+ </xs:complexType>
551
+
552
+ <xs:complexType name="remote-server">
553
+ <xs:attribute name="outbound-socket-binding" type="xs:string" use="required">
554
+ <xs:annotation>
555
+ <xs:documentation>An outbound socket binding for a remote server.</xs:documentation>
556
+ </xs:annotation>
557
+ </xs:attribute>
558
+ </xs:complexType>
559
+
560
+ <xs:complexType name="string-keyed-jdbc-store">
561
+ <xs:complexContent>
562
+ <xs:extension base="tns:store">
563
+ <xs:sequence>
564
+ <xs:element name="string-keyed-table" type="tns:string-keyed-table" minOccurs="0">
565
+ <xs:annotation>
566
+ <xs:documentation>
567
+ Defines the table used to store cache entries.
568
+ </xs:documentation>
569
+ </xs:annotation>
570
+ </xs:element>
571
+ </xs:sequence>
572
+ <xs:attribute name="datasource" type="xs:string" use="required">
573
+ <xs:annotation>
574
+ <xs:documentation>Defines the jndi name of the datasource.</xs:documentation>
575
+ </xs:annotation>
576
+ </xs:attribute>
577
+ </xs:extension>
578
+ </xs:complexContent>
579
+ </xs:complexType>
580
+
581
+ <xs:complexType name="binary-keyed-jdbc-store">
582
+ <xs:complexContent>
583
+ <xs:extension base="tns:store">
584
+ <xs:sequence>
585
+ <xs:element name="binary-keyed-table" type="tns:binary-keyed-table" minOccurs="0">
586
+ <xs:annotation>
587
+ <xs:documentation>
588
+ Defines the table used to store cache buckets.
589
+ </xs:documentation>
590
+ </xs:annotation>
591
+ </xs:element>
592
+ </xs:sequence>
593
+ <xs:attribute name="datasource" type="xs:string" use="required">
594
+ <xs:annotation>
595
+ <xs:documentation>Defines the jndi name of the datasource.</xs:documentation>
596
+ </xs:annotation>
597
+ </xs:attribute>
598
+ </xs:extension>
599
+ </xs:complexContent>
600
+ </xs:complexType>
601
+
602
+ <xs:complexType name="mixed-keyed-jdbc-store">
603
+ <xs:complexContent>
604
+ <xs:extension base="tns:store">
605
+ <xs:sequence>
606
+ <xs:element name="binary-keyed-table" type="tns:binary-keyed-table" minOccurs="0">
607
+ <xs:annotation>
608
+ <xs:documentation>
609
+ Defines the table used to store cache buckets.
610
+ </xs:documentation>
611
+ </xs:annotation>
612
+ </xs:element>
613
+ <xs:element name="string-keyed-table" type="tns:string-keyed-table" minOccurs="0">
614
+ <xs:annotation>
615
+ <xs:documentation>
616
+ Defines the table used to store cache entries.
617
+ </xs:documentation>
618
+ </xs:annotation>
619
+ </xs:element>
620
+ </xs:sequence>
621
+ <xs:attribute name="datasource" type="xs:string" use="required">
622
+ <xs:annotation>
623
+ <xs:documentation>Defines the jndi name of the datasource.</xs:documentation>
624
+ </xs:annotation>
625
+ </xs:attribute>
626
+ </xs:extension>
627
+ </xs:complexContent>
628
+ </xs:complexType>
629
+
630
+ <xs:complexType name="string-keyed-table">
631
+ <xs:complexContent>
632
+ <xs:extension base="tns:table">
633
+ <xs:attribute name="prefix" type="xs:string" default="ispn_entry">
634
+ <xs:annotation>
635
+ <xs:documentation>Defines the prefix prepended to the cache name used when composing the name of the cache entry table.</xs:documentation>
636
+ </xs:annotation>
637
+ </xs:attribute>
638
+ </xs:extension>
639
+ </xs:complexContent>
640
+ </xs:complexType>
641
+
642
+ <xs:complexType name="binary-keyed-table">
643
+ <xs:complexContent>
644
+ <xs:extension base="tns:table">
645
+ <xs:attribute name="prefix" type="xs:string" default="ispn_bucket">
646
+ <xs:annotation>
647
+ <xs:documentation>Defines the prefix prepended to the cache name used when composing the name of the cache bucket table.</xs:documentation>
648
+ </xs:annotation>
649
+ </xs:attribute>
650
+ </xs:extension>
651
+ </xs:complexContent>
652
+ </xs:complexType>
653
+
654
+ <xs:complexType name="table">
655
+ <xs:sequence>
656
+ <xs:element name="id-column" type="tns:id-column" minOccurs="0">
657
+ <xs:annotation>
658
+ <xs:documentation>Defines the column in which to store the cache key or bucket id.</xs:documentation>
659
+ </xs:annotation>
660
+ </xs:element>
661
+ <xs:element name="data-column" type="tns:data-column" minOccurs="0">
662
+ <xs:annotation>
663
+ <xs:documentation>Defines the column in which to store the cache entry or bucket.</xs:documentation>
664
+ </xs:annotation>
665
+ </xs:element>
666
+ <xs:element name="timestamp-column" type="tns:timestamp-column" minOccurs="0">
667
+ <xs:annotation>
668
+ <xs:documentation>Defines the column in which to store the timestamp of the cache entry or bucket.</xs:documentation>
669
+ </xs:annotation>
670
+ </xs:element>
671
+ </xs:sequence>
672
+ <xs:attribute name="fetch-size" type="xs:int" default="100">
673
+ <xs:annotation>
674
+ <xs:documentation>The fetch size used when querying from this table. Used to avoid heap memory exhaustion when query is large.</xs:documentation>
675
+ </xs:annotation>
676
+ </xs:attribute>
677
+ <xs:attribute name="batch-size" type="xs:int" default="100">
678
+ <xs:annotation>
679
+ <xs:documentation>The statement batch size used when modifying this table.</xs:documentation>
680
+ </xs:annotation>
681
+ </xs:attribute>
682
+ </xs:complexType>
683
+
684
+ <xs:complexType name="id-column">
685
+ <xs:attribute name="name" type="xs:string" default="id">
686
+ <xs:annotation>
687
+ <xs:documentation>The name of the column used to store the cache key or bucket id.</xs:documentation>
688
+ </xs:annotation>
689
+ </xs:attribute>
690
+ <xs:attribute name="type" type="xs:string" default="VARCHAR">
691
+ <xs:annotation>
692
+ <xs:documentation>The type of the column used to store the cache key or bucket id.</xs:documentation>
693
+ </xs:annotation>
694
+ </xs:attribute>
695
+ </xs:complexType>
696
+
697
+ <xs:complexType name="data-column">
698
+ <xs:attribute name="name" type="xs:string" default="datum">
699
+ <xs:annotation>
700
+ <xs:documentation>The name of the column used to store the cache entry or bucket.</xs:documentation>
701
+ </xs:annotation>
702
+ </xs:attribute>
703
+ <xs:attribute name="type" type="xs:string" default="BINARY">
704
+ <xs:annotation>
705
+ <xs:documentation>The type of the column used to store the cache entry or bucket.</xs:documentation>
706
+ </xs:annotation>
707
+ </xs:attribute>
708
+ </xs:complexType>
709
+
710
+ <xs:complexType name="timestamp-column">
711
+ <xs:attribute name="name" type="xs:string" default="version">
712
+ <xs:annotation>
713
+ <xs:documentation>The name of the column used to store the cache entry or bucket timestamp.</xs:documentation>
714
+ </xs:annotation>
715
+ </xs:attribute>
716
+ <xs:attribute name="type" type="xs:string" default="BIGINT">
717
+ <xs:annotation>
718
+ <xs:documentation>The type of the column used to store the cache entry or bucket timestamp.</xs:documentation>
719
+ </xs:annotation>
720
+ </xs:attribute>
721
+ </xs:complexType>
722
+
723
+ <xs:complexType name="state-transfer">
724
+ <xs:attribute name="enabled" type="xs:boolean" default="true">
725
+ <xs:annotation>
726
+ <xs:documentation>If enabled, this will cause the cache to ask neighboring caches for state when it starts up, so the cache starts 'warm', although it will impact startup time.</xs:documentation>
727
+ </xs:annotation>
728
+ </xs:attribute>
729
+ <xs:attribute name="timeout" type="xs:long" default="60000">
730
+ <xs:annotation>
731
+ <xs:documentation>The maximum amount of time (ms) to wait for state from neighboring caches, before throwing an exception and aborting startup.</xs:documentation>
732
+ </xs:annotation>
733
+ </xs:attribute>
734
+ <xs:attribute name="chunk-size" type="xs:integer" default="10000">
735
+ <xs:annotation>
736
+ <xs:documentation>The size, in bytes, in which to batch the transfer of cache entries.</xs:documentation>
737
+ </xs:annotation>
738
+ </xs:attribute>
739
+ </xs:complexType>
740
+
741
+ <xs:complexType name="property">
742
+ <xs:simpleContent>
743
+ <xs:extension base="xs:string">
744
+ <xs:attribute name="name" type="xs:string" use="required">
745
+ <xs:annotation>
746
+ <xs:documentation>Defines the name of a property.</xs:documentation>
747
+ </xs:annotation>
748
+ </xs:attribute>
749
+ </xs:extension>
750
+ </xs:simpleContent>
751
+ </xs:complexType>
752
+
753
+ <xs:simpleType name="isolation">
754
+ <xs:restriction base="xs:token">
755
+ <xs:enumeration value="NONE">
756
+ <xs:annotation>
757
+ <xs:documentation></xs:documentation>
758
+ </xs:annotation>
759
+ </xs:enumeration>
760
+ <xs:enumeration value="READ_UNCOMMITTED">
761
+ <xs:annotation>
762
+ <xs:documentation></xs:documentation>
763
+ </xs:annotation>
764
+ </xs:enumeration>
765
+ <xs:enumeration value="READ_COMMITTED">
766
+ <xs:annotation>
767
+ <xs:documentation></xs:documentation>
768
+ </xs:annotation>
769
+ </xs:enumeration>
770
+ <xs:enumeration value="REPEATABLE_READ">
771
+ <xs:annotation>
772
+ <xs:documentation></xs:documentation>
773
+ </xs:annotation>
774
+ </xs:enumeration>
775
+ <xs:enumeration value="SERIALIZABLE">
776
+ <xs:annotation>
777
+ <xs:documentation></xs:documentation>
778
+ </xs:annotation>
779
+ </xs:enumeration>
780
+ </xs:restriction>
781
+ </xs:simpleType>
782
+
783
+ <xs:simpleType name="transaction-mode">
784
+ <xs:restriction base="xs:token">
785
+ <xs:enumeration value="NONE">
786
+ <xs:annotation>
787
+ <xs:documentation>Cache will not enlist within transactions.</xs:documentation>
788
+ </xs:annotation>
789
+ </xs:enumeration>
790
+ <xs:enumeration value="NON_XA">
791
+ <xs:annotation>
792
+ <xs:documentation>Cache will enlist within transactions as a javax.transaction.Synchronization</xs:documentation>
793
+ </xs:annotation>
794
+ </xs:enumeration>
795
+ <xs:enumeration value="NON_DURABLE_XA">
796
+ <xs:annotation>
797
+ <xs:documentation>Cache will enlist within transactions as a javax.transaction.xa.XAResource, without recovery.</xs:documentation>
798
+ </xs:annotation>
799
+ </xs:enumeration>
800
+ <xs:enumeration value="FULL_XA">
801
+ <xs:annotation>
802
+ <xs:documentation>Cache will enlist within transactions as a javax.transaction.xa.XAResource, with recovery.</xs:documentation>
803
+ </xs:annotation>
804
+ </xs:enumeration>
805
+ </xs:restriction>
806
+ </xs:simpleType>
807
+
808
+ <xs:simpleType name="eager-locking">
809
+ <xs:restriction base="xs:token">
810
+ <xs:enumeration value="NONE">
811
+ <xs:annotation>
812
+ <xs:documentation></xs:documentation>
813
+ </xs:annotation>
814
+ </xs:enumeration>
815
+ <xs:enumeration value="SINGLE">
816
+ <xs:annotation>
817
+ <xs:documentation></xs:documentation>
818
+ </xs:annotation>
819
+ </xs:enumeration>
820
+ <xs:enumeration value="ALL">
821
+ <xs:annotation>
822
+ <xs:documentation></xs:documentation>
823
+ </xs:annotation>
824
+ </xs:enumeration>
825
+ </xs:restriction>
826
+ </xs:simpleType>
827
+
828
+ <xs:simpleType name="indexing">
829
+ <xs:restriction base="xs:token">
830
+ <xs:enumeration value="NONE">
831
+ <xs:annotation>
832
+ <xs:documentation></xs:documentation>
833
+ </xs:annotation>
834
+ </xs:enumeration>
835
+ <xs:enumeration value="LOCAL">
836
+ <xs:annotation>
837
+ <xs:documentation></xs:documentation>
838
+ </xs:annotation>
839
+ </xs:enumeration>
840
+ <xs:enumeration value="ALL">
841
+ <xs:annotation>
842
+ <xs:documentation></xs:documentation>
843
+ </xs:annotation>
844
+ </xs:enumeration>
845
+ </xs:restriction>
846
+ </xs:simpleType>
847
+
848
+ <xs:simpleType name="eviction-strategy">
849
+ <xs:restriction base="xs:token">
850
+ <xs:enumeration value="NONE">
851
+ <xs:annotation>
852
+ <xs:documentation></xs:documentation>
853
+ </xs:annotation>
854
+ </xs:enumeration>
855
+ <xs:enumeration value="UNORDERED">
856
+ <xs:annotation>
857
+ <xs:documentation></xs:documentation>
858
+ </xs:annotation>
859
+ </xs:enumeration>
860
+ <xs:enumeration value="FIFO">
861
+ <xs:annotation>
862
+ <xs:documentation></xs:documentation>
863
+ </xs:annotation>
864
+ </xs:enumeration>
865
+ <xs:enumeration value="LRU">
866
+ <xs:annotation>
867
+ <xs:documentation></xs:documentation>
868
+ </xs:annotation>
869
+ </xs:enumeration>
870
+ <xs:enumeration value="LIRS">
871
+ <xs:annotation>
872
+ <xs:documentation></xs:documentation>
873
+ </xs:annotation>
874
+ </xs:enumeration>
875
+ </xs:restriction>
876
+ </xs:simpleType>
877
+
878
+ <xs:simpleType name="mode">
879
+ <xs:restriction base="xs:token">
880
+ <xs:enumeration value="ASYNC">
881
+ <xs:annotation>
882
+ <xs:documentation></xs:documentation>
883
+ </xs:annotation>
884
+ </xs:enumeration>
885
+ <xs:enumeration value="SYNC">
886
+ <xs:annotation>
887
+ <xs:documentation></xs:documentation>
888
+ </xs:annotation>
889
+ </xs:enumeration>
890
+ </xs:restriction>
891
+ </xs:simpleType>
892
+
893
+ <xs:simpleType name="locking-mode">
894
+ <xs:restriction base="xs:token">
895
+ <xs:enumeration value="OPTIMISTIC">
896
+ <xs:annotation>
897
+ <xs:documentation></xs:documentation>
898
+ </xs:annotation>
899
+ </xs:enumeration>
900
+ <xs:enumeration value="PESSIMISTIC">
901
+ <xs:annotation>
902
+ <xs:documentation></xs:documentation>
903
+ </xs:annotation>
904
+ </xs:enumeration>
905
+ </xs:restriction>
906
+ </xs:simpleType>
907
+
908
+ <xs:simpleType name="controller-mode">
909
+ <xs:restriction base="xs:token">
910
+ <xs:enumeration value="EAGER">
911
+ <xs:annotation>
912
+ <xs:documentation></xs:documentation>
913
+ </xs:annotation>
914
+ </xs:enumeration>
915
+ <xs:enumeration value="LAZY">
916
+ <xs:annotation>
917
+ <xs:documentation></xs:documentation>
918
+ </xs:annotation>
919
+ </xs:enumeration>
920
+ </xs:restriction>
921
+ </xs:simpleType>
922
+
923
+ <xs:simpleType name="aliases">
924
+ <xs:annotation>
925
+ <xs:documentation>A list of aliases.</xs:documentation>
926
+ </xs:annotation>
927
+ <xs:list itemType="xs:string"/>
928
+ </xs:simpleType>
929
+ </xs:schema>