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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1393) hide show
  1. data/jboss/README.txt +2 -2
  2. data/jboss/bin/add-user.sh +2 -2
  3. data/jboss/bin/appclient.bat +1 -1
  4. data/jboss/bin/appclient.conf +4 -4
  5. data/jboss/bin/appclient.conf.bat +2 -8
  6. data/jboss/bin/appclient.sh +2 -2
  7. data/jboss/bin/client/README-CLI-JCONSOLE.txt +16 -0
  8. data/jboss/bin/client/README-EJB-JMS.txt +41 -0
  9. data/jboss/bin/client/jboss-cli-client.jar +0 -0
  10. data/jboss/bin/domain.conf +5 -6
  11. data/jboss/bin/domain.conf.bat +6 -12
  12. data/jboss/bin/domain.sh +2 -2
  13. data/jboss/bin/init.d/jboss-as-domain.sh +179 -0
  14. data/jboss/bin/jboss-cli.sh +1 -1
  15. data/jboss/bin/jboss-cli.xml +7 -0
  16. data/jboss/bin/jconsole.bat +26 -18
  17. data/jboss/bin/jconsole.sh +3 -3
  18. data/jboss/bin/standalone.bat +73 -18
  19. data/jboss/bin/standalone.conf +3 -6
  20. data/jboss/bin/standalone.conf.bat +4 -12
  21. data/jboss/bin/standalone.sh +59 -15
  22. data/jboss/bin/vault.bat +15 -16
  23. data/jboss/bin/vault.sh +6 -11
  24. data/jboss/copyright.txt +1 -1
  25. data/jboss/docs/licenses/apache license, version 2.0 - license-2.0.txt +413 -0
  26. data/jboss/docs/licenses/eclipse license, version 1.0 - epl-v10.html +261 -0
  27. data/jboss/docs/licenses/eclipse public license v1.0 - epl-v10.php +328 -0
  28. data/jboss/docs/licenses/gpl - .txt +415 -0
  29. data/jboss/docs/licenses/lgpl 2.1 - lgpl-2.1.html +57 -56
  30. data/jboss/docs/licenses/licenses.xml +615 -2239
  31. data/jboss/docs/licenses/public domain - cc0-1.0.txt +121 -0
  32. data/jboss/docs/licenses/{apache 2 - license-2.0.txt → the apache software license, version 2.0 - license-2.0.txt} +0 -0
  33. data/jboss/docs/licenses/the mit license - mit-license.php +29 -484
  34. data/jboss/domain/configuration/domain.xml +90 -572
  35. data/jboss/domain/configuration/host-master.xml +2 -2
  36. data/jboss/domain/configuration/host-slave.xml +2 -2
  37. data/jboss/domain/configuration/host.xml +53 -42
  38. data/jboss/domain/configuration/logging.properties +7 -7
  39. data/jboss/domain/configuration/original-domain.xml +947 -0
  40. data/jboss/domain/configuration/torquebox-full.xml +1298 -0
  41. data/jboss/domain/configuration/torquebox-slim.xml +847 -0
  42. data/jboss/jboss-modules.jar +0 -0
  43. data/jboss/modules/layers.conf +1 -0
  44. data/jboss/modules/system/layers/base/ibm/jdk/main/module.xml +47 -0
  45. data/jboss/modules/system/layers/base/javaee/api/main/module.xml +53 -0
  46. data/jboss/modules/{javax → system/layers/base/javax}/activation/api/main/activation-1.1.1.jar +0 -0
  47. data/jboss/modules/system/layers/base/javax/activation/api/main/module.xml +35 -0
  48. data/jboss/modules/{javax → system/layers/base/javax}/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar +0 -0
  49. data/jboss/modules/{javax → system/layers/base/javax}/annotation/api/main/module.xml +0 -0
  50. data/jboss/modules/{javax → system/layers/base/javax}/api/main/module.xml +0 -0
  51. data/jboss/modules/{javax → system/layers/base/javax}/el/api/main/jboss-el-api_2.2_spec-1.0.2.Final.jar +0 -0
  52. data/jboss/modules/{javax → system/layers/base/javax}/el/api/main/module.xml +0 -0
  53. data/jboss/modules/{javax → system/layers/base/javax}/enterprise/api/main/cdi-api-1.0-SP4.jar +0 -0
  54. data/jboss/modules/{javax → system/layers/base/javax}/enterprise/api/main/module.xml +0 -0
  55. data/jboss/modules/{javax → system/layers/base/javax}/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar +0 -0
  56. data/jboss/modules/{javax → system/layers/base/javax}/enterprise/deploy/api/main/module.xml +0 -0
  57. data/jboss/modules/{javax → system/layers/base/javax}/inject/api/main/javax.inject-1.jar +0 -0
  58. data/jboss/modules/{javax → system/layers/base/javax}/inject/api/main/module.xml +0 -0
  59. data/jboss/modules/{javax → system/layers/base/javax}/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar +0 -0
  60. data/jboss/modules/{javax → system/layers/base/javax}/interceptor/api/main/module.xml +0 -0
  61. data/jboss/modules/{javax → system/layers/base/javax}/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar +0 -0
  62. data/jboss/modules/{javax → system/layers/base/javax}/jms/api/main/module.xml +0 -0
  63. data/jboss/modules/{javax → system/layers/base/javax}/jws/api/main/jsr181-api-1.0-MR1.jar +0 -0
  64. data/jboss/modules/{javax → system/layers/base/javax}/jws/api/main/module.xml +0 -0
  65. data/jboss/modules/{javax → system/layers/base/javax}/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar +0 -0
  66. data/jboss/modules/system/layers/base/javax/management/j2ee/api/main/module.xml +34 -0
  67. data/jboss/modules/{javax → system/layers/base/javax}/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar +0 -0
  68. data/jboss/modules/system/layers/base/javax/persistence/api/main/jbosgi-xservice.properties +3 -0
  69. data/jboss/modules/{javax → system/layers/base/javax}/persistence/api/main/module.xml +0 -0
  70. data/jboss/modules/{javax → system/layers/base/javax}/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar +0 -0
  71. data/jboss/modules/{javax → system/layers/base/javax}/resource/api/main/module.xml +0 -0
  72. data/jboss/modules/{javax → system/layers/base/javax}/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar +0 -0
  73. data/jboss/modules/{javax → system/layers/base/javax}/security/auth/message/api/main/module.xml +0 -0
  74. data/jboss/modules/{javax → system/layers/base/javax}/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar +0 -0
  75. data/jboss/modules/{javax → system/layers/base/javax}/security/jacc/api/main/module.xml +0 -0
  76. data/jboss/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.2.Final.jar +0 -0
  77. data/jboss/modules/system/layers/base/javax/servlet/api/main/module.xml +30 -0
  78. data/jboss/modules/{javax → system/layers/base/javax}/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar +0 -0
  79. data/jboss/modules/{javax → system/layers/base/javax}/servlet/jsp/api/main/module.xml +0 -0
  80. data/jboss/modules/{javax → system/layers/base/javax}/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.3.Final.jar +0 -0
  81. data/jboss/modules/{javax → system/layers/base/javax}/servlet/jstl/api/main/module.xml +0 -0
  82. data/jboss/modules/{javax → system/layers/base/javax}/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar +0 -0
  83. data/jboss/modules/{javax → system/layers/base/javax}/transaction/api/main/module.xml +0 -0
  84. data/jboss/modules/{javax → system/layers/base/javax}/validation/api/main/module.xml +0 -0
  85. data/jboss/modules/{javax → system/layers/base/javax}/validation/api/main/validation-api-1.0.0.GA.jar +0 -0
  86. data/jboss/modules/system/layers/base/javax/xml/jaxp-provider/main/module.xml +28 -0
  87. data/jboss/modules/{javax → system/layers/base/javax}/xml/stream/api/main/module.xml +0 -0
  88. data/jboss/modules/{net → system/layers/base/net}/jcip/main/jcip-annotations-1.0.jar +0 -0
  89. data/jboss/modules/{net → system/layers/base/net}/jcip/main/module.xml +0 -0
  90. data/jboss/modules/{org → system/layers/base/org}/apache/commons/cli/main/commons-cli-1.2.jar +0 -0
  91. data/jboss/modules/{org → system/layers/base/org}/apache/commons/cli/main/module.xml +0 -0
  92. data/jboss/modules/{org → system/layers/base/org}/apache/commons/codec/main/commons-codec-1.4.jar +0 -0
  93. data/jboss/modules/{org → system/layers/base/org}/apache/commons/codec/main/module.xml +0 -0
  94. data/jboss/modules/{org → system/layers/base/org}/apache/commons/lang/main/commons-lang-2.6.jar +0 -0
  95. data/jboss/modules/{org → system/layers/base/org}/apache/commons/lang/main/module.xml +0 -0
  96. data/jboss/modules/{org → system/layers/base/org}/apache/commons/logging/main/module.xml +0 -0
  97. data/jboss/modules/system/layers/base/org/apache/commons/pool/main/commons-pool-1.6.jar +0 -0
  98. data/jboss/modules/system/layers/base/org/apache/commons/pool/main/module.xml +37 -0
  99. data/jboss/modules/{org → system/layers/base/org}/apache/log4j/main/log4j-1.2.16.jar +0 -0
  100. data/jboss/modules/{org → system/layers/base/org}/apache/log4j/main/module.xml +0 -0
  101. data/jboss/modules/{org → system/layers/base/org}/apache/xalan/main/module.xml +0 -0
  102. data/jboss/modules/{org → system/layers/base/org}/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar +0 -0
  103. data/jboss/modules/{org → system/layers/base/org}/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar +0 -0
  104. data/jboss/modules/{org → system/layers/base/org}/apache/xerces/main/module.xml +0 -0
  105. data/jboss/modules/{org → system/layers/base/org}/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar +0 -0
  106. data/jboss/modules/system/layers/base/org/fusesource/jansi/main/jansi-1.8.jar +0 -0
  107. data/jboss/modules/system/layers/base/org/fusesource/jansi/main/module.xml +37 -0
  108. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-commons-2.3.0.CR1.jar +0 -0
  109. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-core-client-2.3.0.CR1.jar +0 -0
  110. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-jms-client-2.3.0.CR1.jar +0 -0
  111. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-jms-server-2.3.0.CR1.jar +0 -0
  112. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-journal-2.3.0.CR1.jar +0 -0
  113. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-server-2.3.0.CR1.jar +0 -0
  114. data/jboss/modules/{org → system/layers/base/org}/hornetq/main/lib/linux-i686/libHornetQAIO32.so +0 -0
  115. data/jboss/modules/{org → system/layers/base/org}/hornetq/main/lib/linux-x86_64/libHornetQAIO64.so +0 -0
  116. data/jboss/modules/system/layers/base/org/hornetq/main/module.xml +51 -0
  117. data/jboss/modules/system/layers/base/org/hornetq/ra/main/hornetq-ra-2.3.0.CR1.jar +0 -0
  118. data/jboss/modules/system/layers/base/org/hornetq/ra/main/module.xml +48 -0
  119. data/jboss/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.2.1.Final.jar +0 -0
  120. data/jboss/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/module.xml +40 -0
  121. data/jboss/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.2.1.Final.jar +0 -0
  122. data/jboss/modules/system/layers/base/org/infinispan/cachestore/remote/main/module.xml +40 -0
  123. data/jboss/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.2.1.Final.jar +0 -0
  124. data/jboss/modules/system/layers/base/org/infinispan/client/hotrod/main/module.xml +39 -0
  125. data/jboss/modules/system/layers/base/org/infinispan/main/infinispan-core-5.2.1.Final.jar +0 -0
  126. data/jboss/modules/system/layers/base/org/infinispan/main/module.xml +41 -0
  127. data/jboss/modules/system/layers/base/org/jboss/aesh/main/aesh-0.27.jar +0 -0
  128. data/jboss/modules/system/layers/base/org/jboss/aesh/main/module.xml +38 -0
  129. data/jboss/modules/system/layers/base/org/jboss/as/cli/main/jboss-as-cli-7.2.x.slim.incremental.4.jar +0 -0
  130. data/jboss/modules/system/layers/base/org/jboss/as/cli/main/module.xml +52 -0
  131. data/jboss/modules/system/layers/base/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.2.x.slim.incremental.4.jar +0 -0
  132. data/jboss/modules/system/layers/base/org/jboss/as/clustering/api/main/module.xml +39 -0
  133. data/jboss/modules/system/layers/base/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.2.x.slim.incremental.4.jar +0 -0
  134. data/jboss/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml +42 -0
  135. data/jboss/modules/system/layers/base/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.2.x.slim.incremental.4.jar +0 -0
  136. data/jboss/modules/system/layers/base/org/jboss/as/clustering/impl/main/module.xml +47 -0
  137. data/jboss/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.2.x.slim.incremental.4.jar +0 -0
  138. data/jboss/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml +65 -0
  139. data/jboss/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.2.x.slim.incremental.4.jar +0 -0
  140. data/jboss/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml +50 -0
  141. data/jboss/modules/system/layers/base/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.2.x.slim.incremental.4.jar +0 -0
  142. data/jboss/modules/system/layers/base/org/jboss/as/clustering/registry/main/module.xml +41 -0
  143. data/jboss/modules/system/layers/base/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.2.x.slim.incremental.4.jar +0 -0
  144. data/jboss/modules/system/layers/base/org/jboss/as/clustering/service/main/module.xml +43 -0
  145. data/jboss/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.2.x.slim.incremental.4.jar +0 -0
  146. data/jboss/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml +52 -0
  147. data/jboss/modules/system/layers/base/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.2.x.slim.incremental.4.jar +0 -0
  148. data/jboss/modules/system/layers/base/org/jboss/as/clustering/web/spi/main/module.xml +45 -0
  149. data/jboss/modules/system/layers/base/org/jboss/as/connector/main/jboss-as-connector-7.2.x.slim.incremental.4.jar +0 -0
  150. data/jboss/modules/system/layers/base/org/jboss/as/connector/main/module.xml +67 -0
  151. data/jboss/modules/system/layers/base/org/jboss/as/controller/main/jboss-as-controller-7.2.x.slim.incremental.4.jar +0 -0
  152. data/jboss/modules/system/layers/base/org/jboss/as/controller/main/module.xml +47 -0
  153. data/jboss/modules/system/layers/base/org/jboss/as/controller-client/main/jboss-as-controller-client-7.2.x.slim.incremental.4.jar +0 -0
  154. data/jboss/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml +45 -0
  155. data/jboss/modules/system/layers/base/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.2.x.slim.incremental.4.jar +0 -0
  156. data/jboss/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml +43 -0
  157. data/jboss/modules/system/layers/base/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.2.x.slim.incremental.4.jar +0 -0
  158. data/jboss/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml +47 -0
  159. data/jboss/modules/{org → system/layers/base/org}/jboss/as/domain-add-user/main/module.xml +0 -0
  160. data/jboss/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.2.x.slim.incremental.4.jar +0 -0
  161. data/jboss/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml +39 -0
  162. data/jboss/modules/system/layers/base/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.2.x.slim.incremental.4.jar +0 -0
  163. data/jboss/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml +45 -0
  164. data/jboss/modules/system/layers/base/org/jboss/as/domain-management/main/jboss-as-domain-management-7.2.x.slim.incremental.4.jar +0 -0
  165. data/jboss/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml +46 -0
  166. data/jboss/modules/system/layers/base/org/jboss/as/ee/main/jboss-as-ee-7.2.x.slim.incremental.4.jar +0 -0
  167. data/jboss/modules/system/layers/base/org/jboss/as/ee/main/module.xml +53 -0
  168. data/jboss/modules/system/layers/base/org/jboss/as/host-controller/main/jboss-as-host-controller-7.2.x.slim.incremental.4.jar +0 -0
  169. data/jboss/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml +67 -0
  170. data/jboss/modules/system/layers/base/org/jboss/as/jmx/main/jboss-as-jmx-7.2.x.slim.incremental.4.jar +0 -0
  171. data/jboss/modules/system/layers/base/org/jboss/as/jmx/main/module.xml +49 -0
  172. data/jboss/modules/system/layers/base/org/jboss/as/logging/main/jboss-as-logging-7.2.x.slim.incremental.4.jar +0 -0
  173. data/jboss/modules/system/layers/base/org/jboss/as/logging/main/module.xml +49 -0
  174. data/jboss/modules/system/layers/base/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.2.x.slim.incremental.4.jar +0 -0
  175. data/jboss/modules/system/layers/base/org/jboss/as/management-client-content/main/module.xml +41 -0
  176. data/jboss/modules/system/layers/base/org/jboss/as/messaging/main/jboss-as-messaging-7.2.x.slim.incremental.4.jar +0 -0
  177. data/jboss/modules/system/layers/base/org/jboss/as/messaging/main/module.xml +67 -0
  178. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/jboss-as-modcluster-7.2.x.slim.incremental.4.jar +0 -0
  179. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.3.Final.jar +0 -0
  180. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.3.Final.jar +0 -0
  181. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.3.Final.jar +0 -0
  182. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/mod_cluster-core-1.2.3.Final.jar +0 -0
  183. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml +61 -0
  184. data/jboss/modules/system/layers/base/org/jboss/as/naming/main/jboss-as-naming-7.2.x.slim.incremental.4.jar +0 -0
  185. data/jboss/modules/system/layers/base/org/jboss/as/naming/main/module.xml +48 -0
  186. data/jboss/modules/system/layers/base/org/jboss/as/network/main/jboss-as-network-7.2.x.slim.incremental.4.jar +0 -0
  187. data/jboss/modules/system/layers/base/org/jboss/as/network/main/module.xml +40 -0
  188. data/jboss/modules/system/layers/base/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.2.x.slim.incremental.4.jar +0 -0
  189. data/jboss/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml +42 -0
  190. data/jboss/modules/system/layers/base/org/jboss/as/process-controller/main/jboss-as-process-controller-7.2.x.slim.incremental.4.jar +0 -0
  191. data/jboss/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml +47 -0
  192. data/jboss/modules/system/layers/base/org/jboss/as/protocol/main/jboss-as-protocol-7.2.x.slim.incremental.4.jar +0 -0
  193. data/jboss/modules/system/layers/base/org/jboss/as/protocol/main/module.xml +44 -0
  194. data/jboss/modules/system/layers/base/org/jboss/as/remoting/main/jboss-as-remoting-7.2.x.slim.incremental.4.jar +0 -0
  195. data/jboss/modules/system/layers/base/org/jboss/as/remoting/main/module.xml +53 -0
  196. data/jboss/modules/system/layers/base/org/jboss/as/security/main/jboss-as-security-7.2.x.slim.incremental.4.jar +0 -0
  197. data/jboss/modules/system/layers/base/org/jboss/as/security/main/module.xml +60 -0
  198. data/jboss/modules/system/layers/base/org/jboss/as/server/main/jboss-as-server-7.2.x.slim.incremental.4.jar +0 -0
  199. data/jboss/modules/system/layers/base/org/jboss/as/server/main/module.xml +70 -0
  200. data/jboss/modules/{org → system/layers/base/org}/jboss/as/standalone/main/module.xml +0 -0
  201. data/jboss/modules/system/layers/base/org/jboss/as/threads/main/jboss-as-threads-7.2.x.slim.incremental.4.jar +0 -0
  202. data/jboss/modules/system/layers/base/org/jboss/as/threads/main/module.xml +43 -0
  203. data/jboss/modules/system/layers/base/org/jboss/as/transactions/main/jboss-as-transactions-7.2.x.slim.incremental.4.jar +0 -0
  204. data/jboss/modules/system/layers/base/org/jboss/as/transactions/main/module.xml +50 -0
  205. data/jboss/modules/system/layers/base/org/jboss/as/vault-tool/main/module.xml +39 -0
  206. data/jboss/modules/system/layers/base/org/jboss/as/version/main/jboss-as-version-7.2.x.slim.incremental.4.jar +0 -0
  207. data/jboss/modules/system/layers/base/org/jboss/as/version/main/module.xml +38 -0
  208. data/jboss/modules/system/layers/base/org/jboss/as/web/main/ecj-3.7.2.jar +0 -0
  209. data/jboss/modules/system/layers/base/org/jboss/as/web/main/jboss-as-web-7.2.x.slim.incremental.4.jar +0 -0
  210. data/jboss/modules/system/layers/base/org/jboss/as/web/main/jbossweb-7.2.0.Final.jar +0 -0
  211. data/jboss/modules/system/layers/base/org/jboss/as/web/main/module.xml +68 -0
  212. data/jboss/modules/{org → system/layers/base/org}/jboss/classfilewriter/main/jboss-classfilewriter-1.0.3.Final.jar +0 -0
  213. data/jboss/modules/{org → system/layers/base/org}/jboss/classfilewriter/main/module.xml +0 -0
  214. data/jboss/modules/{org → system/layers/base/org}/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar +0 -0
  215. data/jboss/modules/{org → system/layers/base/org}/jboss/com/sun/httpserver/main/module.xml +0 -0
  216. data/jboss/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-1.1.0.Final.jar +0 -0
  217. data/jboss/modules/system/layers/base/org/jboss/common-beans/main/module.xml +34 -0
  218. data/jboss/modules/{org → system/layers/base/org}/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar +0 -0
  219. data/jboss/modules/{org → system/layers/base/org}/jboss/common-core/main/module.xml +0 -0
  220. data/jboss/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.1.6.Final.jar +0 -0
  221. data/jboss/modules/system/layers/base/org/jboss/dmr/main/module.xml +32 -0
  222. data/jboss/modules/{org → system/layers/base/org}/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar +0 -0
  223. data/jboss/modules/{org → system/layers/base/org}/jboss/invocation/main/module.xml +0 -0
  224. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.15.Final.jar +0 -0
  225. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.15.Final.jar +0 -0
  226. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.15.Final.jar +0 -0
  227. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/api/main/module.xml +44 -0
  228. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.15.Final.jar +0 -0
  229. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.15.Final.jar +0 -0
  230. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.15.Final.jar +0 -0
  231. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.15.Final.jar +0 -0
  232. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/module.xml +55 -0
  233. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.15.Final.jar +0 -0
  234. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/module.xml +48 -0
  235. data/jboss/modules/{org → system/layers/base/org}/jboss/jandex/main/jandex-1.0.3.Final.jar +0 -0
  236. data/jboss/modules/{org → system/layers/base/org}/jboss/jandex/main/module.xml +0 -0
  237. data/jboss/modules/{org → system/layers/base/org}/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar +0 -0
  238. data/jboss/modules/{org → system/layers/base/org}/jboss/jboss-transaction-spi/main/module.xml +0 -0
  239. data/jboss/modules/system/layers/base/org/jboss/jts/integration/main/jbossjta-integration-4.16.6.Final.jar +0 -0
  240. data/jboss/modules/system/layers/base/org/jboss/jts/integration/main/module.xml +46 -0
  241. data/jboss/modules/system/layers/base/org/jboss/jts/main/jbossjta-4.16.6.Final.jar +0 -0
  242. data/jboss/modules/system/layers/base/org/jboss/jts/main/module.xml +45 -0
  243. data/jboss/modules/{org → system/layers/base/org}/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.1.Final.jar +0 -0
  244. data/jboss/modules/{org → system/layers/base/org}/jboss/log4j/logmanager/main/module.xml +0 -0
  245. data/jboss/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.1.Final.jar +0 -0
  246. data/jboss/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/module.xml +34 -0
  247. data/jboss/modules/{org → system/layers/base/org}/jboss/logging/main/jboss-logging-3.1.2.GA.jar +0 -0
  248. data/jboss/modules/{org → system/layers/base/org}/jboss/logging/main/module.xml +0 -0
  249. data/jboss/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-1.4.0.Final.jar +0 -0
  250. data/jboss/modules/system/layers/base/org/jboss/logmanager/main/module.xml +35 -0
  251. data/jboss/modules/{org → system/layers/base/org}/jboss/marshalling/main/jboss-marshalling-1.3.16.GA.jar +0 -0
  252. data/jboss/modules/{org → system/layers/base/org}/jboss/marshalling/main/module.xml +0 -0
  253. data/jboss/modules/{org → system/layers/base/org}/jboss/marshalling/river/main/jboss-marshalling-river-1.3.16.GA.jar +0 -0
  254. data/jboss/modules/{org → system/layers/base/org}/jboss/marshalling/river/main/module.xml +0 -0
  255. data/jboss/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-common-7.0.8.Final.jar +0 -0
  256. data/jboss/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-ear-7.0.8.Final.jar +0 -0
  257. data/jboss/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-web-7.0.8.Final.jar +0 -0
  258. data/jboss/modules/system/layers/base/org/jboss/metadata/main/module.xml +49 -0
  259. data/jboss/modules/{org → system/layers/base/org}/jboss/modules/main/module.xml +0 -0
  260. data/jboss/modules/system/layers/base/org/jboss/msc/main/jboss-msc-1.0.4.GA.jar +0 -0
  261. data/jboss/modules/system/layers/base/org/jboss/msc/main/module.xml +45 -0
  262. data/jboss/modules/system/layers/base/org/jboss/netty/main/module.xml +40 -0
  263. data/jboss/modules/system/layers/base/org/jboss/netty/main/netty-3.6.2.Final.jar +0 -0
  264. data/jboss/modules/{org → system/layers/base/org}/jboss/remote-naming/main/jboss-remote-naming-1.0.5.Final.jar +0 -0
  265. data/jboss/modules/system/layers/base/org/jboss/remote-naming/main/module.xml +37 -0
  266. data/jboss/modules/system/layers/base/org/jboss/remoting-jmx/main/module.xml +36 -0
  267. data/jboss/modules/system/layers/base/org/jboss/remoting-jmx/main/remoting-jmx-1.1.0.Final.jar +0 -0
  268. data/jboss/modules/system/layers/base/org/jboss/remoting3/main/jboss-remoting-3.2.14.GA.jar +0 -0
  269. data/jboss/modules/system/layers/base/org/jboss/remoting3/main/module.xml +39 -0
  270. data/jboss/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main/module.xml +38 -0
  271. data/jboss/modules/{org → system/layers/base/org}/jboss/sasl/main/jboss-sasl-1.0.3.Final.jar +0 -0
  272. data/jboss/modules/{org → system/layers/base/org}/jboss/sasl/main/module.xml +0 -0
  273. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.2.Final.jar +0 -0
  274. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.2.Final.jar +0 -0
  275. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.2.Final.jar +0 -0
  276. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.2.Final.jar +0 -0
  277. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.2.Final.jar +0 -0
  278. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/module.xml +47 -0
  279. data/jboss/modules/{org → system/layers/base/org}/jboss/staxmapper/main/module.xml +0 -0
  280. data/jboss/modules/{org → system/layers/base/org}/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar +0 -0
  281. data/jboss/modules/{org → system/layers/base/org}/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar +0 -0
  282. data/jboss/modules/{org → system/layers/base/org}/jboss/stdio/main/module.xml +0 -0
  283. data/jboss/modules/system/layers/base/org/jboss/threads/main/jboss-threads-2.1.0.Final.jar +0 -0
  284. data/jboss/modules/system/layers/base/org/jboss/threads/main/module.xml +39 -0
  285. data/jboss/modules/{org → system/layers/base/org}/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar +0 -0
  286. data/jboss/modules/{org → system/layers/base/org}/jboss/vfs/main/module.xml +0 -0
  287. data/jboss/modules/{org → system/layers/base/org}/jboss/xnio/main/module.xml +0 -0
  288. data/jboss/modules/{org → system/layers/base/org}/jboss/xnio/main/xnio-api-3.0.7.GA.jar +0 -0
  289. data/jboss/modules/{org → system/layers/base/org}/jboss/xnio/nio/main/module.xml +0 -0
  290. data/jboss/modules/{org → system/layers/base/org}/jboss/xnio/nio/main/xnio-nio-3.0.7.GA.jar +0 -0
  291. data/jboss/modules/system/layers/base/org/jgroups/main/jgroups-3.2.7.Final.jar +0 -0
  292. data/jboss/modules/system/layers/base/org/jgroups/main/module.xml +36 -0
  293. data/jboss/modules/system/layers/base/org/picketbox/main/module.xml +45 -0
  294. data/jboss/modules/system/layers/base/org/picketbox/main/picketbox-4.0.15.Final.jar +0 -0
  295. data/jboss/modules/{org → system/layers/base/org}/picketbox/main/picketbox-commons-1.0.0.final.jar +0 -0
  296. data/jboss/modules/system/layers/base/org/picketbox/main/picketbox-infinispan-4.0.15.Final.jar +0 -0
  297. data/jboss/modules/system/layers/base/org/slf4j/ext/main/module.xml +36 -0
  298. data/jboss/modules/system/layers/base/org/slf4j/ext/main/slf4j-ext-1.7.2.jar +0 -0
  299. data/jboss/modules/system/layers/base/org/slf4j/impl/main/module.xml +40 -0
  300. data/jboss/modules/system/layers/base/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.2.GA.jar +0 -0
  301. data/jboss/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.7.2.jar +0 -0
  302. data/jboss/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main/module.xml +34 -0
  303. data/jboss/modules/system/layers/base/org/slf4j/main/module.xml +34 -0
  304. data/jboss/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.2.jar +0 -0
  305. data/jboss/modules/system/layers/base/sun/jdk/main/module.xml +96 -0
  306. data/jboss/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/java.sql.Driver +1 -0
  307. data/jboss/modules/{sun → system/layers/base/sun}/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory +0 -0
  308. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/cache/main/module.xml +57 -0
  309. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/cache/main/polyglot-cache.jar +0 -0
  310. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/core/main/module.xml +53 -0
  311. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/core/main/polyglot-core.jar +0 -0
  312. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/hasingleton/main/module.xml +49 -0
  313. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/hasingleton/main/polyglot-hasingleton.jar +0 -0
  314. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/jobs/main/module.xml +50 -0
  315. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/jobs/main/polyglot-jobs.jar +0 -0
  316. data/jboss/modules/{org/torquebox → system/layers/polyglot/org/projectodd/polyglot}/jobs/main/quartz.jar +0 -0
  317. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/messaging/main/module.xml +52 -0
  318. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/messaging/main/polyglot-messaging.jar +0 -0
  319. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/module.xml +64 -0
  320. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/polyglot-stomp.jar +0 -0
  321. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-conduit-server-core.jar +0 -0
  322. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-conduit-server-spi.jar +0 -0
  323. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-api.jar +0 -0
  324. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-client-js.jar +0 -0
  325. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-common.jar +0 -0
  326. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-server-core.jar +0 -0
  327. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-server-spi.jar +0 -0
  328. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomplet-api.jar +0 -0
  329. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomplet-server-core.jar +0 -0
  330. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/subsystem/socket-binding.conf +3 -0
  331. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/subsystem/subsystem.xml +1 -0
  332. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/web/main/module.xml +51 -0
  333. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/web/main/polyglot-web.jar +0 -0
  334. data/jboss/modules/system/layers/torquebox/org/torquebox/bootstrap/main/module.xml +56 -0
  335. data/jboss/modules/system/layers/torquebox/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
  336. data/jboss/modules/system/layers/torquebox/org/torquebox/cdi/main/module.xml +49 -0
  337. data/jboss/modules/system/layers/torquebox/org/torquebox/cdi/main/torquebox-cdi.jar +0 -0
  338. data/jboss/modules/system/layers/torquebox/org/torquebox/core/main/module.xml +79 -0
  339. data/jboss/modules/system/layers/torquebox/org/torquebox/core/main/polyglot-core.jar +0 -0
  340. data/jboss/modules/{org → system/layers/torquebox/org}/torquebox/core/main/snakeyaml.jar +0 -0
  341. data/jboss/modules/system/layers/torquebox/org/torquebox/core/main/torquebox-core.jar +0 -0
  342. data/jboss/modules/{org → system/layers/torquebox/org}/torquebox/core/main/yaml-schema.jar +0 -0
  343. data/jboss/modules/system/layers/torquebox/org/torquebox/jobs/main/module.xml +51 -0
  344. data/jboss/modules/system/layers/torquebox/org/torquebox/jobs/main/torquebox-jobs.jar +0 -0
  345. data/jboss/modules/system/layers/torquebox/org/torquebox/messaging/main/module.xml +54 -0
  346. data/jboss/modules/system/layers/torquebox/org/torquebox/messaging/main/torquebox-messaging.jar +0 -0
  347. data/jboss/modules/system/layers/torquebox/org/torquebox/security/main/module.xml +48 -0
  348. data/jboss/modules/system/layers/torquebox/org/torquebox/security/main/torquebox-security.jar +0 -0
  349. data/jboss/modules/system/layers/torquebox/org/torquebox/services/main/module.xml +47 -0
  350. data/jboss/modules/system/layers/torquebox/org/torquebox/services/main/torquebox-services.jar +0 -0
  351. data/jboss/modules/system/layers/torquebox/org/torquebox/stomp/main/module.xml +55 -0
  352. data/jboss/modules/system/layers/torquebox/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
  353. data/jboss/modules/system/layers/torquebox/org/torquebox/web/main/module.xml +59 -0
  354. data/jboss/modules/system/layers/torquebox/org/torquebox/web/main/polyglot-web.jar +0 -0
  355. data/jboss/modules/system/layers/torquebox/org/torquebox/web/main/torquebox-web.jar +0 -0
  356. data/jboss/standalone/configuration/logging.properties +39 -20
  357. data/jboss/standalone/configuration/original-standalone-ha.xml +287 -0
  358. data/jboss/standalone/configuration/original-standalone.xml +209 -0
  359. data/jboss/standalone/configuration/standalone-full-ha.xml +227 -463
  360. data/jboss/standalone/configuration/standalone-full.xml +158 -371
  361. data/jboss/standalone/configuration/standalone-ha.xml +41 -234
  362. data/jboss/standalone/configuration/standalone.xml +33 -189
  363. data/jboss/standalone/configuration/torquebox-full-ha.xml +596 -0
  364. data/jboss/standalone/configuration/torquebox-full.xml +491 -0
  365. data/jboss/standalone/configuration/torquebox-slim-ha.xml +424 -0
  366. data/jboss/standalone/configuration/torquebox-slim.xml +338 -0
  367. data/lib/torquebox-server.jar +0 -0
  368. data/lib/torquebox-server.rb +2 -2
  369. data/licenses/cc0-1.0.txt +121 -0
  370. data/share/javascript/stilts-stomp.js +904 -237
  371. metadata +392 -1179
  372. data/jboss/appclient/configuration/appclient.xml +0 -174
  373. data/jboss/appclient/configuration/logging.properties +0 -52
  374. data/jboss/bin/client/README.txt +0 -40
  375. data/jboss/bin/client/jboss-client.jar +0 -0
  376. data/jboss/bin/jdr.bat +0 -79
  377. data/jboss/bin/jdr.sh +0 -70
  378. data/jboss/bin/wsconsume.bat +0 -27
  379. data/jboss/bin/wsconsume.sh +0 -80
  380. data/jboss/bin/wsprovide.bat +0 -26
  381. data/jboss/bin/wsprovide.sh +0 -75
  382. data/jboss/bundles/javax/servlet/api/v25/jboss-servlet-api_2.5_spec-1.0.1.Final.jar +0 -0
  383. data/jboss/bundles/org/apache/felix/configadmin/main/org.apache.felix.configadmin-1.2.8.jar +0 -0
  384. data/jboss/bundles/org/apache/felix/log/main/org.apache.felix.log-1.0.0.jar +0 -0
  385. data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.x.incremental.129.jar +0 -0
  386. data/jboss/bundles/org/jboss/osgi/logging/main/jboss-osgi-logging-1.0.0.Final.jar +0 -0
  387. data/jboss/bundles/org/osgi/enterprise/main/org.osgi.enterprise-4.2.0.jar +0 -0
  388. data/jboss/bundles/org/projectodd/stilts/main/stilts-stomplet-server-bundle-0.1.26.jar +0 -0
  389. data/jboss/docs/examples/configs/standalone-hornetq-colocated.xml +0 -449
  390. data/jboss/docs/examples/configs/standalone-jts.xml +0 -322
  391. data/jboss/docs/examples/configs/standalone-minimalistic.xml +0 -37
  392. data/jboss/docs/examples/configs/standalone-osgi-only.xml +0 -109
  393. data/jboss/docs/examples/configs/standalone-xts.xml +0 -410
  394. data/jboss/docs/licenses/bsd-style license - license.txt +0 -69
  395. data/jboss/docs/licenses/the jython license - license.html +0 -312
  396. data/jboss/docs/schema/XMLSchema.dtd +0 -402
  397. data/jboss/docs/schema/application-client_6.xsd +0 -311
  398. data/jboss/docs/schema/application_1_2.dtd +0 -197
  399. data/jboss/docs/schema/application_1_3.dtd +0 -312
  400. data/jboss/docs/schema/application_1_4.xsd +0 -314
  401. data/jboss/docs/schema/application_5.xsd +0 -334
  402. data/jboss/docs/schema/application_6.xsd +0 -394
  403. data/jboss/docs/schema/datatypes.dtd +0 -203
  404. data/jboss/docs/schema/ejb-jar_1_1.dtd +0 -894
  405. data/jboss/docs/schema/ejb-jar_2_0.dtd +0 -1660
  406. data/jboss/docs/schema/ejb-jar_2_1.xsd +0 -2207
  407. data/jboss/docs/schema/ejb-jar_3_0.xsd +0 -2705
  408. data/jboss/docs/schema/ejb-jar_3_1.xsd +0 -3260
  409. data/jboss/docs/schema/j2ee_1_4.xsd +0 -1607
  410. data/jboss/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd +0 -885
  411. data/jboss/docs/schema/j2ee_web_services_1_1.xsd +0 -490
  412. data/jboss/docs/schema/j2ee_web_services_client_1_1.xsd +0 -344
  413. data/jboss/docs/schema/java-properties_1_0.xsd +0 -58
  414. data/jboss/docs/schema/javaee_5.xsd +0 -2095
  415. data/jboss/docs/schema/javaee_6.xsd +0 -2431
  416. data/jboss/docs/schema/javaee_web_services_1_2.xsd +0 -747
  417. data/jboss/docs/schema/javaee_web_services_1_3.xsd +0 -580
  418. data/jboss/docs/schema/javaee_web_services_client_1_2.xsd +0 -578
  419. data/jboss/docs/schema/javaee_web_services_client_1_3.xsd +0 -745
  420. data/jboss/docs/schema/jboss-app_3_0.dtd +0 -41
  421. data/jboss/docs/schema/jboss-app_3_2.dtd +0 -76
  422. data/jboss/docs/schema/jboss-app_4_0.dtd +0 -145
  423. data/jboss/docs/schema/jboss-app_4_2.dtd +0 -188
  424. data/jboss/docs/schema/jboss-app_5_0.dtd +0 -194
  425. data/jboss/docs/schema/jboss-app_7_0.xsd +0 -123
  426. data/jboss/docs/schema/jboss-as-cli_1_0.xsd +0 -103
  427. data/jboss/docs/schema/jboss-as-cli_1_1.xsd +0 -116
  428. data/jboss/docs/schema/jboss-as-cmp_1_0.xsd +0 -86
  429. data/jboss/docs/schema/jboss-as-config_1_0.xsd +0 -1601
  430. data/jboss/docs/schema/jboss-as-config_1_1.xsd +0 -2139
  431. data/jboss/docs/schema/jboss-as-config_1_2.xsd +0 -2162
  432. data/jboss/docs/schema/jboss-as-config_1_3.xsd +0 -2299
  433. data/jboss/docs/schema/jboss-as-configadmin_1_0.xsd +0 -58
  434. data/jboss/docs/schema/jboss-as-datasources_1_0.xsd +0 -957
  435. data/jboss/docs/schema/jboss-as-datasources_1_1.xsd +0 -967
  436. data/jboss/docs/schema/jboss-as-deployment-scanner_1_0.xsd +0 -108
  437. data/jboss/docs/schema/jboss-as-deployment-scanner_1_1.xsd +0 -116
  438. data/jboss/docs/schema/jboss-as-ee_1_0.xsd +0 -80
  439. data/jboss/docs/schema/jboss-as-ee_1_1.xsd +0 -98
  440. data/jboss/docs/schema/jboss-as-ejb3_1_0.xsd +0 -36
  441. data/jboss/docs/schema/jboss-as-ejb3_1_1.xsd +0 -139
  442. data/jboss/docs/schema/jboss-as-ejb3_1_2.xsd +0 -283
  443. data/jboss/docs/schema/jboss-as-ejb3_1_3.xsd +0 -329
  444. data/jboss/docs/schema/jboss-as-infinispan_1_0.xsd +0 -801
  445. data/jboss/docs/schema/jboss-as-infinispan_1_1.xsd +0 -848
  446. data/jboss/docs/schema/jboss-as-infinispan_1_2.xsd +0 -949
  447. data/jboss/docs/schema/jboss-as-infinispan_1_3.xsd +0 -929
  448. data/jboss/docs/schema/jboss-as-jacorb_1_0.xsd +0 -257
  449. data/jboss/docs/schema/jboss-as-jacorb_1_1.xsd +0 -331
  450. data/jboss/docs/schema/jboss-as-jacorb_1_2.xsd +0 -333
  451. data/jboss/docs/schema/jboss-as-jaxr_1_0.xsd +0 -58
  452. data/jboss/docs/schema/jboss-as-jaxr_1_1.xsd +0 -57
  453. data/jboss/docs/schema/jboss-as-jaxrs_1_0.xsd +0 -35
  454. data/jboss/docs/schema/jboss-as-jca_1_0.xsd +0 -140
  455. data/jboss/docs/schema/jboss-as-jca_1_1.xsd +0 -182
  456. data/jboss/docs/schema/jboss-as-jdr_1_0.xsd +0 -31
  457. data/jboss/docs/schema/jboss-as-jgroups_1_0.xsd +0 -140
  458. data/jboss/docs/schema/jboss-as-jgroups_1_1.xsd +0 -155
  459. data/jboss/docs/schema/jboss-as-jmx_1_0.xsd +0 -44
  460. data/jboss/docs/schema/jboss-as-jmx_1_1.xsd +0 -55
  461. data/jboss/docs/schema/jboss-as-jpa_1_0.xsd +0 -47
  462. data/jboss/docs/schema/jboss-as-jsr77_1_0.xsd +0 -35
  463. data/jboss/docs/schema/jboss-as-logging_1_0.xsd +0 -379
  464. data/jboss/docs/schema/jboss-as-logging_1_1.xsd +0 -398
  465. data/jboss/docs/schema/jboss-as-mail_1_0.xsd +0 -79
  466. data/jboss/docs/schema/jboss-as-messaging-deployment_1_0.xsd +0 -120
  467. data/jboss/docs/schema/jboss-as-messaging_1_0.xsd +0 -744
  468. data/jboss/docs/schema/jboss-as-messaging_1_1.xsd +0 -796
  469. data/jboss/docs/schema/jboss-as-messaging_1_2.xsd +0 -860
  470. data/jboss/docs/schema/jboss-as-mod-cluster_1_0.xsd +0 -248
  471. data/jboss/docs/schema/jboss-as-mod-cluster_1_1.xsd +0 -253
  472. data/jboss/docs/schema/jboss-as-naming_1_0.xsd +0 -35
  473. data/jboss/docs/schema/jboss-as-naming_1_1.xsd +0 -121
  474. data/jboss/docs/schema/jboss-as-naming_1_2.xsd +0 -130
  475. data/jboss/docs/schema/jboss-as-osgi_1_0.xsd +0 -91
  476. data/jboss/docs/schema/jboss-as-osgi_1_1.xsd +0 -96
  477. data/jboss/docs/schema/jboss-as-osgi_1_2.xsd +0 -83
  478. data/jboss/docs/schema/jboss-as-pojo_1_0.xsd +0 -36
  479. data/jboss/docs/schema/jboss-as-remoting_1_0.xsd +0 -288
  480. data/jboss/docs/schema/jboss-as-remoting_1_1.xsd +0 -333
  481. data/jboss/docs/schema/jboss-as-resource-adapters_1_0.xsd +0 -686
  482. data/jboss/docs/schema/jboss-as-sar_1_0.xsd +0 -36
  483. data/jboss/docs/schema/jboss-as-security_1_0.xsd +0 -441
  484. data/jboss/docs/schema/jboss-as-security_1_1.xsd +0 -435
  485. data/jboss/docs/schema/jboss-as-security_1_2.xsd +0 -422
  486. data/jboss/docs/schema/jboss-as-threads_1_0.xsd +0 -292
  487. data/jboss/docs/schema/jboss-as-threads_1_1.xsd +0 -313
  488. data/jboss/docs/schema/jboss-as-txn_1_0.xsd +0 -168
  489. data/jboss/docs/schema/jboss-as-txn_1_1.xsd +0 -179
  490. data/jboss/docs/schema/jboss-as-txn_1_2.xsd +0 -190
  491. data/jboss/docs/schema/jboss-as-web_1_0.xsd +0 -358
  492. data/jboss/docs/schema/jboss-as-web_1_1.xsd +0 -427
  493. data/jboss/docs/schema/jboss-as-web_1_2.xsd +0 -427
  494. data/jboss/docs/schema/jboss-as-webservices_1_0.xsd +0 -79
  495. data/jboss/docs/schema/jboss-as-webservices_1_1.xsd +0 -257
  496. data/jboss/docs/schema/jboss-as-weld_1_0.xsd +0 -35
  497. data/jboss/docs/schema/jboss-client_6_0.xsd +0 -63
  498. data/jboss/docs/schema/jboss-common_5_1.xsd +0 -546
  499. data/jboss/docs/schema/jboss-common_6_0.xsd +0 -572
  500. data/jboss/docs/schema/jboss-deployment-structure-1_0.xsd +0 -581
  501. data/jboss/docs/schema/jboss-deployment-structure-1_1.xsd +0 -739
  502. data/jboss/docs/schema/jboss-deployment-structure-1_2.xsd +0 -773
  503. data/jboss/docs/schema/jboss-ejb-cache_1_0.xsd +0 -38
  504. data/jboss/docs/schema/jboss-ejb-client_1_0.xsd +0 -109
  505. data/jboss/docs/schema/jboss-ejb-client_1_1.xsd +0 -279
  506. data/jboss/docs/schema/jboss-ejb-client_1_2.xsd +0 -315
  507. data/jboss/docs/schema/jboss-ejb-iiop_1_0.xsd +0 -146
  508. data/jboss/docs/schema/jboss-ejb-pool_1_0.xsd +0 -38
  509. data/jboss/docs/schema/jboss-ejb-resource-adapter-binding_1_0.xsd +0 -43
  510. data/jboss/docs/schema/jboss-ejb-security-role_1_0.xsd +0 -60
  511. data/jboss/docs/schema/jboss-ejb-security_1_0.xsd +0 -44
  512. data/jboss/docs/schema/jboss-ejb3-2_0.xsd +0 -48
  513. data/jboss/docs/schema/jboss-ejb3-spec-2_0.xsd +0 -464
  514. data/jboss/docs/schema/jboss-pojo_7_0.xsd +0 -192
  515. data/jboss/docs/schema/jboss-service_7_0.xsd +0 -123
  516. data/jboss/docs/schema/jboss-web_7_0.xsd +0 -828
  517. data/jboss/docs/schema/jboss-xts.xsd +0 -66
  518. data/jboss/docs/schema/jbossws-jaxws-config_4_0.xsd +0 -88
  519. data/jboss/docs/schema/jbossws-web-services_1_0.xsd +0 -41
  520. data/jboss/docs/schema/jbxb_1_0.xsd +0 -425
  521. data/jboss/docs/schema/jndi-binding-service_1_0.xsd +0 -87
  522. data/jboss/docs/schema/jsp_2_0.xsd +0 -308
  523. data/jboss/docs/schema/jsp_2_1.xsd +0 -343
  524. data/jboss/docs/schema/jsp_2_2.xsd +0 -398
  525. data/jboss/docs/schema/module-1_0.xsd +0 -466
  526. data/jboss/docs/schema/module-1_1.xsd +0 -586
  527. data/jboss/docs/schema/orm_1_0.xsd +0 -1516
  528. data/jboss/docs/schema/persistence_1_0.xsd +0 -260
  529. data/jboss/docs/schema/persistence_2_0.xsd +0 -253
  530. data/jboss/docs/schema/service-ref_4_0.dtd +0 -90
  531. data/jboss/docs/schema/service-ref_4_2.dtd +0 -165
  532. data/jboss/docs/schema/service-ref_5_0.dtd +0 -159
  533. data/jboss/docs/schema/trans-timeout-1_0.xsd +0 -46
  534. data/jboss/docs/schema/user-roles_1_0.xsd +0 -67
  535. data/jboss/docs/schema/web-app_2_2.dtd +0 -639
  536. data/jboss/docs/schema/web-app_2_3.dtd +0 -1063
  537. data/jboss/docs/schema/web-app_2_4.xsd +0 -1234
  538. data/jboss/docs/schema/web-app_2_5.xsd +0 -1271
  539. data/jboss/docs/schema/web-app_3_0.xsd +0 -281
  540. data/jboss/docs/schema/web-common_3_0.xsd +0 -1584
  541. data/jboss/docs/schema/web-facesconfig_1_0.dtd +0 -874
  542. data/jboss/docs/schema/web-facesconfig_1_1.dtd +0 -895
  543. data/jboss/docs/schema/web-facesconfig_1_2.xsd +0 -2108
  544. data/jboss/docs/schema/web-fragment_3_0.xsd +0 -281
  545. data/jboss/docs/schema/web-jsptaglibrary_1_1.dtd +0 -207
  546. data/jboss/docs/schema/web-jsptaglibrary_1_2.dtd +0 -478
  547. data/jboss/docs/schema/web-jsptaglibrary_2_0.xsd +0 -1010
  548. data/jboss/docs/schema/web-jsptaglibrary_2_1.xsd +0 -1144
  549. data/jboss/docs/schema/xml.xsd +0 -86
  550. data/jboss/modules/asm/asm/main/asm-3.3.1.jar +0 -0
  551. data/jboss/modules/asm/asm/main/asm-3.3.1.jar.index +0 -4
  552. data/jboss/modules/asm/asm/main/module.xml +0 -37
  553. data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar +0 -0
  554. data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index +0 -10
  555. data/jboss/modules/ch/qos/cal10n/main/module.xml +0 -37
  556. data/jboss/modules/com/github/relaxng/main/module.xml +0 -38
  557. data/jboss/modules/com/github/relaxng/main/relaxngDatatype-2011.1.jar +0 -0
  558. data/jboss/modules/com/github/relaxng/main/relaxngDatatype-2011.1.jar.index +0 -9
  559. data/jboss/modules/com/google/guava/main/guava-11.0.2.jar +0 -0
  560. data/jboss/modules/com/google/guava/main/guava-11.0.2.jar.index +0 -21
  561. data/jboss/modules/com/google/guava/main/module.xml +0 -37
  562. data/jboss/modules/com/h2database/h2/main/h2-1.3.168.jar +0 -0
  563. data/jboss/modules/com/h2database/h2/main/h2-1.3.168.jar.index +0 -33
  564. data/jboss/modules/com/h2database/h2/main/module.xml +0 -36
  565. data/jboss/modules/com/sun/codemodel/main/codemodel-2.6.jar +0 -0
  566. data/jboss/modules/com/sun/codemodel/main/codemodel-2.6.jar.index +0 -11
  567. data/jboss/modules/com/sun/codemodel/main/module.xml +0 -39
  568. data/jboss/modules/com/sun/istack/main/istack-commons-runtime-2.6.1.jar +0 -0
  569. data/jboss/modules/com/sun/istack/main/istack-commons-runtime-2.6.1.jar.index +0 -10
  570. data/jboss/modules/com/sun/istack/main/istack-commons-tools-2.6.1.jar +0 -0
  571. data/jboss/modules/com/sun/istack/main/istack-commons-tools-2.6.1.jar.index +0 -9
  572. data/jboss/modules/com/sun/istack/main/module.xml +0 -41
  573. data/jboss/modules/com/sun/jsf-impl/1.2/jsf-impl-1.2_15-jbossorg-2.jar +0 -0
  574. data/jboss/modules/com/sun/jsf-impl/1.2/module.xml +0 -41
  575. data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.13-jbossorg-1.jar +0 -0
  576. data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.13-jbossorg-1.jar.index +0 -59
  577. data/jboss/modules/com/sun/jsf-impl/main/module.xml +0 -42
  578. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-1.jar +0 -0
  579. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-1.jar.index +0 -31
  580. data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jboss-1.jar +0 -0
  581. data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jboss-1.jar.index +0 -48
  582. data/jboss/modules/com/sun/xml/bind/main/module.xml +0 -47
  583. data/jboss/modules/com/sun/xml/messaging/saaj/main/module.xml +0 -41
  584. data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar +0 -0
  585. data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar.index +0 -25
  586. data/jboss/modules/com/sun/xml/txw2/main/module.xml +0 -39
  587. data/jboss/modules/com/sun/xml/txw2/main/txw2-20110809.jar +0 -0
  588. data/jboss/modules/com/sun/xml/txw2/main/txw2-20110809.jar.index +0 -11
  589. data/jboss/modules/com/sun/xsom/main/module.xml +0 -40
  590. data/jboss/modules/com/sun/xsom/main/xsom-20110809.jar +0 -0
  591. data/jboss/modules/com/sun/xsom/main/xsom-20110809.jar.index +0 -17
  592. data/jboss/modules/gnu/getopt/main/getopt-1.0.13.jar +0 -0
  593. data/jboss/modules/gnu/getopt/main/module.xml +0 -35
  594. data/jboss/modules/ibm/jdk/main/module.xml +0 -48
  595. data/jboss/modules/javaee/api/main/module.xml +0 -61
  596. data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar.index +0 -9
  597. data/jboss/modules/javax/activation/api/main/module.xml +0 -40
  598. data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar.index +0 -9
  599. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar +0 -0
  600. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar.index +0 -9
  601. data/jboss/modules/javax/ejb/api/main/module.xml +0 -39
  602. data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.2.Final.jar.index +0 -11
  603. data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index +0 -14
  604. data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar.index +0 -16
  605. data/jboss/modules/javax/faces/api/1.2/jsf-api-1.2_15-jbossorg-2.jar +0 -0
  606. data/jboss/modules/javax/faces/api/1.2/module.xml +0 -38
  607. data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.7.Final.jar +0 -0
  608. data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.7.Final.jar.index +0 -24
  609. data/jboss/modules/javax/faces/api/main/module.xml +0 -38
  610. data/jboss/modules/javax/inject/api/main/javax.inject-1.jar.index +0 -3
  611. data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar.index +0 -7
  612. data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar.index +0 -7
  613. data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index +0 -5
  614. data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar +0 -0
  615. data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar.index +0 -23
  616. data/jboss/modules/javax/mail/api/main/module.xml +0 -35
  617. data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar.index +0 -9
  618. data/jboss/modules/javax/management/j2ee/api/main/module.xml +0 -36
  619. data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index +0 -10
  620. data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar.index +0 -12
  621. data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar +0 -0
  622. data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index +0 -93
  623. data/jboss/modules/javax/rmi/api/main/module.xml +0 -46
  624. data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar.index +0 -12
  625. data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar.index +0 -8
  626. data/jboss/modules/javax/servlet/api/main/jbosgi-xservice.properties +0 -2
  627. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar +0 -0
  628. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar.index +0 -10
  629. data/jboss/modules/javax/servlet/api/main/module.xml +0 -30
  630. data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar.index +0 -10
  631. data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.3.Final.jar.index +0 -45
  632. data/jboss/modules/javax/transaction/api/main/jbosgi-xservice.properties +0 -3
  633. data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar.index +0 -8
  634. data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index +0 -12
  635. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar +0 -0
  636. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar.index +0 -10
  637. data/jboss/modules/javax/ws/rs/api/main/module.xml +0 -34
  638. data/jboss/modules/javax/wsdl4j/api/main/module.xml +0 -34
  639. data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar +0 -0
  640. data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index +0 -25
  641. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar +0 -0
  642. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar.index +0 -13
  643. data/jboss/modules/javax/xml/bind/api/main/module.xml +0 -39
  644. data/jboss/modules/javax/xml/jaxp-provider/main/module.xml +0 -29
  645. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar +0 -0
  646. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar.index +0 -9
  647. data/jboss/modules/javax/xml/registry/api/main/module.xml +0 -34
  648. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar +0 -0
  649. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar.index +0 -14
  650. data/jboss/modules/javax/xml/rpc/api/main/module.xml +0 -39
  651. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar +0 -0
  652. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar.index +0 -8
  653. data/jboss/modules/javax/xml/soap/api/main/module.xml +0 -36
  654. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar +0 -0
  655. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar.index +0 -15
  656. data/jboss/modules/javax/xml/ws/api/main/module.xml +0 -37
  657. data/jboss/modules/jline/main/jline-0.9.94.jar +0 -0
  658. data/jboss/modules/jline/main/module.xml +0 -37
  659. data/jboss/modules/net/jcip/main/jcip-annotations-1.0.jar.index +0 -5
  660. data/jboss/modules/nu/xom/main/module.xml +0 -39
  661. data/jboss/modules/nu/xom/main/xom-1.2.5.jar +0 -0
  662. data/jboss/modules/org/antlr/main/antlr-2.7.7.jar +0 -0
  663. data/jboss/modules/org/antlr/main/antlr-2.7.7.jar.index +0 -15
  664. data/jboss/modules/org/antlr/main/module.xml +0 -37
  665. data/jboss/modules/org/apache/commons/beanutils/main/commons-beanutils-1.8.3.jar +0 -0
  666. data/jboss/modules/org/apache/commons/beanutils/main/module.xml +0 -39
  667. data/jboss/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index +0 -9
  668. data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index +0 -13
  669. data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar +0 -0
  670. data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index +0 -20
  671. data/jboss/modules/org/apache/commons/collections/main/module.xml +0 -37
  672. data/jboss/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar +0 -0
  673. data/jboss/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar.index +0 -17
  674. data/jboss/modules/org/apache/commons/configuration/main/module.xml +0 -37
  675. data/jboss/modules/org/apache/commons/io/main/commons-io-2.1.jar +0 -0
  676. data/jboss/modules/org/apache/commons/io/main/module.xml +0 -37
  677. data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.6.jar.index +0 -18
  678. data/jboss/modules/org/apache/commons/pool/main/commons-pool-1.5.6.jar +0 -0
  679. data/jboss/modules/org/apache/commons/pool/main/module.xml +0 -37
  680. data/jboss/modules/org/apache/cxf/impl/main/cxf-common-utilities-2.4.9.jar +0 -0
  681. data/jboss/modules/org/apache/cxf/impl/main/cxf-common-utilities-2.4.9.jar.index +0 -30
  682. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-2.4.9.jar +0 -0
  683. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-2.4.9.jar.index +0 -16
  684. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-http-2.4.9.jar +0 -0
  685. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-http-2.4.9.jar.index +0 -13
  686. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.4.9.jar +0 -0
  687. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.4.9.jar.index +0 -18
  688. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.4.9.jar +0 -0
  689. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.4.9.jar.index +0 -26
  690. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.4.9.jar +0 -0
  691. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.4.9.jar.index +0 -17
  692. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-core-2.4.9.jar +0 -0
  693. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-core-2.4.9.jar.index +0 -53
  694. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.4.9.jar +0 -0
  695. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.4.9.jar.index +0 -25
  696. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.4.9.jar +0 -0
  697. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.4.9.jar.index +0 -14
  698. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.4.9.jar +0 -0
  699. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.4.9.jar.index +0 -35
  700. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.4.9.jar +0 -0
  701. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.4.9.jar.index +0 -18
  702. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-management-2.4.9.jar +0 -0
  703. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-management-2.4.9.jar.index +0 -19
  704. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-common-2.4.9.jar +0 -0
  705. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-common-2.4.9.jar.index +0 -11
  706. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-http-2.4.9.jar +0 -0
  707. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-http-2.4.9.jar.index +0 -28
  708. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.4.9.jar +0 -0
  709. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.4.9.jar.index +0 -21
  710. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-local-2.4.9.jar +0 -0
  711. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-local-2.4.9.jar.index +0 -11
  712. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.4.9.jar +0 -0
  713. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.4.9.jar.index +0 -18
  714. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.4.9.jar +0 -0
  715. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.4.9.jar.index +0 -25
  716. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.4.9.jar +0 -0
  717. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.4.9.jar.index +0 -24
  718. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-security-2.4.9.jar +0 -0
  719. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-security-2.4.9.jar.index +0 -32
  720. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-common-2.4.9.jar +0 -0
  721. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-common-2.4.9.jar.index +0 -18
  722. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-java2ws-2.4.9.jar +0 -0
  723. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-java2ws-2.4.9.jar.index +0 -27
  724. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-validator-2.4.9.jar +0 -0
  725. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-validator-2.4.9.jar.index +0 -12
  726. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-2.4.9.jar +0 -0
  727. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-2.4.9.jar.index +0 -13
  728. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-2.4.9.jar +0 -0
  729. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-2.4.9.jar.index +0 -12
  730. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-2.4.9.jar +0 -0
  731. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-2.4.9.jar.index +0 -21
  732. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-boolean-2.4.0.jar +0 -0
  733. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-boolean-2.4.0.jar.index +0 -18
  734. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-dv-2.4.0.jar +0 -0
  735. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-dv-2.4.0.jar.index +0 -18
  736. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-ts-2.4.0.jar +0 -0
  737. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-ts-2.4.0.jar.index +0 -18
  738. data/jboss/modules/org/apache/cxf/impl/main/module.xml +0 -90
  739. data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.9.jar +0 -0
  740. data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.9.jar.index +0 -54
  741. data/jboss/modules/org/apache/cxf/main/module.xml +0 -49
  742. data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar +0 -0
  743. data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar.index +0 -31
  744. data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar +0 -0
  745. data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar.index +0 -17
  746. data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar +0 -0
  747. data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar.index +0 -11
  748. data/jboss/modules/org/apache/httpcomponents/main/module.xml +0 -43
  749. data/jboss/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar +0 -0
  750. data/jboss/modules/org/apache/james/mime4j/main/module.xml +0 -39
  751. data/jboss/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar +0 -0
  752. data/jboss/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar.index +0 -17
  753. data/jboss/modules/org/apache/juddi/juddi-client/main/module.xml +0 -41
  754. data/jboss/modules/org/apache/juddi/scout/main/module.xml +0 -45
  755. data/jboss/modules/org/apache/juddi/scout/main/scout-1.2.6.jar +0 -0
  756. data/jboss/modules/org/apache/juddi/scout/main/scout-1.2.6.jar.index +0 -16
  757. data/jboss/modules/org/apache/juddi/uddi-ws/main/module.xml +0 -40
  758. data/jboss/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar +0 -0
  759. data/jboss/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar.index +0 -30
  760. data/jboss/modules/org/apache/neethi/main/module.xml +0 -39
  761. data/jboss/modules/org/apache/neethi/main/neethi-3.0.2.jar +0 -0
  762. data/jboss/modules/org/apache/neethi/main/neethi-3.0.2.jar.index +0 -12
  763. data/jboss/modules/org/apache/santuario/xmlsec/main/module.xml +0 -40
  764. data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.2.jar +0 -0
  765. data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.2.jar.index +0 -47
  766. data/jboss/modules/org/apache/velocity/main/module.xml +0 -41
  767. data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar +0 -0
  768. data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar.index +0 -31
  769. data/jboss/modules/org/apache/ws/security/main/module.xml +0 -39
  770. data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.6.jar +0 -0
  771. data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.6.jar.index +0 -28
  772. data/jboss/modules/org/apache/ws/xmlschema/main/module.xml +0 -38
  773. data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar +0 -0
  774. data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar.index +0 -15
  775. data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index +0 -8
  776. data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index +0 -58
  777. data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar.index +0 -49
  778. data/jboss/modules/org/apache/xml-resolver/main/module.xml +0 -38
  779. data/jboss/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar +0 -0
  780. data/jboss/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar.index +0 -12
  781. data/jboss/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.2.jar +0 -0
  782. data/jboss/modules/org/codehaus/jackson/jackson-core-asl/main/module.xml +0 -37
  783. data/jboss/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.2.jar +0 -0
  784. data/jboss/modules/org/codehaus/jackson/jackson-jaxrs/main/module.xml +0 -41
  785. data/jboss/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.2.jar +0 -0
  786. data/jboss/modules/org/codehaus/jackson/jackson-mapper-asl/main/module.xml +0 -39
  787. data/jboss/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.2.jar +0 -0
  788. data/jboss/modules/org/codehaus/jackson/jackson-xc/main/module.xml +0 -41
  789. data/jboss/modules/org/codehaus/jettison/main/jettison-1.3.1.jar +0 -0
  790. data/jboss/modules/org/codehaus/jettison/main/module.xml +0 -37
  791. data/jboss/modules/org/codehaus/woodstox/main/module.xml +0 -39
  792. data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar +0 -0
  793. data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar.index +0 -15
  794. data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar +0 -0
  795. data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar.index +0 -22
  796. data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar +0 -0
  797. data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar.index +0 -17
  798. data/jboss/modules/org/dom4j/main/module.xml +0 -37
  799. data/jboss/modules/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.1.Final.jar +0 -0
  800. data/jboss/modules/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.1.Final.jar.index +0 -15
  801. data/jboss/modules/org/hibernate/commons-annotations/main/module.xml +0 -35
  802. data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.6.Final.jar +0 -0
  803. data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.6.Final.jar.index +0 -40
  804. data/jboss/modules/org/hibernate/envers/main/module.xml +0 -41
  805. data/jboss/modules/org/hibernate/main/hibernate-core-4.1.6.Final.jar +0 -0
  806. data/jboss/modules/org/hibernate/main/hibernate-core-4.1.6.Final.jar.index +0 -198
  807. data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.6.Final.jar +0 -0
  808. data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.6.Final.jar.index +0 -22
  809. data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.6.Final.jar +0 -0
  810. data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.6.Final.jar.index +0 -17
  811. data/jboss/modules/org/hibernate/main/module.xml +0 -50
  812. data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar +0 -0
  813. data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index +0 -33
  814. data/jboss/modules/org/hibernate/validator/main/module.xml +0 -44
  815. data/jboss/modules/org/hornetq/main/hornetq-core-2.2.21.Final.jar +0 -0
  816. data/jboss/modules/org/hornetq/main/hornetq-core-2.2.21.Final.jar.index +0 -89
  817. data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.21.Final.jar +0 -0
  818. data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.21.Final.jar.index +0 -29
  819. data/jboss/modules/org/hornetq/main/lib.index +0 -3
  820. data/jboss/modules/org/hornetq/main/module.xml +0 -45
  821. data/jboss/modules/org/hornetq/ra/main/hornetq-ra-2.2.21.Final.jar +0 -0
  822. data/jboss/modules/org/hornetq/ra/main/hornetq-ra-2.2.21.Final.jar.index +0 -7
  823. data/jboss/modules/org/hornetq/ra/main/module.xml +0 -45
  824. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.8.Final.jar +0 -0
  825. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.8.Final.jar.index +0 -14
  826. data/jboss/modules/org/infinispan/cachestore/jdbc/main/module.xml +0 -40
  827. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.8.Final.jar +0 -0
  828. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.8.Final.jar.index +0 -10
  829. data/jboss/modules/org/infinispan/cachestore/remote/main/module.xml +0 -40
  830. data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.8.Final.jar +0 -0
  831. data/jboss/modules/org/infinispan/client/hotrod/main/module.xml +0 -39
  832. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.8.Final.jar +0 -0
  833. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.8.Final.jar.index +0 -94
  834. data/jboss/modules/org/infinispan/main/module.xml +0 -39
  835. data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar +0 -0
  836. data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar.index +0 -132
  837. data/jboss/modules/org/jacorb/main/module.xml +0 -40
  838. data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar +0 -0
  839. data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar.index +0 -22
  840. data/jboss/modules/org/javassist/main/module.xml +0 -37
  841. data/jboss/modules/org/jaxen/main/jaxen-1.1.3.jar +0 -0
  842. data/jboss/modules/org/jaxen/main/module.xml +0 -40
  843. data/jboss/modules/org/jboss/as/aggregate/main/module.xml +0 -51
  844. data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.x.incremental.129.jar +0 -0
  845. data/jboss/modules/org/jboss/as/appclient/main/module.xml +0 -70
  846. data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.x.incremental.129.jar +0 -0
  847. data/jboss/modules/org/jboss/as/cli/main/module.xml +0 -50
  848. data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.129.jar +0 -0
  849. data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.129.jar.index +0 -10
  850. data/jboss/modules/org/jboss/as/clustering/api/main/module.xml +0 -39
  851. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.129.jar +0 -0
  852. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.129.jar.index +0 -11
  853. data/jboss/modules/org/jboss/as/clustering/common/main/module.xml +0 -42
  854. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.129.jar +0 -0
  855. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.129.jar.index +0 -14
  856. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml +0 -53
  857. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.129.jar +0 -0
  858. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.129.jar.index +0 -13
  859. data/jboss/modules/org/jboss/as/clustering/impl/main/module.xml +0 -47
  860. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.129.jar +0 -0
  861. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.129.jar.index +0 -16
  862. data/jboss/modules/org/jboss/as/clustering/infinispan/main/module.xml +0 -65
  863. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.129.jar +0 -0
  864. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.129.jar.index +0 -12
  865. data/jboss/modules/org/jboss/as/clustering/jgroups/main/module.xml +0 -50
  866. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.129.jar +0 -0
  867. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.129.jar.index +0 -10
  868. data/jboss/modules/org/jboss/as/clustering/registry/main/module.xml +0 -41
  869. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.x.incremental.129.jar +0 -0
  870. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.x.incremental.129.jar.index +0 -11
  871. data/jboss/modules/org/jboss/as/clustering/service/main/module.xml +0 -43
  872. data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.x.incremental.129.jar +0 -0
  873. data/jboss/modules/org/jboss/as/clustering/singleton/main/module.xml +0 -45
  874. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.129.jar +0 -0
  875. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.129.jar.index +0 -14
  876. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/module.xml +0 -52
  877. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.129.jar +0 -0
  878. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.129.jar.index +0 -12
  879. data/jboss/modules/org/jboss/as/clustering/web/spi/main/module.xml +0 -45
  880. data/jboss/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.x.incremental.129.jar +0 -0
  881. data/jboss/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.x.incremental.129.jar.index +0 -30
  882. data/jboss/modules/org/jboss/as/cmp/main/module.xml +0 -63
  883. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.129.jar +0 -0
  884. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.129.jar.index +0 -12
  885. data/jboss/modules/org/jboss/as/configadmin/main/module.xml +0 -42
  886. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.129.jar +0 -0
  887. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.129.jar.index +0 -46
  888. data/jboss/modules/org/jboss/as/connector/main/module.xml +0 -68
  889. data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.4.0.Final-resources.jar +0 -0
  890. data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.4.0.Final-resources.jar.index +0 -113
  891. data/jboss/modules/org/jboss/as/console/main/module.xml +0 -39
  892. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.129.jar +0 -0
  893. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.129.jar.index +0 -27
  894. data/jboss/modules/org/jboss/as/controller/main/module.xml +0 -47
  895. data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.x.incremental.129.jar +0 -0
  896. data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.x.incremental.129.jar.index +0 -16
  897. data/jboss/modules/org/jboss/as/controller-client/main/module.xml +0 -45
  898. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.129.jar +0 -0
  899. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.129.jar.index +0 -9
  900. data/jboss/modules/org/jboss/as/deployment-repository/main/module.xml +0 -43
  901. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.129.jar +0 -0
  902. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.129.jar.index +0 -13
  903. data/jboss/modules/org/jboss/as/deployment-scanner/main/module.xml +0 -47
  904. data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.x.incremental.129.jar +0 -0
  905. data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.x.incremental.129.jar.index +0 -5
  906. data/jboss/modules/org/jboss/as/domain-http-error-context/main/module.xml +0 -39
  907. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.129.jar +0 -0
  908. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.129.jar.index +0 -13
  909. data/jboss/modules/org/jboss/as/domain-http-interface/main/module.xml +0 -45
  910. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.129.jar +0 -0
  911. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.129.jar.index +0 -16
  912. data/jboss/modules/org/jboss/as/domain-management/main/module.xml +0 -45
  913. data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.x.incremental.129.jar +0 -0
  914. data/jboss/modules/org/jboss/as/ee/deployment/main/module.xml +0 -37
  915. data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.x.incremental.129.jar +0 -0
  916. data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.x.incremental.129.jar.index +0 -24
  917. data/jboss/modules/org/jboss/as/ee/main/module.xml +0 -55
  918. data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.129.jar +0 -0
  919. data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.129.jar.index +0 -69
  920. data/jboss/modules/org/jboss/as/ejb3/main/module.xml +0 -97
  921. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.129.jar +0 -0
  922. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.129.jar.index +0 -11
  923. data/jboss/modules/org/jboss/as/embedded/main/module.xml +0 -42
  924. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.129.jar +0 -0
  925. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.129.jar.index +0 -27
  926. data/jboss/modules/org/jboss/as/host-controller/main/module.xml +0 -66
  927. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.x.incremental.129.jar +0 -0
  928. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.x.incremental.129.jar.index +0 -23
  929. data/jboss/modules/org/jboss/as/jacorb/main/module.xml +0 -54
  930. data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.x.incremental.129.jar +0 -0
  931. data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.x.incremental.129.jar.index +0 -12
  932. data/jboss/modules/org/jboss/as/jaxr/main/module.xml +0 -53
  933. data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.129.jar +0 -0
  934. data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.129.jar.index +0 -11
  935. data/jboss/modules/org/jboss/as/jaxrs/main/module.xml +0 -56
  936. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.129.jar +0 -0
  937. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.129.jar.index +0 -10
  938. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.x.incremental.129.jar +0 -0
  939. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.x.incremental.129.jar.index +0 -11
  940. data/jboss/modules/org/jboss/as/jdr/main/module.xml +0 -54
  941. data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.x.incremental.129.jar +0 -0
  942. data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.x.incremental.129.jar.index +0 -11
  943. data/jboss/modules/org/jboss/as/jmx/main/module.xml +0 -48
  944. data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.x.incremental.129.jar +0 -0
  945. data/jboss/modules/org/jboss/as/jpa/hibernate/3/module.xml +0 -54
  946. data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.x.incremental.129.jar +0 -0
  947. data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.x.incremental.129.jar.index +0 -13
  948. data/jboss/modules/org/jboss/as/jpa/hibernate/4/module.xml +0 -56
  949. data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.x.incremental.129.jar +0 -0
  950. data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.x.incremental.129.jar.index +0 -22
  951. data/jboss/modules/org/jboss/as/jpa/main/module.xml +0 -72
  952. data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.x.incremental.129.jar +0 -0
  953. data/jboss/modules/org/jboss/as/jpa/openjpa/main/module.xml +0 -47
  954. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.129.jar +0 -0
  955. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.129.jar.index +0 -10
  956. data/jboss/modules/org/jboss/as/jpa/spi/main/module.xml +0 -45
  957. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.129.jar +0 -0
  958. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.129.jar.index +0 -10
  959. data/jboss/modules/org/jboss/as/jpa/util/main/module.xml +0 -42
  960. data/jboss/modules/org/jboss/as/jsf/main/jboss-as-jsf-7.1.x.incremental.129.jar +0 -0
  961. data/jboss/modules/org/jboss/as/jsf/main/jboss-as-jsf-7.1.x.incremental.129.jar.index +0 -11
  962. data/jboss/modules/org/jboss/as/jsf/main/module.xml +0 -49
  963. data/jboss/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.x.incremental.129.jar +0 -0
  964. data/jboss/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.x.incremental.129.jar.index +0 -13
  965. data/jboss/modules/org/jboss/as/jsr77/main/module.xml +0 -54
  966. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.129.jar +0 -0
  967. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.129.jar.index +0 -18
  968. data/jboss/modules/org/jboss/as/logging/main/module.xml +0 -47
  969. data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.129.jar +0 -0
  970. data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.129.jar.index +0 -11
  971. data/jboss/modules/org/jboss/as/mail/main/module.xml +0 -51
  972. data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.x.incremental.129.jar +0 -0
  973. data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.x.incremental.129.jar.index +0 -11
  974. data/jboss/modules/org/jboss/as/management-client-content/main/module.xml +0 -41
  975. data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.129.jar +0 -0
  976. data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.129.jar.index +0 -12
  977. data/jboss/modules/org/jboss/as/messaging/main/module.xml +0 -61
  978. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.129.jar +0 -0
  979. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.129.jar.index +0 -10
  980. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.1.Final.jar +0 -0
  981. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.1.Final.jar.index +0 -10
  982. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar +0 -0
  983. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar.index +0 -11
  984. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar +0 -0
  985. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar.index +0 -9
  986. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar +0 -0
  987. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar.index +0 -18
  988. data/jboss/modules/org/jboss/as/modcluster/main/module.xml +0 -61
  989. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.129.jar +0 -0
  990. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.129.jar.index +0 -19
  991. data/jboss/modules/org/jboss/as/naming/main/module.xml +0 -48
  992. data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.x.incremental.129.jar +0 -0
  993. data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.x.incremental.129.jar.index +0 -9
  994. data/jboss/modules/org/jboss/as/network/main/module.xml +0 -40
  995. data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.129.jar +0 -0
  996. data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.129.jar.index +0 -14
  997. data/jboss/modules/org/jboss/as/osgi/main/module.xml +0 -57
  998. data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.x.incremental.129.jar +0 -0
  999. data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.x.incremental.129.jar.index +0 -10
  1000. data/jboss/modules/org/jboss/as/platform-mbean/main/module.xml +0 -42
  1001. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.129.jar +0 -0
  1002. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.129.jar.index +0 -13
  1003. data/jboss/modules/org/jboss/as/pojo/main/module.xml +0 -47
  1004. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.129.jar +0 -0
  1005. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.129.jar.index +0 -11
  1006. data/jboss/modules/org/jboss/as/process-controller/main/module.xml +0 -46
  1007. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.129.jar +0 -0
  1008. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.129.jar.index +0 -11
  1009. data/jboss/modules/org/jboss/as/protocol/main/module.xml +0 -44
  1010. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.129.jar +0 -0
  1011. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.129.jar.index +0 -11
  1012. data/jboss/modules/org/jboss/as/remoting/main/module.xml +0 -53
  1013. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.129.jar +0 -0
  1014. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.129.jar.index +0 -11
  1015. data/jboss/modules/org/jboss/as/sar/main/module.xml +0 -50
  1016. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.129.jar +0 -0
  1017. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.129.jar.index +0 -16
  1018. data/jboss/modules/org/jboss/as/security/main/module.xml +0 -59
  1019. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.129.jar +0 -0
  1020. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.129.jar.index +0 -29
  1021. data/jboss/modules/org/jboss/as/server/main/module.xml +0 -70
  1022. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.x.incremental.129.jar +0 -0
  1023. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.x.incremental.129.jar.index +0 -10
  1024. data/jboss/modules/org/jboss/as/threads/main/module.xml +0 -43
  1025. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.129.jar +0 -0
  1026. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.129.jar.index +0 -15
  1027. data/jboss/modules/org/jboss/as/transactions/main/module.xml +0 -52
  1028. data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar +0 -0
  1029. data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index +0 -24
  1030. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.129.jar +0 -0
  1031. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.129.jar.index +0 -22
  1032. data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.17.Final.jar +0 -0
  1033. data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.17.Final.jar.index +0 -77
  1034. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libapr-1.so +0 -0
  1035. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libcrypto.so +0 -0
  1036. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libssl.so +0 -0
  1037. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libtcnative-1.so +0 -0
  1038. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libapr-1.so +0 -0
  1039. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libcrypto.so +0 -0
  1040. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libssl.so +0 -0
  1041. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libtcnative-1.so +0 -0
  1042. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libapr-1.jnilib +0 -0
  1043. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libcrypto.jnilib +0 -0
  1044. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libssl.jnilib +0 -0
  1045. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libtcnative-1.jnilib +0 -0
  1046. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libapr-1.jnilib +0 -0
  1047. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libcrypto.jnilib +0 -0
  1048. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libssl.jnilib +0 -0
  1049. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libtcnative-1.jnilib +0 -0
  1050. data/jboss/modules/org/jboss/as/web/main/lib/win-i686/tcnative-1.dll +0 -0
  1051. data/jboss/modules/org/jboss/as/web/main/lib/win-x86_64/tcnative-1.dll +0 -0
  1052. data/jboss/modules/org/jboss/as/web/main/module.xml +0 -70
  1053. data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.x.incremental.129.jar +0 -0
  1054. data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.x.incremental.129.jar.index +0 -25
  1055. data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.5.GA-jboss712.jar +0 -0
  1056. data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.5.GA-jboss712.jar.index +0 -5
  1057. data/jboss/modules/org/jboss/as/webservices/main/module.xml +0 -66
  1058. data/jboss/modules/org/jboss/as/webservices/server/integration/main/module.xml +0 -90
  1059. data/jboss/modules/org/jboss/as/webservices/server/jaxrpc-integration/main/module.xml +0 -52
  1060. data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.129.jar +0 -0
  1061. data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.129.jar.index +0 -21
  1062. data/jboss/modules/org/jboss/as/weld/main/module.xml +0 -77
  1063. data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.x.incremental.129.jar +0 -0
  1064. data/jboss/modules/org/jboss/as/xts/main/module.xml +0 -56
  1065. data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.3.Final.jar.index +0 -13
  1066. data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar.index +0 -15
  1067. data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar +0 -0
  1068. data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar.index +0 -10
  1069. data/jboss/modules/org/jboss/common-beans/main/module.xml +0 -34
  1070. data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index +0 -37
  1071. data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar +0 -0
  1072. data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index +0 -8
  1073. data/jboss/modules/org/jboss/dmr/main/module.xml +0 -32
  1074. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.11.Final.jar +0 -0
  1075. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.11.Final.jar.index +0 -13
  1076. data/jboss/modules/org/jboss/ejb-client/main/module.xml +0 -40
  1077. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar +0 -0
  1078. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar.index +0 -9
  1079. data/jboss/modules/org/jboss/ejb3/main/module.xml +0 -45
  1080. data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar +0 -0
  1081. data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar.index +0 -9
  1082. data/jboss/modules/org/jboss/iiop-client/main/module.xml +0 -38
  1083. data/jboss/modules/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar +0 -0
  1084. data/jboss/modules/org/jboss/integration/ext-content/main/module.xml +0 -36
  1085. data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index +0 -11
  1086. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.13.Final.jar +0 -0
  1087. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.13.Final.jar.index +0 -21
  1088. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.13.Final.jar +0 -0
  1089. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.13.Final.jar.index +0 -9
  1090. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.13.Final.jar +0 -0
  1091. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.13.Final.jar.index +0 -28
  1092. data/jboss/modules/org/jboss/ironjacamar/api/main/module.xml +0 -44
  1093. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.13.Final.jar +0 -0
  1094. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.13.Final.jar.index +0 -24
  1095. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.13.Final.jar +0 -0
  1096. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.13.Final.jar.index +0 -30
  1097. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.13.Final.jar +0 -0
  1098. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.13.Final.jar.index +0 -7
  1099. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.13.Final.jar +0 -0
  1100. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.13.Final.jar.index +0 -13
  1101. data/jboss/modules/org/jboss/ironjacamar/impl/main/module.xml +0 -56
  1102. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.13.Final.jar +0 -0
  1103. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.13.Final.jar.index +0 -24
  1104. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml +0 -49
  1105. data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index +0 -8
  1106. data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar +0 -0
  1107. data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index +0 -11
  1108. data/jboss/modules/org/jboss/jaxbintros/main/module.xml +0 -42
  1109. data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar.index +0 -10
  1110. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.6.Final.jar +0 -0
  1111. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.6.Final.jar.index +0 -16
  1112. data/jboss/modules/org/jboss/jts/integration/main/module.xml +0 -50
  1113. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.6.Final.jar +0 -0
  1114. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.6.Final.jar.index +0 -186
  1115. data/jboss/modules/org/jboss/jts/main/module.xml +0 -47
  1116. data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.1.Final.jar.index +0 -29
  1117. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar +0 -0
  1118. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar.index +0 -8
  1119. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/module.xml +0 -34
  1120. data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.2.GA.jar.index +0 -8
  1121. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.2.Final.jar +0 -0
  1122. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.2.Final.jar.index +0 -14
  1123. data/jboss/modules/org/jboss/logmanager/main/module.xml +0 -32
  1124. data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.16.GA.jar.index +0 -11
  1125. data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.16.GA.jar.index +0 -10
  1126. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.5.Final.jar +0 -0
  1127. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.5.Final.jar.index +0 -15
  1128. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.5.Final.jar +0 -0
  1129. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.5.Final.jar.index +0 -35
  1130. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.5.Final.jar +0 -0
  1131. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.5.Final.jar.index +0 -19
  1132. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.5.Final.jar +0 -0
  1133. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.5.Final.jar.index +0 -22
  1134. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.5.Final.jar +0 -0
  1135. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.5.Final.jar.index +0 -21
  1136. data/jboss/modules/org/jboss/metadata/main/module.xml +0 -54
  1137. data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar +0 -0
  1138. data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar.index +0 -12
  1139. data/jboss/modules/org/jboss/msc/main/module.xml +0 -45
  1140. data/jboss/modules/org/jboss/netty/main/module.xml +0 -40
  1141. data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar +0 -0
  1142. data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index +0 -46
  1143. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar +0 -0
  1144. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar.index +0 -12
  1145. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar +0 -0
  1146. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar.index +0 -17
  1147. data/jboss/modules/org/jboss/osgi/framework/main/module.xml +0 -52
  1148. data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar +0 -0
  1149. data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar.index +0 -10
  1150. data/jboss/modules/org/jboss/osgi/metadata/main/module.xml +0 -39
  1151. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar +0 -0
  1152. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar.index +0 -13
  1153. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar +0 -0
  1154. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar.index +0 -11
  1155. data/jboss/modules/org/jboss/osgi/repository/main/module.xml +0 -43
  1156. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar +0 -0
  1157. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar.index +0 -18
  1158. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar +0 -0
  1159. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar.index +0 -14
  1160. data/jboss/modules/org/jboss/osgi/resolver/main/module.xml +0 -43
  1161. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar +0 -0
  1162. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar.index +0 -12
  1163. data/jboss/modules/org/jboss/osgi/spi/main/module.xml +0 -41
  1164. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar +0 -0
  1165. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar.index +0 -10
  1166. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar +0 -0
  1167. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar.index +0 -9
  1168. data/jboss/modules/org/jboss/osgi/vfs/main/module.xml +0 -40
  1169. data/jboss/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.5.Final.jar.index +0 -14
  1170. data/jboss/modules/org/jboss/remote-naming/main/module.xml +0 -38
  1171. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.12.GA.jar +0 -0
  1172. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.12.GA.jar.index +0 -11
  1173. data/jboss/modules/org/jboss/remoting3/main/module.xml +0 -39
  1174. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/module.xml +0 -36
  1175. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.5.Final.jar +0 -0
  1176. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.5.Final.jar.index +0 -11
  1177. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml +0 -43
  1178. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.3.Final-jandex.jar +0 -0
  1179. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.3.Final.jar +0 -0
  1180. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml +0 -42
  1181. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.3.Final.jar +0 -0
  1182. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.3.Final.jar.index +0 -10
  1183. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml +0 -45
  1184. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.3.Final-jandex.jar +0 -0
  1185. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.3.Final.jar +0 -0
  1186. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml +0 -42
  1187. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.3.Final-jandex.jar +0 -0
  1188. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.3.Final.jar +0 -0
  1189. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final-jandex.jar +0 -0
  1190. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final.jar +0 -0
  1191. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final.jar.index +0 -11
  1192. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml +0 -46
  1193. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar +0 -0
  1194. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar.index +0 -2
  1195. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final.jar +0 -0
  1196. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final.jar.index +0 -45
  1197. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml +0 -43
  1198. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.3.Final-jandex.jar +0 -0
  1199. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.3.Final.jar +0 -0
  1200. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml +0 -41
  1201. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.3.Final-jandex.jar +0 -0
  1202. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.3.Final.jar +0 -0
  1203. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml +0 -44
  1204. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.3.Final-jandex.jar +0 -0
  1205. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.3.Final.jar +0 -0
  1206. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml +0 -47
  1207. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.3.Final-jandex.jar +0 -0
  1208. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.3.Final.jar +0 -0
  1209. data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.3.Final.jar.index +0 -16
  1210. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.1.Final.jar +0 -0
  1211. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.1.Final.jar.index +0 -11
  1212. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.1.Final.jar +0 -0
  1213. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.1.Final.jar.index +0 -11
  1214. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.1.Final.jar +0 -0
  1215. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.1.Final.jar.index +0 -10
  1216. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.1.Final.jar +0 -0
  1217. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.1.Final.jar.index +0 -11
  1218. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.1.Final.jar +0 -0
  1219. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.1.Final.jar.index +0 -11
  1220. data/jboss/modules/org/jboss/security/negotiation/main/module.xml +0 -47
  1221. data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar +0 -0
  1222. data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar.index +0 -34
  1223. data/jboss/modules/org/jboss/security/xacml/main/module.xml +0 -40
  1224. data/jboss/modules/org/jboss/shrinkwrap/core/main/module.xml +0 -39
  1225. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar +0 -0
  1226. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar.index +0 -17
  1227. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar +0 -0
  1228. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar.index +0 -27
  1229. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar +0 -0
  1230. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar.index +0 -9
  1231. data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar.index +0 -8
  1232. data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index +0 -8
  1233. data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar +0 -0
  1234. data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index +0 -9
  1235. data/jboss/modules/org/jboss/threads/main/module.xml +0 -39
  1236. data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar.index +0 -15
  1237. data/jboss/modules/org/jboss/weld/api/main/module.xml +0 -40
  1238. data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar +0 -0
  1239. data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar.index +0 -13
  1240. data/jboss/modules/org/jboss/weld/core/main/module.xml +0 -56
  1241. data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.10.Final.jar +0 -0
  1242. data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.10.Final.jar.index +0 -67
  1243. data/jboss/modules/org/jboss/weld/spi/main/module.xml +0 -46
  1244. data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar +0 -0
  1245. data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar.index +0 -39
  1246. data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar +0 -0
  1247. data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar.index +0 -16
  1248. data/jboss/modules/org/jboss/ws/api/main/module.xml +0 -41
  1249. data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.4.GA.jar +0 -0
  1250. data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.4.GA.jar.index +0 -27
  1251. data/jboss/modules/org/jboss/ws/common/main/module.xml +0 -52
  1252. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml +0 -50
  1253. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.5.GA.jar +0 -0
  1254. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.5.GA.jar.index +0 -6
  1255. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml +0 -37
  1256. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.5.GA.jar +0 -0
  1257. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.5.GA.jar.index +0 -28
  1258. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml +0 -68
  1259. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.5.GA.jar +0 -0
  1260. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.5.GA.jar.index +0 -14
  1261. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml +0 -50
  1262. data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.5.GA.jar +0 -0
  1263. data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.5.GA.jar.index +0 -22
  1264. data/jboss/modules/org/jboss/ws/jaxws-client/main/module.xml +0 -64
  1265. data/jboss/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar +0 -0
  1266. data/jboss/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml +0 -40
  1267. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.5.GA.jar +0 -0
  1268. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.5.GA.jar.index +0 -47
  1269. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/module.xml +0 -50
  1270. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.5.GA.jar +0 -0
  1271. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.5.GA.jar.index +0 -6
  1272. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/module.xml +0 -35
  1273. data/jboss/modules/org/jboss/ws/saaj-impl/main/module.xml +0 -39
  1274. data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.4.GA.jar +0 -0
  1275. data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.4.GA.jar.index +0 -26
  1276. data/jboss/modules/org/jboss/ws/spi/main/module.xml +0 -45
  1277. data/jboss/modules/org/jboss/ws/tools/common/main/jbossws-common-tools-1.0.1.GA.jar +0 -0
  1278. data/jboss/modules/org/jboss/ws/tools/common/main/module.xml +0 -47
  1279. data/jboss/modules/org/jboss/ws/tools/wsconsume/main/module.xml +0 -38
  1280. data/jboss/modules/org/jboss/ws/tools/wsprovide/main/module.xml +0 -38
  1281. data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar +0 -0
  1282. data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index +0 -31
  1283. data/jboss/modules/org/jboss/xb/main/module.xml +0 -42
  1284. data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.7.GA.jar.index +0 -11
  1285. data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.7.GA.jar.index +0 -9
  1286. data/jboss/modules/org/jboss/xts/main/jbosstxbridge-4.16.6.Final.jar +0 -0
  1287. data/jboss/modules/org/jboss/xts/main/jbossxts-4.16.6.Final.jar +0 -0
  1288. data/jboss/modules/org/jboss/xts/main/jbossxts-api-4.16.6.Final.jar +0 -0
  1289. data/jboss/modules/org/jboss/xts/main/module.xml +0 -58
  1290. data/jboss/modules/org/jdom/main/jdom-1.1.2.jar +0 -0
  1291. data/jboss/modules/org/jdom/main/module.xml +0 -35
  1292. data/jboss/modules/org/jgroups/main/jgroups-3.0.14.Final.jar +0 -0
  1293. data/jboss/modules/org/jgroups/main/jgroups-3.0.14.Final.jar.index +0 -26
  1294. data/jboss/modules/org/jgroups/main/module.xml +0 -36
  1295. data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar +0 -0
  1296. data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar.index +0 -29
  1297. data/jboss/modules/org/joda/time/main/module.xml +0 -35
  1298. data/jboss/modules/org/kohsuke/rngom/main/module.xml +0 -39
  1299. data/jboss/modules/org/kohsuke/rngom/main/rngom-201103.jboss-1.jar +0 -0
  1300. data/jboss/modules/org/kohsuke/rngom/main/rngom-201103.jboss-1.jar.index +0 -26
  1301. data/jboss/modules/org/omg/api/main/module.xml +0 -106
  1302. data/jboss/modules/org/osgi/core/main/module.xml +0 -34
  1303. data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar +0 -0
  1304. data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index +0 -28
  1305. data/jboss/modules/org/picketbox/main/module.xml +0 -47
  1306. data/jboss/modules/org/picketbox/main/picketbox-4.0.14.Final.jar +0 -0
  1307. data/jboss/modules/org/picketbox/main/picketbox-4.0.14.Final.jar.index +0 -82
  1308. data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar.index +0 -10
  1309. data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.14.Final.jar +0 -0
  1310. data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.14.Final.jar.index +0 -9
  1311. data/jboss/modules/org/picketlink/main/module.xml +0 -51
  1312. data/jboss/modules/org/picketlink/main/picketlink-core-2.1.4.Final-jandex-jandex.jar +0 -0
  1313. data/jboss/modules/org/picketlink/main/picketlink-core-2.1.4.Final-jandex.jar +0 -0
  1314. data/jboss/modules/org/picketlink/main/picketlink-core-2.1.4.Final.jar +0 -0
  1315. data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.4.Final-jandex.jar +0 -0
  1316. data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.4.Final.jar +0 -0
  1317. data/jboss/modules/org/projectodd/polyglot/cache/main/module.xml +0 -58
  1318. data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-cache.jar +0 -0
  1319. data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-core.jar +0 -0
  1320. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/module.xml +0 -47
  1321. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-core.jar +0 -0
  1322. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-hasingleton.jar +0 -0
  1323. data/jboss/modules/org/projectodd/polyglot/stomp/main/module.xml +0 -62
  1324. data/jboss/modules/org/projectodd/polyglot/stomp/main/polyglot-core.jar +0 -0
  1325. data/jboss/modules/org/projectodd/polyglot/stomp/main/polyglot-stomp.jar +0 -0
  1326. data/jboss/modules/org/projectodd/polyglot/stomp/main/polyglot-web.jar +0 -0
  1327. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-conduit-server-core.jar +0 -0
  1328. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-conduit-server-spi.jar +0 -0
  1329. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomp-api.jar +0 -0
  1330. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomp-common.jar +0 -0
  1331. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomp-server-core.jar +0 -0
  1332. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomp-server-spi.jar +0 -0
  1333. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomplet-api.jar +0 -0
  1334. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomplet-server-core.jar +0 -0
  1335. data/jboss/modules/org/projectodd/polyglot/stomp/main/subsystem/socket-binding.conf +0 -1
  1336. data/jboss/modules/org/projectodd/polyglot/stomp/main/subsystem/subsystem.xml +0 -1
  1337. data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar +0 -0
  1338. data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar.index +0 -173
  1339. data/jboss/modules/org/python/jython/standalone/main/module.xml +0 -38
  1340. data/jboss/modules/org/scannotation/scannotation/main/module.xml +0 -40
  1341. data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar +0 -0
  1342. data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index +0 -8
  1343. data/jboss/modules/org/slf4j/ext/main/module.xml +0 -36
  1344. data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar +0 -0
  1345. data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index +0 -12
  1346. data/jboss/modules/org/slf4j/impl/main/module.xml +0 -40
  1347. data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar +0 -0
  1348. data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index +0 -8
  1349. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar +0 -0
  1350. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index +0 -11
  1351. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/module.xml +0 -34
  1352. data/jboss/modules/org/slf4j/main/module.xml +0 -34
  1353. data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar +0 -0
  1354. data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index +0 -9
  1355. data/jboss/modules/org/torquebox/bootstrap/main/module.xml +0 -57
  1356. data/jboss/modules/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
  1357. data/jboss/modules/org/torquebox/cdi/main/module.xml +0 -48
  1358. data/jboss/modules/org/torquebox/cdi/main/torquebox-cdi.jar +0 -0
  1359. data/jboss/modules/org/torquebox/core/main/module.xml +0 -80
  1360. data/jboss/modules/org/torquebox/core/main/polyglot-core.jar +0 -0
  1361. data/jboss/modules/org/torquebox/core/main/torquebox-core.jar +0 -0
  1362. data/jboss/modules/org/torquebox/jobs/main/c3p0.jar +0 -0
  1363. data/jboss/modules/org/torquebox/jobs/main/module.xml +0 -51
  1364. data/jboss/modules/org/torquebox/jobs/main/polyglot-jobs.jar +0 -0
  1365. data/jboss/modules/org/torquebox/jobs/main/torquebox-jobs.jar +0 -0
  1366. data/jboss/modules/org/torquebox/messaging/main/module.xml +0 -52
  1367. data/jboss/modules/org/torquebox/messaging/main/polyglot-messaging.jar +0 -0
  1368. data/jboss/modules/org/torquebox/messaging/main/torquebox-messaging.jar +0 -0
  1369. data/jboss/modules/org/torquebox/security/main/module.xml +0 -47
  1370. data/jboss/modules/org/torquebox/security/main/torquebox-security.jar +0 -0
  1371. data/jboss/modules/org/torquebox/services/main/module.xml +0 -46
  1372. data/jboss/modules/org/torquebox/services/main/torquebox-services.jar +0 -0
  1373. data/jboss/modules/org/torquebox/stomp/main/module.xml +0 -53
  1374. data/jboss/modules/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
  1375. data/jboss/modules/org/torquebox/web/main/module.xml +0 -57
  1376. data/jboss/modules/org/torquebox/web/main/polyglot-web.jar +0 -0
  1377. data/jboss/modules/org/torquebox/web/main/torquebox-web.jar +0 -0
  1378. data/jboss/modules/org/yaml/snakeyaml/main/module.xml +0 -39
  1379. data/jboss/modules/org/yaml/snakeyaml/main/snakeyaml-1.8.jar +0 -0
  1380. data/jboss/modules/sun/jdk/main/module.xml +0 -86
  1381. data/jboss/modules/sun/jdk/main/service-loader-resources.index +0 -3
  1382. data/jboss/welcome-content/as7_logo.png +0 -0
  1383. data/jboss/welcome-content/as7_style.css +0 -63
  1384. data/jboss/welcome-content/bkg.gif +0 -0
  1385. data/jboss/welcome-content/documentation.html +0 -75
  1386. data/jboss/welcome-content/favicon.ico +0 -0
  1387. data/jboss/welcome-content/index.html +0 -57
  1388. data/jboss/welcome-content/index_noconsole.html +0 -57
  1389. data/jboss/welcome-content/jboss_community.png +0 -0
  1390. data/jboss/welcome-content/noconsole.html +0 -47
  1391. data/jboss/welcome-content/noredirect.html +0 -50
  1392. data/licenses/lgpl-2.1.txt +0 -502
  1393. data/share/rails/template.rb +0 -123
@@ -1,2431 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xsd:schema targetNamespace="http://java.sun.com/xml/ns/javaee"
3
- xmlns:javaee="http://java.sun.com/xml/ns/javaee"
4
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
5
- elementFormDefault="qualified"
6
- attributeFormDefault="unqualified"
7
- version="6">
8
- <xsd:annotation>
9
- <xsd:documentation>
10
-
11
- $Id$
12
-
13
- </xsd:documentation>
14
- </xsd:annotation>
15
-
16
- <xsd:annotation>
17
- <xsd:documentation>
18
-
19
- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
20
-
21
- Copyright 2003-2009 Sun Microsystems, Inc. All rights reserved.
22
-
23
- The contents of this file are subject to the terms of either the
24
- GNU General Public License Version 2 only ("GPL") or the Common
25
- Development and Distribution License("CDDL") (collectively, the
26
- "License"). You may not use this file except in compliance with
27
- the License. You can obtain a copy of the License at
28
- https://glassfish.dev.java.net/public/CDDL+GPL.html or
29
- glassfish/bootstrap/legal/LICENSE.txt. See the License for the
30
- specific language governing permissions and limitations under the
31
- License.
32
-
33
- When distributing the software, include this License Header
34
- Notice in each file and include the License file at
35
- glassfish/bootstrap/legal/LICENSE.txt. Sun designates this
36
- particular file as subject to the "Classpath" exception as
37
- provided by Sun in the GPL Version 2 section of the License file
38
- that accompanied this code. If applicable, add the following
39
- below the License Header, with the fields enclosed by brackets []
40
- replaced by your own identifying information:
41
- "Portions Copyrighted [year] [name of copyright owner]"
42
-
43
- Contributor(s):
44
-
45
- If you wish your version of this file to be governed by only the
46
- CDDL or only the GPL Version 2, indicate your decision by adding
47
- "[Contributor] elects to include this software in this
48
- distribution under the [CDDL or GPL Version 2] license." If you
49
- don't indicate a single choice of license, a recipient has the
50
- option to distribute your version of this file under either the
51
- CDDL, the GPL Version 2 or to extend the choice of license to its
52
- licensees as provided above. However, if you add GPL Version 2
53
- code and therefore, elected the GPL Version 2 license, then the
54
- option applies only if the new code is made subject to such
55
- option by the copyright holder.
56
-
57
- </xsd:documentation>
58
- </xsd:annotation>
59
-
60
- <xsd:annotation>
61
- <xsd:documentation>
62
-
63
- The following definitions that appear in the common
64
- shareable schema(s) of Java EE deployment descriptors should be
65
- interpreted with respect to the context they are included:
66
-
67
- Deployment Component may indicate one of the following:
68
- java ee application;
69
- application client;
70
- web application;
71
- enterprise bean;
72
- resource adapter;
73
-
74
- Deployment File may indicate one of the following:
75
- ear file;
76
- war file;
77
- jar file;
78
- rar file;
79
-
80
- </xsd:documentation>
81
- </xsd:annotation>
82
-
83
- <xsd:import namespace="http://www.w3.org/XML/1998/namespace"
84
- schemaLocation="http://www.w3.org/2001/xml.xsd"/>
85
-
86
- <xsd:include schemaLocation="javaee_web_services_client_1_3.xsd"/>
87
-
88
- <xsd:group name="descriptionGroup">
89
- <xsd:annotation>
90
- <xsd:documentation>
91
-
92
- This group keeps the usage of the contained description related
93
- elements consistent across Java EE deployment descriptors.
94
-
95
- All elements may occur multiple times with different languages,
96
- to support localization of the content.
97
-
98
- </xsd:documentation>
99
- </xsd:annotation>
100
- <xsd:sequence>
101
- <xsd:element name="description"
102
- type="javaee:descriptionType"
103
- minOccurs="0"
104
- maxOccurs="unbounded"/>
105
- <xsd:element name="display-name"
106
- type="javaee:display-nameType"
107
- minOccurs="0"
108
- maxOccurs="unbounded"/>
109
- <xsd:element name="icon"
110
- type="javaee:iconType"
111
- minOccurs="0"
112
- maxOccurs="unbounded"/>
113
- </xsd:sequence>
114
- </xsd:group>
115
-
116
- <xsd:group name="jndiEnvironmentRefsGroup">
117
- <xsd:annotation>
118
- <xsd:documentation>
119
-
120
- This group keeps the usage of the contained JNDI environment
121
- reference elements consistent across Java EE deployment descriptors.
122
-
123
- </xsd:documentation>
124
- </xsd:annotation>
125
- <xsd:sequence>
126
- <xsd:element name="env-entry"
127
- type="javaee:env-entryType"
128
- minOccurs="0"
129
- maxOccurs="unbounded"/>
130
- <xsd:element name="ejb-ref"
131
- type="javaee:ejb-refType"
132
- minOccurs="0"
133
- maxOccurs="unbounded"/>
134
- <xsd:element name="ejb-local-ref"
135
- type="javaee:ejb-local-refType"
136
- minOccurs="0"
137
- maxOccurs="unbounded"/>
138
- <xsd:group ref="javaee:service-refGroup"/>
139
- <xsd:element name="resource-ref"
140
- type="javaee:resource-refType"
141
- minOccurs="0"
142
- maxOccurs="unbounded"/>
143
- <xsd:element name="resource-env-ref"
144
- type="javaee:resource-env-refType"
145
- minOccurs="0"
146
- maxOccurs="unbounded"/>
147
- <xsd:element name="message-destination-ref"
148
- type="javaee:message-destination-refType"
149
- minOccurs="0"
150
- maxOccurs="unbounded"/>
151
- <xsd:element name="persistence-context-ref"
152
- type="javaee:persistence-context-refType"
153
- minOccurs="0"
154
- maxOccurs="unbounded"/>
155
- <xsd:element name="persistence-unit-ref"
156
- type="javaee:persistence-unit-refType"
157
- minOccurs="0"
158
- maxOccurs="unbounded"/>
159
- <xsd:element name="post-construct"
160
- type="javaee:lifecycle-callbackType"
161
- minOccurs="0"
162
- maxOccurs="unbounded"/>
163
- <xsd:element name="pre-destroy"
164
- type="javaee:lifecycle-callbackType"
165
- minOccurs="0"
166
- maxOccurs="unbounded"/>
167
- <xsd:element name="data-source"
168
- type="javaee:data-sourceType"
169
- minOccurs="0"
170
- maxOccurs="unbounded"/>
171
- </xsd:sequence>
172
- </xsd:group>
173
-
174
- <xsd:group name="resourceGroup">
175
- <xsd:annotation>
176
- <xsd:documentation>
177
-
178
- This group collects elements that are common to most
179
- JNDI resource elements.
180
-
181
- </xsd:documentation>
182
- </xsd:annotation>
183
- <xsd:sequence>
184
- <xsd:group ref="javaee:resourceBaseGroup"/>
185
- <xsd:element name="lookup-name"
186
- type="javaee:xsdStringType"
187
- minOccurs="0">
188
- <xsd:annotation>
189
- <xsd:documentation>
190
-
191
- The JNDI name to be looked up to resolve a resource reference.
192
-
193
- </xsd:documentation>
194
- </xsd:annotation>
195
- </xsd:element>
196
- </xsd:sequence>
197
- </xsd:group>
198
-
199
- <xsd:group name="resourceBaseGroup">
200
- <xsd:annotation>
201
- <xsd:documentation>
202
-
203
- This group collects elements that are common to all the
204
- JNDI resource elements. It does not include the lookup-name
205
- element, that is only applicable to some resource elements.
206
-
207
- </xsd:documentation>
208
- </xsd:annotation>
209
- <xsd:sequence>
210
- <xsd:element name="mapped-name"
211
- type="javaee:xsdStringType"
212
- minOccurs="0">
213
- <xsd:annotation>
214
- <xsd:documentation>
215
-
216
- A product specific name that this resource should be
217
- mapped to. The name of this resource, as defined by the
218
- resource's name element or defaulted, is a name that is
219
- local to the application component using the resource.
220
- (It's a name in the JNDI java:comp/env namespace.) Many
221
- application servers provide a way to map these local
222
- names to names of resources known to the application
223
- server. This mapped name is often a global JNDI name,
224
- but may be a name of any form.
225
-
226
- Application servers are not required to support any
227
- particular form or type of mapped name, nor the ability
228
- to use mapped names. The mapped name is
229
- product-dependent and often installation-dependent. No
230
- use of a mapped name is portable.
231
-
232
- </xsd:documentation>
233
- </xsd:annotation>
234
- </xsd:element>
235
- <xsd:element name="injection-target"
236
- type="javaee:injection-targetType"
237
- minOccurs="0"
238
- maxOccurs="unbounded"/>
239
- </xsd:sequence>
240
- </xsd:group>
241
-
242
-
243
- <!-- **************************************************** -->
244
-
245
- <xsd:complexType name="data-sourceType">
246
- <xsd:annotation>
247
- <xsd:documentation>
248
-
249
- Configuration of a DataSource.
250
-
251
- </xsd:documentation>
252
- </xsd:annotation>
253
- <xsd:sequence>
254
- <xsd:element name="description"
255
- type="javaee:descriptionType"
256
- minOccurs="0">
257
- <xsd:annotation>
258
- <xsd:documentation>
259
-
260
- Description of this DataSource.
261
-
262
- </xsd:documentation>
263
- </xsd:annotation>
264
- </xsd:element>
265
- <xsd:element name="name"
266
- type="javaee:jndi-nameType">
267
- <xsd:annotation>
268
- <xsd:documentation>
269
-
270
- The name element specifies the JNDI name of the
271
- data source being defined.
272
-
273
- </xsd:documentation>
274
- </xsd:annotation>
275
- </xsd:element>
276
- <xsd:element name="class-name"
277
- type="javaee:fully-qualified-classType"
278
- minOccurs="0">
279
- <xsd:annotation>
280
- <xsd:documentation>
281
-
282
- DataSource, XADataSource or ConnectionPoolDataSource
283
- implementation class.
284
-
285
- </xsd:documentation>
286
- </xsd:annotation>
287
- </xsd:element>
288
- <xsd:element name="server-name"
289
- type="javaee:string"
290
- minOccurs="0">
291
- <xsd:annotation>
292
- <xsd:documentation>
293
-
294
- Database server name.
295
-
296
- </xsd:documentation>
297
- </xsd:annotation>
298
- </xsd:element>
299
- <xsd:element name="port-number"
300
- type="javaee:xsdIntegerType"
301
- minOccurs="0">
302
- <xsd:annotation>
303
- <xsd:documentation>
304
-
305
- Port number where a server is listening for requests.
306
-
307
- </xsd:documentation>
308
- </xsd:annotation>
309
- </xsd:element>
310
- <xsd:element name="database-name"
311
- type="javaee:string"
312
- minOccurs="0">
313
- <xsd:annotation>
314
- <xsd:documentation>
315
-
316
- Name of a database on a server.
317
-
318
- </xsd:documentation>
319
- </xsd:annotation>
320
- </xsd:element>
321
- <xsd:element name="url"
322
- type="javaee:jdbc-urlType"
323
- minOccurs="0">
324
- <xsd:annotation>
325
- <xsd:documentation>
326
- <![CDATA[[
327
- A JDBC URL. If the <code>url</code> property is specified
328
- along with other standard <code>DataSource</code> properties
329
- such as <code>serverName</code>, <code>databaseName</code>
330
- and <code>portNumber</code>, the more specific properties will
331
- take precedence and <code>url</code> will be ignored.
332
-
333
- ]]>
334
- </xsd:documentation>
335
- </xsd:annotation>
336
- </xsd:element>
337
- <xsd:element name="user"
338
- type="javaee:string"
339
- minOccurs="0">
340
- <xsd:annotation>
341
- <xsd:documentation>
342
-
343
- User name to use for connection authentication.
344
-
345
- </xsd:documentation>
346
- </xsd:annotation>
347
- </xsd:element>
348
- <xsd:element name="password"
349
- type="javaee:string"
350
- minOccurs="0">
351
- <xsd:annotation>
352
- <xsd:documentation>
353
-
354
- Password to use for connection authentication.
355
-
356
- </xsd:documentation>
357
- </xsd:annotation>
358
- </xsd:element>
359
- <xsd:element name="property"
360
- type="javaee:propertyType"
361
- minOccurs="0"
362
- maxOccurs="unbounded">
363
- <xsd:annotation>
364
- <xsd:documentation>
365
-
366
- JDBC DataSource property. This may be a vendor-specific
367
- property or a less commonly used DataSource property.
368
-
369
- </xsd:documentation>
370
- </xsd:annotation>
371
- </xsd:element>
372
- <xsd:element name="login-timeout"
373
- type="javaee:xsdIntegerType"
374
- minOccurs="0">
375
- <xsd:annotation>
376
- <xsd:documentation>
377
-
378
- Sets the maximum time in seconds that this data source
379
- will wait while attempting to connect to a database.
380
-
381
- </xsd:documentation>
382
- </xsd:annotation>
383
- </xsd:element>
384
- <xsd:element name="transactional"
385
- type="javaee:xsdBooleanType"
386
- minOccurs="0">
387
- <xsd:annotation>
388
- <xsd:documentation>
389
-
390
- Set to false if connections should not participate in
391
- transactions.
392
-
393
- </xsd:documentation>
394
- </xsd:annotation>
395
- </xsd:element>
396
- <xsd:element name="isolation-level"
397
- type="javaee:isolation-levelType"
398
- minOccurs="0">
399
- <xsd:annotation>
400
- <xsd:documentation>
401
-
402
- Isolation level for connections.
403
-
404
- </xsd:documentation>
405
- </xsd:annotation>
406
- </xsd:element>
407
- <xsd:element name="initial-pool-size"
408
- type="javaee:xsdIntegerType"
409
- minOccurs="0">
410
- <xsd:annotation>
411
- <xsd:documentation>
412
-
413
- Number of connections that should be created when a
414
- connection pool is initialized.
415
-
416
- </xsd:documentation>
417
- </xsd:annotation>
418
- </xsd:element>
419
- <xsd:element name="max-pool-size"
420
- type="javaee:xsdIntegerType"
421
- minOccurs="0">
422
- <xsd:annotation>
423
- <xsd:documentation>
424
-
425
- Maximum number of connections that should be concurrently
426
- allocated for a connection pool.
427
-
428
- </xsd:documentation>
429
- </xsd:annotation>
430
- </xsd:element>
431
- <xsd:element name="min-pool-size"
432
- type="javaee:xsdIntegerType"
433
- minOccurs="0">
434
- <xsd:annotation>
435
- <xsd:documentation>
436
-
437
- Minimum number of connections that should be concurrently
438
- allocated for a connection pool.
439
-
440
- </xsd:documentation>
441
- </xsd:annotation>
442
- </xsd:element>
443
- <xsd:element name="max-idle-time"
444
- type="javaee:xsdIntegerType"
445
- minOccurs="0">
446
- <xsd:annotation>
447
- <xsd:documentation>
448
-
449
- The number of seconds that a physical connection should
450
- remain unused in the pool before the connection is
451
- closed for a connection pool.
452
-
453
- </xsd:documentation>
454
- </xsd:annotation>
455
- </xsd:element>
456
- <xsd:element name="max-statements"
457
- type="javaee:xsdIntegerType"
458
- minOccurs="0">
459
- <xsd:annotation>
460
- <xsd:documentation>
461
-
462
- The total number of statements that a connection pool
463
- should keep open.
464
-
465
- </xsd:documentation>
466
- </xsd:annotation>
467
- </xsd:element>
468
- </xsd:sequence>
469
- <xsd:attribute name="id"
470
- type="xsd:ID"/>
471
- </xsd:complexType>
472
-
473
-
474
- <!-- **************************************************** -->
475
-
476
- <xsd:complexType name="descriptionType">
477
- <xsd:annotation>
478
- <xsd:documentation>
479
-
480
- The description type is used by a description element to
481
- provide text describing the parent element. The elements
482
- that use this type should include any information that the
483
- Deployment Component's Deployment File file producer wants
484
- to provide to the consumer of the Deployment Component's
485
- Deployment File (i.e., to the Deployer). Typically, the
486
- tools used by such a Deployment File consumer will display
487
- the description when processing the parent element that
488
- contains the description.
489
-
490
- The lang attribute defines the language that the
491
- description is provided in. The default value is "en" (English).
492
-
493
- </xsd:documentation>
494
- </xsd:annotation>
495
- <xsd:simpleContent>
496
- <xsd:extension base="javaee:xsdStringType">
497
- <xsd:attribute ref="xml:lang"/>
498
- </xsd:extension>
499
- </xsd:simpleContent>
500
- </xsd:complexType>
501
-
502
- <xsd:simpleType name="dewey-versionType">
503
- <xsd:annotation>
504
- <xsd:documentation>
505
-
506
- This type defines a dewey decimal that is used
507
- to describe versions of documents.
508
-
509
- </xsd:documentation>
510
- </xsd:annotation>
511
- <xsd:restriction base="xsd:token">
512
- <xsd:pattern value="\.?[0-9]+(\.[0-9]+)*"/>
513
- </xsd:restriction>
514
- </xsd:simpleType>
515
-
516
-
517
- <!-- **************************************************** -->
518
-
519
- <xsd:complexType name="display-nameType">
520
- <xsd:annotation>
521
- <xsd:documentation>
522
- <![CDATA[[
523
- The display-name type contains a short name that is intended
524
- to be displayed by tools. It is used by display-name
525
- elements. The display name need not be unique.
526
-
527
- Example:
528
-
529
- ...
530
- <display-name xml:lang="en">
531
- Employee Self Service
532
- </display-name>
533
-
534
- The value of the xml:lang attribute is "en" (English) by default.
535
-
536
- ]]>
537
- </xsd:documentation>
538
- </xsd:annotation>
539
- <xsd:simpleContent>
540
- <xsd:extension base="javaee:string">
541
- <xsd:attribute ref="xml:lang"/>
542
- </xsd:extension>
543
- </xsd:simpleContent>
544
- </xsd:complexType>
545
-
546
-
547
- <!-- **************************************************** -->
548
-
549
- <xsd:complexType name="ejb-linkType">
550
- <xsd:annotation>
551
- <xsd:documentation>
552
- <![CDATA[[
553
- The ejb-linkType is used by ejb-link
554
- elements in the ejb-ref or ejb-local-ref elements to specify
555
- that an EJB reference is linked to enterprise bean.
556
-
557
- The value of the ejb-link element must be the ejb-name of an
558
- enterprise bean in the same ejb-jar file or in another ejb-jar
559
- file in the same Java EE application unit.
560
-
561
- Alternatively, the name in the ejb-link element may be
562
- composed of a path name specifying the ejb-jar containing the
563
- referenced enterprise bean with the ejb-name of the target
564
- bean appended and separated from the path name by "#". The
565
- path name is relative to the Deployment File containing
566
- Deployment Component that is referencing the enterprise
567
- bean. This allows multiple enterprise beans with the same
568
- ejb-name to be uniquely identified.
569
-
570
- Examples:
571
-
572
- <ejb-link>EmployeeRecord</ejb-link>
573
-
574
- <ejb-link>../products/product.jar#ProductEJB</ejb-link>
575
-
576
- ]]>
577
- </xsd:documentation>
578
- </xsd:annotation>
579
- <xsd:simpleContent>
580
- <xsd:restriction base="javaee:string"/>
581
- </xsd:simpleContent>
582
- </xsd:complexType>
583
-
584
-
585
- <!-- **************************************************** -->
586
-
587
- <xsd:complexType name="ejb-local-refType">
588
- <xsd:annotation>
589
- <xsd:documentation>
590
-
591
- The ejb-local-refType is used by ejb-local-ref elements for
592
- the declaration of a reference to an enterprise bean's local
593
- home or to the local business interface of a 3.0 bean.
594
- The declaration consists of:
595
-
596
- - an optional description
597
- - the EJB reference name used in the code of the Deployment
598
- Component that's referencing the enterprise bean.
599
- - the optional expected type of the referenced enterprise bean
600
- - the optional expected local interface of the referenced
601
- enterprise bean or the local business interface of the
602
- referenced enterprise bean.
603
- - the optional expected local home interface of the referenced
604
- enterprise bean. Not applicable if this ejb-local-ref refers
605
- to the local business interface of a 3.0 bean.
606
- - optional ejb-link information, used to specify the
607
- referenced enterprise bean
608
- - optional elements to define injection of the named enterprise
609
- bean into a component field or property.
610
-
611
- </xsd:documentation>
612
- </xsd:annotation>
613
- <xsd:sequence>
614
- <xsd:element name="description"
615
- type="javaee:descriptionType"
616
- minOccurs="0"
617
- maxOccurs="unbounded"/>
618
- <xsd:element name="ejb-ref-name"
619
- type="javaee:ejb-ref-nameType"/>
620
- <xsd:element name="ejb-ref-type"
621
- type="javaee:ejb-ref-typeType"
622
- minOccurs="0"/>
623
- <xsd:element name="local-home"
624
- type="javaee:local-homeType"
625
- minOccurs="0"/>
626
- <xsd:element name="local"
627
- type="javaee:localType"
628
- minOccurs="0"/>
629
- <xsd:element name="ejb-link"
630
- type="javaee:ejb-linkType"
631
- minOccurs="0"/>
632
- <xsd:group ref="javaee:resourceGroup"/>
633
- </xsd:sequence>
634
- <xsd:attribute name="id"
635
- type="xsd:ID"/>
636
- </xsd:complexType>
637
-
638
-
639
- <!-- **************************************************** -->
640
-
641
- <xsd:complexType name="ejb-ref-nameType">
642
- <xsd:annotation>
643
- <xsd:documentation>
644
- <![CDATA[[
645
- The ejb-ref-name element contains the name of an EJB
646
- reference. The EJB reference is an entry in the
647
- Deployment Component's environment and is relative to the
648
- java:comp/env context. The name must be unique within the
649
- Deployment Component.
650
-
651
- It is recommended that name is prefixed with "ejb/".
652
-
653
- Example:
654
-
655
- <ejb-ref-name>ejb/Payroll</ejb-ref-name>
656
-
657
- ]]>
658
- </xsd:documentation>
659
- </xsd:annotation>
660
- <xsd:simpleContent>
661
- <xsd:restriction base="javaee:jndi-nameType"/>
662
- </xsd:simpleContent>
663
- </xsd:complexType>
664
-
665
-
666
- <!-- **************************************************** -->
667
-
668
- <xsd:complexType name="ejb-refType">
669
- <xsd:annotation>
670
- <xsd:documentation>
671
-
672
- The ejb-refType is used by ejb-ref elements for the
673
- declaration of a reference to an enterprise bean's home or
674
- to the remote business interface of a 3.0 bean.
675
- The declaration consists of:
676
-
677
- - an optional description
678
- - the EJB reference name used in the code of
679
- the Deployment Component that's referencing the enterprise
680
- bean.
681
- - the optional expected type of the referenced enterprise bean
682
- - the optional remote interface of the referenced enterprise bean
683
- or the remote business interface of the referenced enterprise
684
- bean
685
- - the optional expected home interface of the referenced
686
- enterprise bean. Not applicable if this ejb-ref
687
- refers to the remote business interface of a 3.0 bean.
688
- - optional ejb-link information, used to specify the
689
- referenced enterprise bean
690
- - optional elements to define injection of the named enterprise
691
- bean into a component field or property
692
-
693
- </xsd:documentation>
694
- </xsd:annotation>
695
- <xsd:sequence>
696
- <xsd:element name="description"
697
- type="javaee:descriptionType"
698
- minOccurs="0"
699
- maxOccurs="unbounded"/>
700
- <xsd:element name="ejb-ref-name"
701
- type="javaee:ejb-ref-nameType"/>
702
- <xsd:element name="ejb-ref-type"
703
- type="javaee:ejb-ref-typeType"
704
- minOccurs="0"/>
705
- <xsd:element name="home"
706
- type="javaee:homeType"
707
- minOccurs="0"/>
708
- <xsd:element name="remote"
709
- type="javaee:remoteType"
710
- minOccurs="0"/>
711
- <xsd:element name="ejb-link"
712
- type="javaee:ejb-linkType"
713
- minOccurs="0"/>
714
- <xsd:group ref="javaee:resourceGroup"/>
715
- </xsd:sequence>
716
- <xsd:attribute name="id"
717
- type="xsd:ID"/>
718
- </xsd:complexType>
719
-
720
-
721
- <!-- **************************************************** -->
722
-
723
- <xsd:complexType name="ejb-ref-typeType">
724
- <xsd:annotation>
725
- <xsd:documentation>
726
-
727
- The ejb-ref-typeType contains the expected type of the
728
- referenced enterprise bean.
729
-
730
- The ejb-ref-type designates a value
731
- that must be one of the following:
732
-
733
- Entity
734
- Session
735
-
736
- </xsd:documentation>
737
- </xsd:annotation>
738
- <xsd:simpleContent>
739
- <xsd:restriction base="javaee:string">
740
- <xsd:enumeration value="Entity"/>
741
- <xsd:enumeration value="Session"/>
742
- </xsd:restriction>
743
- </xsd:simpleContent>
744
- </xsd:complexType>
745
-
746
-
747
- <!-- **************************************************** -->
748
-
749
- <xsd:complexType name="emptyType">
750
- <xsd:annotation>
751
- <xsd:documentation>
752
-
753
- This type is used to designate an empty
754
- element when used.
755
-
756
- </xsd:documentation>
757
- </xsd:annotation>
758
- <xsd:attribute name="id"
759
- type="xsd:ID"/>
760
- </xsd:complexType>
761
-
762
-
763
- <!-- **************************************************** -->
764
-
765
- <xsd:complexType name="env-entryType">
766
- <xsd:annotation>
767
- <xsd:documentation>
768
-
769
- The env-entryType is used to declare an application's
770
- environment entry. The declaration consists of an optional
771
- description, the name of the environment entry, a type
772
- (optional if the value is injected, otherwise required), and
773
- an optional value.
774
-
775
- It also includes optional elements to define injection of
776
- the named resource into fields or JavaBeans properties.
777
-
778
- If a value is not specified and injection is requested,
779
- no injection will occur and no entry of the specified name
780
- will be created. This allows an initial value to be
781
- specified in the source code without being incorrectly
782
- changed when no override has been specified.
783
-
784
- If a value is not specified and no injection is requested,
785
- a value must be supplied during deployment.
786
-
787
- This type is used by env-entry elements.
788
-
789
- </xsd:documentation>
790
- </xsd:annotation>
791
- <xsd:sequence>
792
- <xsd:element name="description"
793
- type="javaee:descriptionType"
794
- minOccurs="0"
795
- maxOccurs="unbounded"/>
796
- <xsd:element name="env-entry-name"
797
- type="javaee:jndi-nameType">
798
- <xsd:annotation>
799
- <xsd:documentation>
800
- <![CDATA[[
801
- The env-entry-name element contains the name of a
802
- Deployment Component's environment entry. The name
803
- is a JNDI name relative to the java:comp/env
804
- context. The name must be unique within a
805
- Deployment Component. The uniqueness
806
- constraints must be defined within the declared
807
- context.
808
-
809
- Example:
810
-
811
- <env-entry-name>minAmount</env-entry-name>
812
-
813
- ]]>
814
- </xsd:documentation>
815
- </xsd:annotation>
816
- </xsd:element>
817
- <xsd:element name="env-entry-type"
818
- type="javaee:env-entry-type-valuesType"
819
- minOccurs="0">
820
- <xsd:annotation>
821
- <xsd:documentation>
822
- <![CDATA[[
823
- The env-entry-type element contains the Java language
824
- type of the environment entry. If an injection target
825
- is specified for the environment entry, the type may
826
- be omitted, or must match the type of the injection
827
- target. If no injection target is specified, the type
828
- is required.
829
-
830
- Example:
831
-
832
- <env-entry-type>java.lang.Integer</env-entry-type>
833
-
834
- ]]>
835
- </xsd:documentation>
836
- </xsd:annotation>
837
- </xsd:element>
838
- <xsd:element name="env-entry-value"
839
- type="javaee:xsdStringType"
840
- minOccurs="0">
841
- <xsd:annotation>
842
- <xsd:documentation>
843
- <![CDATA[[
844
- The env-entry-value designates the value of a
845
- Deployment Component's environment entry. The value
846
- must be a String that is valid for the
847
- constructor of the specified type that takes a
848
- single String parameter, or for java.lang.Character,
849
- a single character.
850
-
851
- Example:
852
-
853
- <env-entry-value>100.00</env-entry-value>
854
-
855
- ]]>
856
- </xsd:documentation>
857
- </xsd:annotation>
858
- </xsd:element>
859
- <xsd:group ref="javaee:resourceGroup"/>
860
- </xsd:sequence>
861
- <xsd:attribute name="id"
862
- type="xsd:ID"/>
863
- </xsd:complexType>
864
-
865
-
866
- <!-- **************************************************** -->
867
-
868
- <xsd:complexType name="env-entry-type-valuesType">
869
- <xsd:annotation>
870
- <xsd:documentation>
871
- <![CDATA[[
872
- This type contains the fully-qualified Java type of the
873
- environment entry value that is expected by the
874
- application's code.
875
-
876
- The following are the legal values of env-entry-type-valuesType:
877
-
878
- java.lang.Boolean
879
- java.lang.Byte
880
- java.lang.Character
881
- java.lang.String
882
- java.lang.Short
883
- java.lang.Integer
884
- java.lang.Long
885
- java.lang.Float
886
- java.lang.Double
887
- java.lang.Class
888
- any enumeration type (i.e. a subclass of java.lang.Enum)
889
-
890
- Examples:
891
-
892
- <env-entry-type>java.lang.Boolean</env-entry-type>
893
- <env-entry-type>java.lang.Class</env-entry-type>
894
- <env-entry-type>com.example.Color</env-entry-type>
895
-
896
- ]]>
897
- </xsd:documentation>
898
- </xsd:annotation>
899
- <xsd:simpleContent>
900
- <xsd:restriction base="javaee:fully-qualified-classType"/>
901
- </xsd:simpleContent>
902
- </xsd:complexType>
903
-
904
-
905
- <!-- **************************************************** -->
906
-
907
- <xsd:complexType name="fully-qualified-classType">
908
- <xsd:annotation>
909
- <xsd:documentation>
910
-
911
- The elements that use this type designate the name of a
912
- Java class or interface. The name is in the form of a
913
- "binary name", as defined in the JLS. This is the form
914
- of name used in Class.forName(). Tools that need the
915
- canonical name (the name used in source code) will need
916
- to convert this binary name to the canonical name.
917
-
918
- </xsd:documentation>
919
- </xsd:annotation>
920
- <xsd:simpleContent>
921
- <xsd:restriction base="javaee:string"/>
922
- </xsd:simpleContent>
923
- </xsd:complexType>
924
-
925
-
926
- <!-- **************************************************** -->
927
-
928
- <xsd:complexType name="generic-booleanType">
929
- <xsd:annotation>
930
- <xsd:documentation>
931
-
932
- This type defines four different values which can designate
933
- boolean values. This includes values yes and no which are
934
- not designated by xsd:boolean
935
-
936
- </xsd:documentation>
937
- </xsd:annotation>
938
- <xsd:simpleContent>
939
- <xsd:restriction base="javaee:string">
940
- <xsd:enumeration value="true"/>
941
- <xsd:enumeration value="false"/>
942
- <xsd:enumeration value="yes"/>
943
- <xsd:enumeration value="no"/>
944
- </xsd:restriction>
945
- </xsd:simpleContent>
946
- </xsd:complexType>
947
-
948
-
949
- <!-- **************************************************** -->
950
-
951
- <xsd:complexType name="iconType">
952
- <xsd:annotation>
953
- <xsd:documentation>
954
-
955
- The icon type contains small-icon and large-icon elements
956
- that specify the file names for small and large GIF, JPEG,
957
- or PNG icon images used to represent the parent element in a
958
- GUI tool.
959
-
960
- The xml:lang attribute defines the language that the
961
- icon file names are provided in. Its value is "en" (English)
962
- by default.
963
-
964
- </xsd:documentation>
965
- </xsd:annotation>
966
- <xsd:sequence>
967
- <xsd:element name="small-icon"
968
- type="javaee:pathType"
969
- minOccurs="0">
970
- <xsd:annotation>
971
- <xsd:documentation>
972
- <![CDATA[[
973
- The small-icon element contains the name of a file
974
- containing a small (16 x 16) icon image. The file
975
- name is a relative path within the Deployment
976
- Component's Deployment File.
977
-
978
- The image may be in the GIF, JPEG, or PNG format.
979
- The icon can be used by tools.
980
-
981
- Example:
982
-
983
- <small-icon>employee-service-icon16x16.jpg</small-icon>
984
-
985
- ]]>
986
- </xsd:documentation>
987
- </xsd:annotation>
988
- </xsd:element>
989
- <xsd:element name="large-icon"
990
- type="javaee:pathType"
991
- minOccurs="0">
992
- <xsd:annotation>
993
- <xsd:documentation>
994
- <![CDATA[[
995
- The large-icon element contains the name of a file
996
- containing a large
997
- (32 x 32) icon image. The file name is a relative
998
- path within the Deployment Component's Deployment
999
- File.
1000
-
1001
- The image may be in the GIF, JPEG, or PNG format.
1002
- The icon can be used by tools.
1003
-
1004
- Example:
1005
-
1006
- <large-icon>employee-service-icon32x32.jpg</large-icon>
1007
-
1008
- ]]>
1009
- </xsd:documentation>
1010
- </xsd:annotation>
1011
- </xsd:element>
1012
- </xsd:sequence>
1013
- <xsd:attribute ref="xml:lang"/>
1014
- <xsd:attribute name="id"
1015
- type="xsd:ID"/>
1016
- </xsd:complexType>
1017
-
1018
-
1019
- <!-- **************************************************** -->
1020
-
1021
- <xsd:complexType name="injection-targetType">
1022
- <xsd:annotation>
1023
- <xsd:documentation>
1024
-
1025
- An injection target specifies a class and a name within
1026
- that class into which a resource should be injected.
1027
-
1028
- The injection target class specifies the fully qualified
1029
- class name that is the target of the injection. The
1030
- Java EE specifications describe which classes can be an
1031
- injection target.
1032
-
1033
- The injection target name specifies the target within
1034
- the specified class. The target is first looked for as a
1035
- JavaBeans property name. If not found, the target is
1036
- looked for as a field name.
1037
-
1038
- The specified resource will be injected into the target
1039
- during initialization of the class by either calling the
1040
- set method for the target property or by setting a value
1041
- into the named field.
1042
-
1043
- </xsd:documentation>
1044
- </xsd:annotation>
1045
- <xsd:sequence>
1046
- <xsd:element name="injection-target-class"
1047
- type="javaee:fully-qualified-classType"/>
1048
- <xsd:element name="injection-target-name"
1049
- type="javaee:java-identifierType"/>
1050
- </xsd:sequence>
1051
- </xsd:complexType>
1052
-
1053
- <xsd:simpleType name="isolation-levelType">
1054
- <xsd:annotation>
1055
- <xsd:documentation>
1056
-
1057
- The following transaction isolation levels are allowed
1058
- (see documentation for the java.sql.Connection interface):
1059
- TRANSACTION_READ_UNCOMMITTED
1060
- TRANSACTION_READ_COMMITTED
1061
- TRANSACTION_REPEATABLE_READ
1062
- TRANSACTION_SERIALIZABLE
1063
-
1064
- </xsd:documentation>
1065
- </xsd:annotation>
1066
- <xsd:restriction base="xsd:string">
1067
- <xsd:enumeration value="TRANSACTION_READ_UNCOMMITTED"/>
1068
- <xsd:enumeration value="TRANSACTION_READ_COMMITTED"/>
1069
- <xsd:enumeration value="TRANSACTION_REPEATABLE_READ"/>
1070
- <xsd:enumeration value="TRANSACTION_SERIALIZABLE"/>
1071
- </xsd:restriction>
1072
- </xsd:simpleType>
1073
-
1074
-
1075
- <!-- **************************************************** -->
1076
-
1077
- <xsd:complexType name="java-identifierType">
1078
- <xsd:annotation>
1079
- <xsd:documentation>
1080
-
1081
- The java-identifierType defines a Java identifier.
1082
- The users of this type should further verify that
1083
- the content does not contain Java reserved keywords.
1084
-
1085
- </xsd:documentation>
1086
- </xsd:annotation>
1087
- <xsd:simpleContent>
1088
- <xsd:restriction base="javaee:string">
1089
- <xsd:pattern value="($|_|\p{L})(\p{L}|\p{Nd}|_|$)*"/>
1090
- </xsd:restriction>
1091
- </xsd:simpleContent>
1092
- </xsd:complexType>
1093
-
1094
-
1095
- <!-- **************************************************** -->
1096
-
1097
- <xsd:complexType name="java-typeType">
1098
- <xsd:annotation>
1099
- <xsd:documentation>
1100
-
1101
- This is a generic type that designates a Java primitive
1102
- type or a fully qualified name of a Java interface/type,
1103
- or an array of such types.
1104
-
1105
- </xsd:documentation>
1106
- </xsd:annotation>
1107
- <xsd:simpleContent>
1108
- <xsd:restriction base="javaee:string">
1109
- <xsd:pattern value="[^\p{Z}]*"/>
1110
- </xsd:restriction>
1111
- </xsd:simpleContent>
1112
- </xsd:complexType>
1113
-
1114
-
1115
- <!-- **************************************************** -->
1116
-
1117
- <xsd:complexType name="jdbc-urlType">
1118
- <xsd:annotation>
1119
- <xsd:documentation>
1120
- <![CDATA[[
1121
- The jdbc-urlType contains the url pattern of the mapping.
1122
- It must follow the rules specified in Section 9.3 of the
1123
- JDBC Specification where the format is:
1124
-
1125
- jdbc:<subprotocol>:<subname>
1126
-
1127
- Example:
1128
-
1129
- <url>jdbc:mysql://localhost:3307/testdb</url>
1130
-
1131
- ]]>
1132
- </xsd:documentation>
1133
- </xsd:annotation>
1134
- <xsd:simpleContent>
1135
- <xsd:restriction base="javaee:string">
1136
- <xsd:pattern value="jdbc:(.*):(.*)"/>
1137
- </xsd:restriction>
1138
- </xsd:simpleContent>
1139
- </xsd:complexType>
1140
-
1141
-
1142
- <!-- **************************************************** -->
1143
-
1144
- <xsd:complexType name="jndi-nameType">
1145
- <xsd:annotation>
1146
- <xsd:documentation>
1147
-
1148
- The jndi-nameType type designates a JNDI name in the
1149
- Deployment Component's environment and is relative to the
1150
- java:comp/env context. A JNDI name must be unique within the
1151
- Deployment Component.
1152
-
1153
- </xsd:documentation>
1154
- </xsd:annotation>
1155
- <xsd:simpleContent>
1156
- <xsd:restriction base="javaee:string"/>
1157
- </xsd:simpleContent>
1158
- </xsd:complexType>
1159
-
1160
-
1161
- <!-- **************************************************** -->
1162
-
1163
- <xsd:complexType name="homeType">
1164
- <xsd:annotation>
1165
- <xsd:documentation>
1166
- <![CDATA[[
1167
- The homeType defines the fully-qualified name of
1168
- an enterprise bean's home interface.
1169
-
1170
- Example:
1171
-
1172
- <home>com.aardvark.payroll.PayrollHome</home>
1173
-
1174
- ]]>
1175
- </xsd:documentation>
1176
- </xsd:annotation>
1177
- <xsd:simpleContent>
1178
- <xsd:restriction base="javaee:fully-qualified-classType"/>
1179
- </xsd:simpleContent>
1180
- </xsd:complexType>
1181
-
1182
-
1183
- <!-- **************************************************** -->
1184
-
1185
- <xsd:complexType name="lifecycle-callbackType">
1186
- <xsd:annotation>
1187
- <xsd:documentation>
1188
-
1189
- The lifecycle-callback type specifies a method on a
1190
- class to be called when a lifecycle event occurs.
1191
- Note that each class may have only one lifecycle callback
1192
- method for any given event and that the method may not
1193
- be overloaded.
1194
-
1195
- If the lifefycle-callback-class element is missing then
1196
- the class defining the callback is assumed to be the
1197
- component class in scope at the place in the descriptor
1198
- in which the callback definition appears.
1199
-
1200
- </xsd:documentation>
1201
- </xsd:annotation>
1202
- <xsd:sequence>
1203
- <xsd:element name="lifecycle-callback-class"
1204
- type="javaee:fully-qualified-classType"
1205
- minOccurs="0"/>
1206
- <xsd:element name="lifecycle-callback-method"
1207
- type="javaee:java-identifierType"/>
1208
- </xsd:sequence>
1209
- </xsd:complexType>
1210
-
1211
-
1212
- <!-- **************************************************** -->
1213
-
1214
- <xsd:complexType name="listenerType">
1215
- <xsd:annotation>
1216
- <xsd:documentation>
1217
-
1218
- The listenerType indicates the deployment properties for a web
1219
- application listener bean.
1220
-
1221
- </xsd:documentation>
1222
- </xsd:annotation>
1223
- <xsd:sequence>
1224
- <xsd:group ref="javaee:descriptionGroup"/>
1225
- <xsd:element name="listener-class"
1226
- type="javaee:fully-qualified-classType">
1227
- <xsd:annotation>
1228
- <xsd:documentation>
1229
-
1230
- The listener-class element declares a class in the
1231
- application must be registered as a web
1232
- application listener bean. The value is the fully
1233
- qualified classname of the listener class.
1234
-
1235
- </xsd:documentation>
1236
- </xsd:annotation>
1237
- </xsd:element>
1238
- </xsd:sequence>
1239
- <xsd:attribute name="id"
1240
- type="xsd:ID"/>
1241
- </xsd:complexType>
1242
-
1243
-
1244
- <!-- **************************************************** -->
1245
-
1246
- <xsd:complexType name="localType">
1247
- <xsd:annotation>
1248
- <xsd:documentation>
1249
-
1250
- The localType defines the fully-qualified name of an
1251
- enterprise bean's local interface.
1252
-
1253
- </xsd:documentation>
1254
- </xsd:annotation>
1255
- <xsd:simpleContent>
1256
- <xsd:restriction base="javaee:fully-qualified-classType"/>
1257
- </xsd:simpleContent>
1258
- </xsd:complexType>
1259
-
1260
-
1261
- <!-- **************************************************** -->
1262
-
1263
- <xsd:complexType name="local-homeType">
1264
- <xsd:annotation>
1265
- <xsd:documentation>
1266
-
1267
- The local-homeType defines the fully-qualified
1268
- name of an enterprise bean's local home interface.
1269
-
1270
- </xsd:documentation>
1271
- </xsd:annotation>
1272
- <xsd:simpleContent>
1273
- <xsd:restriction base="javaee:fully-qualified-classType"/>
1274
- </xsd:simpleContent>
1275
- </xsd:complexType>
1276
-
1277
-
1278
- <!-- **************************************************** -->
1279
-
1280
- <xsd:complexType name="param-valueType">
1281
- <xsd:annotation>
1282
- <xsd:documentation>
1283
-
1284
- This type is a general type that can be used to declare
1285
- parameter/value lists.
1286
-
1287
- </xsd:documentation>
1288
- </xsd:annotation>
1289
- <xsd:sequence>
1290
- <xsd:element name="description"
1291
- type="javaee:descriptionType"
1292
- minOccurs="0"
1293
- maxOccurs="unbounded"/>
1294
- <xsd:element name="param-name"
1295
- type="javaee:string">
1296
- <xsd:annotation>
1297
- <xsd:documentation>
1298
-
1299
- The param-name element contains the name of a
1300
- parameter.
1301
-
1302
- </xsd:documentation>
1303
- </xsd:annotation>
1304
- </xsd:element>
1305
- <xsd:element name="param-value"
1306
- type="javaee:xsdStringType">
1307
- <xsd:annotation>
1308
- <xsd:documentation>
1309
-
1310
- The param-value element contains the value of a
1311
- parameter.
1312
-
1313
- </xsd:documentation>
1314
- </xsd:annotation>
1315
- </xsd:element>
1316
- </xsd:sequence>
1317
- <xsd:attribute name="id"
1318
- type="xsd:ID"/>
1319
- </xsd:complexType>
1320
-
1321
-
1322
- <!-- **************************************************** -->
1323
-
1324
- <xsd:complexType name="pathType">
1325
- <xsd:annotation>
1326
- <xsd:documentation>
1327
-
1328
- The elements that use this type designate either a relative
1329
- path or an absolute path starting with a "/".
1330
-
1331
- In elements that specify a pathname to a file within the
1332
- same Deployment File, relative filenames (i.e., those not
1333
- starting with "/") are considered relative to the root of
1334
- the Deployment File's namespace. Absolute filenames (i.e.,
1335
- those starting with "/") also specify names in the root of
1336
- the Deployment File's namespace. In general, relative names
1337
- are preferred. The exception is .war files where absolute
1338
- names are preferred for consistency with the Servlet API.
1339
-
1340
- </xsd:documentation>
1341
- </xsd:annotation>
1342
- <xsd:simpleContent>
1343
- <xsd:restriction base="javaee:string"/>
1344
- </xsd:simpleContent>
1345
- </xsd:complexType>
1346
-
1347
-
1348
- <!-- **************************************************** -->
1349
-
1350
- <xsd:complexType name="persistence-context-refType">
1351
- <xsd:annotation>
1352
- <xsd:documentation>
1353
- <![CDATA[[
1354
- The persistence-context-ref element contains a declaration
1355
- of Deployment Component's reference to a persistence context
1356
- associated within a Deployment Component's
1357
- environment. It consists of:
1358
-
1359
- - an optional description
1360
- - the persistence context reference name
1361
- - an optional persistence unit name. If not specified,
1362
- the default persistence unit is assumed.
1363
- - an optional specification as to whether
1364
- the persistence context type is Transaction or
1365
- Extended. If not specified, Transaction is assumed.
1366
- - an optional list of persistence properties
1367
- - optional injection targets
1368
-
1369
- Examples:
1370
-
1371
- <persistence-context-ref>
1372
- <persistence-context-ref-name>myPersistenceContext
1373
- </persistence-context-ref-name>
1374
- </persistence-context-ref>
1375
-
1376
- <persistence-context-ref>
1377
- <persistence-context-ref-name>myPersistenceContext
1378
- </persistence-context-ref-name>
1379
- <persistence-unit-name>PersistenceUnit1
1380
- </persistence-unit-name>
1381
- <persistence-context-type>Extended</persistence-context-type>
1382
- </persistence-context-ref>
1383
-
1384
- ]]>
1385
- </xsd:documentation>
1386
- </xsd:annotation>
1387
- <xsd:sequence>
1388
- <xsd:element name="description"
1389
- type="javaee:descriptionType"
1390
- minOccurs="0"
1391
- maxOccurs="unbounded"/>
1392
- <xsd:element name="persistence-context-ref-name"
1393
- type="javaee:jndi-nameType">
1394
- <xsd:annotation>
1395
- <xsd:documentation>
1396
-
1397
- The persistence-context-ref-name element specifies
1398
- the name of a persistence context reference; its
1399
- value is the environment entry name used in
1400
- Deployment Component code. The name is a JNDI name
1401
- relative to the java:comp/env context.
1402
-
1403
- </xsd:documentation>
1404
- </xsd:annotation>
1405
- </xsd:element>
1406
- <xsd:element name="persistence-unit-name"
1407
- type="javaee:string"
1408
- minOccurs="0">
1409
- <xsd:annotation>
1410
- <xsd:documentation>
1411
-
1412
- The Application Assembler(or BeanProvider) may use the
1413
- following syntax to avoid the need to rename persistence
1414
- units to have unique names within a Java EE application.
1415
-
1416
- The Application Assembler specifies the pathname of the
1417
- root of the persistence.xml file for the referenced
1418
- persistence unit and appends the name of the persistence
1419
- unit separated from the pathname by #. The pathname is
1420
- relative to the referencing application component jar file.
1421
- In this manner, multiple persistence units with the same
1422
- persistence unit name may be uniquely identified when the
1423
- Application Assembler cannot change persistence unit names.
1424
-
1425
- </xsd:documentation>
1426
- </xsd:annotation>
1427
- </xsd:element>
1428
- <xsd:element name="persistence-context-type"
1429
- type="javaee:persistence-context-typeType"
1430
- minOccurs="0"/>
1431
- <xsd:element name="persistence-property"
1432
- type="javaee:propertyType"
1433
- minOccurs="0"
1434
- maxOccurs="unbounded">
1435
- <xsd:annotation>
1436
- <xsd:documentation>
1437
-
1438
- Used to specify properties for the container or persistence
1439
- provider. Vendor-specific properties may be included in
1440
- the set of properties. Properties that are not recognized
1441
- by a vendor must be ignored. Entries that make use of the
1442
- namespace javax.persistence and its subnamespaces must not
1443
- be used for vendor-specific properties. The namespace
1444
- javax.persistence is reserved for use by the specification.
1445
-
1446
- </xsd:documentation>
1447
- </xsd:annotation>
1448
- </xsd:element>
1449
- <xsd:group ref="javaee:resourceBaseGroup"/>
1450
- </xsd:sequence>
1451
- <xsd:attribute name="id"
1452
- type="xsd:ID"/>
1453
- </xsd:complexType>
1454
-
1455
-
1456
- <!-- **************************************************** -->
1457
-
1458
- <xsd:complexType name="persistence-context-typeType">
1459
- <xsd:annotation>
1460
- <xsd:documentation>
1461
-
1462
- The persistence-context-typeType specifies the transactional
1463
- nature of a persistence context reference.
1464
-
1465
- The value of the persistence-context-type element must be
1466
- one of the following:
1467
- Transaction
1468
- Extended
1469
-
1470
- </xsd:documentation>
1471
- </xsd:annotation>
1472
- <xsd:simpleContent>
1473
- <xsd:restriction base="javaee:string">
1474
- <xsd:enumeration value="Transaction"/>
1475
- <xsd:enumeration value="Extended"/>
1476
- </xsd:restriction>
1477
- </xsd:simpleContent>
1478
- </xsd:complexType>
1479
-
1480
-
1481
- <!-- **************************************************** -->
1482
-
1483
- <xsd:complexType name="propertyType">
1484
- <xsd:annotation>
1485
- <xsd:documentation>
1486
-
1487
- Specifies a name/value pair.
1488
-
1489
- </xsd:documentation>
1490
- </xsd:annotation>
1491
- <xsd:sequence>
1492
- <xsd:element name="name"
1493
- type="javaee:xsdStringType">
1494
- </xsd:element>
1495
- <xsd:element name="value"
1496
- type="javaee:xsdStringType">
1497
- </xsd:element>
1498
- </xsd:sequence>
1499
- <xsd:attribute name="id"
1500
- type="xsd:ID"/>
1501
- </xsd:complexType>
1502
-
1503
-
1504
- <!-- **************************************************** -->
1505
-
1506
- <xsd:complexType name="persistence-unit-refType">
1507
- <xsd:annotation>
1508
- <xsd:documentation>
1509
- <![CDATA[[
1510
- The persistence-unit-ref element contains a declaration
1511
- of Deployment Component's reference to a persistence unit
1512
- associated within a Deployment Component's
1513
- environment. It consists of:
1514
-
1515
- - an optional description
1516
- - the persistence unit reference name
1517
- - an optional persistence unit name. If not specified,
1518
- the default persistence unit is assumed.
1519
- - optional injection targets
1520
-
1521
- Examples:
1522
-
1523
- <persistence-unit-ref>
1524
- <persistence-unit-ref-name>myPersistenceUnit
1525
- </persistence-unit-ref-name>
1526
- </persistence-unit-ref>
1527
-
1528
- <persistence-unit-ref>
1529
- <persistence-unit-ref-name>myPersistenceUnit
1530
- </persistence-unit-ref-name>
1531
- <persistence-unit-name>PersistenceUnit1
1532
- </persistence-unit-name>
1533
- </persistence-unit-ref>
1534
-
1535
- ]]>
1536
- </xsd:documentation>
1537
- </xsd:annotation>
1538
- <xsd:sequence>
1539
- <xsd:element name="description"
1540
- type="javaee:descriptionType"
1541
- minOccurs="0"
1542
- maxOccurs="unbounded"/>
1543
- <xsd:element name="persistence-unit-ref-name"
1544
- type="javaee:jndi-nameType">
1545
- <xsd:annotation>
1546
- <xsd:documentation>
1547
-
1548
- The persistence-unit-ref-name element specifies
1549
- the name of a persistence unit reference; its
1550
- value is the environment entry name used in
1551
- Deployment Component code. The name is a JNDI name
1552
- relative to the java:comp/env context.
1553
-
1554
- </xsd:documentation>
1555
- </xsd:annotation>
1556
- </xsd:element>
1557
- <xsd:element name="persistence-unit-name"
1558
- type="javaee:string"
1559
- minOccurs="0">
1560
- <xsd:annotation>
1561
- <xsd:documentation>
1562
-
1563
- The Application Assembler(or BeanProvider) may use the
1564
- following syntax to avoid the need to rename persistence
1565
- units to have unique names within a Java EE application.
1566
-
1567
- The Application Assembler specifies the pathname of the
1568
- root of the persistence.xml file for the referenced
1569
- persistence unit and appends the name of the persistence
1570
- unit separated from the pathname by #. The pathname is
1571
- relative to the referencing application component jar file.
1572
- In this manner, multiple persistence units with the same
1573
- persistence unit name may be uniquely identified when the
1574
- Application Assembler cannot change persistence unit names.
1575
-
1576
- </xsd:documentation>
1577
- </xsd:annotation>
1578
- </xsd:element>
1579
- <xsd:group ref="javaee:resourceBaseGroup"/>
1580
- </xsd:sequence>
1581
- <xsd:attribute name="id"
1582
- type="xsd:ID"/>
1583
- </xsd:complexType>
1584
-
1585
-
1586
- <!-- **************************************************** -->
1587
-
1588
- <xsd:complexType name="remoteType">
1589
- <xsd:annotation>
1590
- <xsd:documentation>
1591
- <![CDATA[[
1592
- The remote element contains the fully-qualified name
1593
- of the enterprise bean's remote interface.
1594
-
1595
- Example:
1596
-
1597
- <remote>com.wombat.empl.EmployeeService</remote>
1598
-
1599
- ]]>
1600
- </xsd:documentation>
1601
- </xsd:annotation>
1602
- <xsd:simpleContent>
1603
- <xsd:restriction base="javaee:fully-qualified-classType"/>
1604
- </xsd:simpleContent>
1605
- </xsd:complexType>
1606
-
1607
-
1608
- <!-- **************************************************** -->
1609
-
1610
- <xsd:complexType name="resource-env-refType">
1611
- <xsd:annotation>
1612
- <xsd:documentation>
1613
- <![CDATA[[
1614
- The resource-env-refType is used to define
1615
- resource-env-ref elements. It contains a declaration of a
1616
- Deployment Component's reference to an administered object
1617
- associated with a resource in the Deployment Component's
1618
- environment. It consists of an optional description, the
1619
- resource environment reference name, and an optional
1620
- indication of the resource environment reference type
1621
- expected by the Deployment Component code.
1622
-
1623
- It also includes optional elements to define injection of
1624
- the named resource into fields or JavaBeans properties.
1625
-
1626
- The resource environment type must be supplied unless an
1627
- injection target is specified, in which case the type
1628
- of the target is used. If both are specified, the type
1629
- must be assignment compatible with the type of the injection
1630
- target.
1631
-
1632
- Example:
1633
-
1634
- <resource-env-ref>
1635
- <resource-env-ref-name>jms/StockQueue
1636
- </resource-env-ref-name>
1637
- <resource-env-ref-type>javax.jms.Queue
1638
- </resource-env-ref-type>
1639
- </resource-env-ref>
1640
-
1641
- ]]>
1642
- </xsd:documentation>
1643
- </xsd:annotation>
1644
- <xsd:sequence>
1645
- <xsd:element name="description"
1646
- type="javaee:descriptionType"
1647
- minOccurs="0"
1648
- maxOccurs="unbounded"/>
1649
- <xsd:element name="resource-env-ref-name"
1650
- type="javaee:jndi-nameType">
1651
- <xsd:annotation>
1652
- <xsd:documentation>
1653
-
1654
- The resource-env-ref-name element specifies the name
1655
- of a resource environment reference; its value is
1656
- the environment entry name used in
1657
- the Deployment Component code. The name is a JNDI
1658
- name relative to the java:comp/env context and must
1659
- be unique within a Deployment Component.
1660
-
1661
- </xsd:documentation>
1662
- </xsd:annotation>
1663
- </xsd:element>
1664
- <xsd:element name="resource-env-ref-type"
1665
- type="javaee:fully-qualified-classType"
1666
- minOccurs="0">
1667
- <xsd:annotation>
1668
- <xsd:documentation>
1669
-
1670
- The resource-env-ref-type element specifies the type
1671
- of a resource environment reference. It is the
1672
- fully qualified name of a Java language class or
1673
- interface.
1674
-
1675
- </xsd:documentation>
1676
- </xsd:annotation>
1677
- </xsd:element>
1678
- <xsd:group ref="javaee:resourceGroup"/>
1679
- </xsd:sequence>
1680
- <xsd:attribute name="id"
1681
- type="xsd:ID"/>
1682
- </xsd:complexType>
1683
-
1684
-
1685
- <!-- **************************************************** -->
1686
-
1687
- <xsd:complexType name="resource-refType">
1688
- <xsd:annotation>
1689
- <xsd:documentation>
1690
- <![CDATA[[
1691
- The resource-refType contains a declaration of a
1692
- Deployment Component's reference to an external resource. It
1693
- consists of an optional description, the resource manager
1694
- connection factory reference name, an optional indication of
1695
- the resource manager connection factory type expected by the
1696
- Deployment Component code, an optional type of authentication
1697
- (Application or Container), and an optional specification of
1698
- the shareability of connections obtained from the resource
1699
- (Shareable or Unshareable).
1700
-
1701
- It also includes optional elements to define injection of
1702
- the named resource into fields or JavaBeans properties.
1703
-
1704
- The connection factory type must be supplied unless an
1705
- injection target is specified, in which case the type
1706
- of the target is used. If both are specified, the type
1707
- must be assignment compatible with the type of the injection
1708
- target.
1709
-
1710
- Example:
1711
-
1712
- <resource-ref>
1713
- <res-ref-name>jdbc/EmployeeAppDB</res-ref-name>
1714
- <res-type>javax.sql.DataSource</res-type>
1715
- <res-auth>Container</res-auth>
1716
- <res-sharing-scope>Shareable</res-sharing-scope>
1717
- </resource-ref>
1718
-
1719
- ]]>
1720
- </xsd:documentation>
1721
- </xsd:annotation>
1722
- <xsd:sequence>
1723
- <xsd:element name="description"
1724
- type="javaee:descriptionType"
1725
- minOccurs="0"
1726
- maxOccurs="unbounded"/>
1727
- <xsd:element name="res-ref-name"
1728
- type="javaee:jndi-nameType">
1729
- <xsd:annotation>
1730
- <xsd:documentation>
1731
-
1732
- The res-ref-name element specifies the name of a
1733
- resource manager connection factory reference.
1734
- The name is a JNDI name relative to the
1735
- java:comp/env context.
1736
- The name must be unique within a Deployment File.
1737
-
1738
- </xsd:documentation>
1739
- </xsd:annotation>
1740
- </xsd:element>
1741
- <xsd:element name="res-type"
1742
- type="javaee:fully-qualified-classType"
1743
- minOccurs="0">
1744
- <xsd:annotation>
1745
- <xsd:documentation>
1746
-
1747
- The res-type element specifies the type of the data
1748
- source. The type is specified by the fully qualified
1749
- Java language class or interface
1750
- expected to be implemented by the data source.
1751
-
1752
- </xsd:documentation>
1753
- </xsd:annotation>
1754
- </xsd:element>
1755
- <xsd:element name="res-auth"
1756
- type="javaee:res-authType"
1757
- minOccurs="0"/>
1758
- <xsd:element name="res-sharing-scope"
1759
- type="javaee:res-sharing-scopeType"
1760
- minOccurs="0"/>
1761
- <xsd:group ref="javaee:resourceGroup"/>
1762
- </xsd:sequence>
1763
- <xsd:attribute name="id"
1764
- type="xsd:ID"/>
1765
- </xsd:complexType>
1766
-
1767
-
1768
- <!-- **************************************************** -->
1769
-
1770
- <xsd:complexType name="res-authType">
1771
- <xsd:annotation>
1772
- <xsd:documentation>
1773
-
1774
- The res-authType specifies whether the Deployment Component
1775
- code signs on programmatically to the resource manager, or
1776
- whether the Container will sign on to the resource manager
1777
- on behalf of the Deployment Component. In the latter case,
1778
- the Container uses information that is supplied by the
1779
- Deployer.
1780
-
1781
- The value must be one of the two following:
1782
-
1783
- Application
1784
- Container
1785
-
1786
- </xsd:documentation>
1787
- </xsd:annotation>
1788
- <xsd:simpleContent>
1789
- <xsd:restriction base="javaee:string">
1790
- <xsd:enumeration value="Application"/>
1791
- <xsd:enumeration value="Container"/>
1792
- </xsd:restriction>
1793
- </xsd:simpleContent>
1794
- </xsd:complexType>
1795
-
1796
-
1797
- <!-- **************************************************** -->
1798
-
1799
- <xsd:complexType name="res-sharing-scopeType">
1800
- <xsd:annotation>
1801
- <xsd:documentation>
1802
-
1803
- The res-sharing-scope type specifies whether connections
1804
- obtained through the given resource manager connection
1805
- factory reference can be shared. The value, if specified,
1806
- must be one of the two following:
1807
-
1808
- Shareable
1809
- Unshareable
1810
-
1811
- The default value is Shareable.
1812
-
1813
- </xsd:documentation>
1814
- </xsd:annotation>
1815
- <xsd:simpleContent>
1816
- <xsd:restriction base="javaee:string">
1817
- <xsd:enumeration value="Shareable"/>
1818
- <xsd:enumeration value="Unshareable"/>
1819
- </xsd:restriction>
1820
- </xsd:simpleContent>
1821
- </xsd:complexType>
1822
-
1823
-
1824
- <!-- **************************************************** -->
1825
-
1826
- <xsd:complexType name="run-asType">
1827
- <xsd:annotation>
1828
- <xsd:documentation>
1829
-
1830
- The run-asType specifies the run-as identity to be
1831
- used for the execution of a component. It contains an
1832
- optional description, and the name of a security role.
1833
-
1834
- </xsd:documentation>
1835
- </xsd:annotation>
1836
- <xsd:sequence>
1837
- <xsd:element name="description"
1838
- type="javaee:descriptionType"
1839
- minOccurs="0"
1840
- maxOccurs="unbounded"/>
1841
- <xsd:element name="role-name"
1842
- type="javaee:role-nameType"/>
1843
- </xsd:sequence>
1844
- <xsd:attribute name="id"
1845
- type="xsd:ID"/>
1846
- </xsd:complexType>
1847
-
1848
-
1849
- <!-- **************************************************** -->
1850
-
1851
- <xsd:complexType name="role-nameType">
1852
- <xsd:annotation>
1853
- <xsd:documentation>
1854
-
1855
- The role-nameType designates the name of a security role.
1856
-
1857
- The name must conform to the lexical rules for a token.
1858
-
1859
- </xsd:documentation>
1860
- </xsd:annotation>
1861
- <xsd:simpleContent>
1862
- <xsd:restriction base="javaee:string"/>
1863
- </xsd:simpleContent>
1864
- </xsd:complexType>
1865
-
1866
-
1867
- <!-- **************************************************** -->
1868
-
1869
- <xsd:complexType name="security-roleType">
1870
- <xsd:annotation>
1871
- <xsd:documentation>
1872
- <![CDATA[[
1873
- The security-roleType contains the definition of a security
1874
- role. The definition consists of an optional description of
1875
- the security role, and the security role name.
1876
-
1877
- Example:
1878
-
1879
- <security-role>
1880
- <description>
1881
- This role includes all employees who are authorized
1882
- to access the employee service application.
1883
- </description>
1884
- <role-name>employee</role-name>
1885
- </security-role>
1886
-
1887
- ]]>
1888
- </xsd:documentation>
1889
- </xsd:annotation>
1890
- <xsd:sequence>
1891
- <xsd:element name="description"
1892
- type="javaee:descriptionType"
1893
- minOccurs="0"
1894
- maxOccurs="unbounded"/>
1895
- <xsd:element name="role-name"
1896
- type="javaee:role-nameType"/>
1897
- </xsd:sequence>
1898
- <xsd:attribute name="id"
1899
- type="xsd:ID"/>
1900
- </xsd:complexType>
1901
-
1902
-
1903
- <!-- **************************************************** -->
1904
-
1905
- <xsd:complexType name="security-role-refType">
1906
- <xsd:annotation>
1907
- <xsd:documentation>
1908
-
1909
- The security-role-refType contains the declaration of a
1910
- security role reference in a component's or a
1911
- Deployment Component's code. The declaration consists of an
1912
- optional description, the security role name used in the
1913
- code, and an optional link to a security role. If the
1914
- security role is not specified, the Deployer must choose an
1915
- appropriate security role.
1916
-
1917
- </xsd:documentation>
1918
- </xsd:annotation>
1919
- <xsd:sequence>
1920
- <xsd:element name="description"
1921
- type="javaee:descriptionType"
1922
- minOccurs="0"
1923
- maxOccurs="unbounded"/>
1924
- <xsd:element name="role-name"
1925
- type="javaee:role-nameType">
1926
- <xsd:annotation>
1927
- <xsd:documentation>
1928
-
1929
- The value of the role-name element must be the String used
1930
- as the parameter to the
1931
- EJBContext.isCallerInRole(String roleName) method or the
1932
- HttpServletRequest.isUserInRole(String role) method.
1933
-
1934
- </xsd:documentation>
1935
- </xsd:annotation>
1936
- </xsd:element>
1937
- <xsd:element name="role-link"
1938
- type="javaee:role-nameType"
1939
- minOccurs="0">
1940
- <xsd:annotation>
1941
- <xsd:documentation>
1942
-
1943
- The role-link element is a reference to a defined
1944
- security role. The role-link element must contain
1945
- the name of one of the security roles defined in the
1946
- security-role elements.
1947
-
1948
- </xsd:documentation>
1949
- </xsd:annotation>
1950
- </xsd:element>
1951
- </xsd:sequence>
1952
- <xsd:attribute name="id"
1953
- type="xsd:ID"/>
1954
- </xsd:complexType>
1955
-
1956
-
1957
- <!-- **************************************************** -->
1958
-
1959
- <xsd:complexType name="xsdQNameType">
1960
- <xsd:annotation>
1961
- <xsd:documentation>
1962
-
1963
- This type adds an "id" attribute to xsd:QName.
1964
-
1965
- </xsd:documentation>
1966
- </xsd:annotation>
1967
- <xsd:simpleContent>
1968
- <xsd:extension base="xsd:QName">
1969
- <xsd:attribute name="id"
1970
- type="xsd:ID"/>
1971
- </xsd:extension>
1972
- </xsd:simpleContent>
1973
- </xsd:complexType>
1974
-
1975
-
1976
- <!-- **************************************************** -->
1977
-
1978
- <xsd:complexType name="xsdBooleanType">
1979
- <xsd:annotation>
1980
- <xsd:documentation>
1981
-
1982
- This type adds an "id" attribute to xsd:boolean.
1983
-
1984
- </xsd:documentation>
1985
- </xsd:annotation>
1986
- <xsd:simpleContent>
1987
- <xsd:extension base="xsd:boolean">
1988
- <xsd:attribute name="id"
1989
- type="xsd:ID"/>
1990
- </xsd:extension>
1991
- </xsd:simpleContent>
1992
- </xsd:complexType>
1993
-
1994
-
1995
- <!-- **************************************************** -->
1996
-
1997
- <xsd:complexType name="xsdNMTOKENType">
1998
- <xsd:annotation>
1999
- <xsd:documentation>
2000
-
2001
- This type adds an "id" attribute to xsd:NMTOKEN.
2002
-
2003
- </xsd:documentation>
2004
- </xsd:annotation>
2005
- <xsd:simpleContent>
2006
- <xsd:extension base="xsd:NMTOKEN">
2007
- <xsd:attribute name="id"
2008
- type="xsd:ID"/>
2009
- </xsd:extension>
2010
- </xsd:simpleContent>
2011
- </xsd:complexType>
2012
-
2013
-
2014
- <!-- **************************************************** -->
2015
-
2016
- <xsd:complexType name="xsdAnyURIType">
2017
- <xsd:annotation>
2018
- <xsd:documentation>
2019
-
2020
- This type adds an "id" attribute to xsd:anyURI.
2021
-
2022
- </xsd:documentation>
2023
- </xsd:annotation>
2024
- <xsd:simpleContent>
2025
- <xsd:extension base="xsd:anyURI">
2026
- <xsd:attribute name="id"
2027
- type="xsd:ID"/>
2028
- </xsd:extension>
2029
- </xsd:simpleContent>
2030
- </xsd:complexType>
2031
-
2032
-
2033
- <!-- **************************************************** -->
2034
-
2035
- <xsd:complexType name="xsdIntegerType">
2036
- <xsd:annotation>
2037
- <xsd:documentation>
2038
-
2039
- This type adds an "id" attribute to xsd:integer.
2040
-
2041
- </xsd:documentation>
2042
- </xsd:annotation>
2043
- <xsd:simpleContent>
2044
- <xsd:extension base="xsd:integer">
2045
- <xsd:attribute name="id"
2046
- type="xsd:ID"/>
2047
- </xsd:extension>
2048
- </xsd:simpleContent>
2049
- </xsd:complexType>
2050
-
2051
-
2052
- <!-- **************************************************** -->
2053
-
2054
- <xsd:complexType name="xsdPositiveIntegerType">
2055
- <xsd:annotation>
2056
- <xsd:documentation>
2057
-
2058
- This type adds an "id" attribute to xsd:positiveInteger.
2059
-
2060
- </xsd:documentation>
2061
- </xsd:annotation>
2062
- <xsd:simpleContent>
2063
- <xsd:extension base="xsd:positiveInteger">
2064
- <xsd:attribute name="id"
2065
- type="xsd:ID"/>
2066
- </xsd:extension>
2067
- </xsd:simpleContent>
2068
- </xsd:complexType>
2069
-
2070
-
2071
- <!-- **************************************************** -->
2072
-
2073
- <xsd:complexType name="xsdNonNegativeIntegerType">
2074
- <xsd:annotation>
2075
- <xsd:documentation>
2076
-
2077
- This type adds an "id" attribute to xsd:nonNegativeInteger.
2078
-
2079
- </xsd:documentation>
2080
- </xsd:annotation>
2081
- <xsd:simpleContent>
2082
- <xsd:extension base="xsd:nonNegativeInteger">
2083
- <xsd:attribute name="id"
2084
- type="xsd:ID"/>
2085
- </xsd:extension>
2086
- </xsd:simpleContent>
2087
- </xsd:complexType>
2088
-
2089
-
2090
- <!-- **************************************************** -->
2091
-
2092
- <xsd:complexType name="xsdStringType">
2093
- <xsd:annotation>
2094
- <xsd:documentation>
2095
-
2096
- This type adds an "id" attribute to xsd:string.
2097
-
2098
- </xsd:documentation>
2099
- </xsd:annotation>
2100
- <xsd:simpleContent>
2101
- <xsd:extension base="xsd:string">
2102
- <xsd:attribute name="id"
2103
- type="xsd:ID"/>
2104
- </xsd:extension>
2105
- </xsd:simpleContent>
2106
- </xsd:complexType>
2107
-
2108
-
2109
- <!-- **************************************************** -->
2110
-
2111
- <xsd:complexType name="string">
2112
- <xsd:annotation>
2113
- <xsd:documentation>
2114
-
2115
- This is a special string datatype that is defined by Java EE as
2116
- a base type for defining collapsed strings. When schemas
2117
- require trailing/leading space elimination as well as
2118
- collapsing the existing whitespace, this base type may be
2119
- used.
2120
-
2121
- </xsd:documentation>
2122
- </xsd:annotation>
2123
- <xsd:simpleContent>
2124
- <xsd:extension base="xsd:token">
2125
- <xsd:attribute name="id"
2126
- type="xsd:ID"/>
2127
- </xsd:extension>
2128
- </xsd:simpleContent>
2129
- </xsd:complexType>
2130
-
2131
-
2132
- <!-- **************************************************** -->
2133
-
2134
- <xsd:complexType name="true-falseType">
2135
- <xsd:annotation>
2136
- <xsd:documentation>
2137
-
2138
- This simple type designates a boolean with only two
2139
- permissible values
2140
-
2141
- - true
2142
- - false
2143
-
2144
- </xsd:documentation>
2145
- </xsd:annotation>
2146
- <xsd:simpleContent>
2147
- <xsd:restriction base="javaee:xsdBooleanType">
2148
- <xsd:pattern value="(true|false)"/>
2149
- </xsd:restriction>
2150
- </xsd:simpleContent>
2151
- </xsd:complexType>
2152
-
2153
-
2154
- <!-- **************************************************** -->
2155
-
2156
- <xsd:complexType name="url-patternType">
2157
- <xsd:annotation>
2158
- <xsd:documentation>
2159
-
2160
- The url-patternType contains the url pattern of the mapping.
2161
- It must follow the rules specified in Section 11.2 of the
2162
- Servlet API Specification. This pattern is assumed to be in
2163
- URL-decoded form and must not contain CR(#xD) or LF(#xA).
2164
- If it contains those characters, the container must inform
2165
- the developer with a descriptive error message.
2166
- The container must preserve all characters including whitespaces.
2167
-
2168
- </xsd:documentation>
2169
- </xsd:annotation>
2170
- <xsd:simpleContent>
2171
- <xsd:extension base="xsd:string"/>
2172
- </xsd:simpleContent>
2173
- </xsd:complexType>
2174
-
2175
-
2176
- <!-- **************************************************** -->
2177
-
2178
- <xsd:complexType name="message-destinationType">
2179
- <xsd:annotation>
2180
- <xsd:documentation>
2181
- <![CDATA[[
2182
- The message-destinationType specifies a message
2183
- destination. The logical destination described by this
2184
- element is mapped to a physical destination by the Deployer.
2185
-
2186
- The message destination element contains:
2187
-
2188
- - an optional description
2189
- - an optional display-name
2190
- - an optional icon
2191
- - a message destination name which must be unique
2192
- among message destination names within the same
2193
- Deployment File.
2194
- - an optional mapped name
2195
- - an optional lookup name
2196
-
2197
- Example:
2198
-
2199
- <message-destination>
2200
- <message-destination-name>CorporateStocks
2201
- </message-destination-name>
2202
- </message-destination>
2203
-
2204
- ]]>
2205
- </xsd:documentation>
2206
- </xsd:annotation>
2207
- <xsd:sequence>
2208
- <xsd:group ref="javaee:descriptionGroup"/>
2209
- <xsd:element name="message-destination-name"
2210
- type="javaee:string">
2211
- <xsd:annotation>
2212
- <xsd:documentation>
2213
-
2214
- The message-destination-name element specifies a
2215
- name for a message destination. This name must be
2216
- unique among the names of message destinations
2217
- within the Deployment File.
2218
-
2219
- </xsd:documentation>
2220
- </xsd:annotation>
2221
- </xsd:element>
2222
- <xsd:element name="mapped-name"
2223
- type="javaee:xsdStringType"
2224
- minOccurs="0">
2225
- <xsd:annotation>
2226
- <xsd:documentation>
2227
-
2228
- A product specific name that this message destination
2229
- should be mapped to. Each message-destination-ref
2230
- element that references this message destination will
2231
- define a name in the namespace of the referencing
2232
- component or in one of the other predefined namespaces.
2233
- Many application servers provide a way to map these
2234
- local names to names of resources known to the
2235
- application server. This mapped name is often a global
2236
- JNDI name, but may be a name of any form. Each of the
2237
- local names should be mapped to this same global name.
2238
-
2239
- Application servers are not required to support any
2240
- particular form or type of mapped name, nor the ability
2241
- to use mapped names. The mapped name is
2242
- product-dependent and often installation-dependent. No
2243
- use of a mapped name is portable.
2244
-
2245
- </xsd:documentation>
2246
- </xsd:annotation>
2247
- </xsd:element>
2248
- <xsd:element name="lookup-name"
2249
- type="javaee:xsdStringType"
2250
- minOccurs="0">
2251
- <xsd:annotation>
2252
- <xsd:documentation>
2253
-
2254
- The JNDI name to be looked up to resolve the message destination.
2255
-
2256
- </xsd:documentation>
2257
- </xsd:annotation>
2258
- </xsd:element>
2259
- </xsd:sequence>
2260
- <xsd:attribute name="id"
2261
- type="xsd:ID"/>
2262
- </xsd:complexType>
2263
-
2264
-
2265
- <!-- **************************************************** -->
2266
-
2267
- <xsd:complexType name="message-destination-refType">
2268
- <xsd:annotation>
2269
- <xsd:documentation>
2270
- <![CDATA[[
2271
- The message-destination-ref element contains a declaration
2272
- of Deployment Component's reference to a message destination
2273
- associated with a resource in Deployment Component's
2274
- environment. It consists of:
2275
-
2276
- - an optional description
2277
- - the message destination reference name
2278
- - an optional message destination type
2279
- - an optional specification as to whether
2280
- the destination is used for
2281
- consuming or producing messages, or both.
2282
- if not specified, "both" is assumed.
2283
- - an optional link to the message destination
2284
- - optional injection targets
2285
-
2286
- The message destination type must be supplied unless an
2287
- injection target is specified, in which case the type
2288
- of the target is used. If both are specified, the type
2289
- must be assignment compatible with the type of the injection
2290
- target.
2291
-
2292
- Examples:
2293
-
2294
- <message-destination-ref>
2295
- <message-destination-ref-name>jms/StockQueue
2296
- </message-destination-ref-name>
2297
- <message-destination-type>javax.jms.Queue
2298
- </message-destination-type>
2299
- <message-destination-usage>Consumes
2300
- </message-destination-usage>
2301
- <message-destination-link>CorporateStocks
2302
- </message-destination-link>
2303
- </message-destination-ref>
2304
-
2305
- ]]>
2306
- </xsd:documentation>
2307
- </xsd:annotation>
2308
- <xsd:sequence>
2309
- <xsd:element name="description"
2310
- type="javaee:descriptionType"
2311
- minOccurs="0"
2312
- maxOccurs="unbounded"/>
2313
- <xsd:element name="message-destination-ref-name"
2314
- type="javaee:jndi-nameType">
2315
- <xsd:annotation>
2316
- <xsd:documentation>
2317
-
2318
- The message-destination-ref-name element specifies
2319
- the name of a message destination reference; its
2320
- value is the environment entry name used in
2321
- Deployment Component code.
2322
-
2323
- </xsd:documentation>
2324
- </xsd:annotation>
2325
- </xsd:element>
2326
- <xsd:element name="message-destination-type"
2327
- type="javaee:message-destination-typeType"
2328
- minOccurs="0"/>
2329
- <xsd:element name="message-destination-usage"
2330
- type="javaee:message-destination-usageType"
2331
- minOccurs="0"/>
2332
- <xsd:element name="message-destination-link"
2333
- type="javaee:message-destination-linkType"
2334
- minOccurs="0"/>
2335
- <xsd:group ref="javaee:resourceGroup"/>
2336
- </xsd:sequence>
2337
- <xsd:attribute name="id"
2338
- type="xsd:ID"/>
2339
- </xsd:complexType>
2340
-
2341
-
2342
- <!-- **************************************************** -->
2343
-
2344
- <xsd:complexType name="message-destination-usageType">
2345
- <xsd:annotation>
2346
- <xsd:documentation>
2347
-
2348
- The message-destination-usageType specifies the use of the
2349
- message destination indicated by the reference. The value
2350
- indicates whether messages are consumed from the message
2351
- destination, produced for the destination, or both. The
2352
- Assembler makes use of this information in linking producers
2353
- of a destination with its consumers.
2354
-
2355
- The value of the message-destination-usage element must be
2356
- one of the following:
2357
- Consumes
2358
- Produces
2359
- ConsumesProduces
2360
-
2361
- </xsd:documentation>
2362
- </xsd:annotation>
2363
- <xsd:simpleContent>
2364
- <xsd:restriction base="javaee:string">
2365
- <xsd:enumeration value="Consumes"/>
2366
- <xsd:enumeration value="Produces"/>
2367
- <xsd:enumeration value="ConsumesProduces"/>
2368
- </xsd:restriction>
2369
- </xsd:simpleContent>
2370
- </xsd:complexType>
2371
-
2372
-
2373
- <!-- **************************************************** -->
2374
-
2375
- <xsd:complexType name="message-destination-typeType">
2376
- <xsd:annotation>
2377
- <xsd:documentation>
2378
- <![CDATA[[
2379
- The message-destination-typeType specifies the type of
2380
- the destination. The type is specified by the Java interface
2381
- expected to be implemented by the destination.
2382
-
2383
- Example:
2384
-
2385
- <message-destination-type>javax.jms.Queue
2386
- </message-destination-type>
2387
-
2388
- ]]>
2389
- </xsd:documentation>
2390
- </xsd:annotation>
2391
- <xsd:simpleContent>
2392
- <xsd:restriction base="javaee:fully-qualified-classType"/>
2393
- </xsd:simpleContent>
2394
- </xsd:complexType>
2395
-
2396
-
2397
- <!-- **************************************************** -->
2398
-
2399
- <xsd:complexType name="message-destination-linkType">
2400
- <xsd:annotation>
2401
- <xsd:documentation>
2402
-
2403
- The message-destination-linkType is used to link a message
2404
- destination reference or message-driven bean to a message
2405
- destination.
2406
-
2407
- The Assembler sets the value to reflect the flow of messages
2408
- between producers and consumers in the application.
2409
-
2410
- The value must be the message-destination-name of a message
2411
- destination in the same Deployment File or in another
2412
- Deployment File in the same Java EE application unit.
2413
-
2414
- Alternatively, the value may be composed of a path name
2415
- specifying a Deployment File containing the referenced
2416
- message destination with the message-destination-name of the
2417
- destination appended and separated from the path name by
2418
- "#". The path name is relative to the Deployment File
2419
- containing Deployment Component that is referencing the
2420
- message destination. This allows multiple message
2421
- destinations with the same name to be uniquely identified.
2422
-
2423
- </xsd:documentation>
2424
- </xsd:annotation>
2425
- <xsd:simpleContent>
2426
- <xsd:restriction base="javaee:string"/>
2427
- </xsd:simpleContent>
2428
- </xsd:complexType>
2429
-
2430
- </xsd:schema>
2431
-