torquebox-server 2.0.0.beta3-java → 2.0.0.cr1-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (835) hide show
  1. data/jboss/LICENSE.txt +498 -185
  2. data/jboss/README.txt +60 -17
  3. data/jboss/appclient/configuration/appclient.xml +1 -1
  4. data/jboss/bin/add-user.bat +12 -2
  5. data/jboss/bin/add-user.sh +10 -4
  6. data/jboss/bin/appclient.bat +11 -2
  7. data/jboss/bin/appclient.sh +8 -2
  8. data/jboss/bin/client/README.txt +40 -0
  9. data/jboss/bin/client/jboss-client-7.1.0.Final.jar +0 -0
  10. data/jboss/bin/domain.bat +30 -7
  11. data/jboss/bin/domain.conf +1 -0
  12. data/jboss/bin/domain.conf.bat +3 -0
  13. data/jboss/bin/domain.sh +53 -15
  14. data/jboss/bin/{jboss-admin.bat → jboss-cli.bat} +12 -3
  15. data/jboss/bin/{jboss-admin.sh → jboss-cli.sh} +9 -2
  16. data/jboss/bin/jconsole.bat +93 -0
  17. data/jboss/bin/jconsole.sh +8 -1
  18. data/jboss/bin/{util/jdr.bat → jdr.bat} +12 -2
  19. data/jboss/bin/{util/jdr.sh → jdr.sh} +9 -3
  20. data/jboss/bin/standalone.bat +55 -11
  21. data/jboss/bin/standalone.conf +9 -1
  22. data/jboss/bin/standalone.conf.bat +11 -3
  23. data/jboss/bin/standalone.sh +85 -37
  24. data/jboss/bin/vault.bat +55 -0
  25. data/jboss/bin/{util/vault.sh → vault.sh} +12 -1
  26. data/jboss/bin/wsconsume.bat +0 -1
  27. data/jboss/bin/wsconsume.sh +8 -2
  28. data/jboss/bin/wsprovide.bat +0 -1
  29. data/jboss/bin/wsprovide.sh +8 -2
  30. data/jboss/bundles/javax/servlet/api/v25/jbosgi-http-api-1.0.5.jar +0 -0
  31. data/jboss/bundles/org/apache/felix/log/main/org.apache.felix.log-1.0.0.jar +0 -0
  32. data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.0.Final.jar +0 -0
  33. data/jboss/bundles/org/jboss/osgi/logging/main/jboss-osgi-logging-1.0.0.jar +0 -0
  34. data/jboss/bundles/org/osgi/enterprise/main/org.osgi.enterprise-4.2.0.jar +0 -0
  35. data/jboss/bundles/org/projectodd/stilts/main/{stilts-stomplet-server-bundle-0.1.20.jar → stilts-stomplet-server-bundle-0.1.26.jar} +0 -0
  36. data/jboss/docs/examples/configs/domain-jts.xml +123 -295
  37. data/jboss/docs/examples/configs/domain-osgi-only.xml +7 -7
  38. data/jboss/docs/examples/configs/standalone-hornetq-colocated.xml +128 -131
  39. data/jboss/docs/examples/configs/standalone-jts.xml +50 -47
  40. data/jboss/docs/examples/configs/standalone-minimalistic.xml +32 -0
  41. data/jboss/docs/examples/configs/standalone-osgi-only.xml +11 -6
  42. data/jboss/docs/examples/configs/standalone-xts.xml +95 -63
  43. data/jboss/docs/licenses/apache license, version 2.0 - license-2.0.txt +390 -0
  44. data/jboss/docs/licenses/{gnu lesser general public license - lesser.html → gnu lesser general public license version 2 - lesser.html} +0 -0
  45. data/jboss/docs/licenses/licenses.xml +420 -268
  46. data/jboss/docs/licenses/the gnu lesser general public license, version 2.1 - lgpl-2.1.html +4 -2
  47. data/jboss/docs/schema/ejb-jar_1_1.dtd +894 -0
  48. data/jboss/docs/schema/ejb-jar_2_0.dtd +1660 -0
  49. data/jboss/docs/schema/ejb-jar_2_1.xsd +2207 -0
  50. data/jboss/docs/schema/ejb-jar_3_0.xsd +2705 -0
  51. data/jboss/docs/schema/ejb-jar_3_1.xsd +3260 -0
  52. data/jboss/docs/schema/jboss-app_7_0.xsd +123 -0
  53. data/jboss/docs/schema/jboss-as-config_1_1.xsd +124 -27
  54. data/jboss/docs/schema/jboss-as-deployment-scanner_1_1.xsd +19 -19
  55. data/jboss/docs/schema/jboss-as-ejb3_1_2.xsd +62 -24
  56. data/jboss/docs/schema/jboss-as-infinispan_1_0.xsd +1 -1
  57. data/jboss/docs/schema/jboss-as-infinispan_1_1.xsd +31 -38
  58. data/jboss/docs/schema/jboss-as-jacorb_1_1.xsd +49 -39
  59. data/jboss/docs/schema/jboss-as-jca_1_1.xsd +6 -9
  60. data/jboss/docs/schema/jboss-as-jmx_1_1.xsd +8 -1
  61. data/jboss/docs/schema/jboss-as-messaging-deployment_1_0.xsd +120 -0
  62. data/jboss/docs/schema/jboss-as-messaging_1_1.xsd +15 -0
  63. data/jboss/docs/schema/jboss-as-mod-cluster_1_0.xsd +41 -22
  64. data/jboss/docs/schema/jboss-as-remoting_1_1.xsd +3 -1
  65. data/jboss/docs/schema/jboss-as-threads_1_0.xsd +4 -4
  66. data/jboss/docs/schema/jboss-as-threads_1_1.xsd +313 -0
  67. data/jboss/docs/schema/jboss-as-webservices_1_1.xsd +257 -0
  68. data/jboss/docs/schema/jboss-ejb-cache_1_0.xsd +38 -0
  69. data/jboss/docs/schema/jboss-ejb-iiop_1_0.xsd +146 -0
  70. data/jboss/docs/schema/jboss-ejb-pool_1_0.xsd +38 -0
  71. data/jboss/docs/schema/jboss-ejb-resource-adapter-binding_1_0.xsd +43 -0
  72. data/jboss/docs/schema/jboss-ejb-security-role_1_0.xsd +60 -0
  73. data/jboss/docs/schema/jboss-ejb-security_1_0.xsd +44 -0
  74. data/jboss/docs/schema/jboss-ejb3-2_0.xsd +48 -0
  75. data/jboss/docs/schema/jboss-ejb3-spec-2_0.xsd +464 -0
  76. data/jboss/docs/schema/jbossws-jaxws-config_4_0.xsd +0 -1
  77. data/jboss/domain/configuration/application-roles.properties +24 -0
  78. data/jboss/domain/configuration/application-users.properties +23 -0
  79. data/jboss/domain/configuration/domain.xml +799 -151
  80. data/jboss/domain/configuration/host-master.xml +16 -0
  81. data/jboss/domain/configuration/host-slave.xml +25 -6
  82. data/jboss/domain/configuration/host.xml +14 -0
  83. data/jboss/jboss-modules.jar +0 -0
  84. data/jboss/modules/asm/asm/main/module.xml +10 -6
  85. data/jboss/modules/ch/qos/cal10n/main/module.xml +10 -6
  86. data/jboss/modules/com/google/guava/main/module.xml +4 -0
  87. data/jboss/modules/com/h2database/h2/main/module.xml +9 -8
  88. data/jboss/modules/com/sun/jsf-impl/1.2/module.xml +6 -2
  89. data/jboss/modules/com/sun/jsf-impl/main/module.xml +4 -0
  90. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar +0 -0
  91. data/jboss/modules/com/sun/xml/bind/main/{jaxb-xjc-2.2.jar → jaxb-xjc-2.2.4.jar} +0 -0
  92. data/jboss/modules/com/sun/xml/bind/main/module.xml +5 -2
  93. data/jboss/modules/com/sun/xml/messaging/saaj/main/module.xml +3 -0
  94. data/jboss/modules/gnu/getopt/main/module.xml +6 -3
  95. data/jboss/modules/javax/api/main/module.xml +1 -0
  96. data/jboss/modules/javax/faces/api/main/{jboss-jsf-api_2.1_spec-2.0.0.Beta1.jar → jboss-jsf-api_2.1_spec-2.0.0.Final.jar} +0 -0
  97. data/jboss/modules/javax/faces/api/main/module.xml +1 -1
  98. data/jboss/modules/jline/main/module.xml +4 -0
  99. data/jboss/modules/net/jcip/main/jcip-annotations-1.0.jar +0 -0
  100. data/jboss/modules/{org/apache/ant → net/jcip}/main/module.xml +7 -3
  101. data/jboss/modules/net/sourceforge/cssparser/main/module.xml +4 -0
  102. data/jboss/modules/net/sourceforge/nekohtml/main/module.xml +4 -0
  103. data/jboss/modules/nu/xom/main/module.xml +3 -0
  104. data/jboss/modules/org/antlr/main/module.xml +10 -6
  105. data/jboss/modules/org/apache/commons/beanutils/main/module.xml +4 -0
  106. data/jboss/modules/org/apache/commons/cli/main/module.xml +4 -0
  107. data/jboss/modules/org/apache/commons/codec/main/module.xml +4 -0
  108. data/jboss/modules/org/apache/commons/collections/main/module.xml +4 -0
  109. data/jboss/modules/org/apache/commons/io/main/module.xml +4 -0
  110. data/jboss/modules/org/apache/commons/lang/main/module.xml +4 -0
  111. data/jboss/modules/org/apache/commons/pool/main/module.xml +5 -1
  112. data/jboss/modules/org/apache/cxf/main/{cxf-api-2.4.4.jar → cxf-api-2.4.6.jar} +0 -0
  113. data/jboss/modules/org/apache/cxf/main/{cxf-common-utilities-2.4.4.jar → cxf-common-utilities-2.4.6.jar} +0 -0
  114. data/jboss/modules/org/apache/cxf/main/{cxf-rt-bindings-coloc-2.4.4.jar → cxf-rt-bindings-coloc-2.4.6.jar} +0 -0
  115. data/jboss/modules/org/apache/cxf/main/{cxf-rt-bindings-http-2.4.4.jar → cxf-rt-bindings-http-2.4.6.jar} +0 -0
  116. data/jboss/modules/org/apache/cxf/main/{cxf-rt-bindings-object-2.4.4.jar → cxf-rt-bindings-object-2.4.6.jar} +0 -0
  117. data/jboss/modules/org/apache/cxf/main/{cxf-rt-bindings-soap-2.4.4.jar → cxf-rt-bindings-soap-2.4.6.jar} +0 -0
  118. data/jboss/modules/org/apache/cxf/main/{cxf-rt-bindings-xml-2.4.4.jar → cxf-rt-bindings-xml-2.4.6.jar} +0 -0
  119. data/jboss/modules/org/apache/cxf/main/{cxf-rt-core-2.4.4.jar → cxf-rt-core-2.4.6.jar} +0 -0
  120. data/jboss/modules/org/apache/cxf/main/{cxf-rt-databinding-aegis-2.4.4.jar → cxf-rt-databinding-aegis-2.4.6.jar} +0 -0
  121. data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar +0 -0
  122. data/jboss/modules/org/apache/cxf/main/{cxf-rt-frontend-jaxws-2.4.4.jar → cxf-rt-frontend-jaxws-2.4.6.jar} +0 -0
  123. data/jboss/modules/org/apache/cxf/main/{cxf-rt-frontend-simple-2.4.4.jar → cxf-rt-frontend-simple-2.4.6.jar} +0 -0
  124. data/jboss/modules/org/apache/cxf/main/{cxf-rt-management-2.4.4.jar → cxf-rt-management-2.4.6.jar} +0 -0
  125. data/jboss/modules/org/apache/cxf/main/{cxf-rt-transports-common-2.4.4.jar → cxf-rt-transports-common-2.4.6.jar} +0 -0
  126. data/jboss/modules/org/apache/cxf/main/{cxf-rt-transports-http-2.4.4.jar → cxf-rt-transports-http-2.4.6.jar} +0 -0
  127. data/jboss/modules/org/apache/cxf/main/{cxf-rt-transports-jms-2.4.4.jar → cxf-rt-transports-jms-2.4.6.jar} +0 -0
  128. data/jboss/modules/org/apache/cxf/main/{cxf-rt-transports-local-2.4.4.jar → cxf-rt-transports-local-2.4.6.jar} +0 -0
  129. data/jboss/modules/org/apache/cxf/main/{cxf-rt-ws-addr-2.4.4.jar → cxf-rt-ws-addr-2.4.6.jar} +0 -0
  130. data/jboss/modules/org/apache/cxf/main/{cxf-rt-ws-policy-2.4.4.jar → cxf-rt-ws-policy-2.4.6.jar} +0 -0
  131. data/jboss/modules/org/apache/cxf/main/{cxf-rt-ws-rm-2.4.4.jar → cxf-rt-ws-rm-2.4.6.jar} +0 -0
  132. data/jboss/modules/org/apache/cxf/main/{cxf-rt-ws-security-2.4.4.jar → cxf-rt-ws-security-2.4.6.jar} +0 -0
  133. data/jboss/modules/org/apache/cxf/main/{cxf-tools-common-2.4.4.jar → cxf-tools-common-2.4.6.jar} +0 -0
  134. data/jboss/modules/org/apache/cxf/main/{cxf-tools-java2ws-2.4.4.jar → cxf-tools-java2ws-2.4.6.jar} +0 -0
  135. data/jboss/modules/org/apache/cxf/main/{cxf-tools-validator-2.4.4.jar → cxf-tools-validator-2.4.6.jar} +0 -0
  136. data/jboss/modules/org/apache/cxf/main/{cxf-tools-wsdlto-core-2.4.4.jar → cxf-tools-wsdlto-core-2.4.6.jar} +0 -0
  137. data/jboss/modules/org/apache/cxf/main/{cxf-tools-wsdlto-databinding-jaxb-2.4.4.jar → cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar} +0 -0
  138. data/jboss/modules/org/apache/cxf/main/{cxf-tools-wsdlto-frontend-jaxws-2.4.4.jar → cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar} +0 -0
  139. data/jboss/modules/org/apache/cxf/main/module.xml +30 -28
  140. data/jboss/modules/org/apache/httpcomponents/main/{httpcore-4.1.2.jar → httpcore-4.1.4.jar} +0 -0
  141. data/jboss/modules/org/apache/httpcomponents/main/module.xml +5 -1
  142. data/jboss/modules/org/apache/james/mime4j/main/module.xml +4 -0
  143. data/jboss/modules/org/apache/log4j/main/module.xml +9 -0
  144. data/jboss/modules/org/apache/neethi/main/module.xml +3 -0
  145. data/jboss/modules/org/apache/santuario/xmlsec/main/module.xml +3 -0
  146. data/jboss/modules/org/apache/velocity/main/module.xml +3 -0
  147. data/jboss/modules/org/apache/ws/scout/main/module.xml +4 -1
  148. data/jboss/modules/org/apache/ws/security/main/module.xml +4 -1
  149. data/jboss/modules/org/apache/ws/security/main/{wss4j-1.6.3.jar → wss4j-1.6.4.jar} +0 -0
  150. data/jboss/modules/org/apache/ws/xmlschema/main/module.xml +3 -0
  151. data/jboss/modules/org/apache/xml-resolver/main/module.xml +4 -0
  152. data/jboss/modules/org/codehaus/jackson/jackson-core-asl/main/module.xml +10 -6
  153. data/jboss/modules/org/codehaus/jackson/jackson-jaxrs/main/module.xml +14 -10
  154. data/jboss/modules/org/codehaus/jackson/jackson-mapper-asl/main/module.xml +12 -8
  155. data/jboss/modules/org/codehaus/jackson/jackson-xc/main/module.xml +14 -10
  156. data/jboss/modules/org/codehaus/jettison/main/jettison-1.3.1.jar +0 -0
  157. data/jboss/modules/org/codehaus/jettison/main/module.xml +37 -0
  158. data/jboss/modules/org/codehaus/woodstox/main/module.xml +11 -7
  159. data/jboss/modules/org/hibernate/infinispan/main/module.xml +5 -0
  160. data/jboss/modules/org/hibernate/main/module.xml +0 -1
  161. data/jboss/modules/org/hornetq/main/{hornetq-core-2.2.10.Final.jar → hornetq-core-2.2.11.Final.jar} +0 -0
  162. data/jboss/modules/org/hornetq/main/{hornetq-jms-2.2.10.Final.jar → hornetq-jms-2.2.11.Final.jar} +0 -0
  163. data/jboss/modules/org/hornetq/main/module.xml +2 -2
  164. data/jboss/modules/org/hornetq/ra/main/{hornetq-ra-2.2.10.Final.jar → hornetq-ra-2.2.11.Final.jar} +0 -0
  165. data/jboss/modules/org/hornetq/ra/main/module.xml +5 -1
  166. data/jboss/modules/org/infinispan/cachestore/jdbc/main/{infinispan-cachestore-jdbc-5.1.0.CR3.jar → infinispan-cachestore-jdbc-5.1.1.FINAL.jar} +0 -0
  167. data/jboss/modules/org/infinispan/cachestore/jdbc/main/module.xml +5 -1
  168. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.1.FINAL.jar +0 -0
  169. data/jboss/modules/org/infinispan/cachestore/remote/main/module.xml +5 -1
  170. data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.1.FINAL.jar +0 -0
  171. data/jboss/modules/org/infinispan/client/hotrod/main/module.xml +6 -2
  172. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.1.FINAL.jar +0 -0
  173. data/jboss/modules/org/infinispan/main/module.xml +2 -1
  174. data/jboss/modules/org/jacorb/main/module.xml +12 -8
  175. data/jboss/modules/org/javassist/main/module.xml +4 -0
  176. data/jboss/modules/org/jaxen/main/module.xml +3 -0
  177. data/jboss/modules/org/jboss/as/aggregate/main/module.xml +3 -0
  178. data/jboss/modules/org/jboss/as/appclient/main/{jboss-as-appclient-7.x.incremental.260.jar → jboss-as-appclient-7.1.0.Final.jar} +0 -0
  179. data/jboss/modules/org/jboss/as/appclient/main/module.xml +5 -2
  180. data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.0.Final.jar +0 -0
  181. data/jboss/modules/org/jboss/as/cli/main/module.xml +5 -1
  182. data/jboss/modules/org/jboss/as/clustering/api/main/{jboss-as-clustering-api-7.x.incremental.260.jar → jboss-as-clustering-api-7.1.0.Final.jar} +0 -0
  183. data/jboss/modules/org/jboss/as/clustering/api/main/module.xml +4 -1
  184. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.0.Final.jar +0 -0
  185. data/jboss/modules/org/jboss/as/clustering/common/main/module.xml +6 -2
  186. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.0.Final.jar +0 -0
  187. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml +9 -3
  188. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.0.Final.jar +0 -0
  189. data/jboss/modules/org/jboss/as/clustering/impl/main/module.xml +4 -1
  190. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.0.Final.jar +0 -0
  191. data/jboss/modules/org/jboss/as/clustering/infinispan/main/module.xml +5 -1
  192. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.0.Final.jar +0 -0
  193. data/jboss/modules/org/jboss/as/clustering/jgroups/main/module.xml +4 -1
  194. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.0.Final.jar +0 -0
  195. data/jboss/modules/org/jboss/{jsfunit/core → as/clustering/registry}/main/module.xml +10 -10
  196. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.0.Final.jar +0 -0
  197. data/jboss/modules/org/jboss/as/clustering/service/main/module.xml +4 -2
  198. data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.0.Final.jar +0 -0
  199. data/jboss/modules/org/jboss/as/clustering/singleton/main/module.xml +5 -1
  200. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.0.Final.jar +0 -0
  201. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/module.xml +7 -2
  202. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.0.Final.jar +0 -0
  203. data/jboss/modules/org/jboss/as/clustering/web/spi/main/module.xml +4 -1
  204. data/jboss/modules/org/jboss/as/cmp/main/{jboss-as-cmp-7.x.incremental.260.jar → jboss-as-cmp-7.1.0.Final.jar} +0 -0
  205. data/jboss/modules/org/jboss/as/cmp/main/module.xml +4 -1
  206. data/jboss/modules/org/jboss/as/configadmin/main/{jboss-as-configadmin-7.x.incremental.260.jar → jboss-as-configadmin-7.1.0.Final.jar} +0 -0
  207. data/jboss/modules/org/jboss/as/configadmin/main/module.xml +4 -1
  208. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.0.Final.jar +0 -0
  209. data/jboss/modules/org/jboss/as/connector/main/module.xml +4 -1
  210. data/jboss/modules/org/jboss/as/console/main/{jboss-as-console-1.0.0.RC1-resources.jar → jboss-as-console-1.0.2.Final-resources.jar} +0 -0
  211. data/jboss/modules/org/jboss/as/console/main/module.xml +4 -1
  212. data/jboss/modules/org/jboss/as/controller/main/{jboss-as-controller-7.x.incremental.260.jar → jboss-as-controller-7.1.0.Final.jar} +0 -0
  213. data/jboss/modules/org/jboss/as/controller/main/module.xml +4 -1
  214. data/jboss/modules/org/jboss/as/controller-client/main/{jboss-as-controller-client-7.x.incremental.260.jar → jboss-as-controller-client-7.1.0.Final.jar} +0 -0
  215. data/jboss/modules/org/jboss/as/controller-client/main/module.xml +1 -1
  216. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.0.Final.jar +0 -0
  217. data/jboss/modules/org/jboss/as/deployment-repository/main/module.xml +5 -1
  218. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.0.Final.jar +0 -0
  219. data/jboss/modules/org/jboss/as/deployment-scanner/main/module.xml +4 -1
  220. data/jboss/modules/org/jboss/as/domain-add-user/main/module.xml +4 -0
  221. data/jboss/modules/org/jboss/as/domain-http-error-context/main/{jboss-as-domain-http-error-context-7.x.incremental.260.jar → jboss-as-domain-http-error-context-7.1.0.Final.jar} +0 -0
  222. data/jboss/modules/org/jboss/as/domain-http-error-context/main/module.xml +4 -1
  223. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.0.Final.jar +0 -0
  224. data/jboss/modules/org/jboss/as/domain-http-interface/main/module.xml +4 -1
  225. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.0.Final.jar +0 -0
  226. data/jboss/modules/org/jboss/as/domain-management/main/module.xml +5 -2
  227. data/jboss/modules/org/jboss/as/ee/deployment/main/{jboss-as-ee-deployment-7.x.incremental.260.jar → jboss-as-ee-deployment-7.1.0.Final.jar} +0 -0
  228. data/jboss/modules/org/jboss/as/ee/deployment/main/module.xml +4 -1
  229. data/jboss/modules/org/jboss/as/ee/main/{jboss-as-ee-7.x.incremental.260.jar → jboss-as-ee-7.1.0.Final.jar} +0 -0
  230. data/jboss/modules/org/jboss/as/ee/main/module.xml +4 -1
  231. data/jboss/modules/org/jboss/as/ejb3/main/{jboss-as-ejb3-7.x.incremental.260.jar → jboss-as-ejb3-7.1.0.Final.jar} +0 -0
  232. data/jboss/modules/org/jboss/as/ejb3/main/module.xml +11 -1
  233. data/jboss/modules/org/jboss/as/embedded/main/{jboss-as-embedded-7.x.incremental.260.jar → jboss-as-embedded-7.1.0.Final.jar} +0 -0
  234. data/jboss/modules/org/jboss/as/embedded/main/module.xml +4 -1
  235. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.0.Final.jar +0 -0
  236. data/jboss/modules/org/jboss/as/host-controller/main/module.xml +5 -2
  237. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.0.Final.jar +0 -0
  238. data/jboss/modules/org/jboss/as/jacorb/main/module.xml +4 -1
  239. data/jboss/modules/org/jboss/as/jaxr/main/{jboss-as-jaxr-7.x.incremental.260.jar → jboss-as-jaxr-7.1.0.Final.jar} +0 -0
  240. data/jboss/modules/org/jboss/as/jaxr/main/module.xml +29 -2
  241. data/jboss/modules/org/jboss/as/jaxrs/main/{jboss-as-jaxrs-7.x.incremental.260.jar → jboss-as-jaxrs-7.1.0.Final.jar} +0 -0
  242. data/jboss/modules/org/jboss/as/jaxrs/main/module.xml +4 -1
  243. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.0.Final.jar +0 -0
  244. data/jboss/modules/org/jboss/as/jdr/main/{jboss-as-sos-7.x.incremental.260.jar → jboss-as-sos-7.1.0.Final.jar} +0 -0
  245. data/jboss/modules/org/jboss/as/jdr/main/module.xml +9 -3
  246. data/jboss/modules/org/jboss/as/jmx/main/{jboss-as-jmx-7.x.incremental.260.jar → jboss-as-jmx-7.1.0.Final.jar} +0 -0
  247. data/jboss/modules/org/jboss/as/jmx/main/module.xml +4 -1
  248. data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.0.Final.jar +0 -0
  249. data/jboss/modules/org/jboss/as/jpa/hibernate/3/module.xml +4 -1
  250. data/jboss/modules/org/jboss/as/jpa/hibernate/4/{jboss-as-jpa-hibernate4-7.x.incremental.260.jar → jboss-as-jpa-hibernate4-7.1.0.Final.jar} +0 -0
  251. data/jboss/modules/org/jboss/as/jpa/hibernate/4/module.xml +4 -1
  252. data/jboss/modules/org/jboss/as/jpa/hibernate/infinispan/main/jboss-as-jpa-hibernate-infinispan-7.1.0.Final.jar +0 -0
  253. data/jboss/modules/org/jboss/as/jpa/hibernate/infinispan/main/module.xml +5 -1
  254. data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.0.Final.jar +0 -0
  255. data/jboss/modules/org/jboss/as/jpa/main/module.xml +4 -1
  256. data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.0.Final.jar +0 -0
  257. data/jboss/modules/org/jboss/as/jpa/openjpa/main/module.xml +5 -2
  258. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.0.Final.jar +0 -0
  259. data/jboss/modules/org/jboss/as/jpa/spi/main/module.xml +4 -1
  260. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.0.Final.jar +0 -0
  261. data/jboss/modules/org/jboss/as/jpa/util/main/module.xml +4 -1
  262. data/jboss/modules/org/jboss/as/jsr77/main/{jboss-as-jsr77-7.x.incremental.260.jar → jboss-as-jsr77-7.1.0.Final.jar} +0 -0
  263. data/jboss/modules/org/jboss/as/jsr77/main/module.xml +5 -2
  264. data/jboss/modules/org/jboss/as/logging/main/{jboss-as-logging-7.x.incremental.260.jar → jboss-as-logging-7.1.0.Final.jar} +0 -0
  265. data/jboss/modules/org/jboss/as/logging/main/module.xml +4 -1
  266. data/jboss/modules/org/jboss/as/mail/main/{jboss-as-mail-7.x.incremental.260.jar → jboss-as-mail-7.1.0.Final.jar} +0 -0
  267. data/jboss/modules/org/jboss/as/mail/main/module.xml +5 -1
  268. data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.0.Final.jar +0 -0
  269. data/jboss/modules/org/jboss/as/management-client-content/main/module.xml +4 -1
  270. data/jboss/modules/org/jboss/as/messaging/main/{jboss-as-messaging-7.x.incremental.260.jar → jboss-as-messaging-7.1.0.Final.jar} +0 -0
  271. data/jboss/modules/org/jboss/as/messaging/main/module.xml +5 -1
  272. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.0.Final.jar +0 -0
  273. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.0.Final.jar +0 -0
  274. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar +0 -0
  275. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar +0 -0
  276. data/jboss/modules/org/jboss/as/modcluster/main/{mod_cluster-core-1.2.0.Beta2.jar → mod_cluster-core-1.2.0.Final.jar} +0 -0
  277. data/jboss/modules/org/jboss/as/modcluster/main/module.xml +8 -5
  278. data/jboss/modules/org/jboss/as/naming/main/{jboss-as-naming-7.x.incremental.260.jar → jboss-as-naming-7.1.0.Final.jar} +0 -0
  279. data/jboss/modules/org/jboss/as/naming/main/module.xml +7 -1
  280. data/jboss/modules/org/jboss/as/network/main/{jboss-as-network-7.x.incremental.260.jar → jboss-as-network-7.1.0.Final.jar} +0 -0
  281. data/jboss/modules/org/jboss/as/network/main/module.xml +4 -1
  282. data/jboss/modules/org/jboss/as/osgi/main/{jboss-as-osgi-service-7.x.incremental.260.jar → jboss-as-osgi-service-7.1.0.Final.jar} +0 -0
  283. data/jboss/modules/org/jboss/as/osgi/main/module.xml +6 -3
  284. data/jboss/modules/org/jboss/as/platform-mbean/main/{jboss-as-platform-mbean-7.x.incremental.260.jar → jboss-as-platform-mbean-7.1.0.Final.jar} +0 -0
  285. data/jboss/modules/org/jboss/as/platform-mbean/main/module.xml +4 -1
  286. data/jboss/modules/org/jboss/as/pojo/main/{jboss-as-pojo-7.x.incremental.260.jar → jboss-as-pojo-7.1.0.Final.jar} +0 -0
  287. data/jboss/modules/org/jboss/as/pojo/main/module.xml +4 -1
  288. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.0.Final.jar +0 -0
  289. data/jboss/modules/org/jboss/as/process-controller/main/module.xml +5 -2
  290. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.0.Final.jar +0 -0
  291. data/jboss/modules/org/jboss/as/protocol/main/module.xml +4 -1
  292. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.0.Final.jar +0 -0
  293. data/jboss/modules/org/jboss/as/remoting/main/module.xml +7 -4
  294. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.0.Final.jar +0 -0
  295. data/jboss/modules/org/jboss/as/sar/main/module.xml +4 -1
  296. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.0.Final.jar +0 -0
  297. data/jboss/modules/org/jboss/as/security/main/module.xml +6 -1
  298. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.0.Final.jar +0 -0
  299. data/jboss/modules/org/jboss/as/server/main/module.xml +6 -2
  300. data/jboss/modules/org/jboss/as/standalone/main/module.xml +5 -0
  301. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.0.Final.jar +0 -0
  302. data/jboss/modules/org/jboss/as/threads/main/module.xml +4 -1
  303. data/jboss/modules/org/jboss/as/transactions/main/{jboss-as-transactions-7.x.incremental.260.jar → jboss-as-transactions-7.1.0.Final.jar} +0 -0
  304. data/jboss/modules/org/jboss/as/transactions/main/module.xml +4 -1
  305. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.0.Final.jar +0 -0
  306. data/jboss/modules/org/jboss/as/web/main/{jbossweb-7.0.8.Final.jar → jbossweb-7.0.10.Final.jar} +0 -0
  307. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libcrypto.so +0 -0
  308. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libtcnative-1.so +0 -0
  309. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libcrypto.so +0 -0
  310. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libtcnative-1.so +0 -0
  311. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libapr-1.jnilib +0 -0
  312. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libcrypto.jnilib +0 -0
  313. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libtcnative-1.jnilib +0 -0
  314. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libcrypto.jnilib +0 -0
  315. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libtcnative-1.jnilib +0 -0
  316. data/jboss/modules/org/jboss/as/web/main/lib/win-i686/tcnative-1.dll +0 -0
  317. data/jboss/modules/org/jboss/as/web/main/lib/win-x86_64/tcnative-1.dll +0 -0
  318. data/jboss/modules/org/jboss/as/web/main/module.xml +7 -2
  319. data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.0.Final.jar +0 -0
  320. data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.1.GA-jboss700.jar +0 -0
  321. data/jboss/modules/org/jboss/as/webservices/main/module.xml +5 -2
  322. data/jboss/modules/org/jboss/as/webservices/server/integration/main/module.xml +5 -1
  323. data/jboss/modules/org/jboss/as/webservices/server/jaxrpc-integration/main/module.xml +3 -0
  324. data/jboss/modules/org/jboss/as/weld/main/{jboss-as-weld-7.x.incremental.260.jar → jboss-as-weld-7.1.0.Final.jar} +0 -0
  325. data/jboss/modules/org/jboss/as/weld/main/module.xml +5 -1
  326. data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.0.Final.jar +0 -0
  327. data/jboss/modules/org/jboss/as/xts/main/module.xml +4 -1
  328. data/jboss/modules/org/jboss/classfilewriter/main/module.xml +4 -0
  329. data/jboss/modules/org/jboss/com/sun/httpserver/main/{httpserver-1.0.0.Beta3.jar → httpserver-1.0.0.Final.jar} +0 -0
  330. data/jboss/modules/org/jboss/com/sun/httpserver/main/module.xml +1 -1
  331. data/jboss/modules/org/jboss/common-core/main/module.xml +4 -0
  332. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.2.Final.jar +0 -0
  333. data/jboss/modules/org/jboss/ejb-client/main/module.xml +1 -1
  334. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar +0 -0
  335. data/jboss/modules/org/jboss/ejb3/main/module.xml +4 -1
  336. data/jboss/modules/org/jboss/iiop-client/main/{jboss-iiop-client-1.0.0.Beta2.jar → jboss-iiop-client-1.0.0.Final.jar} +0 -0
  337. data/jboss/modules/org/jboss/iiop-client/main/module.xml +4 -1
  338. data/jboss/modules/org/jboss/integration/ext-content/main/module.xml +4 -0
  339. data/jboss/modules/org/jboss/interceptor/main/{jboss-interceptor-core-2.0.0.Alpha3.jar → jboss-interceptor-core-2.0.0.Final.jar} +0 -0
  340. data/jboss/modules/org/jboss/interceptor/main/module.xml +4 -1
  341. data/jboss/modules/org/jboss/interceptor/spi/main/{jboss-interceptor-spi-2.0.0.Alpha3.jar → jboss-interceptor-spi-2.0.0.Final.jar} +0 -0
  342. data/jboss/modules/org/jboss/interceptor/spi/main/module.xml +4 -1
  343. data/jboss/modules/org/jboss/ironjacamar/api/main/module.xml +15 -11
  344. data/jboss/modules/org/jboss/ironjacamar/impl/main/module.xml +25 -21
  345. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml +22 -18
  346. data/jboss/modules/org/jboss/jandex/main/module.xml +4 -0
  347. data/jboss/modules/org/jboss/jaxbintros/main/module.xml +3 -0
  348. data/jboss/modules/org/jboss/jboss-transaction-spi/main/{jboss-transaction-spi-7.0.0.CR2.jar → jboss-transaction-spi-7.0.0.Final.jar} +0 -0
  349. data/jboss/modules/org/jboss/jboss-transaction-spi/main/module.xml +5 -1
  350. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.2.Final.jar +0 -0
  351. data/jboss/modules/org/jboss/jts/integration/main/module.xml +5 -1
  352. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.2.Final.jar +0 -0
  353. data/jboss/modules/org/jboss/jts/main/module.xml +6 -1
  354. data/jboss/modules/org/jboss/logging/main/{jboss-logging-3.1.0.CR2.jar → jboss-logging-3.1.0.GA.jar} +0 -0
  355. data/jboss/modules/org/jboss/logging/main/module.xml +1 -1
  356. data/jboss/modules/org/jboss/logmanager/log4j/main/module.xml +4 -0
  357. data/jboss/modules/org/jboss/logmanager/main/{jboss-logmanager-1.2.0.GA.jar → jboss-logmanager-1.2.2.GA.jar} +0 -0
  358. data/jboss/modules/org/jboss/logmanager/main/module.xml +1 -1
  359. data/jboss/modules/org/jboss/marshalling/main/{jboss-marshalling-1.3.4.GA.jar → jboss-marshalling-1.3.9.GA.jar} +0 -0
  360. data/jboss/modules/org/jboss/marshalling/main/module.xml +1 -1
  361. data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.9.GA.jar +0 -0
  362. data/jboss/modules/org/jboss/marshalling/river/main/module.xml +5 -1
  363. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-appclient-7.0.0.Beta32.jar → jboss-metadata-appclient-7.0.0.Final.jar} +0 -0
  364. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-common-7.0.0.Beta32.jar → jboss-metadata-common-7.0.0.Final.jar} +0 -0
  365. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-ear-7.0.0.Beta32.jar → jboss-metadata-ear-7.0.0.Final.jar} +0 -0
  366. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-ejb-7.0.0.Beta32.jar → jboss-metadata-ejb-7.0.0.Final.jar} +0 -0
  367. data/jboss/modules/org/jboss/metadata/main/{jboss-metadata-web-7.0.0.Beta32.jar → jboss-metadata-web-7.0.0.Final.jar} +0 -0
  368. data/jboss/modules/org/jboss/metadata/main/module.xml +8 -5
  369. data/jboss/modules/org/jboss/msc/main/{jboss-msc-1.0.1.GA.jar → jboss-msc-1.0.2.GA.jar} +0 -0
  370. data/jboss/modules/org/jboss/msc/main/module.xml +1 -1
  371. data/jboss/modules/org/jboss/netty/main/module.xml +4 -0
  372. data/jboss/modules/org/jboss/osgi/{deployment → framework}/main/jbosgi-deployment-1.0.10.jar +0 -0
  373. data/jboss/modules/org/jboss/osgi/framework/main/{jbosgi-framework-core-1.1.0.jar → jbosgi-framework-core-1.1.5.jar} +0 -0
  374. data/jboss/modules/org/jboss/osgi/{resolver/main/jbosgi-resolver-api-1.0.10.jar → framework/main/jbosgi-resolver-api-1.0.11.jar} +0 -0
  375. data/jboss/modules/org/jboss/osgi/{resolver/main/jbosgi-resolver-felix-1.0.10.jar → framework/main/jbosgi-resolver-felix-1.0.11.jar} +0 -0
  376. data/jboss/modules/org/jboss/osgi/{resolver/main/jbosgi-resolver-metadata-1.0.10.jar → framework/main/jbosgi-resolver-metadata-1.0.11.jar} +0 -0
  377. data/jboss/modules/org/jboss/osgi/{resolver/main/jbosgi-resolver-spi-1.0.10.jar → framework/main/jbosgi-resolver-spi-1.0.11.jar} +0 -0
  378. data/jboss/modules/org/jboss/osgi/framework/main/module.xml +9 -3
  379. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.4.jar +0 -0
  380. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.4.jar +0 -0
  381. data/jboss/modules/org/jboss/osgi/{resolver → repository}/main/module.xml +8 -6
  382. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-2.0.4.jar +0 -0
  383. data/jboss/modules/org/jboss/osgi/spi/main/module.xml +4 -1
  384. data/jboss/modules/org/jboss/osgi/vfs/main/module.xml +3 -0
  385. data/jboss/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.1.Final.jar +0 -0
  386. data/jboss/modules/org/jboss/remote-naming/main/module.xml +37 -0
  387. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.2.GA.jar +0 -0
  388. data/jboss/modules/org/jboss/remoting3/main/module.xml +1 -1
  389. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/module.xml +1 -1
  390. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/{remoting-jmx-1.0.0.Beta1.jar → remoting-jmx-1.0.0.Final.jar} +0 -0
  391. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml +6 -2
  392. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/{resteasy-atom-provider-2.3.0.GA-jandex.jar → resteasy-atom-provider-2.3.1.GA-jandex.jar} +0 -0
  393. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/{resteasy-atom-provider-2.3.0.GA.jar → resteasy-atom-provider-2.3.1.GA.jar} +0 -0
  394. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml +5 -1
  395. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/{resteasy-cdi-2.3.0.GA.jar → resteasy-cdi-2.3.1.GA.jar} +0 -0
  396. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml +6 -2
  397. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/{resteasy-jackson-provider-2.3.0.GA-jandex.jar → resteasy-jackson-provider-2.3.1.GA-jandex.jar} +0 -0
  398. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.1.GA.jar +0 -0
  399. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml +6 -2
  400. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/{resteasy-jaxb-provider-2.3.0.GA-jandex.jar → resteasy-jaxb-provider-2.3.1.GA-jandex.jar} +0 -0
  401. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/{resteasy-jaxb-provider-2.3.0.GA.jar → resteasy-jaxb-provider-2.3.1.GA.jar} +0 -0
  402. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{async-http-servlet-3.0-2.3.0.GA-jandex.jar → async-http-servlet-3.0-2.3.1.GA-jandex.jar} +0 -0
  403. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{async-http-servlet-3.0-2.3.0.GA.jar → async-http-servlet-3.0-2.3.1.GA.jar} +0 -0
  404. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml +7 -3
  405. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.1.GA-jandex.jar +0 -0
  406. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/{resteasy-jaxrs-2.3.0.GA.jar → resteasy-jaxrs-2.3.1.GA.jar} +0 -0
  407. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml +46 -0
  408. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.1.GA-jandex.jar +0 -0
  409. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.1.GA.jar +0 -0
  410. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml +6 -2
  411. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/{resteasy-jsapi-2.3.0.GA-jandex.jar → resteasy-jsapi-2.3.1.GA-jandex.jar} +0 -0
  412. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/{resteasy-jsapi-2.3.0.GA.jar → resteasy-jsapi-2.3.1.GA.jar} +0 -0
  413. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml +6 -2
  414. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/{resteasy-multipart-provider-2.3.0.GA-jandex.jar → resteasy-multipart-provider-2.3.1.GA-jandex.jar} +0 -0
  415. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/{resteasy-multipart-provider-2.3.0.GA.jar → resteasy-multipart-provider-2.3.1.GA.jar} +0 -0
  416. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml +47 -0
  417. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.1.GA-jandex.jar +0 -0
  418. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.1.GA.jar +0 -0
  419. data/jboss/modules/org/jboss/sasl/main/{jboss-sasl-1.0.0.Beta9.jar → jboss-sasl-1.0.0.Final.jar} +0 -0
  420. data/jboss/modules/org/jboss/sasl/main/module.xml +1 -1
  421. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar +0 -0
  422. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar +0 -0
  423. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar +0 -0
  424. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar +0 -0
  425. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar +0 -0
  426. data/jboss/modules/org/jboss/security/negotiation/main/module.xml +9 -1
  427. data/jboss/modules/org/jboss/security/xacml/main/module.xml +4 -0
  428. data/jboss/modules/org/jboss/shrinkwrap/core/main/module.xml +4 -0
  429. data/jboss/modules/org/jboss/staxmapper/main/module.xml +5 -1
  430. data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar +0 -0
  431. data/jboss/modules/org/jboss/stdio/main/module.xml +4 -0
  432. data/jboss/modules/org/jboss/vfs/main/{jboss-vfs-3.1.0.CR1.jar → jboss-vfs-3.1.0.Final.jar} +0 -0
  433. data/jboss/modules/org/jboss/vfs/main/module.xml +1 -1
  434. data/jboss/modules/org/jboss/weld/core/main/module.xml +5 -1
  435. data/jboss/modules/org/jboss/weld/core/main/{weld-core-1.1.5.Final.jar → weld-core-1.1.5.AS71.Final.jar} +0 -0
  436. data/jboss/modules/org/jboss/weld/spi/main/module.xml +4 -0
  437. data/jboss/modules/org/jboss/ws/common/main/{jbossws-common-2.0.0.GA.jar → jbossws-common-2.0.1.GA.jar} +0 -0
  438. data/jboss/modules/org/jboss/ws/common/main/module.xml +5 -1
  439. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml +6 -1
  440. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.1.GA.jar +0 -0
  441. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml +6 -4
  442. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/{jbossws-cxf-server-4.0.0.GA.jar → jbossws-cxf-server-4.0.1.GA.jar} +0 -0
  443. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml +7 -2
  444. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/{jbossws-cxf-transports-httpserver-4.0.0.GA.jar → jbossws-cxf-transports-httpserver-4.0.1.GA.jar} +0 -0
  445. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml +5 -1
  446. data/jboss/modules/org/jboss/ws/jaxws-client/main/{jbossws-cxf-client-4.0.0.GA.jar → jbossws-cxf-client-4.0.1.GA.jar} +0 -0
  447. data/jboss/modules/org/jboss/ws/jaxws-client/main/module.xml +7 -2
  448. data/jboss/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml +4 -0
  449. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/{jbossws-native-core-4.0.0.GA.jar → jbossws-native-core-4.0.1.GA.jar} +0 -0
  450. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/module.xml +5 -1
  451. data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.1.GA.jar +0 -0
  452. data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/module.xml +5 -1
  453. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.1.GA.jar +0 -0
  454. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/module.xml +5 -1
  455. data/jboss/modules/org/jboss/ws/saaj-impl/main/module.xml +4 -0
  456. data/jboss/modules/org/jboss/ws/spi/main/{jbossws-spi-2.0.0.GA.jar → jbossws-spi-2.0.2.GA.jar} +0 -0
  457. data/jboss/modules/org/jboss/ws/spi/main/module.xml +5 -1
  458. data/jboss/modules/org/jboss/ws/tools/common/main/module.xml +4 -0
  459. data/jboss/modules/org/jboss/ws/tools/wsconsume/main/module.xml +5 -0
  460. data/jboss/modules/org/jboss/ws/tools/wsprovide/main/module.xml +5 -0
  461. data/jboss/modules/org/jboss/xb/main/module.xml +4 -0
  462. data/jboss/modules/org/jboss/xnio/main/module.xml +1 -1
  463. data/jboss/modules/org/jboss/xnio/main/{xnio-api-3.0.0.GA.jar → xnio-api-3.0.3.GA.jar} +0 -0
  464. data/jboss/modules/org/jboss/xnio/nio/main/module.xml +5 -1
  465. data/jboss/modules/org/jboss/xnio/nio/main/{xnio-nio-3.0.0.GA.jar → xnio-nio-3.0.3.GA.jar} +0 -0
  466. data/jboss/modules/org/jboss/xts/main/{jbosstxbridge-4.16.0.Final.jar → jbosstxbridge-4.16.2.Final.jar} +0 -0
  467. data/jboss/modules/org/jboss/xts/main/{jbossxts-4.16.0.Final.jar → jbossxts-4.16.2.Final.jar} +0 -0
  468. data/jboss/modules/org/jboss/xts/main/{jbossxts-api-4.16.0.Final.jar → jbossxts-api-4.16.2.Final.jar} +0 -0
  469. data/jboss/modules/org/jboss/xts/main/module.xml +3 -3
  470. data/jboss/modules/org/jgroups/main/{jgroups-3.0.2.Final.jar → jgroups-3.0.4.Final.jar} +0 -0
  471. data/jboss/modules/org/jgroups/main/module.xml +1 -1
  472. data/jboss/modules/org/joda/time/main/module.xml +1 -0
  473. data/jboss/modules/org/junit/main/module.xml +4 -0
  474. data/jboss/modules/org/picketbox/main/module.xml +18 -18
  475. data/jboss/modules/org/picketbox/main/{picketbox-4.0.6.Beta2.jar → picketbox-4.0.6.final.jar} +0 -0
  476. data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar +0 -0
  477. data/jboss/modules/org/picketbox/main/{picketbox-infinispan-4.0.6.Beta2.jar → picketbox-infinispan-4.0.6.final.jar} +0 -0
  478. data/jboss/modules/org/picketlink/main/module.xml +42 -21
  479. data/jboss/modules/org/picketlink/main/picketlink-bindings-2.0.1.final-jandex.jar +0 -0
  480. data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.1.final-jandex-jandex.jar +0 -0
  481. data/jboss/modules/org/picketlink/main/picketlink-fed-2.0.1.final-jandex.jar +0 -0
  482. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-core.jar +0 -0
  483. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-hasingleton.jar +0 -0
  484. data/jboss/modules/org/python/jython/standalone/main/module.xml +12 -7
  485. data/jboss/modules/org/scannotation/scannotation/main/module.xml +4 -0
  486. data/jboss/modules/org/slf4j/impl/main/module.xml +5 -0
  487. data/jboss/modules/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
  488. data/jboss/modules/org/torquebox/cache/main/hibernate-search-analyzers.jar +0 -0
  489. data/jboss/modules/org/torquebox/cache/main/hibernate-search-engine.jar +0 -0
  490. data/jboss/modules/org/torquebox/cache/main/hibernate-search-orm.jar +0 -0
  491. data/jboss/modules/org/torquebox/cache/main/hibernate-search.jar +0 -0
  492. data/jboss/modules/org/torquebox/cache/main/infinispan-query.jar +0 -0
  493. data/jboss/modules/org/torquebox/cache/main/torquebox-cache.jar +0 -0
  494. data/jboss/modules/org/torquebox/cdi/main/torquebox-cdi.jar +0 -0
  495. data/jboss/modules/org/torquebox/core/main/polyglot-core.jar +0 -0
  496. data/jboss/modules/org/torquebox/core/main/torquebox-core.jar +0 -0
  497. data/jboss/modules/org/torquebox/jobs/main/polyglot-jobs.jar +0 -0
  498. data/jboss/modules/org/torquebox/jobs/main/torquebox-jobs.jar +0 -0
  499. data/jboss/modules/org/torquebox/messaging/main/polyglot-messaging.jar +0 -0
  500. data/jboss/modules/org/torquebox/messaging/main/torquebox-messaging.jar +0 -0
  501. data/jboss/modules/org/torquebox/security/main/torquebox-security.jar +0 -0
  502. data/jboss/modules/org/torquebox/services/main/torquebox-services.jar +0 -0
  503. data/jboss/modules/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
  504. data/jboss/modules/org/torquebox/web/main/polyglot-web.jar +0 -0
  505. data/jboss/modules/org/torquebox/web/main/torquebox-web.jar +0 -0
  506. data/jboss/modules/org/w3c/css/sac/main/module.xml +5 -0
  507. data/jboss/modules/org/{jboss/osgi/deployment → yaml/snakeyaml}/main/module.xml +8 -7
  508. data/jboss/modules/org/yaml/snakeyaml/main/snakeyaml-1.8.jar +0 -0
  509. data/jboss/modules/sun/jdk/main/module.xml +4 -0
  510. data/jboss/standalone/configuration/application-roles.properties +24 -0
  511. data/jboss/standalone/configuration/application-users.properties +23 -0
  512. data/jboss/standalone/configuration/mgmt-users.properties +2 -5
  513. data/jboss/standalone/configuration/standalone-full-ha.xml +599 -0
  514. data/jboss/standalone/configuration/standalone-full.xml +88 -79
  515. data/jboss/standalone/configuration/standalone-ha.xml +156 -151
  516. data/jboss/standalone/configuration/standalone.xml +88 -79
  517. data/jboss/welcome-content/documentation.html +6 -6
  518. data/jboss/welcome-content/index.html +1 -1
  519. data/lib/torquebox-server.jar +0 -0
  520. data/lib/torquebox-server.rb +2 -2
  521. metadata +781 -984
  522. data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.x.incremental.260.jar +0 -0
  523. data/jboss/bundles/org/osgi/compendium/main/org.osgi.compendium-4.2.0.jar +0 -0
  524. data/jboss/modules/asm/asm/main/asm-3.3.1.jar.index +0 -4
  525. data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index +0 -10
  526. data/jboss/modules/com/google/guava/main/guava-10.0.1.jar.index +0 -19
  527. data/jboss/modules/com/h2database/h2/main/h2-1.3.161.jar.index +0 -33
  528. data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.5-jbossorg-1.jar.index +0 -59
  529. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.jar +0 -0
  530. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.jar.index +0 -37
  531. data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.jar.index +0 -164
  532. data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar.index +0 -25
  533. data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar.index +0 -9
  534. data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar.index +0 -9
  535. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar.index +0 -9
  536. data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar.index +0 -7
  537. data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index +0 -14
  538. data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar.index +0 -16
  539. data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.0.Beta1.jar.index +0 -24
  540. data/jboss/modules/javax/inject/api/main/javax.inject-1.jar.index +0 -3
  541. data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar.index +0 -7
  542. data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar.index +0 -7
  543. data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index +0 -5
  544. data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar.index +0 -23
  545. data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar.index +0 -9
  546. data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index +0 -10
  547. data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar.index +0 -12
  548. data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index +0 -93
  549. data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar.index +0 -12
  550. data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar.index +0 -8
  551. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar.index +0 -10
  552. data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar.index +0 -10
  553. data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.2.Final.jar.index +0 -45
  554. data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar.index +0 -8
  555. data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index +0 -12
  556. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar.index +0 -10
  557. data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index +0 -25
  558. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar.index +0 -13
  559. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.0.Final.jar.index +0 -9
  560. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar.index +0 -14
  561. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar.index +0 -8
  562. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar.index +0 -15
  563. data/jboss/modules/net/sourceforge/htmlunit/main/htmlunit-2.8.jar +0 -0
  564. data/jboss/modules/net/sourceforge/htmlunit/main/htmlunit-core-js-2.8.jar +0 -0
  565. data/jboss/modules/net/sourceforge/htmlunit/main/module.xml +0 -47
  566. data/jboss/modules/org/antlr/main/antlr-2.7.7.jar.index +0 -15
  567. data/jboss/modules/org/apache/ant/main/ant-1.8.2.jar +0 -0
  568. data/jboss/modules/org/apache/ant/main/ant-1.8.2.jar.index +0 -66
  569. data/jboss/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index +0 -9
  570. data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index +0 -13
  571. data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index +0 -20
  572. data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.4.jar.index +0 -17
  573. data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.4.jar.index +0 -54
  574. data/jboss/modules/org/apache/cxf/main/cxf-common-utilities-2.4.4.jar.index +0 -30
  575. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.4.jar.index +0 -16
  576. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.4.jar.index +0 -13
  577. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.4.jar.index +0 -18
  578. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.4.jar.index +0 -26
  579. data/jboss/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.4.jar.index +0 -17
  580. data/jboss/modules/org/apache/cxf/main/cxf-rt-core-2.4.4.jar.index +0 -52
  581. data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.4.jar.index +0 -25
  582. data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.4.jar +0 -0
  583. data/jboss/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.4.jar.index +0 -14
  584. data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.4.jar.index +0 -35
  585. data/jboss/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.4.jar.index +0 -18
  586. data/jboss/modules/org/apache/cxf/main/cxf-rt-management-2.4.4.jar.index +0 -19
  587. data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.4.jar.index +0 -11
  588. data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.4.jar.index +0 -28
  589. data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.4.jar.index +0 -21
  590. data/jboss/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.4.jar.index +0 -11
  591. data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.4.jar.index +0 -18
  592. data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.4.jar.index +0 -25
  593. data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.4.jar.index +0 -21
  594. data/jboss/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.4.jar.index +0 -31
  595. data/jboss/modules/org/apache/cxf/main/cxf-tools-common-2.4.4.jar.index +0 -18
  596. data/jboss/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.4.jar.index +0 -27
  597. data/jboss/modules/org/apache/cxf/main/cxf-tools-validator-2.4.4.jar.index +0 -12
  598. data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.4.jar.index +0 -13
  599. data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.4.jar.index +0 -12
  600. data/jboss/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.4.jar.index +0 -21
  601. data/jboss/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar.index +0 -18
  602. data/jboss/modules/org/apache/cxf/main/cxf-xjc-bug671-2.4.0.jar +0 -0
  603. data/jboss/modules/org/apache/cxf/main/cxf-xjc-bug671-2.4.0.jar.index +0 -18
  604. data/jboss/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar.index +0 -18
  605. data/jboss/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar.index +0 -18
  606. data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar.index +0 -31
  607. data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.2.jar.index +0 -17
  608. data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar.index +0 -11
  609. data/jboss/modules/org/apache/log4j/main/log4j-1.2.16.jar.index +0 -29
  610. data/jboss/modules/org/apache/neethi/main/neethi-3.0.1.jar.index +0 -12
  611. data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.4.5.jar.index +0 -43
  612. data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar.index +0 -31
  613. data/jboss/modules/org/apache/ws/scout/main/scout-1.1.1.jar.index +0 -16
  614. data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.3.jar.index +0 -26
  615. data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar.index +0 -15
  616. data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index +0 -8
  617. data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index +0 -58
  618. data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar.index +0 -49
  619. data/jboss/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar.index +0 -12
  620. data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar.index +0 -15
  621. data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar.index +0 -22
  622. data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar.index +0 -17
  623. data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar.index +0 -39
  624. data/jboss/modules/org/hibernate/infinispan/main/hibernate-infinispan-4.0.1.Final.jar.index +0 -16
  625. data/jboss/modules/org/hibernate/main/hibernate-commons-annotations-4.0.1.Final.jar.index +0 -15
  626. data/jboss/modules/org/hibernate/main/hibernate-core-4.0.1.Final.jar.index +0 -200
  627. data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar.index +0 -22
  628. data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index +0 -33
  629. data/jboss/modules/org/hornetq/main/hornetq-core-2.2.10.Final.jar.index +0 -89
  630. data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.10.Final.jar.index +0 -29
  631. data/jboss/modules/org/hornetq/main/lib.index +0 -3
  632. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.0.CR3.jar.index +0 -14
  633. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.0.CR3.jar +0 -0
  634. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.0.CR3.jar.index +0 -10
  635. data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.0.CR3.jar +0 -0
  636. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.0.CR3.jar +0 -0
  637. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.0.CR3.jar.index +0 -92
  638. data/jboss/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar.index +0 -133
  639. data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar.index +0 -22
  640. data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.x.incremental.260.jar +0 -0
  641. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.x.incremental.260.jar +0 -0
  642. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.x.incremental.260.jar.index +0 -9
  643. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.x.incremental.260.jar +0 -0
  644. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.x.incremental.260.jar.index +0 -14
  645. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.x.incremental.260.jar +0 -0
  646. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.x.incremental.260.jar +0 -0
  647. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.x.incremental.260.jar.index +0 -14
  648. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.x.incremental.260.jar +0 -0
  649. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.x.incremental.260.jar.index +0 -12
  650. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-registry-7.x.incremental.260.jar +0 -0
  651. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.x.incremental.260.jar +0 -0
  652. data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.x.incremental.260.jar +0 -0
  653. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.x.incremental.260.jar +0 -0
  654. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.x.incremental.260.jar +0 -0
  655. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.x.incremental.260.jar.index +0 -12
  656. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.x.incremental.260.jar.index +0 -12
  657. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.x.incremental.260.jar +0 -0
  658. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.x.incremental.260.jar.index +0 -31
  659. data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.0.0.RC1-resources.jar.index +0 -92
  660. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.x.incremental.260.jar.index +0 -22
  661. data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.x.incremental.260.jar.index +0 -16
  662. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.x.incremental.260.jar +0 -0
  663. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.x.incremental.260.jar.index +0 -13
  664. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.x.incremental.260.jar +0 -0
  665. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.x.incremental.260.jar.index +0 -13
  666. data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.x.incremental.260.jar.index +0 -5
  667. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.x.incremental.260.jar +0 -0
  668. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.x.incremental.260.jar.index +0 -13
  669. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.x.incremental.260.jar +0 -0
  670. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.x.incremental.260.jar.index +0 -14
  671. data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.x.incremental.260.jar.index +0 -24
  672. data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.x.incremental.260.jar.index +0 -67
  673. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.x.incremental.260.jar.index +0 -11
  674. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.x.incremental.260.jar +0 -0
  675. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.x.incremental.260.jar +0 -0
  676. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.x.incremental.260.jar.index +0 -23
  677. data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.x.incremental.260.jar.index +0 -13
  678. data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.x.incremental.260.jar.index +0 -11
  679. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.x.incremental.260.jar +0 -0
  680. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.x.incremental.260.jar.index +0 -10
  681. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.x.incremental.260.jar.index +0 -11
  682. data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.x.incremental.260.jar.index +0 -11
  683. data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.x.incremental.260.jar +0 -0
  684. data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.x.incremental.260.jar.index +0 -12
  685. data/jboss/modules/org/jboss/as/jpa/hibernate/infinispan/main/jboss-as-jpa-hibernate-infinispan-7.x.incremental.260.jar +0 -0
  686. data/jboss/modules/org/jboss/as/jpa/hibernate/infinispan/main/jboss-as-jpa-hibernate-infinispan-7.x.incremental.260.jar.index +0 -12
  687. data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.x.incremental.260.jar +0 -0
  688. data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.x.incremental.260.jar.index +0 -23
  689. data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.x.incremental.260.jar +0 -0
  690. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.x.incremental.260.jar +0 -0
  691. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.x.incremental.260.jar.index +0 -10
  692. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.x.incremental.260.jar +0 -0
  693. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.x.incremental.260.jar.index +0 -10
  694. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.x.incremental.260.jar.index +0 -18
  695. data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.x.incremental.260.jar.index +0 -11
  696. data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.x.incremental.260.jar +0 -0
  697. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.x.incremental.260.jar +0 -0
  698. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.0.Beta2.jar +0 -0
  699. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Beta2.jar +0 -0
  700. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Beta2.jar +0 -0
  701. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.x.incremental.260.jar.index +0 -18
  702. data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.x.incremental.260.jar.index +0 -9
  703. data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.x.incremental.260.jar.index +0 -13
  704. data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.x.incremental.260.jar.index +0 -10
  705. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.x.incremental.260.jar.index +0 -13
  706. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.x.incremental.260.jar +0 -0
  707. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.x.incremental.260.jar.index +0 -11
  708. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.x.incremental.260.jar +0 -0
  709. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.x.incremental.260.jar.index +0 -11
  710. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.x.incremental.260.jar +0 -0
  711. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.x.incremental.260.jar.index +0 -11
  712. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.x.incremental.260.jar +0 -0
  713. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.x.incremental.260.jar.index +0 -11
  714. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.x.incremental.260.jar +0 -0
  715. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.x.incremental.260.jar.index +0 -16
  716. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.x.incremental.260.jar +0 -0
  717. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.x.incremental.260.jar.index +0 -29
  718. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.x.incremental.260.jar +0 -0
  719. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.x.incremental.260.jar.index +0 -10
  720. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.x.incremental.260.jar.index +0 -15
  721. data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index +0 -24
  722. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.x.incremental.260.jar +0 -0
  723. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.x.incremental.260.jar.index +0 -21
  724. data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.8.Final.jar.index +0 -77
  725. data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.x.incremental.260.jar +0 -0
  726. data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.x.incremental.260.jar.index +0 -25
  727. data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.0.GA-jboss700.jar +0 -0
  728. data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.0.GA-jboss700.jar.index +0 -5
  729. data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.x.incremental.260.jar.index +0 -21
  730. data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.x.incremental.260.jar +0 -0
  731. data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.0.Final.jar.index +0 -13
  732. data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.0.Beta3.jar.index +0 -15
  733. data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index +0 -37
  734. data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index +0 -8
  735. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.0.Beta11.jar +0 -0
  736. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.0.Beta11.jar.index +0 -13
  737. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0-beta-2.jar +0 -0
  738. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0-beta-2.jar.index +0 -9
  739. data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Beta2.jar.index +0 -9
  740. data/jboss/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Alpha3.jar.index +0 -15
  741. data/jboss/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Alpha3.jar.index +0 -13
  742. data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index +0 -11
  743. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.7.Final.jar.index +0 -17
  744. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.7.Final.jar.index +0 -9
  745. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.7.Final.jar.index +0 -28
  746. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.7.Final.jar.index +0 -19
  747. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.7.Final.jar.index +0 -30
  748. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.7.Final.jar.index +0 -7
  749. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.7.Final.jar.index +0 -13
  750. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.7.Final.jar.index +0 -24
  751. data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index +0 -8
  752. data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index +0 -11
  753. data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.CR2.jar.index +0 -10
  754. data/jboss/modules/org/jboss/jsfunit/core/main/jboss-jsfunit-core-2.0.0.Beta1.jar +0 -0
  755. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.0.Final.jar +0 -0
  756. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.0.Final.jar.index +0 -16
  757. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.0.Final.jar +0 -0
  758. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.0.Final.jar.index +0 -186
  759. data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.0.CR2.jar.index +0 -8
  760. data/jboss/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar.index +0 -11
  761. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.0.GA.jar.index +0 -13
  762. data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.4.GA.jar.index +0 -11
  763. data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.4.GA.jar +0 -0
  764. data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.4.GA.jar.index +0 -10
  765. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.0.Beta32.jar.index +0 -15
  766. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.0.Beta32.jar.index +0 -34
  767. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.0.Beta32.jar.index +0 -19
  768. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.0.Beta32.jar.index +0 -22
  769. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.0.Beta32.jar.index +0 -21
  770. data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.1.GA.jar.index +0 -12
  771. data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index +0 -46
  772. data/jboss/modules/org/jboss/osgi/deployment/main/jbosgi-deployment-1.0.10.jar.index +0 -12
  773. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.0.jar.index +0 -16
  774. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-1.0.10.jar.index +0 -9
  775. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-1.0.10.jar.index +0 -18
  776. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-metadata-1.0.10.jar.index +0 -10
  777. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-spi-1.0.10.jar.index +0 -10
  778. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-1.0.28.jar +0 -0
  779. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-1.0.28.jar.index +0 -15
  780. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.6.jar.index +0 -9
  781. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.6.jar.index +0 -9
  782. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.0.CR8.jar +0 -0
  783. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.0.CR8.jar.index +0 -11
  784. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.0.Beta1.jar.index +0 -12
  785. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.0.GA.jar.index +0 -10
  786. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.0.GA.jar +0 -0
  787. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.0.GA.jar.index +0 -11
  788. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.0.GA-jandex.jar +0 -0
  789. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.0.GA-jandex.jar.index +0 -2
  790. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.0.GA.jar.index +0 -45
  791. data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.0.Beta9.jar.index +0 -16
  792. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-2.2.0.Beta3.jar +0 -0
  793. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-2.2.0.Beta3.jar.index +0 -14
  794. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar.index +0 -17
  795. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar.index +0 -27
  796. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar.index +0 -9
  797. data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.0.0.Final.jar +0 -0
  798. data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.0.0.Final.jar.index +0 -8
  799. data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index +0 -8
  800. data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index +0 -9
  801. data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.CR1.jar.index +0 -15
  802. data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar.index +0 -13
  803. data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.5.Final.jar.index +0 -55
  804. data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar.index +0 -39
  805. data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar.index +0 -16
  806. data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.0.GA.jar.index +0 -26
  807. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.0.GA.jar +0 -0
  808. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.0.GA.jar.index +0 -6
  809. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.0.GA.jar.index +0 -28
  810. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.0.GA.jar.index +0 -14
  811. data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.0.GA.jar.index +0 -21
  812. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.0.GA.jar.index +0 -105
  813. data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.0.GA.jar +0 -0
  814. data/jboss/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.0.GA.jar.index +0 -6
  815. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.0.GA.jar +0 -0
  816. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.0.GA.jar.index +0 -6
  817. data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.0.GA.jar.index +0 -26
  818. data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index +0 -31
  819. data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.0.GA.jar.index +0 -11
  820. data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.0.GA.jar.index +0 -9
  821. data/jboss/modules/org/jgroups/main/jgroups-3.0.2.Final.jar.index +0 -26
  822. data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar.index +0 -29
  823. data/jboss/modules/org/junit/main/junit-4.10.jar.index +0 -35
  824. data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index +0 -28
  825. data/jboss/modules/org/picketbox/main/picketbox-4.0.6.Beta2.jar.index +0 -83
  826. data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.CR1.jar +0 -0
  827. data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.CR1.jar.index +0 -10
  828. data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.6.Beta2.jar.index +0 -9
  829. data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar.index +0 -173
  830. data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index +0 -8
  831. data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index +0 -12
  832. data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index +0 -8
  833. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index +0 -11
  834. data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index +0 -9
  835. data/jboss/modules/sun/jdk/main/service-loader-resources.index +0 -3
@@ -0,0 +1,1660 @@
1
+ <!--
2
+ Copyright 2000-2001 Sun Microsystems, Inc. 901 San Antonio Road,
3
+ Palo Alto, CA 94303, U.S.A. All rights reserved.
4
+
5
+ This product or document is protected by copyright and distributed
6
+ under licenses restricting its use, copying, distribution, and
7
+ decompilation. No part of this product or documentation may be
8
+ reproduced in any form by any means without prior written authorization
9
+ of Sun and its licensors, if any.
10
+
11
+ Third party software, including font technology, is copyrighted and
12
+ licensed from Sun suppliers.
13
+
14
+ Sun, Sun Microsystems, the Sun Logo, Solaris, Java, JavaServer Pages, Java
15
+ Naming and Directory Interface, JDBC, JDK, JavaMail and Enterprise JavaBeans,
16
+ are trademarks or registered trademarks of Sun Microsystems, Inc in the U.S.
17
+ and other countries.
18
+
19
+ All SPARC trademarks are used under license and are trademarks
20
+ or registered trademarks of SPARC International, Inc.
21
+ in the U.S. and other countries. Products bearing SPARC
22
+ trademarks are based upon an architecture developed by Sun Microsystems, Inc.
23
+
24
+ PostScript is a registered trademark of Adobe Systems, Inc.
25
+
26
+ Federal Acquisitions: Commercial Software - Government Users Subject to
27
+ Standard License Terms and Conditions.
28
+
29
+ DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED
30
+ CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY
31
+ IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
32
+ PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT
33
+ TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY
34
+ INVALID.
35
+
36
+ _________________________________________________________________________
37
+
38
+ Copyright 2000-2001 Sun Microsystems, Inc.,
39
+ 901 San Antonio Road, Palo Alto, CA 94303, Etats-Unis.
40
+ Tous droits re'serve's.
41
+
42
+
43
+ Ce produit ou document est prote'ge' par un copyright et distribue' avec
44
+ des licences qui en restreignent l'utilisation, la copie, la distribution,
45
+ et la de'compilation. Aucune partie de ce produit ou de sa documentation
46
+ associe'e ne peut e^tre reproduite sous aucune forme, par quelque moyen
47
+ que ce soit, sans l'autorisation pre'alable et e'crite de Sun et de ses
48
+ bailleurs de licence, s'il y en a.
49
+
50
+ Le logiciel de'tenu par des tiers, et qui comprend la technologie
51
+ relative aux polices de caracte`res, est prote'ge' par un copyright
52
+ et licencie' par des fournisseurs de Sun.
53
+
54
+ Sun, Sun Microsystems, le logo Sun, Solaris, Java, JavaServer Pages, Java
55
+ Naming and Directory Interface, JDBC, JDK, JavaMail, et Enterprise JavaBeans,
56
+ sont des marques de fabrique ou des marques de'pose'es de Sun
57
+ Microsystems, Inc. aux Etats-Unis et dans d'autres pays.
58
+
59
+ Toutes les marques SPARC sont utilise'es sous licence et sont
60
+ des marques de fabrique ou des marques de'pose'es de SPARC
61
+ International, Inc. aux Etats-Unis et dans
62
+ d'autres pays. Les produits portant les marques SPARC sont
63
+ base's sur une architecture de'veloppe'e par Sun Microsystems, Inc.
64
+
65
+ Postcript est une marque enregistre'e d'Adobe Systems Inc.
66
+
67
+ LA DOCUMENTATION EST FOURNIE "EN L'ETAT" ET TOUTES AUTRES CONDITIONS,
68
+ DECLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT EXCLUES,
69
+ DANS LA MESURE AUTORISEE PAR LA LOI APPLICABLE, Y COMPRIS NOTAMMENT
70
+ TOUTE GARANTIE IMPLICITE RELATIVE A LA QUALITE MARCHANDE, A L'APTITUDE
71
+ A UNE UTILISATION PARTICULIERE OU A L'ABSENCE DE CONTREFACON.
72
+ -->
73
+
74
+ <!--
75
+ This is the XML DTD for the EJB 2.0 deployment descriptor.
76
+ All EJB 2.0 deployment descriptors must include a DOCTYPE
77
+ of the following form:
78
+
79
+ <!DOCTYPE ejb-jar PUBLIC
80
+ "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
81
+ "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
82
+
83
+ -->
84
+
85
+ <!--
86
+ The following conventions apply to all J2EE deployment descriptor
87
+ elements unless indicated otherwise.
88
+
89
+ - In elements that contain PCDATA, leading and trailing whitespace
90
+ in the data may be ignored.
91
+
92
+ - In elements whose value is an "enumerated type", the value is
93
+ case sensitive.
94
+
95
+ - In elements that specify a pathname to a file within the same
96
+ JAR file, relative filenames (i.e., those not starting with "/")
97
+ are considered relative to the root of the JAR file's namespace.
98
+ Absolute filenames (i.e., those starting with "/") also specify
99
+ names in the root of the JAR file's namespace. In general, relative
100
+ names are preferred. The exception is .war files where absolute
101
+ names are preferred for consistency with the servlet API.
102
+ -->
103
+
104
+
105
+ <!--
106
+ The ejb-jar element is the root element of the EJB deployment
107
+ descriptor. It contains
108
+
109
+ - an optional description of the ejb-jar file
110
+ - an optional display name
111
+ - an optional small icon file name
112
+ - an optional large icon file name
113
+ - mandatory structural information about all included
114
+ enterprise beans
115
+ - a descriptor for container managed relationships, if any
116
+ - an optional application-assembly descriptor
117
+ - an optional name of an ejb-client-jar file for the ejb-jar.
118
+ -->
119
+ <!ELEMENT ejb-jar (description?, display-name?, small-icon?,
120
+ large-icon?, enterprise-beans, relationships?, assembly-descriptor?,
121
+ ejb-client-jar?)>
122
+
123
+ <!--
124
+ The abstract-schema-name element specifies the name of the abstract
125
+ schema type of an entity bean with cmp-version 2.x. It is used in EJB
126
+ QL queries.
127
+
128
+ For example, the abstract-schema-name for an entity bean whose local
129
+ interface is com.acme.commerce.Order might be Order.
130
+
131
+ Used in: entity
132
+ -->
133
+ <!ELEMENT abstract-schema-name (#PCDATA)>
134
+
135
+ <!--
136
+
137
+ The acknowledge-mode element specifies whether JMS AUTO_ACKNOWLEDGE or
138
+ DUPS_OK_ACKNOWLEDGE message acknowledgment semantics should be used
139
+ for the onMessage message of a message-driven bean that uses bean
140
+ managed transaction demarcation.
141
+
142
+ The acknowledge-mode element must be one of the two following:
143
+
144
+ <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
145
+ <acknowledge-mode>Dups-ok-acknowledge</acknowledgemode>
146
+
147
+ Used in: message-driven
148
+ -->
149
+ <!ELEMENT acknowledge-mode (#PCDATA)>
150
+
151
+ <!--
152
+ The assembly-descriptor element contains application-assembly information.
153
+
154
+ The application-assembly information consists of the following parts:
155
+ the definition of security roles, the definition of method
156
+ permissions, the definition of transaction attributes for
157
+ enterprise beans with container-managed transaction demarcation and
158
+ a list of methods to be excluded from deployment.
159
+
160
+ All the parts are optional in the sense that they are omitted if the
161
+ lists represented by them are empty.
162
+
163
+ Providing an assembly-descriptor in the deployment descriptor is
164
+ optional for the ejb-jar file producer.
165
+
166
+ Used in: ejb-jar
167
+ -->
168
+ <!ELEMENT assembly-descriptor (security-role*, method-permission*,
169
+ container-transaction*, exclude-list?)>
170
+
171
+ <!--
172
+ The cascade-delete element specifies that, within a particular
173
+ relationship, the lifetime of one or more entity beans is dependent
174
+ upon the lifetime of another entity bean. The cascade-delete element
175
+ can only be specified for an ejb-relationship-role element contained
176
+ in an ejb-relation element in which the other ejb-relationship-role
177
+ element specifies a multiplicity of One.
178
+
179
+ Used in: ejb-relationship-role
180
+ -->
181
+ <!ELEMENT cascade-delete EMPTY>
182
+
183
+ <!--
184
+ The cmp-field element describes a container-managed field. The
185
+ field element includes an optional description of the field, and the
186
+ name of the field.
187
+
188
+ Used in: entity
189
+ -->
190
+ <!ELEMENT cmp-field (description?, field-name)>
191
+
192
+ <!--
193
+ The cmp-version element specifies the version of an entity bean
194
+ with container-managed persistence.
195
+
196
+ The cmp-version element must be one of the two following:
197
+
198
+ <cmp-version>1.x</cmp-version>
199
+ <cmp-version>2.x</cmp-version>
200
+
201
+ The default value of the cmp-version element is 2.x.
202
+
203
+ Used in: entity
204
+ -->
205
+ <!ELEMENT cmp-version (#PCDATA)>
206
+
207
+ <!--
208
+
209
+ The cmr-field element describes the bean provider's view of a
210
+ relationship. It consists of an optional description, and the name and
211
+ the class type of a field in the source of a role of a
212
+ relationship. The cmr-field-name element corresponds to the name used
213
+ for the get and set accessor methods for the relationship. The
214
+ cmr-field-type element is used only for collection-valued
215
+ cmr-fields. It specifies the type of the collection that is used.
216
+
217
+ Used in: ejb-relationship-role
218
+ -->
219
+ <!ELEMENT cmr-field (description?, cmr-field-name, cmr-field-type?)>
220
+
221
+ <!--
222
+ The cmr-field-name element specifies the name of a logical
223
+ relationship field in the entity bean class. The name of the cmr-field
224
+ must begin with a lowercase letter. This field is accessed by methods
225
+ whose names consists of the name of the field specified by
226
+ cmr-field-name in which the first letter is uppercased, prefixed by
227
+ "get" or "set".
228
+
229
+ Used in: cmr-field
230
+ -->
231
+ <!ELEMENT cmr-field-name (#PCDATA)>
232
+
233
+ <!--
234
+ The cmr-field-type element specifies the class of a
235
+ collection-valued logical relationship field in the entity bean
236
+ class. The value of the cmr-field-type element must be either:
237
+ java.util.Collection or java.util.Set.
238
+
239
+ Used in: cmr-field
240
+ -->
241
+ <!ELEMENT cmr-field-type (#PCDATA)>
242
+
243
+ <!--
244
+ The container-transaction element specifies how the container
245
+ must manage transaction scopes for the enterprise bean's method
246
+ invocations. The element consists of an optional description, a list
247
+ of method elements, and a transaction attribute. The transaction
248
+ attribute is to be applied to all the specified methods.
249
+
250
+ Used in: assembly-descriptor
251
+ -->
252
+ <!ELEMENT container-transaction (description?, method+, trans-attribute)>
253
+
254
+ <!--
255
+ The description element is used to provide text describing the parent
256
+ element. The description element should include any information that
257
+ the enterprise bean ejb-jar file producer wants to provide to the consumer of
258
+ the enterprise bean ejb-jar file (i.e., to the Deployer). Typically, the tools
259
+ used by the enterprise bean ejb-jar file consumer will display the description
260
+ when processing the parent element that contains the description.
261
+
262
+ Used in: cmp-field, cmr-field, container-transaction, ejb-jar,
263
+ ejb-local-ref, ejb-ref, ejb-relation, ejb-relationship-role, entity,
264
+ env-entry, exclude-list, message-driven, method, method-permission,
265
+ query, relationship-role-source, relationships, resource-env-ref,
266
+ resource-ref, run-as, security-identity, security-role,
267
+ security-role-ref, session
268
+ -->
269
+ <!ELEMENT description (#PCDATA)>
270
+
271
+ <!--
272
+ The destination-type element specifies the type of the JMS
273
+ destination. The type is specified by the Java interface expected to
274
+ be implemented by the destination.
275
+
276
+ The destination-type element must be one of the two following:
277
+
278
+ <destination-type>javax.jms.Queue</destination-type>
279
+ <destination-type>javax.jms.Topic</destination-type>
280
+
281
+ Used in: message-driven-destination
282
+ -->
283
+ <!ELEMENT destination-type (#PCDATA)>
284
+
285
+ <!--
286
+ The display-name element contains a short name that is intended to be
287
+ displayed by tools. The display name need not be unique.
288
+
289
+ Used in: ejb-jar, entity, message-driven, session
290
+
291
+ Example:
292
+
293
+ <display-name>Employee Self Service</display-name>
294
+ -->
295
+ <!ELEMENT display-name (#PCDATA)>
296
+
297
+ <!--
298
+ The ejb-class element contains the fully-qualified name of the
299
+ enterprise bean's class.
300
+
301
+ Used in: entity, message-driven, session
302
+
303
+ Example:
304
+
305
+ <ejb-class>com.wombat.empl.EmployeeServiceBean</ejb-class>
306
+ -->
307
+ <!ELEMENT ejb-class (#PCDATA)>
308
+
309
+ <!--
310
+ The optional ejb-client-jar element specifies a JAR file that contains
311
+ the class files necessary for a client program to access the
312
+ enterprise beans in the ejb-jar file.
313
+
314
+ Used in: ejb-jar
315
+
316
+ Example:
317
+
318
+ <ejb-client-jar>employee_service_client.jar</ejb-client-jar>
319
+ -->
320
+ <!ELEMENT ejb-client-jar (#PCDATA)>
321
+
322
+ <!--
323
+ The ejb-link element is used in the ejb-ref or ejb-local-ref
324
+ elements to specify that an EJB reference is linked to an
325
+ enterprise bean.
326
+
327
+ The value of the ejb-link element must be the ejb-name of an
328
+ enterprise bean in the same ejb-jar file or in another ejb-jar
329
+ file in the same J2EE application unit.
330
+
331
+ Alternatively, the name in the ejb-link element may be composed of a
332
+ path name specifying the ejb-jar containing the referenced enterprise
333
+ bean with the ejb-name of the target bean appended and separated from
334
+ the path name by "#". The path name is relative to the ejb-jar file
335
+ containing the enterprise bean that is referencing the enterprise bean.
336
+ This allows multiple enterprise beans with the same ejb-name to be
337
+ uniquely identified.
338
+
339
+ Used in: ejb-local-ref, ejb-ref
340
+
341
+ Examples:
342
+
343
+ <ejb-link>EmployeeRecord</ejb-link>
344
+
345
+ <ejb-link>../products/product.jar#ProductEJB</ejb-link>
346
+
347
+ -->
348
+ <!ELEMENT ejb-link (#PCDATA)>
349
+
350
+ <!--
351
+ The ejb-local-ref element is used for the declaration of a reference to
352
+ an enterprise bean's local home. The declaration consists of:
353
+
354
+ - an optional description
355
+ - the EJB reference name used in the code of the enterprise bean
356
+ that's referencing the enterprise bean
357
+ - the expected type of the referenced enterprise bean
358
+ - the expected local home and local interfaces of the referenced
359
+ enterprise bean
360
+ - optional ejb-link information, used to specify the referenced
361
+ enterprise bean
362
+
363
+ Used in: entity, message-driven, session
364
+ -->
365
+ <!ELEMENT ejb-local-ref (description?, ejb-ref-name, ejb-ref-type,
366
+ local-home, local, ejb-link?)>
367
+
368
+ <!--
369
+ The ejb-name element specifies an enterprise bean's name. This name is
370
+ assigned by the ejb-jar file producer to name the enterprise bean in
371
+ the ejb-jar file's deployment descriptor. The name must be unique
372
+ among the names of the enterprise beans in the same ejb-jar file.
373
+
374
+ There is no architected relationship between the ejb-name in the
375
+ deployment descriptor and the JNDI name that the Deployer will assign
376
+ to the enterprise bean's home.
377
+
378
+ The name for an entity bean with cmp-version 2.x must conform to the
379
+ lexical rules for an NMTOKEN. The name for an entity bean with
380
+ cmp-version 2.x must not be a reserved literal in EJB QL.
381
+
382
+ Used in: entity, message-driven, method, relationship-role-source,
383
+ session
384
+
385
+ Example:
386
+
387
+ <ejb-name>EmployeeService</ejb-name>
388
+ -->
389
+ <!ELEMENT ejb-name (#PCDATA)>
390
+
391
+ <!--
392
+ The ejb-ql element contains the EJB QL query string that defines
393
+ a finder or select query. This element is defined within the scope of
394
+ a query element whose contents specify the finder or the select method
395
+ that uses the query. The content must be a valid EJB QL query string
396
+ for the entity bean for which the query is specified.
397
+
398
+ The ejb-ql element must be specified for all queries that are
399
+ expressible in EJB QL.
400
+
401
+ Used in: query
402
+
403
+ Example:
404
+ <query>
405
+ <query-method>
406
+ <method-name>ejbSelectPendingLineitems</method-name>
407
+ <method-params/>
408
+ </query-method>
409
+ <ejb-ql>SELECT ENTITY(l) FROM LineItems l WHERE l.shipped <> TRUE
410
+ </ejb-ql>
411
+ </query>
412
+
413
+ -->
414
+ <!ELEMENT ejb-ql (#PCDATA)>
415
+
416
+ <!--
417
+ The ejb-ref element is used for the declaration of a reference to
418
+ an enterprise bean's home. The declaration consists of:
419
+
420
+ - an optional description
421
+ - the EJB reference name used in the code of
422
+ the enterprise bean that's referencing the enterprise bean
423
+ - the expected type of the referenced enterprise bean
424
+ - the expected home and remote interfaces of the referenced
425
+ enterprise bean
426
+ - optional ejb-link information, used to specify the referenced
427
+ enterprise bean
428
+
429
+ Used in: entity, message-driven, session
430
+ -->
431
+ <!ELEMENT ejb-ref (description?, ejb-ref-name, ejb-ref-type,
432
+ home, remote, ejb-link?)>
433
+
434
+ <!--
435
+ The ejb-ref-name element contains the name of an EJB reference. The
436
+ EJB reference is an entry in the enterprise bean's environment and is
437
+ relative to the java:comp/env context. The name must be unique
438
+ within the enterprise bean.
439
+
440
+ It is recommended that name is prefixed with "ejb/".
441
+
442
+ Used in: ejb-local-ref, ejb-ref
443
+
444
+ Example:
445
+
446
+ <ejb-ref-name>ejb/Payroll</ejb-ref-name>
447
+ -->
448
+ <!ELEMENT ejb-ref-name (#PCDATA)>
449
+
450
+ <!--
451
+ The ejb-ref-type element contains the expected type of the
452
+ referenced enterprise bean.
453
+
454
+ The ejb-ref-type element must be one of the following:
455
+
456
+ <ejb-ref-type>Entity</ejb-ref-type>
457
+ <ejb-ref-type>Session</ejb-ref-type>
458
+
459
+ Used in: ejb-local-ref, ejb-ref
460
+ -->
461
+ <!ELEMENT ejb-ref-type (#PCDATA)>
462
+
463
+ <!--
464
+
465
+ The ejb-relation element describes a relationship between two
466
+ entity beans with container managed persistence. An ejb-relation
467
+ element contains a description; an optional ejb-relation-name element;
468
+ and exactly two relationship role declarations, defined by the
469
+ ejb-relationship-role elements. The name of the relationship, if
470
+ specified, is unique within the ejb-jar file.
471
+
472
+ Used in: relationships
473
+ -->
474
+ <!ELEMENT ejb-relation (description?, ejb-relation-name?, ejb-relationship-role,
475
+ ejb-relationship-role)>
476
+
477
+ <!--
478
+ The ejb-relation-name element provides a unique name for a relationship.
479
+
480
+ Used in: ejb-relation
481
+ -->
482
+ <!ELEMENT ejb-relation-name (#PCDATA)>
483
+
484
+ <!--
485
+ The ejb-relationship-role element describes a role within a
486
+ relationship. There are two roles in each relationship.
487
+
488
+ The ejb-relationship-role element contains an optional description; an
489
+ optional name for the relationship role; a specification of the
490
+ multiplicity of the role; an optional specification of cascade-delete
491
+ functionality for the role; the role source; and a declaration of the
492
+ cmr-field, if any, by means of which the other side of the
493
+ relationship is accessed from the perspective of the role source.
494
+
495
+ The multiplicity and role-source element are mandatory.
496
+
497
+ The relationship-role-source element designates an entity bean by
498
+ means of an ejb-name element. For bidirectional relationships, both
499
+ roles of a relationship must declare a relationship-role-source
500
+ element that specifies a cmr-field in terms of which the relationship
501
+ is accessed. The lack of a cmr-field element in an
502
+ ejb-relationship-role specifies that the relationship is
503
+ unidirectional in navigability and the entity bean that participates
504
+ in the relationship is "not aware" of the relationship.
505
+
506
+ Used in: ejb-relation
507
+
508
+ Example:
509
+
510
+ <ejb-relation>
511
+ <ejb-relation-name>Product-LineItem</ejb-relation-name>
512
+ <ejb-relationship-role>
513
+ <ejb-relationship-role-name>product-has-lineitems
514
+ </ejb-relationship-role-name>
515
+ <multiplicity>One</multiplicity>
516
+ <relationship-role-source>
517
+ <ejb-name>ProductEJB</ejb-name>
518
+ </relationship-role-source>
519
+ </ejb-relationship-role>
520
+ ...
521
+ -->
522
+ <!ELEMENT ejb-relationship-role (description?, ejb-relationship-role-name?,
523
+ multiplicity, cascade-delete?, relationship-role-source, cmr-field?)>
524
+
525
+ <!--
526
+ The ejb-relationship-role-name element defines a name for a role that
527
+ is unique within an ejb-relation. Different relationships can use the
528
+ same name for a role.
529
+
530
+ Used in: ejb-relationship-role
531
+ -->
532
+ <!ELEMENT ejb-relationship-role-name (#PCDATA)>
533
+
534
+ <!--
535
+ The enterprise-beans element contains the declarations of one or more
536
+ enterprise beans.
537
+ -->
538
+ <!ELEMENT enterprise-beans (session | entity | message-driven)+>
539
+
540
+ <!--
541
+ The entity element declares an entity bean. The declaration
542
+ consists of:
543
+
544
+ - an optional description
545
+ - an optional display name
546
+ - an optional small icon file name
547
+ - an optional large icon file name
548
+ - a unique name assigned to the enterprise bean
549
+ in the deployment descriptor
550
+ - the names of the entity bean's home and component interfaces, if any
551
+ - the names of the entity bean's local home and local
552
+ interface, if any
553
+ - the entity bean's implementation class
554
+ - the entity bean's persistence management type
555
+ - the entity bean's primary key class name
556
+ - an indication of the entity bean's reentrancy
557
+ - an optional specification of the entity bean's cmp-version
558
+ - an optional specification of the entity bean's abstract
559
+ schema name
560
+ - an optional list of container-managed fields
561
+ - an optional specification of the primary key field
562
+ - an optional declaration of the bean's environment entries
563
+ - an optional declaration of the bean's EJB references
564
+ - an optional declaration of the bean's local EJB references
565
+ - an optional declaration of the security role references
566
+ - an optional declaration of the security identity
567
+ to be used for the execution of the bean's methods
568
+ - an optional declaration of the bean's resource manager
569
+ connection factory references
570
+ - an optional declaration of the bean's
571
+ resource environment references
572
+ - an optional set of query declarations
573
+ for finder and select methods for an entity
574
+ bean with cmp-version 2.x.
575
+
576
+ The optional abstract-schema-name element must be specified for an
577
+ entity bean with container managed persistence and cmp-version 2.x.
578
+
579
+ The optional primkey-field may be present in the descriptor if the
580
+ entity's persistence-type is Container.
581
+
582
+ The optional cmp-version element may be present in the descriptor if
583
+ the entity's persistence-type is Container. If the persistence-type is
584
+ Container and the cmp-version element is not specified, its value
585
+ defaults to 2.x.
586
+
587
+ The optional home and remote elements must be specified if the entity
588
+ bean cmp-version is 1.x.
589
+
590
+ The optional local-home and local elements must be specified if the
591
+ entity bean has a local home and local interface.
592
+
593
+ Either both the local-home and the local elements or both the
594
+ home and the remote elements must be specified.
595
+
596
+ The optional query elements must be present if the persistence-type is
597
+ Container and the cmp-version is 2.x and query methods other than
598
+ findByPrimaryKey have been defined for the entity bean.
599
+
600
+ The other elements that are optional are "optional" in the sense that
601
+ they are omitted if the lists represented by them are empty.
602
+
603
+ At least one cmp-field element must be present in the descriptor if
604
+ the entity's persistence-type is Container and the cmp-version is 1.x,
605
+ and none must not be present if the entity's persistence-type is Bean.
606
+
607
+ Used in: enterprise-beans
608
+
609
+ -->
610
+ <!ELEMENT entity (description?, display-name?, small-icon?,
611
+ large-icon?, ejb-name, home?, remote?, local-home?,
612
+ local?, ejb-class, persistence-type, prim-key-class,
613
+ reentrant, cmp-version?, abstract-schema-name?,
614
+ cmp-field*, primkey-field?, env-entry*, ejb-ref*,
615
+ ejb-local-ref*, security-role-ref*, security-identity?,
616
+ resource-ref*, resource-env-ref*, query*)>
617
+
618
+ <!--
619
+ The env-entry element contains the declaration of an enterprise bean's
620
+ environment entry. The declaration consists of an optional
621
+ description, the name of the environment entry, and an optional
622
+ value. If a value is not specified, one must be supplied
623
+ during deployment.
624
+
625
+ Used in: entity, message-driven, session
626
+ -->
627
+ <!ELEMENT env-entry (description?, env-entry-name, env-entry-type,
628
+ env-entry-value?)>
629
+
630
+ <!--
631
+ The env-entry-name element contains the name of an enterprise bean's
632
+ environment entry. The name is a JNDI name relative to the
633
+ java:comp/env context. The name must be unique within an enterprise bean.
634
+
635
+ Used in: env-entry
636
+
637
+ Example:
638
+
639
+ <env-entry-name>minAmount</env-entry-name>
640
+ -->
641
+ <!ELEMENT env-entry-name (#PCDATA)>
642
+
643
+ <!--
644
+ The env-entry-type element contains the fully-qualified Java type of
645
+ the environment entry value that is expected by the enterprise bean's
646
+ code.
647
+
648
+ The following are the legal values of env-entry-type:
649
+
650
+ java.lang.Boolean
651
+ java.lang.Byte
652
+ java.lang.Character
653
+ java.lang.String
654
+ java.lang.Short
655
+ java.lang.Integer
656
+ java.lang.Long
657
+ java.lang.Float
658
+ java.lang.Double
659
+
660
+
661
+ Used in: env-entry
662
+
663
+ Example:
664
+
665
+ <env-entry-type>java.lang.Boolean</env-entry-type>
666
+ -->
667
+ <!ELEMENT env-entry-type (#PCDATA)>
668
+
669
+ <!--
670
+ The env-entry-value element contains the value of an enterprise bean's
671
+ environment entry. The value must be a String that is valid for the
672
+ constructor of the specified type that takes a single String
673
+ parameter, or for java.lang.Character, a single character.
674
+
675
+ Used in: env-entry
676
+
677
+ Example:
678
+
679
+ <env-entry-value>100.00</env-entry-value>
680
+ -->
681
+ <!ELEMENT env-entry-value (#PCDATA)>
682
+
683
+ <!--
684
+ The exclude list element defines a set of methods which the Assembler marks to
685
+ be uncallable. It contains one or more methods.
686
+
687
+ If the method permission relation contains methods that are in the
688
+ exclude list, the Deployer must consider those methods to be
689
+ uncallable.
690
+
691
+ Used in: assembly-descriptor
692
+ -->
693
+ <!ELEMENT exclude-list (description?, method+)>
694
+
695
+ <!--
696
+ The field-name element specifies the name of a container managed
697
+ field. The name must be a public field of the enterprise bean class or
698
+ one of its superclasses.
699
+
700
+ The name of the cmp-field of an entity bean with cmp-version 2.x must
701
+ begin with a lowercase letter. This field is accessed by methods whose
702
+ names consists of the name of the field specified by field-name in
703
+ which the first letter is uppercased, prefixed by "get" or "set".
704
+
705
+ Used in: cmp-field
706
+
707
+ Example:
708
+
709
+
710
+ <field-name>firstName</field-Name>
711
+
712
+ -->
713
+ <!ELEMENT field-name (#PCDATA)>
714
+
715
+ <!--
716
+ The home element contains the fully-qualified name of the enterprise
717
+ bean's home interface.
718
+
719
+ Used in: ejb-ref, entity, session
720
+
721
+ Example:
722
+
723
+ <home>com.aardvark.payroll.PayrollHome</home>
724
+ -->
725
+ <!ELEMENT home (#PCDATA)>
726
+
727
+ <!--
728
+ The large-icon element contains the name of a file
729
+ containing a large (32 x 32) icon image. The file
730
+ name is a relative path within the enterprise bean's
731
+ ejb-jar file.
732
+
733
+ The image may be either in the JPEG or GIF format.
734
+ The icon can be used by tools.
735
+
736
+ Used in: ejb-jar, entity, message-driven, session
737
+
738
+ Example:
739
+
740
+ <large-icon>employee-service-icon32x32.jpg</large-icon>
741
+ -->
742
+ <!ELEMENT large-icon (#PCDATA)>
743
+
744
+ <!--
745
+
746
+ The local element contains the fully-qualified name of the
747
+ enterprise bean's local interface.
748
+
749
+ Used in: ejb-local-ref, entity, session
750
+
751
+ -->
752
+ <!ELEMENT local (#PCDATA)>
753
+
754
+ <!--
755
+
756
+ The local-home element contains the fully-qualified name of the
757
+ enterprise bean's local home interface.
758
+
759
+ Used in: ejb-local-ref, entity, session
760
+ -->
761
+ <!ELEMENT local-home (#PCDATA)>
762
+
763
+ <!--
764
+
765
+ The message-driven element declares a message-driven bean. The
766
+ declaration consists of:
767
+
768
+ - an optional description
769
+ - an optional display name
770
+ - an optional small icon file name
771
+ - an optional large icon file name
772
+ - a name assigned to the enterprise bean in
773
+ the deployment descriptor
774
+ - the message-driven bean's implementation class
775
+ - the message-driven bean's transaction management type
776
+ - an optional declaration of the message-driven bean's
777
+ message selector
778
+ - an optional declaration of the
779
+ acknowledgment mode for the message-driven bean
780
+ if bean-managed transaction demarcation is used
781
+ - an optional declaration of the
782
+ intended destination type of the message-driven bean
783
+ - an optional declaration of the bean's environment entries
784
+ - an optional declaration of the bean's EJB references
785
+ - an optional declaration of the bean's local EJB references
786
+ - an optional declaration of the security
787
+ identity to be used for the execution of the bean's methods
788
+ - an optional declaration of the bean's resource manager
789
+ connection factory references
790
+ - an optional declaration of the bean's resource
791
+ environment references.
792
+
793
+ Used in: enterprise-beans
794
+ -->
795
+ <!ELEMENT message-driven (description?, display-name?, small-icon?,
796
+ large-icon?, ejb-name, ejb-class, transaction-type,
797
+ message-selector?, acknowledge-mode?,
798
+ message-driven-destination?, env-entry*, ejb-ref*,
799
+ ejb-local-ref*, security-identity?, resource-ref*,
800
+ resource-env-ref*)>
801
+
802
+ <!--
803
+ The message-driven-destination element provides advice to the Deployer
804
+ as to whether a message-driven bean is intended for a Queue or a
805
+ Topic. The declaration consists of: the type of the message-driven
806
+ bean's intended destination and an optional declaration of whether a
807
+ durable or non-durable subscription should be used if the
808
+ destination-type is javax.jms.Topic.
809
+
810
+ Used in: message-driven
811
+ -->
812
+ <!ELEMENT message-driven-destination (destination-type,
813
+ subscription-durability?)>
814
+
815
+ <!--
816
+ The message-selector element is used to specify the JMS message
817
+ selector to be used in determining which messages a message-driven
818
+ bean is to receive.
819
+
820
+ Example:
821
+ <message-selector>JMSType = `car' AND color = `blue' AND weight &gt; 2500
822
+ </message-selector>
823
+
824
+ Used in: message-driven
825
+ -->
826
+ <!ELEMENT message-selector (#PCDATA)>
827
+
828
+ <!--
829
+
830
+ The method element is used to denote a method of an enterprise
831
+ bean's home or component interface, or, in the case of a message-driven
832
+ bean, the bean's onMessage method, or a set of methods. The ejb-name
833
+ element must be the name of one of the enterprise beans declared in
834
+ the deployment descriptor; the optional method-intf element allows to
835
+ distinguish between a method with the same signature that is multiply
836
+ defined across in both the home and component interfaces; the
837
+ method-name element specifies the method name; and the optional
838
+ method-params elements identify a single method among multiple methods
839
+ with an overloaded method name.
840
+
841
+ There are three possible styles of the method element syntax:
842
+
843
+ 1.
844
+ <method>
845
+ <ejb-name>EJBNAME</ejb-name>
846
+ <method-name>*</method-name>
847
+ </method>
848
+
849
+ This style is used to refer to all the methods of the specified
850
+ enterprise bean's home and component interfaces.
851
+
852
+ 2.
853
+ <method>
854
+ <ejb-name>EJBNAME</ejb-name>
855
+ <method-name>METHOD</method-name>
856
+ </method>>
857
+
858
+ This style is used to refer to the specified method of the
859
+ specified enterprise bean. If there are multiple methods with
860
+ the same overloaded name, the element of this style refers to
861
+ all the methods with the overloaded name.
862
+
863
+
864
+ 3.
865
+ <method>
866
+ <ejb-name>EJBNAME</ejb-name>
867
+ <method-name>METHOD</method-name>
868
+ <method-params>
869
+ <method-param>PARAM-1</method-param>
870
+ <method-param>PARAM-2</method-param>
871
+ ...
872
+ <method-param>PARAM-n</method-param>
873
+ </method-params>
874
+ <method>
875
+
876
+
877
+ This style is used to refer to a single method within a set of
878
+ methods with an overloaded name. PARAM-1 through PARAM-n are the
879
+ fully-qualified Java types of the method's input parameters (if
880
+ the method has no input arguments, the method-params element
881
+ contains no method-param elements). Arrays are specified by the
882
+ array element's type, followed by one or more pair of square
883
+ brackets (e.g. int[][]).
884
+
885
+
886
+ Used in: container-transaction, exclude-list, method-permission
887
+
888
+ Examples:
889
+
890
+ Style 1: The following method element refers to all the methods of
891
+ the EmployeeService bean's home and component interfaces:
892
+
893
+ <method>
894
+ <ejb-name>EmployeeService</ejb-name>
895
+ <method-name>*</method-name>
896
+ </method>
897
+
898
+ Style 2: The following method element refers to all the create
899
+ methods of the EmployeeService bean's home interface(s).
900
+
901
+ <method>
902
+ <ejb-name>EmployeeService</ejb-name>
903
+ <method-name>create</method-name>
904
+ </method>
905
+
906
+
907
+ Style 3: The following method element refers to the
908
+ create(String firstName, String LastName) method of the
909
+ EmployeeService bean's home interface(s).
910
+
911
+ <method>
912
+ <ejb-name>EmployeeService</ejb-name>
913
+ <method-name>create</method-name>
914
+ <method-params>
915
+ <method-param>java.lang.String</method-param>
916
+ <method-param>java.lang.String</method-param>
917
+ </method-params>
918
+ </method>
919
+
920
+
921
+ The following example illustrates a Style 3 element with
922
+ more complex parameter types. The method
923
+ foobar(char s, int i, int[] iar, mypackage.MyClass mycl,
924
+ mypackage.MyClass[][] myclaar) would be specified as:
925
+
926
+ <method>
927
+ <ejb-name>EmployeeService</ejb-name>
928
+ <method-name>foobar</method-name>
929
+ <method-params>
930
+ <method-param>char</method-param>
931
+ <method-param>int</method-param>
932
+ <method-param>int[]</method-param>
933
+ <method-param>mypackage.MyClass</method-param>
934
+ <method-param>mypackage.MyClass[][]</method-param>
935
+ </method-params>
936
+ </method>
937
+
938
+
939
+ The optional method-intf element can be used when it becomes necessary
940
+ to differentiate between a method that is multiply defined across the
941
+ enterprise bean's home and component interfaces with the same name and
942
+ signature.
943
+
944
+
945
+ For example, the method element
946
+
947
+ <method>
948
+ <ejb-name>EmployeeService</ejb-name>
949
+ <method-intf>Remote</method-intf>
950
+ <method-name>create</method-name>
951
+ <method-params>
952
+ <method-param>java.lang.String</method-param>
953
+ <method-param>java.lang.String</method-param>
954
+ </method-params>
955
+ </method>
956
+
957
+
958
+ can be used to differentiate the create(String, String) method defined
959
+ in the remote interface from the create(String, String) method defined
960
+ in the remote home interface, which would be defined as
961
+
962
+
963
+ <method>
964
+ <ejb-name>EmployeeService</ejb-name>
965
+ <method-intf>Home</method-intf>
966
+ <method-name>create</method-name>
967
+ <method-params>
968
+ <method-param>java.lang.String</method-param>
969
+ <method-param>java.lang.String</method-param>
970
+ </method-params>
971
+ </method>
972
+
973
+ and the create method that is defined in the local home interface
974
+ which would be defined as
975
+
976
+ <method>
977
+ <ejb-name>EmployeeService</ejb-name>
978
+ <method-intf>LocalHome</method-intf>
979
+ <method-name>create</method-name>
980
+ <method-params>
981
+ <method-param>java.lang.String</method-param>
982
+ <method-param>java.lang.String</method-param>
983
+ </method-params>
984
+ </method>
985
+
986
+
987
+ The method-intf element can be used with all three Styles of the
988
+ method element usage. For example, the following method element
989
+ example could be used to refer to all the methods of the
990
+ EmployeeService bean's remote home interface.
991
+
992
+
993
+ <method>
994
+ <ejb-name>EmployeeService</ejb-name>
995
+ <method-intf>Home</method-intf>
996
+ <method-name>*</method-name>
997
+ </method>
998
+
999
+ -->
1000
+ <!ELEMENT method (description?, ejb-name, method-intf?, method-name,
1001
+ method-params?)>
1002
+
1003
+ <!--
1004
+
1005
+ The method-intf element allows a method element to differentiate
1006
+ between the methods with the same name and signature that are multiply
1007
+ defined across the component and home interfaces (e.g, in both an
1008
+ enterprise bean's remote and local interfaces; in both an enterprise bean's
1009
+ home and remote interfaces, etc.)
1010
+
1011
+ The method-intf element must be one of the following:
1012
+
1013
+ <method-intf>Home</method-intf>
1014
+ <method-intf>Remote</method-intf>
1015
+ <method-intf>LocalHome</method-intf>
1016
+ <method-intf>Local</method-intf>
1017
+
1018
+ Used in: method, query-method
1019
+ -->
1020
+ <!ELEMENT method-intf (#PCDATA)>
1021
+
1022
+ <!--
1023
+ The method-name element contains a name of an enterprise bean method
1024
+ or the asterisk (*) character. The asterisk is used when the element
1025
+ denotes all the methods of an enterprise bean's component and home
1026
+ interfaces.
1027
+
1028
+ Used in: method, query-method
1029
+ -->
1030
+ <!ELEMENT method-name (#PCDATA)>
1031
+
1032
+ <!--
1033
+ The method-param element contains the fully-qualified Java type name
1034
+ of a method parameter.
1035
+
1036
+ Used in: method-params
1037
+ -->
1038
+ <!ELEMENT method-param (#PCDATA)>
1039
+
1040
+ <!--
1041
+ The method-params element contains a list of the fully-qualified Java
1042
+ type names of the method parameters.
1043
+
1044
+ Used in: method, query-method
1045
+ -->
1046
+ <!ELEMENT method-params (method-param*)>
1047
+
1048
+ <!--
1049
+
1050
+ The method-permission element specifies that one or more security
1051
+ roles are allowed to invoke one or more enterprise bean methods. The
1052
+ method-permission element consists of an optional description, a list
1053
+ of security role names or an indicator to state that the method is
1054
+ unchecked for authorization, and a list of method elements.
1055
+
1056
+ The security roles used in the method-permission element must be
1057
+ defined in the security-role element of the deployment descriptor, and
1058
+ the methods must be methods defined in the enterprise bean's component
1059
+ and/or home interfaces.
1060
+
1061
+
1062
+ Used in: assembly-descriptor
1063
+ -->
1064
+ <!ELEMENT method-permission (description?, (role-name+|unchecked), method+)>
1065
+
1066
+ <!--
1067
+ The multiplicity element describes the multiplicity of the role that
1068
+ participates in a relation.
1069
+
1070
+ The multiplicity element must be one of the two following:
1071
+
1072
+ <multiplicity>One</multiplicity>
1073
+ <multiplicity>Many</multiplicity>
1074
+
1075
+ Used in: ejb-relationship-role
1076
+ -->
1077
+ <!ELEMENT multiplicity (#PCDATA)>
1078
+
1079
+ <!--
1080
+ The persistence-type element specifies an entity bean's persistence
1081
+ management type.
1082
+
1083
+ The persistence-type element must be one of the two following:
1084
+
1085
+ <persistence-type>Bean</persistence-type>
1086
+ <persistence-type>Container</persistence-type>
1087
+
1088
+ Used in: entity
1089
+ -->
1090
+ <!ELEMENT persistence-type (#PCDATA)>
1091
+
1092
+ <!--
1093
+ The prim-key-class element contains the fully-qualified name of an
1094
+ entity bean's primary key class.
1095
+
1096
+ If the definition of the primary key class is deferred to deployment
1097
+ time, the prim-key-class element should specify java.lang.Object.
1098
+
1099
+ Used in: entity
1100
+
1101
+ Examples:
1102
+
1103
+ <prim-key-class>java.lang.String</prim-key-class>
1104
+
1105
+ <prim-key-class>com.wombat.empl.EmployeeID</prim-key-class>
1106
+
1107
+ <prim-key-class>java.lang.Object</prim-key-class>
1108
+
1109
+ -->
1110
+ <!ELEMENT prim-key-class (#PCDATA)>
1111
+
1112
+ <!--
1113
+ The primkey-field element is used to specify the name of the primary
1114
+ key field for an entity with container-managed persistence.
1115
+
1116
+ The primkey-field must be one of the fields declared in the cmp-field
1117
+ element, and the type of the field must be the same as the primary key
1118
+ type.
1119
+
1120
+ The primkey-field element is not used if the primary key maps to
1121
+ multiple container-managed fields (i.e. the key is a compound key). In
1122
+ this case, the fields of the primary key class must be public, and
1123
+ their names must correspond to the field names of the entity bean
1124
+ class that comprise the key.
1125
+
1126
+ Used in: entity
1127
+
1128
+ Example:
1129
+
1130
+ <primkey-field>EmployeeId</primkey-field>
1131
+
1132
+ -->
1133
+ <!ELEMENT primkey-field (#PCDATA)>
1134
+
1135
+ <!--
1136
+ The query element is used to specify a finder or select query. It
1137
+ contains
1138
+ - an optional description of the query
1139
+ - the specification of the finder or select
1140
+ method it is used by
1141
+ - an optional indicator which specifies how the abstract
1142
+ schema type instance(s) must be mapped when results are
1143
+ returned.
1144
+ - the EJB QL query string that defines the query.
1145
+
1146
+ Queries that are expressible in EJB QL must use the ejb-ql element to
1147
+ specify the query. If a query is not expressible in EJB QL, the
1148
+ description element should be used to describe the semantics of the
1149
+ query and the ejb-ql element should be empty.
1150
+
1151
+ The result-type-mapping is an optional element. It can only be present
1152
+ when the query-method describes an ejbSelect query. The default value
1153
+ for the result-type-mapping element is "Local".
1154
+
1155
+
1156
+ Used in: entity
1157
+ -->
1158
+ <!ELEMENT query (description?, query-method, result-type-mapping?, ejb-ql)>
1159
+
1160
+ <!--
1161
+ The query-method element is used to specify the method for a finder or
1162
+ select query.
1163
+
1164
+ The method-name element specifies the name of a finder or select
1165
+ method in the entity bean's implementation class.
1166
+
1167
+ Each method-param must be defined for a query-method using the
1168
+ method-params element.
1169
+
1170
+ Used in: query
1171
+
1172
+ Example:
1173
+
1174
+ <query>
1175
+ <description>Method finds large orders</description>
1176
+ <query-method>
1177
+ <method-name>findLargeOrders</method-name>
1178
+ <method-params></method-params>
1179
+ </query-method>
1180
+ <ejb-ql>SELECT ENTITY(o) FROM Order o WHERE o.amount &gt; 1000</ejb-ql>
1181
+ </query>
1182
+
1183
+ -->
1184
+ <!ELEMENT query-method (method-name, method-intf?, method-params)>
1185
+
1186
+ <!--
1187
+ The reentrant element specifies whether an entity bean is reentrant or
1188
+ not.
1189
+
1190
+ The reentrant element must be one of the two following:
1191
+
1192
+ <reentrant>True</reentrant>
1193
+ <reentrant>False</reentrant>
1194
+
1195
+ Used in: entity
1196
+ -->
1197
+ <!ELEMENT reentrant (#PCDATA)>
1198
+
1199
+ <!--
1200
+
1201
+ The relationship-role-source element designates the source of a role
1202
+ that participates in a relationship. A relationship-role-source
1203
+ element uniquely identifies an entity bean.
1204
+
1205
+ Used in: ejb-relationship-role
1206
+ -->
1207
+ <!ELEMENT relationship-role-source (description?, ejb-name)>
1208
+
1209
+ <!--
1210
+ The relationships element describes the relationships in which
1211
+ entity beans with container managed persistence participate. The
1212
+ relationships element contains an optional description; and a list of
1213
+ ejb-relation elements, which specify the container managed
1214
+ relationships.
1215
+
1216
+
1217
+ Used in: ejb-jar
1218
+ -->
1219
+ <!ELEMENT relationships (description?, ejb-relation+)>
1220
+
1221
+ <!--
1222
+ The remote element contains the fully-qualified name of the enterprise
1223
+ bean's remote interface.
1224
+
1225
+ Used in: ejb-ref, entity, session
1226
+
1227
+ Example:
1228
+
1229
+ <remote>com.wombat.empl.EmployeeService</remote>
1230
+ -->
1231
+ <!ELEMENT remote (#PCDATA)>
1232
+
1233
+ <!--
1234
+ The res-auth element specifies whether the enterprise bean code signs
1235
+ on programmatically to the resource manager, or whether the Container
1236
+ will sign on to the resource manager on behalf of the enterprise bean. In the
1237
+ latter case, the Container uses information that is supplied by the
1238
+ Deployer.
1239
+
1240
+ The value of this element must be one of the two following:
1241
+
1242
+ <res-auth>Application</res-auth>
1243
+ <res-auth>Container</res-auth>
1244
+
1245
+ Used in: resource-ref
1246
+ -->
1247
+ <!ELEMENT res-auth (#PCDATA)>
1248
+
1249
+ <!--
1250
+ The res-ref-name element specifies the name of a resource manager
1251
+ connection factory reference. The name is a JNDI name relative to the
1252
+ java:comp/env context. The name must be unique within an enterprise bean.
1253
+
1254
+ Used in: resource-ref
1255
+ -->
1256
+ <!ELEMENT res-ref-name (#PCDATA)>
1257
+
1258
+ <!--
1259
+ The res-sharing-scope element specifies whether connections obtained
1260
+ through the given resource manager connection factory reference can be
1261
+ shared. The value of this element, if specified, must be one of the
1262
+ two following:
1263
+
1264
+ <res-sharing-scope>Shareable</res-sharing-scope>
1265
+ <res-sharing-scope>Unshareable</res-sharing-scope>
1266
+
1267
+ The default value is Shareable.
1268
+
1269
+ Used in: resource-ref
1270
+ -->
1271
+ <!ELEMENT res-sharing-scope (#PCDATA)>
1272
+
1273
+ <!--
1274
+ The res-type element specifies the type of the data source. The type
1275
+ is specified by the fully qualified Java language class or interface
1276
+ expected to be implemented by the data source.
1277
+
1278
+ Used in: resource-ref
1279
+ -->
1280
+ <!ELEMENT res-type (#PCDATA)>
1281
+
1282
+ <!--
1283
+ The resource-env-ref element contains a declaration of an enterprise bean's
1284
+ reference to an administered object associated with a resource
1285
+ in the enterprise bean's environment. It consists of an optional
1286
+ description, the resource environment reference name, and an
1287
+ indication of the resource environment reference type expected by
1288
+ the enterprise bean code.
1289
+
1290
+ Used in: entity, message-driven, session
1291
+
1292
+ Example:
1293
+
1294
+ <resource-env-ref>
1295
+ <resource-env-ref-name>jms/StockQueue</resource-env-ref-name>
1296
+ <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type>
1297
+ </resource-env-ref>
1298
+ -->
1299
+ <!ELEMENT resource-env-ref (description?, resource-env-ref-name,
1300
+ resource-env-ref-type)>
1301
+
1302
+ <!--
1303
+ The resource-env-ref-name element specifies the name of a resource
1304
+ environment reference; its value is the environment entry name used in
1305
+ the enterprise bean code. The name is a JNDI name relative to the
1306
+ java:comp/env context and must be unique within an enterprise bean.
1307
+
1308
+ Used in: resource-env-ref
1309
+ -->
1310
+ <!ELEMENT resource-env-ref-name (#PCDATA)>
1311
+
1312
+ <!--
1313
+ The resource-env-ref-type element specifies the type of a resource
1314
+ environment reference. It is the fully qualified name of a Java
1315
+ language class or interface.
1316
+
1317
+ Used in: resource-env-ref
1318
+ -->
1319
+ <!ELEMENT resource-env-ref-type (#PCDATA)>
1320
+
1321
+ <!--
1322
+ The resource-ref element contains a declaration of an enterprise bean's
1323
+ reference to an external resource. It consists of an optional
1324
+ description, the resource manager connection factory reference name,
1325
+ the indication of the resource manager connection factory type
1326
+ expected by the enterprise bean code, the type of authentication
1327
+ (Application or Container), and an optional specification of the
1328
+ shareability of connections obtained from the resource (Shareable or
1329
+ Unshareable).
1330
+
1331
+ Used in: entity, message-driven, session
1332
+
1333
+ Example:
1334
+
1335
+ <resource-ref>
1336
+ <res-ref-name>jdbc/EmployeeAppDB</res-ref-name>
1337
+ <res-type>javax.sql.DataSource</res-type>
1338
+ <res-auth>Container</res-auth>
1339
+ <res-sharing-scope>Shareable</res-sharing-scope>
1340
+ </resource-ref>
1341
+ -->
1342
+ <!ELEMENT resource-ref (description?, res-ref-name, res-type, res-auth,
1343
+ res-sharing-scope?)>
1344
+
1345
+ <!--
1346
+
1347
+ The result-type-mapping element designates the mapping of the return
1348
+ value(s) of an select query.
1349
+
1350
+ When the result type of a select query is an abstract schema type, the
1351
+ value of this element determines whether the select
1352
+ query returns remote or local entity objects.
1353
+
1354
+ The result-type-mapping element must have one of the following:
1355
+
1356
+ <result-type-mapping>Local</result-type-mapping>
1357
+ <result-type-mapping>Remote</result-type-mapping>
1358
+
1359
+ Used in: query
1360
+ -->
1361
+ <!ELEMENT result-type-mapping (#PCDATA)>
1362
+
1363
+ <!--
1364
+ The role-link element is a reference to a defined security role. The
1365
+ role-link element must contain the name of one of the security roles
1366
+ defined in the security-role elements.
1367
+
1368
+ Used in: security-role-ref
1369
+ -->
1370
+ <!ELEMENT role-link (#PCDATA)>
1371
+
1372
+ <!--
1373
+ The role-name element contains the name of a security role.
1374
+
1375
+ The name must conform to the lexical rules for an NMTOKEN.
1376
+
1377
+ Used in: method-permission, run-as, security-role, security-role-ref
1378
+ -->
1379
+ <!ELEMENT role-name (#PCDATA)>
1380
+
1381
+ <!--
1382
+ The run-as element specifies the run-as identity to be used for the
1383
+ execution of the enterprise bean. It contains an optional description, and
1384
+ the name of a security role.
1385
+
1386
+ Used in: security-identity
1387
+ -->
1388
+ <!ELEMENT run-as (description?, role-name)>
1389
+
1390
+ <!--
1391
+
1392
+ The security-identity element specifies whether the caller's
1393
+ security identity is to be used for the execution of the methods of
1394
+ the enterprise bean or whether a specific run-as identity is to be
1395
+ used. It contains an optional description and a specification of the
1396
+ security identity to be used.
1397
+
1398
+ Used in: entity, message-driven, session
1399
+ -->
1400
+ <!ELEMENT security-identity (description?, (use-caller-identity|run-as))>
1401
+
1402
+ <!--
1403
+ The security-role element contains the definition of a security
1404
+ role. The definition consists of an optional description of the
1405
+ security role, and the security role name.
1406
+
1407
+ Used in: assembly-descriptor
1408
+
1409
+ Example:
1410
+
1411
+ <security-role>
1412
+ <description>
1413
+ This role includes all employees who are authorized
1414
+ to access the employee service application.
1415
+ </description>
1416
+ <role-name>employee</role-name>
1417
+ </security-role>
1418
+ -->
1419
+ <!ELEMENT security-role (description?, role-name)>
1420
+
1421
+ <!--
1422
+ The security-role-ref element contains the declaration of a security
1423
+ role reference in the enterprise bean's code. The declaration consists
1424
+ of an optional description, the security role name used in the code,
1425
+ and an optional link to a security role. If the security role is not
1426
+ specified, the Deployer must choose an appropriate security role.
1427
+
1428
+ The value of the role-name element must be the String used as the
1429
+ parameter to the EJBContext.isCallerInRole(String roleName) method
1430
+ or the HttpServletRequest.isUserInRole(String role) method.
1431
+
1432
+ Used in: entity, session
1433
+
1434
+ -->
1435
+ <!ELEMENT security-role-ref (description?, role-name, role-link?)>
1436
+
1437
+ <!--
1438
+ The session element declares an session bean. The declaration consists
1439
+ of:
1440
+ - an optional description
1441
+ - an optional display name
1442
+ - an optional small icon file name
1443
+ - an optional large icon file name
1444
+ - a name assigned to the enterprise bean
1445
+ in the deployment description
1446
+ - the names of the session bean's remote home and
1447
+ remote interfaces, if any
1448
+ - the names of the session bean's local home and
1449
+ local interfaces, if any
1450
+ - the session bean's implementation class
1451
+ - the session bean's state management type
1452
+ - the session bean's transaction management type
1453
+ - an optional declaration of the bean's environment entries
1454
+ - an optional declaration of the bean's EJB references
1455
+ - an optional declaration of the bean's local EJB references
1456
+ - an optional declaration of the security role references
1457
+ - an optional declaration of the security identity to be
1458
+ used for the execution of the bean's methods
1459
+ - an optional declaration of the bean's resource manager
1460
+ connection factory references
1461
+ - an optional declaration of the bean's resource environment
1462
+ references.
1463
+
1464
+ The elements that are optional are "optional" in the sense that they
1465
+ are omitted when if lists represented by them are empty.
1466
+
1467
+ Either both the local-home and the local elements or both the
1468
+ home and the remote elements must be specified for the session bean.
1469
+
1470
+ Used in: enterprise-beans
1471
+ -->
1472
+ <!ELEMENT session (description?, display-name?, small-icon?,
1473
+ large-icon?, ejb-name, home?, remote?, local-home? , local?,
1474
+ ejb-class, session-type, transaction-type, env-entry*, ejb-ref*,
1475
+ ejb-local-ref*, security-role-ref*, security-identity?, resource-ref*,
1476
+ resource-env-ref*)>
1477
+
1478
+ <!--
1479
+ The session-type element describes whether the session bean is a
1480
+ stateful session or stateless session.
1481
+
1482
+ The session-type element must be one of the two following:
1483
+
1484
+ <session-type>Stateful</session-type>
1485
+ <session-type>Stateless</session-type>
1486
+ -->
1487
+ <!ELEMENT session-type (#PCDATA)>
1488
+
1489
+ <!--
1490
+ The small-icon element contains the name of a file
1491
+ containing a small (16 x 16) icon image. The file
1492
+ name is a relative path within the enterprise bean's
1493
+ ejb-jar file.
1494
+
1495
+ The image may be either in the JPEG or GIF format.
1496
+ The icon can be used by tools.
1497
+
1498
+ Used in: ejb-jar, entity, message-driven, session
1499
+
1500
+ Example:
1501
+
1502
+ <small-icon>employee-service-icon16x16.jpg</small-icon>
1503
+ -->
1504
+ <!ELEMENT small-icon (#PCDATA)>
1505
+
1506
+ <!--
1507
+ The subscription-durability element specifies whether a JMS topic
1508
+ subscription is intended to be durable or nondurable.
1509
+
1510
+ The subscription-durability element must be one of the two following:
1511
+
1512
+ <subscription-durability>Durable</subscription-durability>
1513
+ <subscription-durability>NonDurable</subscription-durability>
1514
+
1515
+ Used in: message-driven-destination
1516
+ -->
1517
+ <!ELEMENT subscription-durability (#PCDATA)>
1518
+
1519
+ <!--
1520
+ The trans-attribute element specifies how the container must manage
1521
+ the transaction boundaries when delegating a method invocation to an
1522
+ enterprise bean's business method.
1523
+
1524
+ The value of trans-attribute must be one of the following:
1525
+
1526
+
1527
+ <trans-attribute>NotSupported</trans-attribute>
1528
+ <trans-attribute>Supports</trans-attribute>
1529
+ <trans-attribute>Required</trans-attribute>
1530
+ <trans-attribute>RequiresNew</trans-attribute>
1531
+ <trans-attribute>Mandatory</trans-attribute>
1532
+ <trans-attribute>Never</trans-attribute>
1533
+
1534
+ Used in: container-transaction
1535
+ -->
1536
+ <!ELEMENT trans-attribute (#PCDATA)>
1537
+
1538
+ <!--
1539
+ The transaction-type element specifies an enterprise bean's
1540
+ transaction management type.
1541
+
1542
+ The transaction-type element must be one of the two following:
1543
+
1544
+ <transaction-type>Bean</transaction-type>
1545
+ <transaction-type>Container</transaction-type>
1546
+
1547
+ Used in: message-driven, session
1548
+ -->
1549
+ <!ELEMENT transaction-type (#PCDATA)>
1550
+
1551
+ <!--
1552
+ The unchecked element specifies that a method is not checked for authorization
1553
+ by the container prior to invocation of the method.
1554
+
1555
+ Used in: method-permission
1556
+ -->
1557
+ <!ELEMENT unchecked EMPTY>
1558
+
1559
+ <!--
1560
+
1561
+ The use-caller-identity element specifies that the caller's security
1562
+ identity be used as the security identity for the execution of the
1563
+ enterprise bean's methods.
1564
+
1565
+ Used in: security-identity
1566
+ -->
1567
+ <!ELEMENT use-caller-identity EMPTY>
1568
+
1569
+ <!--
1570
+ The ID mechanism is to allow tools that produce additional deployment
1571
+ information (i.e., information beyond the standard deployment
1572
+ descriptor information) to store the non-standard information in a
1573
+ separate file, and easily refer from these tool-specific files to the
1574
+ information in the standard deployment descriptor.
1575
+
1576
+ Tools are not allowed to add the non-standard information into the
1577
+ standard deployment descriptor.
1578
+ -->
1579
+
1580
+ <!ATTLIST abstract-schema-name id ID #IMPLIED>
1581
+ <!ATTLIST acknowledge-mode id ID #IMPLIED>
1582
+ <!ATTLIST assembly-descriptor id ID #IMPLIED>
1583
+ <!ATTLIST cascade-delete id ID #IMPLIED>
1584
+ <!ATTLIST cmp-field id ID #IMPLIED>
1585
+ <!ATTLIST cmp-version id ID #IMPLIED>
1586
+ <!ATTLIST cmr-field id ID #IMPLIED>
1587
+ <!ATTLIST cmr-field-name id ID #IMPLIED>
1588
+ <!ATTLIST cmr-field-type id ID #IMPLIED>
1589
+ <!ATTLIST container-transaction id ID #IMPLIED>
1590
+ <!ATTLIST description id ID #IMPLIED>
1591
+ <!ATTLIST destination-type id ID #IMPLIED>
1592
+ <!ATTLIST display-name id ID #IMPLIED>
1593
+ <!ATTLIST ejb-class id ID #IMPLIED>
1594
+ <!ATTLIST ejb-client-jar id ID #IMPLIED>
1595
+ <!ATTLIST ejb-jar id ID #IMPLIED>
1596
+ <!ATTLIST ejb-link id ID #IMPLIED>
1597
+ <!ATTLIST ejb-local-ref id ID #IMPLIED>
1598
+ <!ATTLIST ejb-name id ID #IMPLIED>
1599
+ <!ATTLIST ejb-ql id ID #IMPLIED>
1600
+ <!ATTLIST ejb-ref id ID #IMPLIED>
1601
+ <!ATTLIST ejb-ref-name id ID #IMPLIED>
1602
+ <!ATTLIST ejb-ref-type id ID #IMPLIED>
1603
+ <!ATTLIST ejb-relation id ID #IMPLIED>
1604
+ <!ATTLIST ejb-relation-name id ID #IMPLIED>
1605
+ <!ATTLIST ejb-relationship-role id ID #IMPLIED>
1606
+ <!ATTLIST ejb-relationship-role-name id ID #IMPLIED>
1607
+ <!ATTLIST enterprise-beans id ID #IMPLIED>
1608
+ <!ATTLIST entity id ID #IMPLIED>
1609
+ <!ATTLIST env-entry id ID #IMPLIED>
1610
+ <!ATTLIST env-entry-name id ID #IMPLIED>
1611
+ <!ATTLIST env-entry-type id ID #IMPLIED>
1612
+ <!ATTLIST env-entry-value id ID #IMPLIED>
1613
+ <!ATTLIST exclude-list id ID #IMPLIED>
1614
+ <!ATTLIST field-name id ID #IMPLIED>
1615
+ <!ATTLIST home id ID #IMPLIED>
1616
+ <!ATTLIST large-icon id ID #IMPLIED>
1617
+ <!ATTLIST local id ID #IMPLIED>
1618
+ <!ATTLIST local-home id ID #IMPLIED>
1619
+ <!ATTLIST message-driven id ID #IMPLIED>
1620
+ <!ATTLIST message-driven-destination id ID #IMPLIED>
1621
+ <!ATTLIST message-selector id ID #IMPLIED>
1622
+ <!ATTLIST method id ID #IMPLIED>
1623
+ <!ATTLIST method-intf id ID #IMPLIED>
1624
+ <!ATTLIST method-name id ID #IMPLIED>
1625
+ <!ATTLIST method-param id ID #IMPLIED>
1626
+ <!ATTLIST method-params id ID #IMPLIED>
1627
+ <!ATTLIST method-permission id ID #IMPLIED>
1628
+ <!ATTLIST multiplicity id ID #IMPLIED>
1629
+ <!ATTLIST persistence-type id ID #IMPLIED>
1630
+ <!ATTLIST prim-key-class id ID #IMPLIED>
1631
+ <!ATTLIST primkey-field id ID #IMPLIED>
1632
+ <!ATTLIST query id ID #IMPLIED>
1633
+ <!ATTLIST query-method id ID #IMPLIED>
1634
+ <!ATTLIST reentrant id ID #IMPLIED>
1635
+ <!ATTLIST relationship-role-source id ID #IMPLIED>
1636
+ <!ATTLIST relationships id ID #IMPLIED>
1637
+ <!ATTLIST remote id ID #IMPLIED>
1638
+ <!ATTLIST res-auth id ID #IMPLIED>
1639
+ <!ATTLIST res-ref-name id ID #IMPLIED>
1640
+ <!ATTLIST res-sharing-scope id ID #IMPLIED>
1641
+ <!ATTLIST res-type id ID #IMPLIED>
1642
+ <!ATTLIST resource-env-ref id ID #IMPLIED>
1643
+ <!ATTLIST resource-env-ref-name id ID #IMPLIED>
1644
+ <!ATTLIST resource-env-ref-type id ID #IMPLIED>
1645
+ <!ATTLIST resource-ref id ID #IMPLIED>
1646
+ <!ATTLIST result-type-mapping id ID #IMPLIED>
1647
+ <!ATTLIST role-link id ID #IMPLIED>
1648
+ <!ATTLIST role-name id ID #IMPLIED>
1649
+ <!ATTLIST run-as id ID #IMPLIED>
1650
+ <!ATTLIST security-identity id ID #IMPLIED>
1651
+ <!ATTLIST security-role id ID #IMPLIED>
1652
+ <!ATTLIST security-role-ref id ID #IMPLIED>
1653
+ <!ATTLIST session id ID #IMPLIED>
1654
+ <!ATTLIST session-type id ID #IMPLIED>
1655
+ <!ATTLIST small-icon id ID #IMPLIED>
1656
+ <!ATTLIST subscription-durability id ID #IMPLIED>
1657
+ <!ATTLIST trans-attribute id ID #IMPLIED>
1658
+ <!ATTLIST transaction-type id ID #IMPLIED>
1659
+ <!ATTLIST unchecked id ID #IMPLIED>
1660
+ <!ATTLIST use-caller-identity id ID #IMPLIED>