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,3260 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
3
- targetNamespace="http://java.sun.com/xml/ns/javaee"
4
- xmlns:javaee="http://java.sun.com/xml/ns/javaee"
5
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
6
- elementFormDefault="qualified"
7
- attributeFormDefault="unqualified"
8
- version="3.1">
9
- <xsd:annotation>
10
- <xsd:documentation>
11
-
12
- $Id$
13
-
14
- </xsd:documentation>
15
- </xsd:annotation>
16
-
17
- <xsd:annotation>
18
- <xsd:documentation>
19
-
20
- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
21
-
22
- Copyright 2003-2009 Sun Microsystems, Inc. All rights reserved.
23
-
24
- The contents of this file are subject to the terms of either the
25
- GNU General Public License Version 2 only ("GPL") or the Common
26
- Development and Distribution License("CDDL") (collectively, the
27
- "License"). You may not use this file except in compliance with
28
- the License. You can obtain a copy of the License at
29
- https://glassfish.dev.java.net/public/CDDL+GPL.html or
30
- glassfish/bootstrap/legal/LICENSE.txt. See the License for the
31
- specific language governing permissions and limitations under the
32
- License.
33
-
34
- When distributing the software, include this License Header
35
- Notice in each file and include the License file at
36
- glassfish/bootstrap/legal/LICENSE.txt. Sun designates this
37
- particular file as subject to the "Classpath" exception as
38
- provided by Sun in the GPL Version 2 section of the License file
39
- that accompanied this code. If applicable, add the following
40
- below the License Header, with the fields enclosed by brackets []
41
- replaced by your own identifying information:
42
- "Portions Copyrighted [year] [name of copyright owner]"
43
-
44
- Contributor(s):
45
-
46
- If you wish your version of this file to be governed by only the
47
- CDDL or only the GPL Version 2, indicate your decision by adding
48
- "[Contributor] elects to include this software in this
49
- distribution under the [CDDL or GPL Version 2] license." If you
50
- don't indicate a single choice of license, a recipient has the
51
- option to distribute your version of this file under either the
52
- CDDL, the GPL Version 2 or to extend the choice of license to its
53
- licensees as provided above. However, if you add GPL Version 2
54
- code and therefore, elected the GPL Version 2 license, then the
55
- option applies only if the new code is made subject to such
56
- option by the copyright holder.
57
-
58
-
59
- Portions Copyrighted 2009 Red Hat
60
-
61
- Red Hat elects to include this software in this
62
- distribution under the GPL Version 2 license.
63
- </xsd:documentation>
64
- </xsd:annotation>
65
-
66
- <xsd:annotation>
67
- <xsd:documentation>
68
- <![CDATA[[
69
- This is the XML Schema for the EJB 3.1 deployment descriptor.
70
-
71
- All EJB deployment descriptors must indicate
72
- the schema by using the Java EE namespace:
73
-
74
- http://java.sun.com/xml/ns/javaee
75
-
76
- and by indicating the version of the schema by
77
- using the version element as shown below:
78
-
79
- <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
80
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
81
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
82
- http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
83
- version="3.1">
84
- ...
85
- </ejb-jar>
86
-
87
- The instance documents may indicate the published version of
88
- the schema using the xsi:schemaLocation attribute for the
89
- Java EE namespace with the following location:
90
-
91
- http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd
92
-
93
- ]]>
94
- </xsd:documentation>
95
- </xsd:annotation>
96
-
97
- <xsd:annotation>
98
- <xsd:documentation>
99
-
100
- The following conventions apply to all Java EE
101
- deployment descriptor elements unless indicated otherwise.
102
-
103
- - In elements that specify a pathname to a file within the
104
- same JAR file, relative filenames (i.e., those not
105
- starting with "/") are considered relative to the root of
106
- the JAR file's namespace. Absolute filenames (i.e., those
107
- starting with "/") also specify names in the root of the
108
- JAR file's namespace. In general, relative names are
109
- preferred. The exception is .war files where absolute
110
- names are preferred for consistency with the Servlet API.
111
-
112
- </xsd:documentation>
113
- </xsd:annotation>
114
-
115
- <xsd:include schemaLocation="javaee_6.xsd"/>
116
-
117
-
118
- <!-- **************************************************** -->
119
-
120
- <xsd:element name="ejb-jar"
121
- type="javaee:ejb-jarType">
122
- <xsd:annotation>
123
- <xsd:documentation>
124
-
125
- This is the root of the ejb-jar deployment descriptor.
126
-
127
- </xsd:documentation>
128
- </xsd:annotation>
129
- <xsd:key name="ejb-name-key">
130
- <xsd:annotation>
131
- <xsd:documentation>
132
-
133
- The ejb-name element contains the name of an enterprise
134
- bean. The name must be unique within the ejb-jar or
135
- .war file.
136
-
137
- </xsd:documentation>
138
- </xsd:annotation>
139
- <xsd:selector xpath="javaee:enterprise-beans/*"/>
140
- <xsd:field xpath="javaee:ejb-name"/>
141
- </xsd:key>
142
- <xsd:keyref name="ejb-name-references"
143
- refer="javaee:ejb-name-key">
144
- <xsd:annotation>
145
- <xsd:documentation>
146
-
147
- The keyref indicates the references from
148
- relationship-role-source must be to a specific ejb-name
149
- defined within the scope of enterprise-beans element.
150
-
151
- </xsd:documentation>
152
- </xsd:annotation>
153
- <xsd:selector xpath=".//javaee:ejb-relationship-role/javaee:relationship-role-source"/>
154
- <xsd:field xpath="javaee:ejb-name"/>
155
- </xsd:keyref>
156
- <xsd:key name="role-name-key">
157
- <xsd:annotation>
158
- <xsd:documentation>
159
-
160
- A role-name-key is specified to allow the references
161
- from the security-role-refs.
162
-
163
- </xsd:documentation>
164
- </xsd:annotation>
165
- <xsd:selector xpath="javaee:assembly-descriptor/javaee:security-role"/>
166
- <xsd:field xpath="javaee:role-name"/>
167
- </xsd:key>
168
- <xsd:keyref name="role-name-references"
169
- refer="javaee:role-name-key">
170
- <xsd:annotation>
171
- <xsd:documentation>
172
-
173
- The keyref indicates the references from
174
- security-role-ref to a specified role-name.
175
-
176
- </xsd:documentation>
177
- </xsd:annotation>
178
- <xsd:selector xpath="javaee:enterprise-beans/*/javaee:security-role-ref"/>
179
- <xsd:field xpath="javaee:role-link"/>
180
- </xsd:keyref>
181
- </xsd:element>
182
-
183
-
184
- <!-- **************************************************** -->
185
-
186
- <xsd:complexType name="access-timeoutType">
187
- <xsd:annotation>
188
- <xsd:documentation>
189
-
190
- The access-timeoutType represents the maximum amount of
191
- time (in a given time unit) that the container should wait for
192
- a concurrency lock before throwing a timeout exception to the
193
- client.
194
-
195
- A timeout value of 0 means concurrent access is not permitted.
196
-
197
- A timeout value of -1 means wait indefinitely to acquire a lock.
198
-
199
- </xsd:documentation>
200
- </xsd:annotation>
201
- <xsd:sequence>
202
- <xsd:element name="timeout"
203
- type="javaee:xsdIntegerType"/>
204
- <xsd:element name="unit"
205
- type="javaee:time-unit-typeType"/>
206
- </xsd:sequence>
207
- <xsd:attribute name="id"
208
- type="xsd:ID"/>
209
- </xsd:complexType>
210
-
211
-
212
- <!-- **************************************************** -->
213
-
214
- <xsd:complexType name="async-methodType">
215
- <xsd:annotation>
216
- <xsd:documentation>
217
-
218
- The async-methodType element specifies that a session
219
- bean method has asynchronous invocation semantics.
220
-
221
- </xsd:documentation>
222
- </xsd:annotation>
223
- <xsd:sequence>
224
- <xsd:element name="method-name"
225
- type="javaee:string"/>
226
- <xsd:element name="method-params"
227
- type="javaee:method-paramsType"
228
- minOccurs="0"/>
229
- </xsd:sequence>
230
- <xsd:attribute name="id"
231
- type="xsd:ID"/>
232
- </xsd:complexType>
233
-
234
-
235
- <!-- **************************************************** -->
236
-
237
- <xsd:complexType name="activation-configType">
238
- <xsd:annotation>
239
- <xsd:documentation>
240
-
241
- The activation-configType defines information about the
242
- expected configuration properties of the message-driven bean
243
- in its operational environment. This may include information
244
- about message acknowledgement, message selector, expected
245
- destination type, etc.
246
-
247
- The configuration information is expressed in terms of
248
- name/value configuration properties.
249
-
250
- The properties that are recognized for a particular
251
- message-driven bean are determined by the messaging type.
252
-
253
- </xsd:documentation>
254
- </xsd:annotation>
255
- <xsd:sequence>
256
- <xsd:element name="description"
257
- type="javaee:descriptionType"
258
- minOccurs="0"
259
- maxOccurs="unbounded"/>
260
- <xsd:element name="activation-config-property"
261
- type="javaee:activation-config-propertyType"
262
- maxOccurs="unbounded"/>
263
- </xsd:sequence>
264
- <xsd:attribute name="id"
265
- type="xsd:ID"/>
266
- </xsd:complexType>
267
-
268
-
269
- <!-- **************************************************** -->
270
-
271
- <xsd:complexType name="activation-config-propertyType">
272
- <xsd:annotation>
273
- <xsd:documentation>
274
-
275
- The activation-config-propertyType contains a name/value
276
- configuration property pair for a message-driven bean.
277
-
278
- The properties that are recognized for a particular
279
- message-driven bean are determined by the messaging type.
280
-
281
- </xsd:documentation>
282
- </xsd:annotation>
283
- <xsd:sequence>
284
- <xsd:element name="activation-config-property-name"
285
- type="javaee:xsdStringType">
286
- <xsd:annotation>
287
- <xsd:documentation>
288
-
289
- The activation-config-property-name element contains
290
- the name for an activation configuration property of
291
- a message-driven bean.
292
-
293
- For JMS message-driven beans, the following property
294
- names are recognized: acknowledgeMode,
295
- messageSelector, destinationType, subscriptionDurability
296
-
297
- </xsd:documentation>
298
- </xsd:annotation>
299
- </xsd:element>
300
- <xsd:element name="activation-config-property-value"
301
- type="javaee:xsdStringType">
302
- <xsd:annotation>
303
- <xsd:documentation>
304
-
305
- The activation-config-property-value element
306
- contains the value for an activation configuration
307
- property of a message-driven bean.
308
-
309
- </xsd:documentation>
310
- </xsd:annotation>
311
- </xsd:element>
312
- </xsd:sequence>
313
- <xsd:attribute name="id"
314
- type="xsd:ID"/>
315
- </xsd:complexType>
316
-
317
-
318
- <!-- **************************************************** -->
319
-
320
- <xsd:complexType name="around-invokeType">
321
- <xsd:annotation>
322
- <xsd:documentation>
323
-
324
- The around-invoke type specifies a method on a
325
- class to be called during the around invoke portion of an
326
- ejb invocation. Note that each class may have only one
327
- around invoke method and that the method may not be
328
- overloaded.
329
-
330
- If the class element is missing then
331
- the class defining the callback is assumed to be the
332
- interceptor class or component class in scope at the
333
- location in the descriptor in which the around invoke
334
- definition appears.
335
-
336
- </xsd:documentation>
337
- </xsd:annotation>
338
- <xsd:sequence>
339
- <xsd:element name="class"
340
- type="javaee:fully-qualified-classType"
341
- minOccurs="0"/>
342
- <xsd:element name="method-name"
343
- type="javaee:java-identifierType"/>
344
- </xsd:sequence>
345
- </xsd:complexType>
346
-
347
-
348
- <!-- **************************************************** -->
349
-
350
- <xsd:complexType name="around-timeoutType">
351
- <xsd:annotation>
352
- <xsd:documentation>
353
-
354
- The around-timeout type specifies a method on a
355
- class to be called during the around-timeout portion of
356
- a timer timeout callback. Note that each class may have
357
- only one around-timeout method and that the method may not
358
- be overloaded.
359
-
360
- If the class element is missing then
361
- the class defining the callback is assumed to be the
362
- interceptor class or component class in scope at the
363
- location in the descriptor in which the around-timeout
364
- definition appears.
365
-
366
- </xsd:documentation>
367
- </xsd:annotation>
368
- <xsd:sequence>
369
- <xsd:element name="class"
370
- type="javaee:fully-qualified-classType"
371
- minOccurs="0"/>
372
- <xsd:element name="method-name"
373
- type="javaee:java-identifierType"/>
374
- </xsd:sequence>
375
- </xsd:complexType>
376
-
377
-
378
- <!-- **************************************************** -->
379
-
380
- <xsd:complexType name="assembly-descriptorType">
381
- <xsd:annotation>
382
- <xsd:documentation>
383
-
384
- The assembly-descriptorType defines
385
- application-assembly information.
386
-
387
- The application-assembly information consists of the
388
- following parts: the definition of security roles, the
389
- definition of method permissions, the definition of
390
- transaction attributes for enterprise beans with
391
- container-managed transaction demarcation, the definition
392
- of interceptor bindings, a list of
393
- methods to be excluded from being invoked, and a list of
394
- exception types that should be treated as application exceptions.
395
-
396
- All the parts are optional in the sense that they are
397
- omitted if the lists represented by them are empty.
398
-
399
- Providing an assembly-descriptor in the deployment
400
- descriptor is optional for the ejb-jar or .war file producer.
401
-
402
- </xsd:documentation>
403
- </xsd:annotation>
404
- <xsd:sequence>
405
- <xsd:element name="security-role"
406
- type="javaee:security-roleType"
407
- minOccurs="0"
408
- maxOccurs="unbounded"/>
409
- <xsd:element name="method-permission"
410
- type="javaee:method-permissionType"
411
- minOccurs="0"
412
- maxOccurs="unbounded"/>
413
- <xsd:element name="container-transaction"
414
- type="javaee:container-transactionType"
415
- minOccurs="0"
416
- maxOccurs="unbounded"/>
417
- <xsd:element name="interceptor-binding"
418
- type="javaee:interceptor-bindingType"
419
- minOccurs="0"
420
- maxOccurs="unbounded"/>
421
- <xsd:element name="message-destination"
422
- type="javaee:message-destinationType"
423
- minOccurs="0"
424
- maxOccurs="unbounded"/>
425
- <xsd:element name="exclude-list"
426
- type="javaee:exclude-listType"
427
- minOccurs="0"/>
428
- <xsd:element name="application-exception"
429
- type="javaee:application-exceptionType"
430
- minOccurs="0"
431
- maxOccurs="unbounded"/>
432
- </xsd:sequence>
433
- <xsd:attribute name="id"
434
- type="xsd:ID"/>
435
- </xsd:complexType>
436
-
437
-
438
- <!-- **************************************************** -->
439
-
440
- <xsd:complexType name="cmp-fieldType">
441
- <xsd:annotation>
442
- <xsd:documentation>
443
-
444
- The cmp-fieldType describes a container-managed field. The
445
- cmp-fieldType contains an optional description of the field,
446
- and the name of the field.
447
-
448
- </xsd:documentation>
449
- </xsd:annotation>
450
- <xsd:sequence>
451
- <xsd:element name="description"
452
- type="javaee:descriptionType"
453
- minOccurs="0"
454
- maxOccurs="unbounded"/>
455
- <xsd:element name="field-name"
456
- type="javaee:java-identifierType">
457
- <xsd:annotation>
458
- <xsd:documentation>
459
-
460
- The field-name element specifies the name of a
461
- container managed field.
462
-
463
- The name of the cmp-field of an entity bean with
464
- cmp-version 2.x must begin with a lowercase
465
- letter. This field is accessed by methods whose
466
- names consists of the name of the field specified by
467
- field-name in which the first letter is uppercased,
468
- prefixed by "get" or "set".
469
-
470
- The name of the cmp-field of an entity bean with
471
- cmp-version 1.x must denote a public field of the
472
- enterprise bean class or one of its superclasses.
473
-
474
- </xsd:documentation>
475
- </xsd:annotation>
476
- </xsd:element>
477
- </xsd:sequence>
478
- <xsd:attribute name="id"
479
- type="xsd:ID"/>
480
- </xsd:complexType>
481
-
482
-
483
- <!-- **************************************************** -->
484
-
485
- <xsd:complexType name="cmp-versionType">
486
- <xsd:annotation>
487
- <xsd:documentation>
488
-
489
- The cmp-versionType specifies the version of an entity bean
490
- with container-managed persistence. It is used by
491
- cmp-version elements.
492
-
493
- The value must be one of the two following:
494
-
495
- 1.x
496
- 2.x
497
-
498
- </xsd:documentation>
499
- </xsd:annotation>
500
- <xsd:simpleContent>
501
- <xsd:restriction base="javaee:string">
502
- <xsd:enumeration value="1.x"/>
503
- <xsd:enumeration value="2.x"/>
504
- </xsd:restriction>
505
- </xsd:simpleContent>
506
- </xsd:complexType>
507
-
508
-
509
- <!-- **************************************************** -->
510
-
511
- <xsd:complexType name="cmr-fieldType">
512
- <xsd:annotation>
513
- <xsd:documentation>
514
-
515
- The cmr-fieldType describes the bean provider's view of
516
- a relationship. It consists of an optional description, and
517
- the name and the class type of a field in the source of a
518
- role of a relationship. The cmr-field-name element
519
- corresponds to the name used for the get and set accessor
520
- methods for the relationship. The cmr-field-type element is
521
- used only for collection-valued cmr-fields. It specifies the
522
- type of the collection that is used.
523
-
524
- </xsd:documentation>
525
- </xsd:annotation>
526
- <xsd:sequence>
527
- <xsd:element name="description"
528
- type="javaee:descriptionType"
529
- minOccurs="0"
530
- maxOccurs="unbounded"/>
531
- <xsd:element name="cmr-field-name"
532
- type="javaee:string">
533
- <xsd:annotation>
534
- <xsd:documentation>
535
-
536
- The cmr-field-name element specifies the name of a
537
- logical relationship field in the entity bean
538
- class. The name of the cmr-field must begin with a
539
- lowercase letter. This field is accessed by methods
540
- whose names consist of the name of the field
541
- specified by cmr-field-name in which the first
542
- letter is uppercased, prefixed by "get" or "set".
543
-
544
- </xsd:documentation>
545
- </xsd:annotation>
546
- </xsd:element>
547
- <xsd:element name="cmr-field-type"
548
- type="javaee:cmr-field-typeType"
549
- minOccurs="0"/>
550
- </xsd:sequence>
551
- <xsd:attribute name="id"
552
- type="xsd:ID"/>
553
- </xsd:complexType>
554
-
555
-
556
- <!-- **************************************************** -->
557
-
558
- <xsd:complexType name="cmr-field-typeType">
559
- <xsd:annotation>
560
- <xsd:documentation>
561
-
562
- The cmr-field-type element specifies the class of a
563
- collection-valued logical relationship field in the entity
564
- bean class. The value of an element using cmr-field-typeType
565
- must be either: java.util.Collection or java.util.Set.
566
-
567
- </xsd:documentation>
568
- </xsd:annotation>
569
- <xsd:simpleContent>
570
- <xsd:restriction base="javaee:string">
571
- <xsd:enumeration value="java.util.Collection"/>
572
- <xsd:enumeration value="java.util.Set"/>
573
- </xsd:restriction>
574
- </xsd:simpleContent>
575
- </xsd:complexType>
576
-
577
-
578
- <!-- **************************************************** -->
579
-
580
- <xsd:complexType name="concurrency-management-typeType">
581
- <xsd:annotation>
582
- <xsd:documentation>
583
-
584
- The concurrency-management-typeType specifies the way concurrency
585
- is managed for a singleton or stateful session bean.
586
-
587
- The concurrency management type must be one of the following:
588
-
589
- Bean
590
- Container
591
-
592
- Bean managed concurrency can only be specified for a singleton bean.
593
-
594
- </xsd:documentation>
595
- </xsd:annotation>
596
- <xsd:simpleContent>
597
- <xsd:restriction base="javaee:string">
598
- <xsd:enumeration value="Bean"/>
599
- <xsd:enumeration value="Container"/>
600
- </xsd:restriction>
601
- </xsd:simpleContent>
602
- </xsd:complexType>
603
-
604
-
605
- <!-- **************************************************** -->
606
-
607
- <xsd:complexType name="concurrent-lock-typeType">
608
- <xsd:annotation>
609
- <xsd:documentation>
610
-
611
- The concurrent-lock-typeType specifies how the container must
612
- manage concurrent access to a method of a Singleton bean
613
- with container-managed concurrency.
614
-
615
- The container managed concurrency lock type must be one
616
- of the following :
617
-
618
- Read
619
- Write
620
-
621
- </xsd:documentation>
622
- </xsd:annotation>
623
- <xsd:simpleContent>
624
- <xsd:restriction base="javaee:string">
625
- <xsd:enumeration value="Read"/>
626
- <xsd:enumeration value="Write"/>
627
- </xsd:restriction>
628
- </xsd:simpleContent>
629
- </xsd:complexType>
630
-
631
-
632
- <!-- **************************************************** -->
633
-
634
- <xsd:complexType name="concurrent-methodType">
635
- <xsd:annotation>
636
- <xsd:documentation>
637
-
638
- The concurrent-methodType specifies information about a method
639
- of a bean with container managed concurrency.
640
-
641
- The optional lock element specifies the kind of concurrency
642
- lock asssociated with the method.
643
-
644
- The optional access-timeout element specifies the amount of
645
- time (in a given time unit) the container should wait for a
646
- concurrency lock before throwing an exception to the client.
647
-
648
- </xsd:documentation>
649
- </xsd:annotation>
650
- <xsd:sequence>
651
- <xsd:element name="method"
652
- type="javaee:named-methodType"/>
653
- <xsd:element name="lock"
654
- type="javaee:concurrent-lock-typeType"
655
- minOccurs="0"/>
656
- <xsd:element name="access-timeout"
657
- type="javaee:access-timeoutType"
658
- minOccurs="0"/>
659
- </xsd:sequence>
660
- <xsd:attribute name="id"
661
- type="xsd:ID"/>
662
- </xsd:complexType>
663
-
664
-
665
- <!-- **************************************************** -->
666
-
667
- <xsd:complexType name="container-transactionType">
668
- <xsd:annotation>
669
- <xsd:documentation>
670
-
671
- The container-transactionType specifies how the container
672
- must manage transaction scopes for the enterprise bean's
673
- method invocations. It defines an optional description, a
674
- list of method elements, and a transaction attribute. The
675
- transaction attribute is to be applied to all the specified
676
- methods.
677
-
678
- </xsd:documentation>
679
- </xsd:annotation>
680
- <xsd:sequence>
681
- <xsd:element name="description"
682
- type="javaee:descriptionType"
683
- minOccurs="0"
684
- maxOccurs="unbounded"/>
685
- <xsd:element name="method"
686
- type="javaee:methodType"
687
- maxOccurs="unbounded"/>
688
- <xsd:element name="trans-attribute"
689
- type="javaee:trans-attributeType"/>
690
- </xsd:sequence>
691
- <xsd:attribute name="id"
692
- type="xsd:ID"/>
693
- </xsd:complexType>
694
-
695
-
696
- <!-- **************************************************** -->
697
-
698
- <xsd:complexType name="depends-onType">
699
- <xsd:annotation>
700
- <xsd:documentation>
701
-
702
- The depends-onType is used to express initialization
703
- ordering dependencies between Singleton components.
704
- The depends-onType specifies the names of one or more
705
- Singleton beans in the same application as the referring
706
- Singleton, each of which must be initialized before
707
- the referring bean.
708
-
709
- Each dependent bean is expressed using ejb-link syntax.
710
- The order in which dependent beans are initialized at
711
- runtime is not guaranteed to match the order in which
712
- they are listed.
713
-
714
- </xsd:documentation>
715
- </xsd:annotation>
716
- <xsd:sequence>
717
- <xsd:element name="ejb-name"
718
- type="javaee:ejb-linkType"
719
- minOccurs="1"
720
- maxOccurs="unbounded"/>
721
- </xsd:sequence>
722
- <xsd:attribute name="id"
723
- type="xsd:ID"/>
724
- </xsd:complexType>
725
-
726
-
727
- <!-- **************************************************** -->
728
-
729
- <xsd:complexType name="ejb-classType">
730
- <xsd:annotation>
731
- <xsd:documentation>
732
- <![CDATA[[
733
- The ejb-classType contains the fully-qualified name of the
734
- enterprise bean's class. It is used by ejb-class elements.
735
-
736
- Example:
737
-
738
- <ejb-class>com.wombat.empl.EmployeeServiceBean</ejb-class>
739
-
740
- ]]>
741
- </xsd:documentation>
742
- </xsd:annotation>
743
- <xsd:simpleContent>
744
- <xsd:restriction base="javaee:fully-qualified-classType"/>
745
- </xsd:simpleContent>
746
- </xsd:complexType>
747
-
748
-
749
- <!-- **************************************************** -->
750
-
751
- <xsd:complexType name="ejb-jarType">
752
- <xsd:annotation>
753
- <xsd:documentation>
754
-
755
- The ejb-jarType defines the root element of the EJB
756
- deployment descriptor. It contains
757
-
758
- - an optional description of the ejb-jar file
759
- - an optional display name
760
- - an optional icon that contains a small and a large
761
- icon file name
762
- - an optional module name. Only applicable to
763
- stand-alone ejb-jars or ejb-jars packaged in an ear.
764
- Ignored if specified for an ejb-jar.xml within a .war.
765
- In that case, standard .war module-name rules apply.
766
- - structural information about all included
767
- enterprise beans that is not specified through
768
- annotations
769
- - structural information about interceptor classes
770
- - a descriptor for container managed relationships,
771
- if any.
772
- - an optional application-assembly descriptor
773
- - an optional name of an ejb-client-jar file for the
774
- ejb-jar.
775
-
776
- </xsd:documentation>
777
- </xsd:annotation>
778
- <xsd:sequence>
779
- <xsd:element name="module-name"
780
- type="javaee:string"
781
- minOccurs="0"/>
782
- <xsd:group ref="javaee:descriptionGroup"/>
783
- <xsd:element name="enterprise-beans"
784
- type="javaee:enterprise-beansType"
785
- minOccurs="0"/>
786
- <xsd:element name="interceptors"
787
- type="javaee:interceptorsType"
788
- minOccurs="0"/>
789
- <xsd:element name="relationships"
790
- type="javaee:relationshipsType"
791
- minOccurs="0">
792
- <xsd:unique name="relationship-name-uniqueness">
793
- <xsd:annotation>
794
- <xsd:documentation>
795
-
796
- The ejb-relation-name contains the name of a
797
- relation. The name must be unique within
798
- relationships.
799
-
800
- </xsd:documentation>
801
- </xsd:annotation>
802
- <xsd:selector xpath="javaee:ejb-relation"/>
803
- <xsd:field xpath="javaee:ejb-relation-name"/>
804
- </xsd:unique>
805
- </xsd:element>
806
- <xsd:element name="assembly-descriptor"
807
- type="javaee:assembly-descriptorType"
808
- minOccurs="0">
809
- <xsd:annotation>
810
- <xsd:documentation>
811
-
812
- Providing an assembly-descriptor in the deployment
813
- descriptor is optional for the ejb-jar or .war file
814
- producer.
815
-
816
- </xsd:documentation>
817
- </xsd:annotation>
818
- </xsd:element>
819
- <xsd:element name="ejb-client-jar"
820
- type="javaee:pathType"
821
- minOccurs="0">
822
- <xsd:annotation>
823
- <xsd:documentation>
824
- <![CDATA[[
825
- The optional ejb-client-jar element specifies a JAR
826
- file that contains the class files necessary for a
827
- client program to access the
828
- enterprise beans in the ejb-jar file.
829
-
830
- Example:
831
-
832
- <ejb-client-jar>employee_service_client.jar
833
- </ejb-client-jar>
834
-
835
- ]]>
836
- </xsd:documentation>
837
- </xsd:annotation>
838
- </xsd:element>
839
- </xsd:sequence>
840
- <xsd:attribute name="version"
841
- type="javaee:dewey-versionType"
842
- fixed="3.1"
843
- use="required">
844
- <xsd:annotation>
845
- <xsd:documentation>
846
-
847
- The version specifies the version of the
848
- EJB specification that the instance document must
849
- comply with. This information enables deployment tools
850
- to validate a particular EJB Deployment
851
- Descriptor with respect to a specific version of the EJB
852
- schema.
853
-
854
- </xsd:documentation>
855
- </xsd:annotation>
856
- </xsd:attribute>
857
- <xsd:attribute name="metadata-complete"
858
- type="xsd:boolean">
859
- <xsd:annotation>
860
- <xsd:documentation>
861
-
862
- The metadata-complete attribute defines whether this
863
- deployment descriptor and other related deployment
864
- descriptors for this module (e.g., web service
865
- descriptors) are complete, or whether the class
866
- files available to this module and packaged with
867
- this application should be examined for annotations
868
- that specify deployment information.
869
-
870
- If metadata-complete is set to "true", the deployment
871
- tool must ignore any annotations that specify deployment
872
- information, which might be present in the class files
873
- of the application.
874
-
875
- If metadata-complete is not specified or is set to
876
- "false", the deployment tool must examine the class
877
- files of the application for annotations, as
878
- specified by the specifications.
879
-
880
- </xsd:documentation>
881
- </xsd:annotation>
882
- </xsd:attribute>
883
- <xsd:attribute name="id"
884
- type="xsd:ID"/>
885
- </xsd:complexType>
886
-
887
-
888
- <!-- **************************************************** -->
889
-
890
- <xsd:complexType name="ejb-nameType">
891
- <xsd:annotation>
892
- <xsd:documentation>
893
- <![CDATA[[
894
- The ejb-nameType specifies an enterprise bean's name. It is
895
- used by ejb-name elements. This name is assigned by the
896
- file producer to name the enterprise bean in the
897
- ejb-jar or .war file's deployment descriptor. The name must be
898
- unique among the names of the enterprise beans in the same
899
- ejb-jar or .war file.
900
-
901
- There is no architected relationship between the used
902
- ejb-name in the deployment descriptor and the JNDI name that
903
- the Deployer will assign to the enterprise bean's home.
904
-
905
- The name for an entity bean must conform to the lexical
906
- rules for an NMTOKEN.
907
-
908
- Example:
909
-
910
- <ejb-name>EmployeeService</ejb-name>
911
-
912
- ]]>
913
- </xsd:documentation>
914
- </xsd:annotation>
915
- <xsd:simpleContent>
916
- <xsd:restriction base="javaee:xsdNMTOKENType"/>
917
- </xsd:simpleContent>
918
- </xsd:complexType>
919
-
920
-
921
- <!-- **************************************************** -->
922
-
923
- <xsd:complexType name="ejb-relationType">
924
- <xsd:annotation>
925
- <xsd:documentation>
926
-
927
- The ejb-relationType describes a relationship between two
928
- entity beans with container-managed persistence. It is used
929
- by ejb-relation elements. It contains a description; an
930
- optional ejb-relation-name element; and exactly two
931
- relationship role declarations, defined by the
932
- ejb-relationship-role elements. The name of the
933
- relationship, if specified, is unique within the ejb-jar
934
- file.
935
-
936
- </xsd:documentation>
937
- </xsd:annotation>
938
- <xsd:sequence>
939
- <xsd:element name="description"
940
- type="javaee:descriptionType"
941
- minOccurs="0"
942
- maxOccurs="unbounded"/>
943
- <xsd:element name="ejb-relation-name"
944
- type="javaee:string"
945
- minOccurs="0">
946
- <xsd:annotation>
947
- <xsd:documentation>
948
-
949
- The ejb-relation-name element provides a unique name
950
- within the ejb-jar file for a relationship.
951
-
952
- </xsd:documentation>
953
- </xsd:annotation>
954
- </xsd:element>
955
- <xsd:element name="ejb-relationship-role"
956
- type="javaee:ejb-relationship-roleType"/>
957
- <xsd:element name="ejb-relationship-role"
958
- type="javaee:ejb-relationship-roleType"/>
959
- </xsd:sequence>
960
- <xsd:attribute name="id"
961
- type="xsd:ID"/>
962
- </xsd:complexType>
963
-
964
-
965
- <!-- **************************************************** -->
966
-
967
- <xsd:complexType name="ejb-relationship-roleType">
968
- <xsd:annotation>
969
- <xsd:documentation>
970
- <![CDATA[[
971
- The ejb-relationship-roleType describes a role within a
972
- relationship. There are two roles in each relationship.
973
-
974
- The ejb-relationship-roleType contains an optional
975
- description; an optional name for the relationship role; a
976
- specification of the multiplicity of the role; an optional
977
- specification of cascade-delete functionality for the role;
978
- the role source; and a declaration of the cmr-field, if any,
979
- by means of which the other side of the relationship is
980
- accessed from the perspective of the role source.
981
-
982
- The multiplicity and role-source element are mandatory.
983
-
984
- The relationship-role-source element designates an entity
985
- bean by means of an ejb-name element. For bidirectional
986
- relationships, both roles of a relationship must declare a
987
- relationship-role-source element that specifies a cmr-field
988
- in terms of which the relationship is accessed. The lack of
989
- a cmr-field element in an ejb-relationship-role specifies
990
- that the relationship is unidirectional in navigability and
991
- the entity bean that participates in the relationship is
992
- "not aware" of the relationship.
993
-
994
- Example:
995
-
996
- <ejb-relation>
997
- <ejb-relation-name>Product-LineItem</ejb-relation-name>
998
- <ejb-relationship-role>
999
- <ejb-relationship-role-name>product-has-lineitems
1000
- </ejb-relationship-role-name>
1001
- <multiplicity>One</multiplicity>
1002
- <relationship-role-source>
1003
- <ejb-name>ProductEJB</ejb-name>
1004
- </relationship-role-source>
1005
- </ejb-relationship-role>
1006
- </ejb-relation>
1007
-
1008
- ]]>
1009
- </xsd:documentation>
1010
- </xsd:annotation>
1011
- <xsd:sequence>
1012
- <xsd:element name="description"
1013
- type="javaee:descriptionType"
1014
- minOccurs="0"
1015
- maxOccurs="unbounded"/>
1016
- <xsd:element name="ejb-relationship-role-name"
1017
- type="javaee:string"
1018
- minOccurs="0">
1019
- <xsd:annotation>
1020
- <xsd:documentation>
1021
-
1022
- The ejb-relationship-role-name element defines a
1023
- name for a role that is unique within an
1024
- ejb-relation. Different relationships can use the
1025
- same name for a role.
1026
-
1027
- </xsd:documentation>
1028
- </xsd:annotation>
1029
- </xsd:element>
1030
- <xsd:element name="multiplicity"
1031
- type="javaee:multiplicityType"/>
1032
- <xsd:element name="cascade-delete"
1033
- type="javaee:emptyType"
1034
- minOccurs="0">
1035
- <xsd:annotation>
1036
- <xsd:documentation>
1037
-
1038
- The cascade-delete element specifies that, within a
1039
- particular relationship, the lifetime of one or more
1040
- entity beans is dependent upon the lifetime of
1041
- another entity bean. The cascade-delete element can
1042
- only be specified for an ejb-relationship-role
1043
- element contained in an ejb-relation element in
1044
- which the other ejb-relationship-role
1045
- element specifies a multiplicity of One.
1046
-
1047
- </xsd:documentation>
1048
- </xsd:annotation>
1049
- </xsd:element>
1050
- <xsd:element name="relationship-role-source"
1051
- type="javaee:relationship-role-sourceType"/>
1052
- <xsd:element name="cmr-field"
1053
- type="javaee:cmr-fieldType"
1054
- minOccurs="0"/>
1055
- </xsd:sequence>
1056
- <xsd:attribute name="id"
1057
- type="xsd:ID"/>
1058
- </xsd:complexType>
1059
-
1060
-
1061
- <!-- **************************************************** -->
1062
-
1063
- <xsd:complexType name="enterprise-beansType">
1064
- <xsd:annotation>
1065
- <xsd:documentation>
1066
-
1067
- The enterprise-beansType declares one or more enterprise
1068
- beans. Each bean can be a session, entity or message-driven
1069
- bean.
1070
-
1071
- </xsd:documentation>
1072
- </xsd:annotation>
1073
- <xsd:choice maxOccurs="unbounded">
1074
- <xsd:element name="session"
1075
- type="javaee:session-beanType">
1076
- <xsd:unique name="session-ejb-local-ref-name-uniqueness">
1077
- <xsd:annotation>
1078
- <xsd:documentation>
1079
-
1080
- The ejb-ref-name element contains the name of
1081
- an EJB reference. The EJB reference is an entry in
1082
- the component's environment and is relative to the
1083
- java:comp/env context. The name must be unique within
1084
- the component.
1085
-
1086
- It is recommended that name be prefixed with "ejb/".
1087
-
1088
- </xsd:documentation>
1089
- </xsd:annotation>
1090
- <xsd:selector xpath="javaee:ejb-local-ref"/>
1091
- <xsd:field xpath="javaee:ejb-ref-name"/>
1092
- </xsd:unique>
1093
- <xsd:unique name="session-ejb-ref-name-uniqueness">
1094
- <xsd:annotation>
1095
- <xsd:documentation>
1096
-
1097
- The ejb-ref-name element contains the name of an EJB
1098
- reference. The EJB reference is an entry in the
1099
- component's environment and is relative to the
1100
- java:comp/env context. The name must be unique
1101
- within the component.
1102
-
1103
- It is recommended that name is prefixed with "ejb/".
1104
-
1105
- </xsd:documentation>
1106
- </xsd:annotation>
1107
- <xsd:selector xpath="javaee:ejb-ref"/>
1108
- <xsd:field xpath="javaee:ejb-ref-name"/>
1109
- </xsd:unique>
1110
- <xsd:unique name="session-resource-env-ref-uniqueness">
1111
- <xsd:annotation>
1112
- <xsd:documentation>
1113
-
1114
- The resource-env-ref-name element specifies the name
1115
- of a resource environment reference; its value is
1116
- the environment entry name used in the component
1117
- code. The name is a JNDI name relative to the
1118
- java:comp/env context and must be unique within an
1119
- component.
1120
-
1121
- </xsd:documentation>
1122
- </xsd:annotation>
1123
- <xsd:selector xpath="javaee:resource-env-ref"/>
1124
- <xsd:field xpath="javaee:resource-env-ref-name"/>
1125
- </xsd:unique>
1126
- <xsd:unique name="session-message-destination-ref-uniqueness">
1127
- <xsd:annotation>
1128
- <xsd:documentation>
1129
-
1130
- The message-destination-ref-name element specifies the name
1131
- of a message destination reference; its value is
1132
- the message destination reference name used in the component
1133
- code. The name is a JNDI name relative to the
1134
- java:comp/env context and must be unique within an
1135
- component.
1136
-
1137
- </xsd:documentation>
1138
- </xsd:annotation>
1139
- <xsd:selector xpath="javaee:message-destination-ref"/>
1140
- <xsd:field xpath="javaee:message-destination-ref-name"/>
1141
- </xsd:unique>
1142
- <xsd:unique name="session-res-ref-name-uniqueness">
1143
- <xsd:annotation>
1144
- <xsd:documentation>
1145
-
1146
- The res-ref-name element specifies the name of a
1147
- resource manager connection factory reference. The name
1148
- is a JNDI name relative to the java:comp/env context.
1149
- The name must be unique within an component.
1150
-
1151
- </xsd:documentation>
1152
- </xsd:annotation>
1153
- <xsd:selector xpath="javaee:resource-ref"/>
1154
- <xsd:field xpath="javaee:res-ref-name"/>
1155
- </xsd:unique>
1156
- <xsd:unique name="session-env-entry-name-uniqueness">
1157
- <xsd:annotation>
1158
- <xsd:documentation>
1159
-
1160
- The env-entry-name element contains the name of a
1161
- component's environment entry. The name is a JNDI
1162
- name relative to the java:comp/env context. The
1163
- name must be unique within an component.
1164
-
1165
- </xsd:documentation>
1166
- </xsd:annotation>
1167
- <xsd:selector xpath="javaee:env-entry"/>
1168
- <xsd:field xpath="javaee:env-entry-name"/>
1169
- </xsd:unique>
1170
- </xsd:element>
1171
- <xsd:element name="entity"
1172
- type="javaee:entity-beanType">
1173
- <xsd:unique name="entity-ejb-local-ref-name-uniqueness">
1174
- <xsd:annotation>
1175
- <xsd:documentation>
1176
-
1177
- The ejb-ref-name element contains the name of
1178
- an EJB reference. The EJB reference is an entry in
1179
- the component's environment and is relative to the
1180
- java:comp/env context. The name must be unique within
1181
- the component.
1182
-
1183
- It is recommended that name be prefixed with "ejb/".
1184
-
1185
- </xsd:documentation>
1186
- </xsd:annotation>
1187
- <xsd:selector xpath="javaee:ejb-local-ref"/>
1188
- <xsd:field xpath="javaee:ejb-ref-name"/>
1189
- </xsd:unique>
1190
- <xsd:unique name="entity-ejb-ref-name-uniqueness">
1191
- <xsd:annotation>
1192
- <xsd:documentation>
1193
-
1194
- The ejb-ref-name element contains the name of an EJB
1195
- reference. The EJB reference is an entry in the
1196
- component's environment and is relative to the
1197
- java:comp/env context. The name must be unique
1198
- within the component.
1199
-
1200
- It is recommended that name is prefixed with "ejb/".
1201
-
1202
- </xsd:documentation>
1203
- </xsd:annotation>
1204
- <xsd:selector xpath="javaee:ejb-ref"/>
1205
- <xsd:field xpath="javaee:ejb-ref-name"/>
1206
- </xsd:unique>
1207
- <xsd:unique name="entity-resource-env-ref-uniqueness">
1208
- <xsd:annotation>
1209
- <xsd:documentation>
1210
-
1211
- The resource-env-ref-name element specifies the name
1212
- of a resource environment reference; its value is
1213
- the environment entry name used in the component
1214
- code. The name is a JNDI name relative to the
1215
- java:comp/env context and must be unique within an
1216
- component.
1217
-
1218
- </xsd:documentation>
1219
- </xsd:annotation>
1220
- <xsd:selector xpath="javaee:resource-env-ref"/>
1221
- <xsd:field xpath="javaee:resource-env-ref-name"/>
1222
- </xsd:unique>
1223
- <xsd:unique name="entity-message-destination-ref-uniqueness">
1224
- <xsd:annotation>
1225
- <xsd:documentation>
1226
-
1227
- The message-destination-ref-name element specifies the name
1228
- of a message destination reference; its value is
1229
- the message destination reference name used in the component
1230
- code. The name is a JNDI name relative to the
1231
- java:comp/env context and must be unique within an
1232
- component.
1233
-
1234
- </xsd:documentation>
1235
- </xsd:annotation>
1236
- <xsd:selector xpath="javaee:message-destination-ref"/>
1237
- <xsd:field xpath="javaee:message-destination-ref-name"/>
1238
- </xsd:unique>
1239
- <xsd:unique name="entity-res-ref-name-uniqueness">
1240
- <xsd:annotation>
1241
- <xsd:documentation>
1242
-
1243
- The res-ref-name element specifies the name of a
1244
- resource manager connection factory reference. The name
1245
- is a JNDI name relative to the java:comp/env context.
1246
- The name must be unique within an component.
1247
-
1248
- </xsd:documentation>
1249
- </xsd:annotation>
1250
- <xsd:selector xpath="javaee:resource-ref"/>
1251
- <xsd:field xpath="javaee:res-ref-name"/>
1252
- </xsd:unique>
1253
- <xsd:unique name="entity-env-entry-name-uniqueness">
1254
- <xsd:annotation>
1255
- <xsd:documentation>
1256
-
1257
- The env-entry-name element contains the name of a
1258
- component's environment entry. The name is a JNDI
1259
- name relative to the java:comp/env context. The
1260
- name must be unique within an component.
1261
-
1262
- </xsd:documentation>
1263
- </xsd:annotation>
1264
- <xsd:selector xpath="javaee:env-entry"/>
1265
- <xsd:field xpath="javaee:env-entry-name"/>
1266
- </xsd:unique>
1267
- </xsd:element>
1268
- <xsd:element name="message-driven"
1269
- type="javaee:message-driven-beanType">
1270
- <xsd:unique name="messaged-ejb-local-ref-name-uniqueness">
1271
- <xsd:annotation>
1272
- <xsd:documentation>
1273
-
1274
- The ejb-ref-name element contains the name of
1275
- an EJB reference. The EJB reference is an entry in
1276
- the component's environment and is relative to the
1277
- java:comp/env context. The name must be unique within
1278
- the component.
1279
-
1280
- It is recommended that name be prefixed with "ejb/".
1281
-
1282
- </xsd:documentation>
1283
- </xsd:annotation>
1284
- <xsd:selector xpath="javaee:ejb-local-ref"/>
1285
- <xsd:field xpath="javaee:ejb-ref-name"/>
1286
- </xsd:unique>
1287
- <xsd:unique name="messaged-ejb-ref-name-uniqueness">
1288
- <xsd:annotation>
1289
- <xsd:documentation>
1290
-
1291
- The ejb-ref-name element contains the name of an EJB
1292
- reference. The EJB reference is an entry in the
1293
- component's environment and is relative to the
1294
- java:comp/env context. The name must be unique
1295
- within the component.
1296
-
1297
- It is recommended that name is prefixed with "ejb/".
1298
-
1299
- </xsd:documentation>
1300
- </xsd:annotation>
1301
- <xsd:selector xpath="javaee:ejb-ref"/>
1302
- <xsd:field xpath="javaee:ejb-ref-name"/>
1303
- </xsd:unique>
1304
- <xsd:unique name="messaged-resource-env-ref-uniqueness">
1305
- <xsd:annotation>
1306
- <xsd:documentation>
1307
-
1308
- The resource-env-ref-name element specifies the name
1309
- of a resource environment reference; its value is
1310
- the environment entry name used in the component
1311
- code. The name is a JNDI name relative to the
1312
- java:comp/env context and must be unique within an
1313
- component.
1314
-
1315
- </xsd:documentation>
1316
- </xsd:annotation>
1317
- <xsd:selector xpath="javaee:resource-env-ref"/>
1318
- <xsd:field xpath="javaee:resource-env-ref-name"/>
1319
- </xsd:unique>
1320
- <xsd:unique name="messaged-message-destination-ref-uniqueness">
1321
- <xsd:annotation>
1322
- <xsd:documentation>
1323
-
1324
- The message-destination-ref-name element specifies the name
1325
- of a message destination reference; its value is
1326
- the message destination reference name used in the component
1327
- code. The name is a JNDI name relative to the
1328
- java:comp/env context and must be unique within an
1329
- component.
1330
-
1331
- </xsd:documentation>
1332
- </xsd:annotation>
1333
- <xsd:selector xpath="javaee:message-destination-ref"/>
1334
- <xsd:field xpath="javaee:message-destination-ref-name"/>
1335
- </xsd:unique>
1336
- <xsd:unique name="messaged-res-ref-name-uniqueness">
1337
- <xsd:annotation>
1338
- <xsd:documentation>
1339
-
1340
- The res-ref-name element specifies the name of a
1341
- resource manager connection factory reference. The name
1342
- is a JNDI name relative to the java:comp/env context.
1343
- The name must be unique within an component.
1344
-
1345
- </xsd:documentation>
1346
- </xsd:annotation>
1347
- <xsd:selector xpath="javaee:resource-ref"/>
1348
- <xsd:field xpath="javaee:res-ref-name"/>
1349
- </xsd:unique>
1350
- <xsd:unique name="messaged-env-entry-name-uniqueness">
1351
- <xsd:annotation>
1352
- <xsd:documentation>
1353
-
1354
- The env-entry-name element contains the name of a
1355
- component's environment entry. The name is a JNDI
1356
- name relative to the java:comp/env context. The
1357
- name must be unique within an component.
1358
-
1359
- </xsd:documentation>
1360
- </xsd:annotation>
1361
- <xsd:selector xpath="javaee:env-entry"/>
1362
- <xsd:field xpath="javaee:env-entry-name"/>
1363
- </xsd:unique>
1364
- </xsd:element>
1365
- </xsd:choice>
1366
- <xsd:attribute name="id"
1367
- type="xsd:ID"/>
1368
- </xsd:complexType>
1369
-
1370
-
1371
- <!-- **************************************************** -->
1372
-
1373
- <xsd:complexType name="entity-beanType">
1374
- <xsd:annotation>
1375
- <xsd:documentation>
1376
-
1377
- The entity-beanType declares an entity bean. The declaration
1378
- consists of:
1379
-
1380
- - an optional description
1381
- - an optional display name
1382
- - an optional icon element that contains a small and a large
1383
- icon file name
1384
- - a unique name assigned to the enterprise bean
1385
- in the deployment descriptor
1386
- - an optional mapped-name element that can be used to provide
1387
- vendor-specific deployment information such as the physical
1388
- jndi-name of the entity bean's remote home interface. This
1389
- element is not required to be supported by all implementations.
1390
- Any use of this element is non-portable.
1391
- - the names of the entity bean's remote home
1392
- and remote interfaces, if any
1393
- - the names of the entity bean's local home and local
1394
- interfaces, if any
1395
- - the entity bean's implementation class
1396
- - the optional entity bean's persistence management type. If
1397
- this element is not specified it is defaulted to Container.
1398
- - the entity bean's primary key class name
1399
- - an indication of the entity bean's reentrancy
1400
- - an optional specification of the
1401
- entity bean's cmp-version
1402
- - an optional specification of the entity bean's
1403
- abstract schema name
1404
- - an optional list of container-managed fields
1405
- - an optional specification of the primary key
1406
- field
1407
- - an optional declaration of the bean's environment
1408
- entries
1409
- - an optional declaration of the bean's EJB
1410
- references
1411
- - an optional declaration of the bean's local
1412
- EJB references
1413
- - an optional declaration of the bean's web
1414
- service references
1415
- - an optional declaration of the security role
1416
- references
1417
- - an optional declaration of the security identity
1418
- to be used for the execution of the bean's methods
1419
- - an optional declaration of the bean's
1420
- resource manager connection factory references
1421
- - an optional declaration of the bean's
1422
- resource environment references
1423
- - an optional declaration of the bean's message
1424
- destination references
1425
- - an optional set of query declarations
1426
- for finder and select methods for an entity
1427
- bean with cmp-version 2.x.
1428
-
1429
- The optional abstract-schema-name element must be specified
1430
- for an entity bean with container-managed persistence and
1431
- cmp-version 2.x.
1432
-
1433
- The optional primkey-field may be present in the descriptor
1434
- if the entity's persistence-type is Container.
1435
-
1436
- The optional cmp-version element may be present in the
1437
- descriptor if the entity's persistence-type is Container. If
1438
- the persistence-type is Container and the cmp-version
1439
- element is not specified, its value defaults to 2.x.
1440
-
1441
- The optional home and remote elements must be specified if
1442
- the entity bean cmp-version is 1.x.
1443
-
1444
- The optional home and remote elements must be specified if
1445
- the entity bean has a remote home and remote interface.
1446
-
1447
- The optional local-home and local elements must be specified
1448
- if the entity bean has a local home and local interface.
1449
-
1450
- Either both the local-home and the local elements or both
1451
- the home and the remote elements must be specified.
1452
-
1453
- The optional query elements must be present if the
1454
- persistence-type is Container and the cmp-version is 2.x and
1455
- query methods other than findByPrimaryKey have been defined
1456
- for the entity bean.
1457
-
1458
- The other elements that are optional are "optional" in the
1459
- sense that they are omitted if the lists represented by them
1460
- are empty.
1461
-
1462
- At least one cmp-field element must be present in the
1463
- descriptor if the entity's persistence-type is Container and
1464
- the cmp-version is 1.x, and none must not be present if the
1465
- entity's persistence-type is Bean.
1466
-
1467
- </xsd:documentation>
1468
- </xsd:annotation>
1469
- <xsd:sequence>
1470
- <xsd:group ref="javaee:descriptionGroup"/>
1471
- <xsd:element name="ejb-name"
1472
- type="javaee:ejb-nameType"/>
1473
- <xsd:element name="mapped-name"
1474
- type="javaee:xsdStringType"
1475
- minOccurs="0"/>
1476
- <xsd:element name="home"
1477
- type="javaee:homeType"
1478
- minOccurs="0"/>
1479
- <xsd:element name="remote"
1480
- type="javaee:remoteType"
1481
- minOccurs="0"/>
1482
- <xsd:element name="local-home"
1483
- type="javaee:local-homeType"
1484
- minOccurs="0"/>
1485
- <xsd:element name="local"
1486
- type="javaee:localType"
1487
- minOccurs="0"/>
1488
- <xsd:element name="ejb-class"
1489
- type="javaee:ejb-classType"/>
1490
- <xsd:element name="persistence-type"
1491
- type="javaee:persistence-typeType"/>
1492
- <xsd:element name="prim-key-class"
1493
- type="javaee:fully-qualified-classType">
1494
- <xsd:annotation>
1495
- <xsd:documentation>
1496
-
1497
- The prim-key-class element contains the
1498
- fully-qualified name of an
1499
- entity bean's primary key class.
1500
-
1501
- If the definition of the primary key class is
1502
- deferred to deployment time, the prim-key-class
1503
- element should specify java.lang.Object.
1504
-
1505
- </xsd:documentation>
1506
- </xsd:annotation>
1507
- </xsd:element>
1508
- <xsd:element name="reentrant"
1509
- type="javaee:true-falseType">
1510
- <xsd:annotation>
1511
- <xsd:documentation>
1512
-
1513
- The reentrant element specifies whether an entity
1514
- bean is reentrant or not.
1515
-
1516
- The reentrant element must be one of the two
1517
- following: true or false
1518
-
1519
- </xsd:documentation>
1520
- </xsd:annotation>
1521
- </xsd:element>
1522
- <xsd:element name="cmp-version"
1523
- type="javaee:cmp-versionType"
1524
- minOccurs="0"/>
1525
- <xsd:element name="abstract-schema-name"
1526
- type="javaee:java-identifierType"
1527
- minOccurs="0">
1528
- <xsd:annotation>
1529
- <xsd:documentation>
1530
-
1531
- The abstract-schema-name element specifies the name
1532
- of the abstract schema type of an entity bean with
1533
- cmp-version 2.x. It is used in EJB QL queries.
1534
-
1535
- For example, the abstract-schema-name for an entity
1536
- bean whose local interface is
1537
- com.acme.commerce.Order might be Order.
1538
-
1539
- </xsd:documentation>
1540
- </xsd:annotation>
1541
- </xsd:element>
1542
- <xsd:element name="cmp-field"
1543
- type="javaee:cmp-fieldType"
1544
- minOccurs="0"
1545
- maxOccurs="unbounded"/>
1546
- <xsd:element name="primkey-field"
1547
- type="javaee:string"
1548
- minOccurs="0">
1549
- <xsd:annotation>
1550
- <xsd:documentation>
1551
-
1552
- The primkey-field element is used to specify the
1553
- name of the primary key field for an entity with
1554
- container-managed persistence.
1555
-
1556
- The primkey-field must be one of the fields declared
1557
- in the cmp-field element, and the type of the field
1558
- must be the same as the primary key type.
1559
-
1560
- The primkey-field element is not used if the primary
1561
- key maps to multiple container-managed fields
1562
- (i.e. the key is a compound key). In this case, the
1563
- fields of the primary key class must be public, and
1564
- their names must correspond to the field names of
1565
- the entity bean class that comprise the key.
1566
-
1567
- </xsd:documentation>
1568
- </xsd:annotation>
1569
- </xsd:element>
1570
- <xsd:group ref="javaee:jndiEnvironmentRefsGroup"/>
1571
- <xsd:element name="security-role-ref"
1572
- type="javaee:security-role-refType"
1573
- minOccurs="0"
1574
- maxOccurs="unbounded"/>
1575
- <xsd:element name="security-identity"
1576
- type="javaee:security-identityType"
1577
- minOccurs="0"/>
1578
- <xsd:element name="query"
1579
- type="javaee:queryType"
1580
- minOccurs="0"
1581
- maxOccurs="unbounded"/>
1582
- </xsd:sequence>
1583
- <xsd:attribute name="id"
1584
- type="xsd:ID"/>
1585
- </xsd:complexType>
1586
-
1587
-
1588
- <!-- **************************************************** -->
1589
-
1590
- <xsd:complexType name="exclude-listType">
1591
- <xsd:annotation>
1592
- <xsd:documentation>
1593
-
1594
- The exclude-listType specifies one or more methods which
1595
- the Assembler marks to be uncallable.
1596
-
1597
- If the method permission relation contains methods that are
1598
- in the exclude list, the Deployer should consider those
1599
- methods to be uncallable.
1600
-
1601
- </xsd:documentation>
1602
- </xsd:annotation>
1603
- <xsd:sequence>
1604
- <xsd:element name="description"
1605
- type="javaee:descriptionType"
1606
- minOccurs="0"
1607
- maxOccurs="unbounded"/>
1608
- <xsd:element name="method"
1609
- type="javaee:methodType"
1610
- maxOccurs="unbounded"/>
1611
- </xsd:sequence>
1612
- <xsd:attribute name="id"
1613
- type="xsd:ID"/>
1614
- </xsd:complexType>
1615
-
1616
-
1617
- <!-- **************************************************** -->
1618
-
1619
- <xsd:complexType name="application-exceptionType">
1620
- <xsd:annotation>
1621
- <xsd:documentation>
1622
-
1623
- The application-exceptionType declares an application
1624
- exception. The declaration consists of:
1625
-
1626
- - the exception class. When the container receives
1627
- an exception of this type, it is required to
1628
- forward this exception as an applcation exception
1629
- to the client regardless of whether it is a checked
1630
- or unchecked exception.
1631
- - an optional rollback element. If this element is
1632
- set to true, the container must rollback the current
1633
- transaction before forwarding the exception to the
1634
- client. If not specified, it defaults to false.
1635
- - an optional inherited element. If this element is
1636
- set to true, subclasses of the exception class type
1637
- are also automatically considered application
1638
- exceptions (unless overriden at a lower level).
1639
- If set to false, only the exception class type is
1640
- considered an application-exception, not its
1641
- exception subclasses. If not specified, this
1642
- value defaults to true.
1643
-
1644
- </xsd:documentation>
1645
- </xsd:annotation>
1646
- <xsd:sequence>
1647
- <xsd:element name="exception-class"
1648
- type="javaee:fully-qualified-classType"/>
1649
- <xsd:element name="rollback"
1650
- type="javaee:true-falseType"
1651
- minOccurs="0"/>
1652
- <xsd:element name="inherited"
1653
- type="javaee:true-falseType"
1654
- minOccurs="0"/>
1655
- </xsd:sequence>
1656
- <xsd:attribute name="id"
1657
- type="xsd:ID"/>
1658
- </xsd:complexType>
1659
-
1660
-
1661
- <!-- **************************************************** -->
1662
-
1663
- <xsd:complexType name="interceptorsType">
1664
- <xsd:annotation>
1665
- <xsd:documentation>
1666
-
1667
- The interceptorsType element declares one or more interceptor
1668
- classes used by components within this ejb-jar or .war. The declaration
1669
- consists of :
1670
-
1671
- - An optional description.
1672
- - One or more interceptor elements.
1673
-
1674
- </xsd:documentation>
1675
- </xsd:annotation>
1676
- <xsd:sequence>
1677
- <xsd:element name="description"
1678
- type="javaee:descriptionType"
1679
- minOccurs="0"
1680
- maxOccurs="unbounded"/>
1681
- <xsd:element name="interceptor"
1682
- type="javaee:interceptorType"
1683
- maxOccurs="unbounded"/>
1684
- </xsd:sequence>
1685
- <xsd:attribute name="id"
1686
- type="xsd:ID"/>
1687
- </xsd:complexType>
1688
-
1689
-
1690
- <!-- **************************************************** -->
1691
-
1692
- <xsd:complexType name="interceptorType">
1693
- <xsd:annotation>
1694
- <xsd:documentation>
1695
-
1696
- The interceptorType element declares information about a single
1697
- interceptor class. It consists of :
1698
-
1699
- - An optional description.
1700
- - The fully-qualified name of the interceptor class.
1701
- - An optional list of around invoke methods declared on the
1702
- interceptor class and/or its super-classes.
1703
- - An optional list of around timeout methods declared on the
1704
- interceptor class and/or its super-classes.
1705
- - An optional list environment dependencies for the interceptor
1706
- class and/or its super-classes.
1707
- - An optional list of post-activate methods declared on the
1708
- interceptor class and/or its super-classes.
1709
- - An optional list of pre-passivate methods declared on the
1710
- interceptor class and/or its super-classes.
1711
-
1712
- </xsd:documentation>
1713
- </xsd:annotation>
1714
- <xsd:sequence>
1715
- <xsd:element name="description"
1716
- type="javaee:descriptionType"
1717
- minOccurs="0"
1718
- maxOccurs="unbounded"/>
1719
- <xsd:element name="interceptor-class"
1720
- type="javaee:fully-qualified-classType"/>
1721
- <xsd:element name="around-invoke"
1722
- type="javaee:around-invokeType"
1723
- minOccurs="0"
1724
- maxOccurs="unbounded"/>
1725
- <xsd:element name="around-timeout"
1726
- type="javaee:around-timeoutType"
1727
- minOccurs="0"
1728
- maxOccurs="unbounded"/>
1729
- <xsd:group ref="javaee:jndiEnvironmentRefsGroup"/>
1730
- <xsd:element name="post-activate"
1731
- type="javaee:lifecycle-callbackType"
1732
- minOccurs="0"
1733
- maxOccurs="unbounded"/>
1734
- <xsd:element name="pre-passivate"
1735
- type="javaee:lifecycle-callbackType"
1736
- minOccurs="0"
1737
- maxOccurs="unbounded"/>
1738
- </xsd:sequence>
1739
- <xsd:attribute name="id"
1740
- type="xsd:ID"/>
1741
- </xsd:complexType>
1742
-
1743
-
1744
- <!-- **************************************************** -->
1745
-
1746
- <xsd:complexType name="interceptor-bindingType">
1747
- <xsd:annotation>
1748
- <xsd:documentation>
1749
- <![CDATA[[
1750
- The interceptor-bindingType element describes the binding of
1751
- interceptor classes to beans within the ejb-jar or .war.
1752
- It consists of :
1753
-
1754
- - An optional description.
1755
- - The name of an ejb within the module or the wildcard value "*",
1756
- which is used to define interceptors that are bound to all
1757
- beans in the ejb-jar or .war.
1758
- - A list of interceptor classes that are bound to the contents of
1759
- the ejb-name element or a specification of the total ordering
1760
- over the interceptors defined for the given level and above.
1761
- - An optional exclude-default-interceptors element. If set to true,
1762
- specifies that default interceptors are not to be applied to
1763
- a bean-class and/or business method.
1764
- - An optional exclude-class-interceptors element. If set to true,
1765
- specifies that class interceptors are not to be applied to
1766
- a business method.
1767
- - An optional set of method elements for describing the name/params
1768
- of a method-level interceptor.
1769
-
1770
- Interceptors bound to all classes using the wildcard syntax
1771
- "*" are default interceptors for the components in the ejb-jar or .war.
1772
- In addition, interceptors may be bound at the level of the bean
1773
- class (class-level interceptors) or business methods (method-level
1774
- interceptors ).
1775
-
1776
- The binding of interceptors to classes is additive. If interceptors
1777
- are bound at the class-level and/or default-level as well as the
1778
- method-level, both class-level and/or default-level as well as
1779
- method-level will apply.
1780
-
1781
- There are four possible styles of the interceptor element syntax :
1782
-
1783
- 1.
1784
- <interceptor-binding>
1785
- <ejb-name>*</ejb-name>
1786
- <interceptor-class>INTERCEPTOR</interceptor-class>
1787
- </interceptor-binding>
1788
-
1789
- Specifying the ejb-name as the wildcard value "*" designates
1790
- default interceptors (interceptors that apply to all session and
1791
- message-driven beans contained in the ejb-jar or .war).
1792
-
1793
- 2.
1794
- <interceptor-binding>
1795
- <ejb-name>EJBNAME</ejb-name>
1796
- <interceptor-class>INTERCEPTOR</interceptor-class>
1797
- </interceptor-binding>
1798
-
1799
- This style is used to refer to interceptors associated with the
1800
- specified enterprise bean(class-level interceptors).
1801
-
1802
- 3.
1803
- <interceptor-binding>
1804
- <ejb-name>EJBNAME</ejb-name>
1805
- <interceptor-class>INTERCEPTOR</interceptor-class>
1806
- <method>
1807
- <method-name>METHOD</method-name>
1808
- </method>
1809
- </interceptor-binding>
1810
-
1811
- This style is used to associate a method-level interceptor with
1812
- the specified enterprise bean. If there are multiple methods
1813
- with the same overloaded name, the element of this style refers
1814
- to all the methods with the overloaded name. Method-level
1815
- interceptors can only be associated with business methods of the
1816
- bean class. Note that the wildcard value "*" cannot be used
1817
- to specify method-level interceptors.
1818
-
1819
- 4.
1820
- <interceptor-binding>
1821
- <ejb-name>EJBNAME</ejb-name>
1822
- <interceptor-class>INTERCEPTOR</interceptor-class>
1823
- <method>
1824
- <method-name>METHOD</method-name>
1825
- <method-params>
1826
- <method-param>PARAM-1</method-param>
1827
- <method-param>PARAM-2</method-param>
1828
- ...
1829
- <method-param>PARAM-N</method-param>
1830
- </method-params>
1831
- </method>
1832
- </interceptor-binding>
1833
-
1834
- This style is used to associate a method-level interceptor with
1835
- the specified method of the specified enterprise bean. This
1836
- style is used to refer to a single method within a set of methods
1837
- with an overloaded name. The values PARAM-1 through PARAM-N
1838
- are the fully-qualified Java types of the method's input parameters
1839
- (if the method has no input arguments, the method-params element
1840
- contains no method-param elements). Arrays are specified by the
1841
- array element's type, followed by one or more pair of square
1842
- brackets (e.g. int[][]).
1843
-
1844
- ]]>
1845
- </xsd:documentation>
1846
- </xsd:annotation>
1847
- <xsd:sequence>
1848
- <xsd:element name="description"
1849
- type="javaee:descriptionType"
1850
- minOccurs="0"
1851
- maxOccurs="unbounded"/>
1852
- <xsd:element name="ejb-name"
1853
- type="javaee:string"/>
1854
- <xsd:choice>
1855
- <xsd:element name="interceptor-class"
1856
- type="javaee:fully-qualified-classType"
1857
- minOccurs="0"
1858
- maxOccurs="unbounded"/>
1859
- <xsd:element name="interceptor-order"
1860
- type="javaee:interceptor-orderType"
1861
- minOccurs="1"/>
1862
- </xsd:choice>
1863
- <xsd:element name="exclude-default-interceptors"
1864
- type="javaee:true-falseType"
1865
- minOccurs="0"/>
1866
- <xsd:element name="exclude-class-interceptors"
1867
- type="javaee:true-falseType"
1868
- minOccurs="0"/>
1869
- <xsd:element name="method"
1870
- type="javaee:named-methodType"
1871
- minOccurs="0"/>
1872
- </xsd:sequence>
1873
- <xsd:attribute name="id"
1874
- type="xsd:ID"/>
1875
- </xsd:complexType>
1876
-
1877
-
1878
- <!-- **************************************************** -->
1879
-
1880
- <xsd:complexType name="interceptor-orderType">
1881
- <xsd:annotation>
1882
- <xsd:documentation>
1883
-
1884
- The interceptor-orderType element describes a total ordering
1885
- of interceptor classes.
1886
-
1887
- </xsd:documentation>
1888
- </xsd:annotation>
1889
- <xsd:sequence>
1890
- <xsd:element name="interceptor-class"
1891
- type="javaee:fully-qualified-classType"
1892
- minOccurs="1"
1893
- maxOccurs="unbounded"/>
1894
- </xsd:sequence>
1895
- <xsd:attribute name="id"
1896
- type="xsd:ID"/>
1897
- </xsd:complexType>
1898
-
1899
-
1900
- <!-- **************************************************** -->
1901
-
1902
- <xsd:complexType name="named-methodType">
1903
- <xsd:sequence>
1904
- <xsd:element name="method-name"
1905
- type="javaee:string"/>
1906
- <xsd:element name="method-params"
1907
- type="javaee:method-paramsType"
1908
- minOccurs="0"/>
1909
- </xsd:sequence>
1910
- <xsd:attribute name="id"
1911
- type="xsd:ID"/>
1912
- </xsd:complexType>
1913
-
1914
-
1915
- <!-- **************************************************** -->
1916
-
1917
- <xsd:complexType name="init-methodType">
1918
- <xsd:sequence>
1919
- <xsd:element name="create-method"
1920
- type="javaee:named-methodType"/>
1921
- <xsd:element name="bean-method"
1922
- type="javaee:named-methodType"/>
1923
- </xsd:sequence>
1924
- <xsd:attribute name="id"
1925
- type="xsd:ID"/>
1926
- </xsd:complexType>
1927
-
1928
-
1929
- <!-- **************************************************** -->
1930
-
1931
- <xsd:complexType name="remove-methodType">
1932
- <xsd:sequence>
1933
- <xsd:element name="bean-method"
1934
- type="javaee:named-methodType"/>
1935
- <xsd:element name="retain-if-exception"
1936
- type="javaee:true-falseType"
1937
- minOccurs="0"/>
1938
- </xsd:sequence>
1939
- <xsd:attribute name="id"
1940
- type="xsd:ID"/>
1941
- </xsd:complexType>
1942
-
1943
-
1944
- <!-- **************************************************** -->
1945
-
1946
- <xsd:complexType name="message-driven-beanType">
1947
- <xsd:annotation>
1948
- <xsd:documentation>
1949
-
1950
- The message-driven element declares a message-driven
1951
- bean. The declaration consists of:
1952
-
1953
- - an optional description
1954
- - an optional display name
1955
- - an optional icon element that contains a small and a large
1956
- icon file name.
1957
- - a name assigned to the enterprise bean in
1958
- the deployment descriptor
1959
- - an optional mapped-name element that can be used to provide
1960
- vendor-specific deployment information such as the physical
1961
- jndi-name of destination from which this message-driven bean
1962
- should consume. This element is not required to be supported
1963
- by all implementations. Any use of this element is non-portable.
1964
- - the message-driven bean's implementation class
1965
- - an optional declaration of the bean's messaging
1966
- type
1967
- - an optional declaration of the bean's timeout method for
1968
- handling programmatically created timers
1969
- - an optional declaration of timers to be automatically created at
1970
- deployment time
1971
- - the optional message-driven bean's transaction management
1972
- type. If it is not defined, it is defaulted to Container.
1973
- - an optional declaration of the bean's
1974
- message-destination-type
1975
- - an optional declaration of the bean's
1976
- message-destination-link
1977
- - an optional declaration of the message-driven bean's
1978
- activation configuration properties
1979
- - an optional list of the message-driven bean class and/or
1980
- superclass around-invoke methods.
1981
- - an optional list of the message-driven bean class and/or
1982
- superclass around-timeout methods.
1983
- - an optional declaration of the bean's environment
1984
- entries
1985
- - an optional declaration of the bean's EJB references
1986
- - an optional declaration of the bean's local EJB
1987
- references
1988
- - an optional declaration of the bean's web service
1989
- references
1990
- - an optional declaration of the security role
1991
- references
1992
- - an optional declaration of the security
1993
- identity to be used for the execution of the bean's
1994
- methods
1995
- - an optional declaration of the bean's
1996
- resource manager connection factory
1997
- references
1998
- - an optional declaration of the bean's resource
1999
- environment references.
2000
- - an optional declaration of the bean's message
2001
- destination references
2002
-
2003
- </xsd:documentation>
2004
- </xsd:annotation>
2005
- <xsd:sequence>
2006
- <xsd:group ref="javaee:descriptionGroup"/>
2007
- <xsd:element name="ejb-name"
2008
- type="javaee:ejb-nameType"/>
2009
- <xsd:element name="mapped-name"
2010
- type="javaee:xsdStringType"
2011
- minOccurs="0"/>
2012
- <xsd:element name="ejb-class"
2013
- type="javaee:ejb-classType"
2014
- minOccurs="0">
2015
- <xsd:annotation>
2016
- <xsd:documentation>
2017
-
2018
- The ejb-class element specifies the fully qualified name
2019
- of the bean class for this ejb. It is required unless
2020
- there is a component-defining annotation for the same
2021
- ejb-name.
2022
-
2023
- </xsd:documentation>
2024
- </xsd:annotation>
2025
- </xsd:element>
2026
- <xsd:element name="messaging-type"
2027
- type="javaee:fully-qualified-classType"
2028
- minOccurs="0">
2029
- <xsd:annotation>
2030
- <xsd:documentation>
2031
-
2032
- The messaging-type element specifies the message
2033
- listener interface of the message-driven bean.
2034
-
2035
- </xsd:documentation>
2036
- </xsd:annotation>
2037
- </xsd:element>
2038
- <xsd:element name="timeout-method"
2039
- type="javaee:named-methodType"
2040
- minOccurs="0">
2041
- <xsd:annotation>
2042
- <xsd:documentation>
2043
-
2044
- The timeout-method element specifies the method that
2045
- will receive callbacks for programmatically
2046
- created timers.
2047
-
2048
- </xsd:documentation>
2049
- </xsd:annotation>
2050
- </xsd:element>
2051
- <xsd:element name="timer"
2052
- type="javaee:timerType"
2053
- minOccurs="0"
2054
- maxOccurs="unbounded"/>
2055
- <xsd:element name="transaction-type"
2056
- type="javaee:transaction-typeType"
2057
- minOccurs="0"/>
2058
- <xsd:element name="message-destination-type"
2059
- type="javaee:message-destination-typeType"
2060
- minOccurs="0"/>
2061
- <xsd:element name="message-destination-link"
2062
- type="javaee:message-destination-linkType"
2063
- minOccurs="0"/>
2064
- <xsd:element name="activation-config"
2065
- type="javaee:activation-configType"
2066
- minOccurs="0"/>
2067
- <xsd:element name="around-invoke"
2068
- type="javaee:around-invokeType"
2069
- minOccurs="0"
2070
- maxOccurs="unbounded"/>
2071
- <xsd:element name="around-timeout"
2072
- type="javaee:around-timeoutType"
2073
- minOccurs="0"
2074
- maxOccurs="unbounded"/>
2075
- <xsd:group ref="javaee:jndiEnvironmentRefsGroup"/>
2076
- <xsd:element name="security-role-ref"
2077
- type="javaee:security-role-refType"
2078
- minOccurs="0"
2079
- maxOccurs="unbounded">
2080
- </xsd:element>
2081
- <xsd:element name="security-identity"
2082
- type="javaee:security-identityType"
2083
- minOccurs="0"/>
2084
- </xsd:sequence>
2085
- <xsd:attribute name="id"
2086
- type="xsd:ID"/>
2087
- </xsd:complexType>
2088
-
2089
-
2090
- <!-- **************************************************** -->
2091
-
2092
- <xsd:complexType name="methodType">
2093
- <xsd:annotation>
2094
- <xsd:documentation>
2095
- <![CDATA[[
2096
- The methodType is used to denote a method of an enterprise
2097
- bean's business, home, component, and/or web service endpoint
2098
- interface, or, in the case of a message-driven bean, the
2099
- bean's message listener method, or a set of such
2100
- methods. The ejb-name element must be the name of one of the
2101
- enterprise beans declared in the deployment descriptor; the
2102
- optional method-intf element allows to distinguish between a
2103
- method with the same signature that is multiply defined
2104
- across the business, home, component, and/or web service
2105
- endpoint nterfaces; the method-name element specifies the
2106
- method name; and the optional method-params elements identify
2107
- a single method among multiple methods with an overloaded
2108
- method name.
2109
-
2110
- There are three possible styles of using methodType element
2111
- within a method element:
2112
-
2113
- 1.
2114
- <method>
2115
- <ejb-name>EJBNAME</ejb-name>
2116
- <method-name>*</method-name>
2117
- </method>
2118
-
2119
- This style is used to refer to all the methods of the
2120
- specified enterprise bean's business, home, component,
2121
- and/or web service endpoint interfaces.
2122
-
2123
- 2.
2124
- <method>
2125
- <ejb-name>EJBNAME</ejb-name>
2126
- <method-name>METHOD</method-name>
2127
- </method>
2128
-
2129
- This style is used to refer to the specified method of
2130
- the specified enterprise bean. If there are multiple
2131
- methods with the same overloaded name, the element of
2132
- this style refers to all the methods with the overloaded
2133
- name.
2134
-
2135
- 3.
2136
- <method>
2137
- <ejb-name>EJBNAME</ejb-name>
2138
- <method-name>METHOD</method-name>
2139
- <method-params>
2140
- <method-param>PARAM-1</method-param>
2141
- <method-param>PARAM-2</method-param>
2142
- ...
2143
- <method-param>PARAM-n</method-param>
2144
- </method-params>
2145
- </method>
2146
-
2147
- This style is used to refer to a single method within a
2148
- set of methods with an overloaded name. PARAM-1 through
2149
- PARAM-n are the fully-qualified Java types of the
2150
- method's input parameters (if the method has no input
2151
- arguments, the method-params element contains no
2152
- method-param elements). Arrays are specified by the
2153
- array element's type, followed by one or more pair of
2154
- square brackets (e.g. int[][]). If there are multiple
2155
- methods with the same overloaded name, this style refers
2156
- to all of the overloaded methods.
2157
-
2158
- Examples:
2159
-
2160
- Style 1: The following method element refers to all the
2161
- methods of the EmployeeService bean's business, home,
2162
- component, and/or web service endpoint interfaces:
2163
-
2164
- <method>
2165
- <ejb-name>EmployeeService</ejb-name>
2166
- <method-name>*</method-name>
2167
- </method>
2168
-
2169
- Style 2: The following method element refers to all the
2170
- create methods of the EmployeeService bean's home
2171
- interface(s).
2172
-
2173
- <method>
2174
- <ejb-name>EmployeeService</ejb-name>
2175
- <method-name>create</method-name>
2176
- </method>
2177
-
2178
- Style 3: The following method element refers to the
2179
- create(String firstName, String LastName) method of the
2180
- EmployeeService bean's home interface(s).
2181
-
2182
- <method>
2183
- <ejb-name>EmployeeService</ejb-name>
2184
- <method-name>create</method-name>
2185
- <method-params>
2186
- <method-param>java.lang.String</method-param>
2187
- <method-param>java.lang.String</method-param>
2188
- </method-params>
2189
- </method>
2190
-
2191
- The following example illustrates a Style 3 element with
2192
- more complex parameter types. The method
2193
- foobar(char s, int i, int[] iar, mypackage.MyClass mycl,
2194
- mypackage.MyClass[][] myclaar) would be specified as:
2195
-
2196
- <method>
2197
- <ejb-name>EmployeeService</ejb-name>
2198
- <method-name>foobar</method-name>
2199
- <method-params>
2200
- <method-param>char</method-param>
2201
- <method-param>int</method-param>
2202
- <method-param>int[]</method-param>
2203
- <method-param>mypackage.MyClass</method-param>
2204
- <method-param>mypackage.MyClass[][]</method-param>
2205
- </method-params>
2206
- </method>
2207
-
2208
- The optional method-intf element can be used when it becomes
2209
- necessary to differentiate between a method that is multiply
2210
- defined across the enterprise bean's business, home, component,
2211
- and/or web service endpoint interfaces with the same name and
2212
- signature. However, if the same method is a method of both the
2213
- local business interface, and the local component interface,
2214
- the same attribute applies to the method for both interfaces.
2215
- Likewise, if the same method is a method of both the remote
2216
- business interface and the remote component interface, the same
2217
- attribute applies to the method for both interfaces.
2218
-
2219
- For example, the method element
2220
-
2221
- <method>
2222
- <ejb-name>EmployeeService</ejb-name>
2223
- <method-intf>Remote</method-intf>
2224
- <method-name>create</method-name>
2225
- <method-params>
2226
- <method-param>java.lang.String</method-param>
2227
- <method-param>java.lang.String</method-param>
2228
- </method-params>
2229
- </method>
2230
-
2231
- can be used to differentiate the create(String, String)
2232
- method defined in the remote interface from the
2233
- create(String, String) method defined in the remote home
2234
- interface, which would be defined as
2235
-
2236
- <method>
2237
- <ejb-name>EmployeeService</ejb-name>
2238
- <method-intf>Home</method-intf>
2239
- <method-name>create</method-name>
2240
- <method-params>
2241
- <method-param>java.lang.String</method-param>
2242
- <method-param>java.lang.String</method-param>
2243
- </method-params>
2244
- </method>
2245
-
2246
- and the create method that is defined in the local home
2247
- interface which would be defined as
2248
-
2249
- <method>
2250
- <ejb-name>EmployeeService</ejb-name>
2251
- <method-intf>LocalHome</method-intf>
2252
- <method-name>create</method-name>
2253
- <method-params>
2254
- <method-param>java.lang.String</method-param>
2255
- <method-param>java.lang.String</method-param>
2256
- </method-params>
2257
- </method>
2258
-
2259
- The method-intf element can be used with all three Styles
2260
- of the method element usage. For example, the following
2261
- method element example could be used to refer to all the
2262
- methods of the EmployeeService bean's remote home interface
2263
- and the remote business interface.
2264
-
2265
- <method>
2266
- <ejb-name>EmployeeService</ejb-name>
2267
- <method-intf>Home</method-intf>
2268
- <method-name>*</method-name>
2269
- </method>
2270
-
2271
- ]]>
2272
- </xsd:documentation>
2273
- </xsd:annotation>
2274
- <xsd:sequence>
2275
- <xsd:element name="description"
2276
- type="javaee:descriptionType"
2277
- minOccurs="0"
2278
- maxOccurs="unbounded"/>
2279
- <xsd:element name="ejb-name"
2280
- type="javaee:ejb-nameType"/>
2281
- <xsd:element name="method-intf"
2282
- type="javaee:method-intfType"
2283
- minOccurs="0">
2284
- </xsd:element>
2285
- <xsd:element name="method-name"
2286
- type="javaee:method-nameType"/>
2287
- <xsd:element name="method-params"
2288
- type="javaee:method-paramsType"
2289
- minOccurs="0"/>
2290
- </xsd:sequence>
2291
- <xsd:attribute name="id"
2292
- type="xsd:ID"/>
2293
- </xsd:complexType>
2294
-
2295
-
2296
- <!-- **************************************************** -->
2297
-
2298
- <xsd:complexType name="method-intfType">
2299
- <xsd:annotation>
2300
- <xsd:documentation>
2301
-
2302
- The method-intf element allows a method element to
2303
- differentiate between the methods with the same name and
2304
- signature that are multiply defined across the home and
2305
- component interfaces (e.g, in both an enterprise bean's
2306
- remote and local interfaces or in both an enterprise bean's
2307
- home and remote interfaces, etc.); the component and web
2308
- service endpoint interfaces, and so on.
2309
-
2310
- Local applies to the local component interface, local business
2311
- interfaces, and the no-interface view.
2312
-
2313
- Remote applies to both remote component interface and the remote
2314
- business interfaces.
2315
-
2316
- ServiceEndpoint refers to methods exposed through a web service
2317
- endpoint.
2318
-
2319
- Timer refers to the bean's timeout callback methods.
2320
-
2321
- MessageEndpoint refers to the methods of a message-driven bean's
2322
- message-listener interface.
2323
-
2324
- The method-intf element must be one of the following:
2325
-
2326
- Home
2327
- Remote
2328
- LocalHome
2329
- Local
2330
- ServiceEndpoint
2331
- Timer
2332
- MessageEndpoint
2333
-
2334
- </xsd:documentation>
2335
- </xsd:annotation>
2336
- <xsd:simpleContent>
2337
- <xsd:restriction base="javaee:string">
2338
- <xsd:enumeration value="Home"/>
2339
- <xsd:enumeration value="Remote"/>
2340
- <xsd:enumeration value="LocalHome"/>
2341
- <xsd:enumeration value="Local"/>
2342
- <xsd:enumeration value="ServiceEndpoint"/>
2343
- <xsd:enumeration value="Timer"/>
2344
- <xsd:enumeration value="MessageEndpoint"/>
2345
- </xsd:restriction>
2346
- </xsd:simpleContent>
2347
- </xsd:complexType>
2348
-
2349
-
2350
- <!-- **************************************************** -->
2351
-
2352
- <xsd:complexType name="method-nameType">
2353
- <xsd:annotation>
2354
- <xsd:documentation>
2355
-
2356
- The method-nameType contains a name of an enterprise
2357
- bean method or the asterisk (*) character. The asterisk is
2358
- used when the element denotes all the methods of an
2359
- enterprise bean's client view interfaces.
2360
-
2361
- </xsd:documentation>
2362
- </xsd:annotation>
2363
- <xsd:simpleContent>
2364
- <xsd:restriction base="javaee:string"/>
2365
- </xsd:simpleContent>
2366
- </xsd:complexType>
2367
-
2368
-
2369
- <!-- **************************************************** -->
2370
-
2371
- <xsd:complexType name="method-paramsType">
2372
- <xsd:annotation>
2373
- <xsd:documentation>
2374
-
2375
- The method-paramsType defines a list of the
2376
- fully-qualified Java type names of the method parameters.
2377
-
2378
- </xsd:documentation>
2379
- </xsd:annotation>
2380
- <xsd:sequence>
2381
- <xsd:element name="method-param"
2382
- type="javaee:java-typeType"
2383
- minOccurs="0"
2384
- maxOccurs="unbounded">
2385
- <xsd:annotation>
2386
- <xsd:documentation>
2387
-
2388
- The method-param element contains a primitive
2389
- or a fully-qualified Java type name of a method
2390
- parameter.
2391
-
2392
- </xsd:documentation>
2393
- </xsd:annotation>
2394
- </xsd:element>
2395
- </xsd:sequence>
2396
- <xsd:attribute name="id"
2397
- type="xsd:ID"/>
2398
- </xsd:complexType>
2399
-
2400
-
2401
- <!-- **************************************************** -->
2402
-
2403
- <xsd:complexType name="method-permissionType">
2404
- <xsd:annotation>
2405
- <xsd:documentation>
2406
-
2407
- The method-permissionType specifies that one or more
2408
- security roles are allowed to invoke one or more enterprise
2409
- bean methods. The method-permissionType consists of an
2410
- optional description, a list of security role names or an
2411
- indicator to state that the method is unchecked for
2412
- authorization, and a list of method elements.
2413
-
2414
- The security roles used in the method-permissionType
2415
- must be defined in the security-role elements of the
2416
- deployment descriptor, and the methods must be methods
2417
- defined in the enterprise bean's business, home, component
2418
- and/or web service endpoint interfaces.
2419
-
2420
- </xsd:documentation>
2421
- </xsd:annotation>
2422
- <xsd:sequence>
2423
- <xsd:element name="description"
2424
- type="javaee:descriptionType"
2425
- minOccurs="0"
2426
- maxOccurs="unbounded"/>
2427
- <xsd:choice>
2428
- <xsd:element name="role-name"
2429
- type="javaee:role-nameType"
2430
- maxOccurs="unbounded"/>
2431
- <xsd:element name="unchecked"
2432
- type="javaee:emptyType">
2433
- <xsd:annotation>
2434
- <xsd:documentation>
2435
-
2436
- The unchecked element specifies that a method is
2437
- not checked for authorization by the container
2438
- prior to invocation of the method.
2439
-
2440
- </xsd:documentation>
2441
- </xsd:annotation>
2442
- </xsd:element>
2443
- </xsd:choice>
2444
- <xsd:element name="method"
2445
- type="javaee:methodType"
2446
- maxOccurs="unbounded"/>
2447
- </xsd:sequence>
2448
- <xsd:attribute name="id"
2449
- type="xsd:ID"/>
2450
- </xsd:complexType>
2451
-
2452
-
2453
- <!-- **************************************************** -->
2454
-
2455
- <xsd:complexType name="multiplicityType">
2456
- <xsd:annotation>
2457
- <xsd:documentation>
2458
-
2459
- The multiplicityType describes the multiplicity of the
2460
- role that participates in a relation.
2461
-
2462
- The value must be one of the two following:
2463
-
2464
- One
2465
- Many
2466
-
2467
- </xsd:documentation>
2468
- </xsd:annotation>
2469
- <xsd:simpleContent>
2470
- <xsd:restriction base="javaee:string">
2471
- <xsd:enumeration value="One"/>
2472
- <xsd:enumeration value="Many"/>
2473
- </xsd:restriction>
2474
- </xsd:simpleContent>
2475
- </xsd:complexType>
2476
-
2477
-
2478
- <!-- **************************************************** -->
2479
-
2480
- <xsd:complexType name="persistence-typeType">
2481
- <xsd:annotation>
2482
- <xsd:documentation>
2483
-
2484
- The persistence-typeType specifies an entity bean's persistence
2485
- management type.
2486
-
2487
- The persistence-type element must be one of the two following:
2488
-
2489
- Bean
2490
- Container
2491
-
2492
- </xsd:documentation>
2493
- </xsd:annotation>
2494
- <xsd:simpleContent>
2495
- <xsd:restriction base="javaee:string">
2496
- <xsd:enumeration value="Bean"/>
2497
- <xsd:enumeration value="Container"/>
2498
- </xsd:restriction>
2499
- </xsd:simpleContent>
2500
- </xsd:complexType>
2501
-
2502
-
2503
- <!-- **************************************************** -->
2504
-
2505
- <xsd:complexType name="queryType">
2506
- <xsd:annotation>
2507
- <xsd:documentation>
2508
-
2509
- The queryType defines a finder or select
2510
- query. It contains
2511
- - an optional description of the query
2512
- - the specification of the finder or select
2513
- method it is used by
2514
- - an optional specification of the result type
2515
- mapping, if the query is for a select method
2516
- and entity objects are returned.
2517
- - the EJB QL query string that defines the query.
2518
-
2519
- Queries that are expressible in EJB QL must use the ejb-ql
2520
- element to specify the query. If a query is not expressible
2521
- in EJB QL, the description element should be used to
2522
- describe the semantics of the query and the ejb-ql element
2523
- should be empty.
2524
-
2525
- The result-type-mapping is an optional element. It can only
2526
- be present if the query-method specifies a select method
2527
- that returns entity objects. The default value for the
2528
- result-type-mapping element is "Local".
2529
-
2530
- </xsd:documentation>
2531
- </xsd:annotation>
2532
- <xsd:sequence>
2533
- <xsd:element name="description"
2534
- type="javaee:descriptionType"
2535
- minOccurs="0"/>
2536
- <xsd:element name="query-method"
2537
- type="javaee:query-methodType"/>
2538
- <xsd:element name="result-type-mapping"
2539
- type="javaee:result-type-mappingType"
2540
- minOccurs="0"/>
2541
- <xsd:element name="ejb-ql"
2542
- type="javaee:xsdStringType"/>
2543
- </xsd:sequence>
2544
- <xsd:attribute name="id"
2545
- type="xsd:ID"/>
2546
- </xsd:complexType>
2547
-
2548
-
2549
- <!-- **************************************************** -->
2550
-
2551
- <xsd:complexType name="query-methodType">
2552
- <xsd:annotation>
2553
- <xsd:documentation>
2554
- <![CDATA[[
2555
- The query-method specifies the method for a finder or select
2556
- query.
2557
-
2558
- The method-name element specifies the name of a finder or select
2559
- method in the entity bean's implementation class.
2560
-
2561
- Each method-param must be defined for a query-method using the
2562
- method-params element.
2563
-
2564
- It is used by the query-method element.
2565
-
2566
- Example:
2567
-
2568
- <query>
2569
- <description>Method finds large orders</description>
2570
- <query-method>
2571
- <method-name>findLargeOrders</method-name>
2572
- <method-params></method-params>
2573
- </query-method>
2574
- <ejb-ql>
2575
- SELECT OBJECT(o) FROM Order o
2576
- WHERE o.amount &gt; 1000
2577
- </ejb-ql>
2578
- </query>
2579
-
2580
- ]]>
2581
- </xsd:documentation>
2582
- </xsd:annotation>
2583
- <xsd:sequence>
2584
- <xsd:element name="method-name"
2585
- type="javaee:method-nameType"/>
2586
- <xsd:element name="method-params"
2587
- type="javaee:method-paramsType"/>
2588
- </xsd:sequence>
2589
- <xsd:attribute name="id"
2590
- type="xsd:ID"/>
2591
- </xsd:complexType>
2592
-
2593
-
2594
- <!-- **************************************************** -->
2595
-
2596
- <xsd:complexType name="relationship-role-sourceType">
2597
- <xsd:annotation>
2598
- <xsd:documentation>
2599
-
2600
- The relationship-role-sourceType designates the source of a
2601
- role that participates in a relationship. A
2602
- relationship-role-sourceType is used by
2603
- relationship-role-source elements to uniquely identify an
2604
- entity bean.
2605
-
2606
- </xsd:documentation>
2607
- </xsd:annotation>
2608
- <xsd:sequence>
2609
- <xsd:element name="description"
2610
- type="javaee:descriptionType"
2611
- minOccurs="0"
2612
- maxOccurs="unbounded"/>
2613
- <xsd:element name="ejb-name"
2614
- type="javaee:ejb-nameType"/>
2615
- </xsd:sequence>
2616
- <xsd:attribute name="id"
2617
- type="xsd:ID"/>
2618
- </xsd:complexType>
2619
-
2620
-
2621
- <!-- **************************************************** -->
2622
-
2623
- <xsd:complexType name="relationshipsType">
2624
- <xsd:annotation>
2625
- <xsd:documentation>
2626
-
2627
- The relationshipsType describes the relationships in
2628
- which entity beans with container-managed persistence
2629
- participate. The relationshipsType contains an optional
2630
- description; and a list of ejb-relation elements, which
2631
- specify the container managed relationships.
2632
-
2633
- </xsd:documentation>
2634
- </xsd:annotation>
2635
- <xsd:sequence>
2636
- <xsd:element name="description"
2637
- type="javaee:descriptionType"
2638
- minOccurs="0"
2639
- maxOccurs="unbounded"/>
2640
- <xsd:element name="ejb-relation"
2641
- type="javaee:ejb-relationType"
2642
- maxOccurs="unbounded">
2643
- <xsd:unique name="role-name-uniqueness">
2644
- <xsd:annotation>
2645
- <xsd:documentation>
2646
-
2647
- The ejb-relationship-role-name contains the name of a
2648
- relationship role. The name must be unique within
2649
- a relationship, but can be reused in different
2650
- relationships.
2651
-
2652
- </xsd:documentation>
2653
- </xsd:annotation>
2654
- <xsd:selector xpath=".//javaee:ejb-relationship-role-name"/>
2655
- <xsd:field xpath="."/>
2656
- </xsd:unique>
2657
- </xsd:element>
2658
- </xsd:sequence>
2659
- <xsd:attribute name="id"
2660
- type="xsd:ID"/>
2661
- </xsd:complexType>
2662
-
2663
-
2664
- <!-- **************************************************** -->
2665
-
2666
- <xsd:complexType name="result-type-mappingType">
2667
- <xsd:annotation>
2668
- <xsd:documentation>
2669
-
2670
- The result-type-mappingType is used in the query element to
2671
- specify whether an abstract schema type returned by a query
2672
- for a select method is to be mapped to an EJBLocalObject or
2673
- EJBObject type.
2674
-
2675
- The value must be one of the following:
2676
-
2677
- Local
2678
- Remote
2679
-
2680
- </xsd:documentation>
2681
- </xsd:annotation>
2682
- <xsd:simpleContent>
2683
- <xsd:restriction base="javaee:string">
2684
- <xsd:enumeration value="Local"/>
2685
- <xsd:enumeration value="Remote"/>
2686
- </xsd:restriction>
2687
- </xsd:simpleContent>
2688
- </xsd:complexType>
2689
-
2690
-
2691
- <!-- **************************************************** -->
2692
-
2693
- <xsd:complexType name="security-identityType">
2694
- <xsd:annotation>
2695
- <xsd:documentation>
2696
-
2697
- The security-identityType specifies whether the caller's
2698
- security identity is to be used for the execution of the
2699
- methods of the enterprise bean or whether a specific run-as
2700
- identity is to be used. It contains an optional description
2701
- and a specification of the security identity to be used.
2702
-
2703
- </xsd:documentation>
2704
- </xsd:annotation>
2705
- <xsd:sequence>
2706
- <xsd:element name="description"
2707
- type="javaee:descriptionType"
2708
- minOccurs="0"
2709
- maxOccurs="unbounded"/>
2710
- <xsd:choice>
2711
- <xsd:element name="use-caller-identity"
2712
- type="javaee:emptyType">
2713
- <xsd:annotation>
2714
- <xsd:documentation>
2715
-
2716
- The use-caller-identity element specifies that
2717
- the caller's security identity be used as the
2718
- security identity for the execution of the
2719
- enterprise bean's methods.
2720
-
2721
- </xsd:documentation>
2722
- </xsd:annotation>
2723
- </xsd:element>
2724
- <xsd:element name="run-as"
2725
- type="javaee:run-asType"/>
2726
- </xsd:choice>
2727
- </xsd:sequence>
2728
- <xsd:attribute name="id"
2729
- type="xsd:ID"/>
2730
- </xsd:complexType>
2731
-
2732
-
2733
- <!-- **************************************************** -->
2734
-
2735
- <xsd:complexType name="session-beanType">
2736
- <xsd:annotation>
2737
- <xsd:documentation>
2738
-
2739
- The session-beanType declares an session bean. The
2740
- declaration consists of:
2741
-
2742
- - an optional description
2743
- - an optional display name
2744
- - an optional icon element that contains a small and a large
2745
- icon file name
2746
- - a name assigned to the enterprise bean
2747
- in the deployment description
2748
- - an optional mapped-name element that can be used to provide
2749
- vendor-specific deployment information such as the physical
2750
- jndi-name of the session bean's remote home/business interface.
2751
- This element is not required to be supported by all
2752
- implementations. Any use of this element is non-portable.
2753
- - the names of all the remote or local business interfaces,
2754
- if any
2755
- - the names of the session bean's remote home and
2756
- remote interfaces, if any
2757
- - the names of the session bean's local home and
2758
- local interfaces, if any
2759
- - an optional declaration that this bean exposes a
2760
- no-interface view
2761
- - the name of the session bean's web service endpoint
2762
- interface, if any
2763
- - the session bean's implementation class
2764
- - the session bean's state management type
2765
- - an optional declaration of a stateful session bean's timeout value
2766
- - an optional declaration of the session bean's timeout method for
2767
- handling programmatically created timers
2768
- - an optional declaration of timers to be automatically created at
2769
- deployment time
2770
- - an optional declaration that a Singleton bean has eager
2771
- initialization
2772
- - an optional declaration of a Singleton/Stateful bean's concurrency
2773
- management type
2774
- - an optional declaration of the method locking metadata
2775
- for a Singleton with container managed concurrency
2776
- - an optional declaration of the other Singleton beans in the
2777
- application that must be initialized before this bean
2778
- - an optional declaration of the session bean's asynchronous
2779
- methods
2780
- - the optional session bean's transaction management type.
2781
- If it is not present, it is defaulted to Container.
2782
- - an optional declaration of a stateful session bean's
2783
- afterBegin, beforeCompletion, and/or afterCompletion methods
2784
- - an optional list of the session bean class and/or
2785
- superclass around-invoke methods.
2786
- - an optional list of the session bean class and/or
2787
- superclass around-timeout methods.
2788
- - an optional declaration of the bean's
2789
- environment entries
2790
- - an optional declaration of the bean's EJB references
2791
- - an optional declaration of the bean's local
2792
- EJB references
2793
- - an optional declaration of the bean's web
2794
- service references
2795
- - an optional declaration of the security role
2796
- references
2797
- - an optional declaration of the security identity
2798
- to be used for the execution of the bean's methods
2799
- - an optional declaration of the bean's resource
2800
- manager connection factory references
2801
- - an optional declaration of the bean's resource
2802
- environment references.
2803
- - an optional declaration of the bean's message
2804
- destination references
2805
-
2806
- The elements that are optional are "optional" in the sense
2807
- that they are omitted when if lists represented by them are
2808
- empty.
2809
-
2810
- The service-endpoint element may only be specified if the
2811
- bean is a stateless session bean.
2812
-
2813
- </xsd:documentation>
2814
- </xsd:annotation>
2815
- <xsd:sequence>
2816
- <xsd:group ref="javaee:descriptionGroup"/>
2817
- <xsd:element name="ejb-name"
2818
- type="javaee:ejb-nameType"/>
2819
- <xsd:element name="mapped-name"
2820
- type="javaee:xsdStringType"
2821
- minOccurs="0"/>
2822
- <xsd:element name="home"
2823
- type="javaee:homeType"
2824
- minOccurs="0"/>
2825
- <xsd:element name="remote"
2826
- type="javaee:remoteType"
2827
- minOccurs="0"/>
2828
- <xsd:element name="local-home"
2829
- type="javaee:local-homeType"
2830
- minOccurs="0"/>
2831
- <xsd:element name="local"
2832
- type="javaee:localType"
2833
- minOccurs="0"/>
2834
- <xsd:element name="business-local"
2835
- type="javaee:fully-qualified-classType"
2836
- minOccurs="0"
2837
- maxOccurs="unbounded"/>
2838
- <xsd:element name="business-remote"
2839
- type="javaee:fully-qualified-classType"
2840
- minOccurs="0"
2841
- maxOccurs="unbounded"/>
2842
- <xsd:element name="local-bean"
2843
- type="javaee:emptyType"
2844
- minOccurs="0">
2845
- <xsd:annotation>
2846
- <xsd:documentation>
2847
-
2848
- The local-bean element declares that this
2849
- session bean exposes a no-interface Local client view.
2850
-
2851
- </xsd:documentation>
2852
- </xsd:annotation>
2853
- </xsd:element>
2854
- <xsd:element name="service-endpoint"
2855
- type="javaee:fully-qualified-classType"
2856
- minOccurs="0">
2857
- <xsd:annotation>
2858
- <xsd:documentation>
2859
-
2860
- The service-endpoint element contains the
2861
- fully-qualified name of the enterprise bean's web
2862
- service endpoint interface. The service-endpoint
2863
- element may only be specified for a stateless
2864
- session bean. The specified interface must be a
2865
- valid JAX-RPC service endpoint interface.
2866
-
2867
- </xsd:documentation>
2868
- </xsd:annotation>
2869
- </xsd:element>
2870
- <xsd:element name="ejb-class"
2871
- type="javaee:ejb-classType"
2872
- minOccurs="0">
2873
- <xsd:annotation>
2874
- <xsd:documentation>
2875
-
2876
- The ejb-class element specifies the fully qualified name
2877
- of the bean class for this ejb. It is required unless
2878
- there is a component-defining annotation for the same
2879
- ejb-name.
2880
-
2881
- </xsd:documentation>
2882
- </xsd:annotation>
2883
- </xsd:element>
2884
- <xsd:element name="session-type"
2885
- type="javaee:session-typeType"
2886
- minOccurs="0"/>
2887
- <xsd:element name="stateful-timeout"
2888
- type="javaee:stateful-timeoutType"
2889
- minOccurs="0"/>
2890
- <xsd:element name="timeout-method"
2891
- type="javaee:named-methodType"
2892
- minOccurs="0">
2893
- <xsd:annotation>
2894
- <xsd:documentation>
2895
-
2896
- The timeout-method element specifies the method that
2897
- will receive callbacks for programmatically
2898
- created timers.
2899
-
2900
- </xsd:documentation>
2901
- </xsd:annotation>
2902
- </xsd:element>
2903
- <xsd:element name="timer"
2904
- type="javaee:timerType"
2905
- minOccurs="0"
2906
- maxOccurs="unbounded"/>
2907
- <xsd:element name="init-on-startup"
2908
- type="javaee:true-falseType"
2909
- minOccurs="0">
2910
- <xsd:annotation>
2911
- <xsd:documentation>
2912
-
2913
- The init-on-startup element specifies that a Singleton
2914
- bean has eager initialization.
2915
- This element can only be specified for singleton session
2916
- beans.
2917
-
2918
- </xsd:documentation>
2919
- </xsd:annotation>
2920
- </xsd:element>
2921
- <xsd:element name="concurrency-management-type"
2922
- type="javaee:concurrency-management-typeType"
2923
- minOccurs="0"/>
2924
- <xsd:element name="concurrent-method"
2925
- type="javaee:concurrent-methodType"
2926
- minOccurs="0"
2927
- maxOccurs="unbounded"/>
2928
- <xsd:element name="depends-on"
2929
- type="javaee:depends-onType"
2930
- minOccurs="0"/>
2931
- <xsd:element name="init-method"
2932
- type="javaee:init-methodType"
2933
- minOccurs="0"
2934
- maxOccurs="unbounded">
2935
- <xsd:annotation>
2936
- <xsd:documentation>
2937
-
2938
- The init-method element specifies the mappings for
2939
- EJB 2.x style create methods for an EJB 3.x bean.
2940
- This element can only be specified for stateful
2941
- session beans.
2942
-
2943
- </xsd:documentation>
2944
- </xsd:annotation>
2945
- </xsd:element>
2946
- <xsd:element name="remove-method"
2947
- type="javaee:remove-methodType"
2948
- minOccurs="0"
2949
- maxOccurs="unbounded">
2950
- <xsd:annotation>
2951
- <xsd:documentation>
2952
-
2953
- The remove-method element specifies the mappings for
2954
- EJB 2.x style remove methods for an EJB 3.x bean.
2955
- This element can only be specified for stateful
2956
- session beans.
2957
-
2958
- </xsd:documentation>
2959
- </xsd:annotation>
2960
- </xsd:element>
2961
- <xsd:element name="async-method"
2962
- type="javaee:async-methodType"
2963
- minOccurs="0"
2964
- maxOccurs="unbounded"/>
2965
- <xsd:element name="transaction-type"
2966
- type="javaee:transaction-typeType"
2967
- minOccurs="0"/>
2968
- <xsd:element name="after-begin-method"
2969
- type="javaee:named-methodType"
2970
- minOccurs="0"/>
2971
- <xsd:element name="before-completion-method"
2972
- type="javaee:named-methodType"
2973
- minOccurs="0"/>
2974
- <xsd:element name="after-completion-method"
2975
- type="javaee:named-methodType"
2976
- minOccurs="0"/>
2977
- <xsd:element name="around-invoke"
2978
- type="javaee:around-invokeType"
2979
- minOccurs="0"
2980
- maxOccurs="unbounded"/>
2981
- <xsd:element name="around-timeout"
2982
- type="javaee:around-timeoutType"
2983
- minOccurs="0"
2984
- maxOccurs="unbounded"/>
2985
- <xsd:group ref="javaee:jndiEnvironmentRefsGroup"/>
2986
- <xsd:element name="post-activate"
2987
- type="javaee:lifecycle-callbackType"
2988
- minOccurs="0"
2989
- maxOccurs="unbounded"/>
2990
- <xsd:element name="pre-passivate"
2991
- type="javaee:lifecycle-callbackType"
2992
- minOccurs="0"
2993
- maxOccurs="unbounded"/>
2994
- <xsd:element name="security-role-ref"
2995
- type="javaee:security-role-refType"
2996
- minOccurs="0"
2997
- maxOccurs="unbounded">
2998
- </xsd:element>
2999
- <xsd:element name="security-identity"
3000
- type="javaee:security-identityType"
3001
- minOccurs="0">
3002
- </xsd:element>
3003
- </xsd:sequence>
3004
- <xsd:attribute name="id"
3005
- type="xsd:ID"/>
3006
- </xsd:complexType>
3007
-
3008
-
3009
- <!-- **************************************************** -->
3010
-
3011
- <xsd:complexType name="session-typeType">
3012
- <xsd:annotation>
3013
- <xsd:documentation>
3014
-
3015
- The session-typeType describes whether the session bean is a
3016
- singleton, stateful or stateless session. It is used by
3017
- session-type elements.
3018
-
3019
- The value must be one of the three following:
3020
-
3021
- Singleton
3022
- Stateful
3023
- Stateless
3024
-
3025
- </xsd:documentation>
3026
- </xsd:annotation>
3027
- <xsd:simpleContent>
3028
- <xsd:restriction base="javaee:string">
3029
- <xsd:enumeration value="Singleton"/>
3030
- <xsd:enumeration value="Stateful"/>
3031
- <xsd:enumeration value="Stateless"/>
3032
- </xsd:restriction>
3033
- </xsd:simpleContent>
3034
- </xsd:complexType>
3035
-
3036
-
3037
- <!-- **************************************************** -->
3038
-
3039
- <xsd:complexType name="stateful-timeoutType">
3040
- <xsd:annotation>
3041
- <xsd:documentation>
3042
-
3043
- The stateful-timeoutType represents the amount of time
3044
- a stateful session bean can be idle(not receive any client
3045
- invocations) before it is eligible for removal by the container.
3046
-
3047
- A timeout value of 0 means the bean is immediately eligible for removal.
3048
-
3049
- A timeout value of -1 means the bean will never be removed due to timeout.
3050
-
3051
- </xsd:documentation>
3052
- </xsd:annotation>
3053
- <xsd:sequence>
3054
- <xsd:element name="timeout"
3055
- type="javaee:xsdIntegerType"/>
3056
- <xsd:element name="unit"
3057
- type="javaee:time-unit-typeType"/>
3058
- </xsd:sequence>
3059
- <xsd:attribute name="id"
3060
- type="xsd:ID"/>
3061
- </xsd:complexType>
3062
-
3063
-
3064
- <!-- **************************************************** -->
3065
-
3066
- <xsd:complexType name="time-unit-typeType">
3067
- <xsd:annotation>
3068
- <xsd:documentation>
3069
-
3070
- The time-unit-typeType represents a time duration at a given
3071
- unit of granularity.
3072
-
3073
- The time unit type must be one of the following :
3074
-
3075
- Days
3076
- Hours
3077
- Minutes
3078
- Seconds
3079
- Milliseconds
3080
- Microseconds
3081
- Nanoseconds
3082
-
3083
- </xsd:documentation>
3084
- </xsd:annotation>
3085
- <xsd:simpleContent>
3086
- <xsd:restriction base="javaee:string">
3087
- <xsd:enumeration value="Days"/>
3088
- <xsd:enumeration value="Hours"/>
3089
- <xsd:enumeration value="Minutes"/>
3090
- <xsd:enumeration value="Seconds"/>
3091
- <xsd:enumeration value="Milliseconds"/>
3092
- <xsd:enumeration value="Microseconds"/>
3093
- <xsd:enumeration value="Nanoseconds"/>
3094
- </xsd:restriction>
3095
- </xsd:simpleContent>
3096
- </xsd:complexType>
3097
-
3098
-
3099
- <!-- **************************************************** -->
3100
-
3101
- <xsd:complexType name="timer-scheduleType">
3102
- <xsd:sequence>
3103
- <xsd:element name="second"
3104
- type="javaee:string"
3105
- minOccurs="0"/>
3106
- <xsd:element name="minute"
3107
- type="javaee:string"
3108
- minOccurs="0"/>
3109
- <xsd:element name="hour"
3110
- type="javaee:string"
3111
- minOccurs="0"/>
3112
- <xsd:element name="day-of-month"
3113
- type="javaee:string"
3114
- minOccurs="0"/>
3115
- <xsd:element name="month"
3116
- type="javaee:string"
3117
- minOccurs="0"/>
3118
- <xsd:element name="day-of-week"
3119
- type="javaee:string"
3120
- minOccurs="0"/>
3121
- <xsd:element name="year"
3122
- type="javaee:string"
3123
- minOccurs="0"/>
3124
- </xsd:sequence>
3125
- <xsd:attribute name="id"
3126
- type="xsd:ID"/>
3127
- </xsd:complexType>
3128
-
3129
-
3130
- <!-- **************************************************** -->
3131
-
3132
- <xsd:complexType name="timerType">
3133
- <xsd:annotation>
3134
- <xsd:documentation>
3135
-
3136
- The timerType specifies an enterprise bean timer. Each
3137
- timer is automatically created by the container upon
3138
- deployment. Timer callbacks occur based on the
3139
- schedule attributes. All callbacks are made to the
3140
- timeout-method associated with the timer.
3141
-
3142
- A timer can have an optional start and/or end date. If
3143
- a start date is specified, it takes precedence over the
3144
- associated timer schedule such that any matching
3145
- expirations prior to the start time will not occur.
3146
- Likewise, no matching expirations will occur after any
3147
- end date. Start/End dates are specified using the
3148
- XML Schema dateTime type, which follows the ISO-8601
3149
- standard for date(and optional time-within-the-day)
3150
- representation.
3151
-
3152
- An optional flag can be used to control whether
3153
- this timer has persistent(true) delivery semantics or
3154
- non-persistent(false) delivery semantics. If not specified,
3155
- the value defaults to persistent(true).
3156
-
3157
- A time zone can optionally be associated with a timer.
3158
- If specified, the timer's schedule is evaluated in the context
3159
- of that time zone, regardless of the default time zone in which
3160
- the container is executing. Time zones are specified as an
3161
- ID string. The set of required time zone IDs is defined by
3162
- the Zone Name(TZ) column of the public domain zoneinfo database.
3163
-
3164
- An optional info string can be assigned to the timer and
3165
- retrieved at runtime through the Timer.getInfo() method.
3166
-
3167
- The timerType can only be specified on stateless session
3168
- beans, singleton session beans, and message-driven beans.
3169
-
3170
- </xsd:documentation>
3171
- </xsd:annotation>
3172
- <xsd:sequence>
3173
- <xsd:element name="description"
3174
- type="javaee:descriptionType"
3175
- minOccurs="0"
3176
- maxOccurs="unbounded"/>
3177
- <xsd:element name="schedule"
3178
- type="javaee:timer-scheduleType"/>
3179
- <xsd:element name="start"
3180
- type="xsd:dateTime"
3181
- minOccurs="0"/>
3182
- <xsd:element name="end"
3183
- type="xsd:dateTime"
3184
- minOccurs="0"/>
3185
- <xsd:element name="timeout-method"
3186
- type="javaee:named-methodType"/>
3187
- <xsd:element name="persistent"
3188
- type="javaee:true-falseType"
3189
- minOccurs="0"/>
3190
- <xsd:element name="timezone"
3191
- type="javaee:string"
3192
- minOccurs="0"/>
3193
- <xsd:element name="info"
3194
- type="javaee:string"
3195
- minOccurs="0"/>
3196
- </xsd:sequence>
3197
- <xsd:attribute name="id"
3198
- type="xsd:ID"/>
3199
- </xsd:complexType>
3200
-
3201
-
3202
- <!-- **************************************************** -->
3203
-
3204
- <xsd:complexType name="trans-attributeType">
3205
- <xsd:annotation>
3206
- <xsd:documentation>
3207
-
3208
- The trans-attributeType specifies how the container must
3209
- manage the transaction boundaries when delegating a method
3210
- invocation to an enterprise bean's business method.
3211
-
3212
- The value must be one of the following:
3213
-
3214
- NotSupported
3215
- Supports
3216
- Required
3217
- RequiresNew
3218
- Mandatory
3219
- Never
3220
-
3221
- </xsd:documentation>
3222
- </xsd:annotation>
3223
- <xsd:simpleContent>
3224
- <xsd:restriction base="javaee:string">
3225
- <xsd:enumeration value="NotSupported"/>
3226
- <xsd:enumeration value="Supports"/>
3227
- <xsd:enumeration value="Required"/>
3228
- <xsd:enumeration value="RequiresNew"/>
3229
- <xsd:enumeration value="Mandatory"/>
3230
- <xsd:enumeration value="Never"/>
3231
- </xsd:restriction>
3232
- </xsd:simpleContent>
3233
- </xsd:complexType>
3234
-
3235
-
3236
- <!-- **************************************************** -->
3237
-
3238
- <xsd:complexType name="transaction-typeType">
3239
- <xsd:annotation>
3240
- <xsd:documentation>
3241
-
3242
- The transaction-typeType specifies an enterprise bean's
3243
- transaction management type.
3244
-
3245
- The transaction-type must be one of the two following:
3246
-
3247
- Bean
3248
- Container
3249
-
3250
- </xsd:documentation>
3251
- </xsd:annotation>
3252
- <xsd:simpleContent>
3253
- <xsd:restriction base="javaee:string">
3254
- <xsd:enumeration value="Bean"/>
3255
- <xsd:enumeration value="Container"/>
3256
- </xsd:restriction>
3257
- </xsd:simpleContent>
3258
- </xsd:complexType>
3259
-
3260
- </xsd:schema>