diff --git a/README.md b/README.md index 3e86a60..c20ee2e 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# lesson14 \ No newline at end of file +# lesson14 +## Jboss app deploy check. +--- + +![alt tag](https://raw.githubusercontent.com/hopetds/lesson14/ikhamiakou/curl.png) + diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 0000000..aeba840 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,24 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +Vagrant.configure("2") do |config| + config.vm.define "master" do |master| + master.vm.hostname = "master" + master.vm.box = "centos/7" + master.vm.network "private_network", ip: "192.168.33.33" + master.vm.provider "virtualbox" do |vm| + vm.memory = "4096" + vm.cpus = "2" + end + master.vm.synced_folder "shares/master", "/tmp/configs" + master.vm.provision "shell", path: "/home/student/cm/puppet/lab12/server/provision_scripts/jbossprepare.sh" + end + + config.vm.define "client" do |client| + client.vm.hostname = "client" + client.vm.box = "centos/7" + client.vm.network "private_network", ip: "192.168.33.34" + client.vm.synced_folder "shares/client", "/tmp/configs" + client.vm.provision "shell", path: "/home/student/cm/puppet/lab12/server/provision_scripts/jbossinstall.sh" + end +end diff --git a/curl.png b/curl.png new file mode 100644 index 0000000..92f07d6 Binary files /dev/null and b/curl.png differ diff --git a/files/jboss-as-7.1.1/LICENSE.txt b/files/jboss-as-7.1.1/LICENSE.txt new file mode 100644 index 0000000..4362b49 --- /dev/null +++ b/files/jboss-as-7.1.1/LICENSE.txt @@ -0,0 +1,502 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/files/jboss-as-7.1.1/README.txt b/files/jboss-as-7.1.1/README.txt new file mode 100644 index 0000000..83dc10b --- /dev/null +++ b/files/jboss-as-7.1.1/README.txt @@ -0,0 +1,81 @@ + ______ ___ _____ _____ + / / __ )____ __________ / | / ___/ /__ / + __ / / __ / __ \/ ___/ ___/ / /| | \__ \ / / +/ /_/ / /_/ / /_/ (__ |__ ) / ___ |___/ / / / +\____/_____/\____/____/____/ /_/ |_/____/ /_/ + +Welcome to JBoss Application Server 7.1.1 +http://www.jboss.org/jbossas/ + +Go to the above link for documentation, and additional downloads. + +Also, once JBoss AS7 is started you can go to http://localhost:8080 +for additional information. + + +Key Features +-------------- +* Java EE 6 +* Fast Startup +* Small Footprint +* Modular Design +* Unified Configuration and Management +* Distributed Domain Management +* OSGi + +Release Notes +------------- +You can obtain the release notes here: +https://community.jboss.org/wiki/AS711FinalReleaseNotes + +Getting Started +---------------- +JBoss AS 7 requires JDK 1.6 or later. For information regarding installation +of the JDK, see http://www.oracle.com/technetwork/java/index.html + +JBoss AS 7 has two modes of operation: Standalone and Domain. For more +information regarding these modes, please refer to the documentation +available on the JBoss.org site: + +https://docs.jboss.org/author/display/AS71/Documentation + + +Starting a Standalone Server +---------------------------- +An AS7 standalone server runs a single instance of AS7. + +/bin/standalone.sh (Unix / Linux) + +\bin\standalone.bat (Windows) + + +Starting a Managed Domain +-------------------------- +An AS7 managed domain allows you to control and configure multiple instances +of AS7, potentially across several physical (or virtual) machines. The default +configuration includes a domain controller and a single server group with three +servers (two of which start automatically), all running on the localhost. + +/bin/domain.sh (Unix / Linux) + +\bin\domain.bat (Windows) + + +Accessing the Web Console +-------------------------- +Once the server has started you can access the landing page: + +http:/localhost:8080/ + +This page includes links to online documentation, quick start guides, forums +and the administration console. + + +Stopping the Server +------------------- +The JBoss AS7 server can be stopped by pressing Ctrl-C on the command line. +If the server is running in a background process, the server can be stopped +using the JBoss CLI: + +/bin/jboss-cli.sh --connect --command=:shutdown + diff --git a/files/jboss-as-7.1.1/appclient/configuration/appclient.xml b/files/jboss-as-7.1.1/appclient/configuration/appclient.xml new file mode 100644 index 0000000..7c68718 --- /dev/null +++ b/files/jboss-as-7.1.1/appclient/configuration/appclient.xml @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/appclient/configuration/logging.properties b/files/jboss-as-7.1.1/appclient/configuration/logging.properties new file mode 100644 index 0000000..8a011f0 --- /dev/null +++ b/files/jboss-as-7.1.1/appclient/configuration/logging.properties @@ -0,0 +1,52 @@ +# +# JBoss, Home of Professional Open Source. +# Copyright 2010, Red Hat, Inc., and individual contributors +# as indicated by the @author tags. See the copyright.txt file in the +# distribution for a full listing of individual contributors. +# +# This is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation; either version 2.1 of +# the License, or (at your option) any later version. +# +# This software is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this software; if not, write to the Free +# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# + +# Additional logger names to configure (root logger is always configured) +loggers=org.jboss.as.config + +# Dump system environment at boot by default +logger.org.jboss.as.config.level=DEBUG + +# Root logger level +logger.level=${jboss.boot.server.log.level:INFO} +# Root logger handlers +logger.handlers=FILE,CONSOLE + +# Console handler configuration +handler.CONSOLE=org.jboss.logmanager.handlers.ConsoleHandler +handler.CONSOLE.properties=autoFlush +handler.CONSOLE.level=${jboss.boot.server.log.console.level:INFO} +handler.CONSOLE.autoFlush=true +handler.CONSOLE.formatter=PATTERN + +# File handler configuration +handler.FILE=org.jboss.logmanager.handlers.FileHandler +handler.FILE.level=DEBUG +handler.FILE.properties=autoFlush,fileName +handler.FILE.autoFlush=true +handler.FILE.fileName=${org.jboss.boot.log.file:boot.log} +handler.FILE.formatter=PATTERN + +# Formatter pattern configuration +formatter.PATTERN=org.jboss.logmanager.formatters.PatternFormatter +formatter.PATTERN.properties=pattern +formatter.PATTERN.pattern=%d{HH:mm:ss,SSS} %-5p [%c] %s%E%n diff --git a/files/jboss-as-7.1.1/bin/add-user.bat b/files/jboss-as-7.1.1/bin/add-user.bat new file mode 100644 index 0000000..3e629bc --- /dev/null +++ b/files/jboss-as-7.1.1/bin/add-user.bat @@ -0,0 +1,79 @@ +@echo off +rem ------------------------------------------------------------------------- +rem Add User script for Windows +rem ------------------------------------------------------------------------- +rem +rem A simple utility for adding new users to the properties file used +rem for domain management authentication out of the box. + +rem $Id$ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +if "%OS%" == "Windows_NT" ( + set "DIRNAME=%~dp0%" +) else ( + set DIRNAME=.\ +) + +pushd %DIRNAME%.. +set "RESOLVED_JBOSS_HOME=%CD%" +popd + +if "x%JBOSS_HOME%" == "x" ( + set "JBOSS_HOME=%RESOLVED_JBOSS_HOME%" +) + +pushd "%JBOSS_HOME%" +set "SANITIZED_JBOSS_HOME=%CD%" +popd + +if "%RESOLVED_JBOSS_HOME%" NEQ "%SANITIZED_JBOSS_HOME%" ( + echo WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur. +) + +set DIRNAME= + +if "%OS%" == "Windows_NT" ( + set "PROGNAME=%~nx0%" +) else ( + set "PROGNAME=jdr.bat" +) + +rem Setup JBoss specific properties +if "x%JAVA_HOME%" == "x" ( + set JAVA=java + echo JAVA_HOME is not set. Unexpected results may occur. + echo Set JAVA_HOME to the directory of your local JDK to avoid this message. +) else ( + set "JAVA=%JAVA_HOME%\bin\java" +) + +rem Find jboss-modules.jar, or we can't continue +if exist "%JBOSS_HOME%\jboss-modules.jar" ( + set "RUNJAR=%JBOSS_HOME%\jboss-modules.jar" +) else ( + echo Could not locate "%JBOSS_HOME%\jboss-modules.jar". + echo Please check that you are in the bin directory when running this script. + goto END +) + +rem Setup JBoss specific properties + +rem Setup the java endorsed dirs +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed + +rem Set default module root paths +if "x%JBOSS_MODULEPATH%" == "x" ( + set "JBOSS_MODULEPATH=%JBOSS_HOME%\modules" +) + +"%JAVA%" ^ + -jar "%JBOSS_HOME%\jboss-modules.jar" ^ + -mp "%JBOSS_MODULEPATH%" ^ + org.jboss.as.domain-add-user ^ + %* + +:END +if "x%NOPAUSE%" == "x" pause diff --git a/files/jboss-as-7.1.1/bin/add-user.sh b/files/jboss-as-7.1.1/bin/add-user.sh new file mode 100755 index 0000000..dfb0c8b --- /dev/null +++ b/files/jboss-as-7.1.1/bin/add-user.sh @@ -0,0 +1,70 @@ +#!/bin/sh + +# Add User Utility +# +# A simple utility for adding new users to the properties file used +# for domain management authentication out of the box. +# + +DIRNAME=`dirname "$0"` + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +if [ `uname|grep -i CYGWIN` ]; then + cygwin = true; +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$JAVAC_JAR" ] && + JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"` +fi + +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME"; pwd` + if [ "$RESOLVED_JBOSS_HOME" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +if [ "x$JBOSS_MODULEPATH" = "x" ]; then + JBOSS_MODULEPATH="$JBOSS_HOME/modules" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + JBOSS_CLASSPATH=`cygpath --path --windows "$JBOSS_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` + JBOSS_MODULEPATH=`cygpath --path --windows "$JBOSS_MODULEPATH"` +fi + +# Sample JPDA settings for remote socket debugging +#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y" + +eval \"$JAVA\" $JAVA_OPTS \ + -jar \"$JBOSS_HOME/jboss-modules.jar\" \ + -mp \"${JBOSS_MODULEPATH}\" \ + org.jboss.as.domain-add-user \ + "$@" diff --git a/files/jboss-as-7.1.1/bin/appclient.bat b/files/jboss-as-7.1.1/bin/appclient.bat new file mode 100644 index 0000000..6162383 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/appclient.bat @@ -0,0 +1,98 @@ +@echo off +rem ------------------------------------------------------------------------- +rem JBoss Application Client Bootstrap Script for Windows +rem ------------------------------------------------------------------------- + +rem $Id$ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +if "%OS%" == "Windows_NT" ( + set "DIRNAME=%~dp0%" +) else ( + set DIRNAME=.\ +) + +rem Read an optional configuration file. +if "x%STANDALONE_CONF%" == "x" ( + set "STANDALONE_CONF=%DIRNAME%standalone.conf.bat" +) +if exist "%STANDALONE_CONF%" ( + echo Calling %STANDALONE_CONF% + call "%STANDALONE_CONF%" %* +) else ( + echo Config file not found %STANDALONE_CONF% +) + +pushd %DIRNAME%.. +set "RESOLVED_JBOSS_HOME=%CD%" +popd + +if "x%JBOSS_HOME%" == "x" ( + set "JBOSS_HOME=%RESOLVED_JBOSS_HOME%" +) + +pushd "%JBOSS_HOME%" +set "SANITIZED_JBOSS_HOME=%CD%" +popd + +if "%RESOLVED_JBOSS_HOME%" NEQ "%SANITIZED_JBOSS_HOME%" ( + echo WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur. +) + +set DIRNAME= + +if "%OS%" == "Windows_NT" ( + set "PROGNAME=%~nx0%" +) else ( + set "PROGNAME=standalone.bat" +) + +rem Setup JBoss specific properties +set JAVA_OPTS=-Dprogram.name=%PROGNAME% %JAVA_OPTS% + +if "x%JAVA_HOME%" == "x" ( + set JAVA=java + echo JAVA_HOME is not set. Unexpected results may occur. + echo Set JAVA_HOME to the directory of your local JDK to avoid this message. +) else ( + set "JAVA=%JAVA_HOME%\bin\java" +) + +rem Add -server to the JVM options, if supported +"%JAVA%" -server -version 2>&1 | findstr /I hotspot > nul +if not errorlevel == 1 ( + set "JAVA_OPTS=%JAVA_OPTS% -server" +) + +rem Find run.jar, or we can't continue +if exist "%JBOSS_HOME%\jboss-modules.jar" ( + set "RUNJAR=%JBOSS_HOME%\jboss-modules.jar" +) else ( + echo Could not locate "%JBOSS_HOME%\jboss-modules.jar". + echo Please check that you are in the bin directory when running this script. + goto END +) + +rem Setup JBoss specific properties + +rem Setup the java endorsed dirs +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed + +rem Set default module root paths +if "x%JBOSS_MODULEPATH%" == "x" ( + set "JBOSS_MODULEPATH=%JBOSS_HOME%\modules" +) + + +"%JAVA%" %JAVA_OPTS% ^ + "-Dorg.jboss.boot.log.file=%JBOSS_HOME%\standalone\log\boot.log" ^ + "-Dlogging.configuration=file:%JBOSS_HOME%/standalone/configuration/logging.properties" ^ + -jar "%JBOSS_HOME%\jboss-modules.jar" ^ + -mp "%JBOSS_MODULEPATH%" ^ + -jaxpmodule "javax.xml.jaxp-provider" ^ + org.jboss.as.standalone ^ + -Djboss.home.dir="%JBOSS_HOME%" ^ + -Djboss.server.base.dir="%JBOSS_HOME%\appclient" ^ + %* diff --git a/files/jboss-as-7.1.1/bin/appclient.conf b/files/jboss-as-7.1.1/bin/appclient.conf new file mode 100644 index 0000000..2131e90 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/appclient.conf @@ -0,0 +1,59 @@ +## -*- shell-script -*- ###################################################### +## ## +## JBoss Bootstrap Script Configuration ## +## ## +############################################################################## + +# +# This file is optional; it may be removed if not needed. +# + +# +# Specify the maximum file descriptor limit, use "max" or "maximum" to use +# the default, as queried by the system. +# +# Defaults to "maximum" +# +#MAX_FD="maximum" + +# +# Specify the profiler configuration file to load. +# +# Default is to not load profiler configuration file. +# +#PROFILER="" + +# +# Specify the location of the Java home directory. If set then $JAVA will +# be defined to $JAVA_HOME/bin/java, else $JAVA will be "java". +# +#JAVA_HOME="/opt/java/jdk" + +# +# Specify the exact Java VM executable to use. +# +#JAVA="" + +if [ "x$JBOSS_MODULES_SYSTEM_PKGS" = "x" ]; then + JBOSS_MODULES_SYSTEM_PKGS="org.jboss.byteman" +fi + +# +# Specify options to pass to the Java VM. +# +if [ "x$JAVA_OPTS" = "x" ]; then + JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" + JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true" +fi + +# Sample JPDA settings for remote socket debugging +#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" + +# Sample JPDA settings for shared memory debugging +#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss" + +# Allow JProfiler to find its classes +#JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=com.jprofiler" + +# Use JBoss Modules lockless mode +#JAVA_OPTS="$JAVA_OPTS -Djboss.modules.lockless=true" diff --git a/files/jboss-as-7.1.1/bin/appclient.conf.bat b/files/jboss-as-7.1.1/bin/appclient.conf.bat new file mode 100644 index 0000000..777fab9 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/appclient.conf.bat @@ -0,0 +1,67 @@ +rem ### -*- batch file -*- ###################################################### +rem # ## +rem # JBoss Bootstrap Script Configuration ## +rem # ## +rem ############################################################################# + +rem # $Id: run.conf.bat 88820 2009-05-13 15:25:44Z dimitris@jboss.org $ + +rem # +rem # This batch file is executed by run.bat to initialize the environment +rem # variables that run.bat uses. It is recommended to use this file to +rem # configure these variables, rather than modifying run.bat itself. +rem # + +if not "x%JAVA_OPTS%" == "x" goto JAVA_OPTS_SET + +rem # +rem # Specify the JBoss Profiler configuration file to load. +rem # +rem # Default is to not load a JBoss Profiler configuration file. +rem # +rem set "PROFILER=%JBOSS_HOME%\bin\jboss-profiler.properties" + +rem # +rem # Specify the location of the Java home directory (it is recommended that +rem # this always be set). If set, then "%JAVA_HOME%\bin\java" will be used as +rem # the Java VM executable; otherwise, "%JAVA%" will be used (see below). +rem # +rem set "JAVA_HOME=C:\opt\jdk1.6.0_23" + +rem # +rem # Specify the exact Java VM executable to use - only used if JAVA_HOME is +rem # not set. Default is "java". +rem # +rem set "JAVA=C:\opt\jdk1.6.0_23\bin\java" + +rem # +rem # Specify options to pass to the Java VM. Note, there are some additional +rem # options that are always passed by run.bat. +rem # + +rem # JVM memory allocation pool parameters - modify as appropriate. +set "JAVA_OPTS=-Xms64M -Xmx512M -XX:MaxPermSize=256M" + +rem # Reduce the RMI GCs to once per hour for Sun JVMs. +set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" + +rem # Prefer IPv4 +set "JAVA_OPTS=%JAVA_OPTS% -Djava.net.preferIPv4Stack=true " + +rem # Warn when resolving remote XML DTDs or schemas. +set "JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true" + +rem # Make Byteman classes visible in all module loaders +rem # This is necessary to inject Byteman rules into AS7 deployments +set "JAVA_OPTS=%JAVA_OPTS% -Djboss.modules.system.pkgs=org.jboss.byteman" + +rem # Sample JPDA settings for remote socket debugging +rem set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" + +rem # Sample JPDA settings for shared memory debugging +rem set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_shmem,address=jboss,server=y,suspend=n" + +rem # Use JBoss Modules lockless mode +rem set "JAVA_OPTS=%JAVA_OPTS% -Djboss.modules.lockless=true" + +:JAVA_OPTS_SET diff --git a/files/jboss-as-7.1.1/bin/appclient.sh b/files/jboss-as-7.1.1/bin/appclient.sh new file mode 100755 index 0000000..363e9d2 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/appclient.sh @@ -0,0 +1,130 @@ +#!/bin/sh + +DIRNAME=`dirname "$0"` +PROGNAME=`basename "$0"` +GREP="grep" + +# Use the maximum available, or set MAX_FD != -1 to use that +MAX_FD="maximum" + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +darwin=false; +linux=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; + + Darwin*) + darwin=true + ;; + + Linux) + linux=true + ;; +esac + +# Read an optional running configuration file +if [ "x$RUN_CONF" = "x" ]; then + RUN_CONF="$DIRNAME/appclient.conf" +fi +if [ -r "$RUN_CONF" ]; then + . "$RUN_CONF" +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$JAVAC_JAR" ] && + JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"` +fi + +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME"; pwd` + if [ "$RESOLVED_JBOSS_HOME" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +# Check for -d32/-d64 in JAVA_OPTS +JVM_OPTVERSION="-version" +JVM_D64_OPTION=`echo $JAVA_OPTS | $GREP "\-d64"` +JVM_D32_OPTION=`echo $JAVA_OPTS | $GREP "\-d32"` +test "x$JVM_D64_OPTION" != "x" && JVM_OPTVERSION="-d64 $JVM_OPTVERSION" +test "x$JVM_D32_OPTION" != "x" && JVM_OPTVERSION="-d32 $JVM_OPTVERSION" + +# If -server not set in JAVA_OPTS, set it, if supported +SERVER_SET=`echo $JAVA_OPTS | $GREP "\-server"` +if [ "x$SERVER_SET" = "x" ]; then + + # Check for SUN(tm) JVM w/ HotSpot support + if [ "x$HAS_HOTSPOT" = "x" ]; then + HAS_HOTSPOT=`"$JAVA" $JVM_OPTVERSION -version 2>&1 | $GREP -i HotSpot` + fi + + # Check for OpenJDK JVM w/server support + if [ "x$HAS_OPENJDK_" = "x" ]; then + HAS_OPENJDK=`"$JAVA" $JVM_OPTVERSION 2>&1 | $GREP -i OpenJDK` + fi + + # Enable -server if we have Hotspot or OpenJDK, unless we can't + if [ "x$HAS_HOTSPOT" != "x" -o "x$HAS_OPENJDK" != "x" ]; then + # MacOS does not support -server flag + if [ "$darwin" != "true" ]; then + JAVA_OPTS="-server $JAVA_OPTS" + JVM_OPTVERSION="-server $JVM_OPTVERSION" + fi + fi +else + JVM_OPTVERSION="-server $JVM_OPTVERSION" +fi + +if [ "x$JBOSS_MODULEPATH" = "x" ]; then + JBOSS_MODULEPATH="$JBOSS_HOME/modules" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + JBOSS_CLASSPATH=`cygpath --path --windows "$JBOSS_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` + JBOSS_MODULEPATH=`cygpath --path --windows "$JBOSS_MODULEPATH"` +fi + +CLASSPATH="$CLASSPATH:$JBOSS_HOME/jboss-modules.jar" + +# Execute the JVM in the foreground +eval \"$JAVA\" $JAVA_OPTS \ + -cp "$CLASSPATH" \ + \"-Dorg.jboss.boot.log.file=$JBOSS_HOME/appclient/log/boot.log\" \ + \"-Dlogging.configuration=file:$JBOSS_HOME/appclient/configuration/logging.properties\" \ + org.jboss.modules.Main \ + -mp \"${JBOSS_MODULEPATH}\" \ + -jaxpmodule javax.xml.jaxp-provider \ + org.jboss.as.appclient \ + -Djboss.home.dir=\"$JBOSS_HOME\" \ + -Djboss.server.base.dir=\"$JBOSS_HOME/appclient\" \ + "$@" +JBOSS_STATUS=$? +exit $JBOSS_STATUS \ No newline at end of file diff --git a/files/jboss-as-7.1.1/bin/client/README.txt b/files/jboss-as-7.1.1/bin/client/README.txt new file mode 100644 index 0000000..6129f77 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/client/README.txt @@ -0,0 +1,40 @@ +This folder contains a combined client jar for JBoss AS7, for use in non-maven environments. This jar should be used +with standalone clients only, not with deployments are that deployed to an AS7 instance. + +This jar contains the classes required for remote JMS and EJB usage, and consists of the following shaded artifacts: + +org.jboss.spec.javax.jms:jboss-jms-api_1.1_spec +org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec +org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec + +org.jboss:jboss-remote-naming +org.jboss.logging:jboss-logging +org.jboss.marshalling:jboss-marshalling +org.jboss.marshalling:jboss-marshalling-river +org.jboss.remoting3:jboss-remoting +org.jboss.remoting3:remoting-jmx +org.jboss.sasl:jboss-sasl +org.jboss.xnio:xnio-api +org.jboss.xnio:xnio-nio +org.jboss.netty:netty +org.hornetq:hornetq-core-client +org.hornetq:hornetq-jms-client + + +Maven users should not use this jar, but should use the following BOM dependencies instead + + + + org.jboss.as + jboss-as-ejb-client-bom + pom + + + org.jboss.as + jboss-as-jms-client-bom + pom + + + +This is because using maven with a shaded jar has a very high chance of causing class version conflicts, which is why +we do not publish this jar to the maven repository. \ No newline at end of file diff --git a/files/jboss-as-7.1.1/bin/client/jboss-client.jar b/files/jboss-as-7.1.1/bin/client/jboss-client.jar new file mode 100644 index 0000000..b3642e4 Binary files /dev/null and b/files/jboss-as-7.1.1/bin/client/jboss-client.jar differ diff --git a/files/jboss-as-7.1.1/bin/domain.bat b/files/jboss-as-7.1.1/bin/domain.bat new file mode 100644 index 0000000..d3398b4 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/domain.bat @@ -0,0 +1,138 @@ +@echo off +rem ------------------------------------------------------------------------- +rem JBoss Bootstrap Script for Windows +rem ------------------------------------------------------------------------- + +rem $Id$ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +if "%OS%" == "Windows_NT" ( + set "DIRNAME=%~dp0%" +) else ( + set DIRNAME=.\ +) + +rem Read an optional configuration file. +if "x%DOMAIN_CONF%" == "x" ( + set "DOMAIN_CONF=%DIRNAME%domain.conf.bat" +) +if exist "%DOMAIN_CONF%" ( + echo Calling "%DOMAIN_CONF%" + call "%DOMAIN_CONF%" %* +) else ( + echo Config file not found "%DOMAIN_CONF%" +) + +pushd %DIRNAME%.. +set "RESOLVED_JBOSS_HOME=%CD%" +popd + +if "x%JBOSS_HOME%" == "x" ( + set "JBOSS_HOME=%RESOLVED_JBOSS_HOME%" +) + +pushd "%JBOSS_HOME%" +set "SANITIZED_JBOSS_HOME=%CD%" +popd + +if "%RESOLVED_JBOSS_HOME%" NEQ "%SANITIZED_JBOSS_HOME%" ( + echo WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur. +) + +set DIRNAME= + +if "%OS%" == "Windows_NT" ( + set "PROGNAME=%~nx0%" +) else ( + set "PROGNAME=domain.bat" +) + +rem Setup JBoss specific properties +set JAVA_OPTS=-Dprogram.name=%PROGNAME% %JAVA_OPTS% + +if "x%JAVA_HOME%" == "x" ( + set JAVA=java + echo JAVA_HOME is not set. Unexpected results may occur. + echo Set JAVA_HOME to the directory of your local JDK to avoid this message. +) else ( + set "JAVA=%JAVA_HOME%\bin\java" +) + +rem Add -server to the JVM options, if supported +"%JAVA%" -server -version 2>&1 | findstr /I hotspot > nul +if not errorlevel == 1 ( + set "PROCESS_CONTROLLER_JAVA_OPTS=%PROCESS_CONTROLLER_JAVA_OPTS% -server" + set "HOST_CONTROLLER_JAVA_OPTS=%HOST_CONTROLLER_JAVA_OPTS% -server" +) + +rem Find run.jar, or we can't continue +if exist "%JBOSS_HOME%\jboss-modules.jar" ( + set "RUNJAR=%JBOSS_HOME%\jboss-modules.jar" +) else ( + echo Could not locate "%JBOSS_HOME%\jboss-modules.jar". + echo Please check that you are in the bin directory when running this script. + goto END +) + +rem Setup JBoss specific properties + +rem Setup the java endorsed dirs +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed + +rem Set default module root paths +if "x%JBOSS_MODULEPATH%" == "x" ( + set "JBOSS_MODULEPATH=%JBOSS_HOME%\modules" +) + +rem Set the domain base dir +if "x%JBOSS_BASE_DIR%" == "x" ( + set "JBOSS_BASE_DIR=%JBOSS_HOME%\domain" +) +rem Set the domain log dir +if "x%JBOSS_LOG_DIR%" == "x" ( + set "JBOSS_LOG_DIR=%JBOSS_BASE_DIR%\log" +) +rem Set the domain configuration dir +if "x%JBOSS_CONFIG_DIR%" == "x" ( + set "JBOSS_CONFIG_DIR=%JBOSS_BASE_DIR%/configuration" +) + +echo =============================================================================== +echo. +echo JBoss Bootstrap Environment +echo. +echo JBOSS_HOME: %JBOSS_HOME% +echo. +echo JAVA: %JAVA% +echo. +echo JAVA_OPTS: %JAVA_OPTS% +echo. +echo =============================================================================== +echo. + +:RESTART +"%JAVA%" %PROCESS_CONTROLLER_JAVA_OPTS% ^ + "-Dorg.jboss.boot.log.file=%JBOSS_LOG_DIR%\process-controller.log" ^ + "-Dlogging.configuration=file:%JBOSS_CONFIG_DIR%/logging.properties" ^ + -jar "%JBOSS_HOME%\jboss-modules.jar" ^ + -mp "%JBOSS_MODULEPATH%" ^ + org.jboss.as.process-controller ^ + -jboss-home "%JBOSS_HOME%" ^ + -jvm "%JAVA%" ^ + -mp "%JBOSS_MODULEPATH%" ^ + -- ^ + "-Dorg.jboss.boot.log.file=%JBOSS_LOG_DIR%\host-controller.log" ^ + "-Dlogging.configuration=file:%JBOSS_CONFIG_DIR%/logging.properties" ^ + %HOST_CONTROLLER_JAVA_OPTS% ^ + -- ^ + -default-jvm "%JAVA%" ^ + %* + +if ERRORLEVEL 10 goto RESTART + +:END +if "x%NOPAUSE%" == "x" pause + +:END_NO_PAUSE diff --git a/files/jboss-as-7.1.1/bin/domain.conf b/files/jboss-as-7.1.1/bin/domain.conf new file mode 100644 index 0000000..e7480d6 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/domain.conf @@ -0,0 +1,71 @@ +## -*- shell-script -*- ###################################################### +## ## +## JBoss Bootstrap Script Configuration ## +## ## +############################################################################## + +# +# This file is optional; it may be removed if not needed. +# + +# +# Specify the maximum file descriptor limit, use "max" or "maximum" to use +# the default, as queried by the system. +# +# Defaults to "maximum" +# +#MAX_FD="maximum" + +# +# Specify the profiler configuration file to load. +# +# Default is to not load profiler configuration file. +# +#PROFILER="" + +# +# Specify the location of the Java home directory. If set then $JAVA will +# be defined to $JAVA_HOME/bin/java, else $JAVA will be "java". +# +#JAVA_HOME="/opt/java/jdk" + +# +# Specify the exact Java VM executable to use. +# +#JAVA="" + +if [ "x$JBOSS_MODULES_SYSTEM_PKGS" = "x" ]; then + JBOSS_MODULES_SYSTEM_PKGS="org.jboss.byteman" +fi + +# +# Specify options to pass to the Java VM. +# +if [ "x$JAVA_OPTS" = "x" ]; then + JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" + JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true" + JAVA_OPTS="$JAVA_OPTS -Djboss.domain.default.config=domain.xml -Djboss.host.default.config=host.xml" +else + echo "JAVA_OPTS already set in environment; overriding default settings with values: $JAVA_OPTS" +fi + +# Use JBoss Modules lockless mode +#JAVA_OPTS="$JAVA_OPTS -Djboss.modules.lockless=true" + +# The ProcessController process uses its own set of java options +if [ "x$PROCESS_CONTROLLER_JAVA_OPTS" = "x" ]; then + PROCESS_CONTROLLER_JAVA_OPTS="$JAVA_OPTS" +fi + +# The HostController process uses its own set of java options +if [ "x$HOST_CONTROLLER_JAVA_OPTS" = "x" ]; then + HOST_CONTROLLER_JAVA_OPTS="$JAVA_OPTS" +fi + +# Sample JPDA settings for remote socket debuging. +#PROCESS_CONTROLLER_JAVA_OPTS="$PROCESS_CONTROLLER_JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8788,server=y,suspend=n" +#HOST_CONTROLLER_JAVA_OPTS="$HOST_CONTROLLER_JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" + +# Sample JPDA settings for shared memory debugging +#PROCESS_CONTROLLER_JAVA_OPTS="$PROCESS_CONTROLLER_JAVA_OPTS -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss" +#HOST_CONTROLLER_JAVA_OPTS="$HOST_CONTROLLER_JAVA_OPTS -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss" diff --git a/files/jboss-as-7.1.1/bin/domain.conf.bat b/files/jboss-as-7.1.1/bin/domain.conf.bat new file mode 100644 index 0000000..293757d --- /dev/null +++ b/files/jboss-as-7.1.1/bin/domain.conf.bat @@ -0,0 +1,79 @@ +rem ### -*- batch file -*- ###################################################### +rem # ## +rem # JBoss Bootstrap Script Configuration ## +rem # ## +rem ############################################################################# + +rem # $Id: run.conf.bat 88820 2009-05-13 15:25:44Z dimitris@jboss.org $ + +rem # +rem # This batch file is executed by run.bat to initialize the environment +rem # variables that run.bat uses. It is recommended to use this file to +rem # configure these variables, rather than modifying run.bat itself. +rem # + +if not "x%JAVA_OPTS%" == "x" ( + echo "JAVA_OPTS already set in environment; overriding default settings with values: %JAVA_OPTS%" + goto JAVA_OPTS_SET +) + +rem # +rem # Specify the JBoss Profiler configuration file to load. +rem # +rem # Default is to not load a JBoss Profiler configuration file. +rem # +rem set "PROFILER=%JBOSS_HOME%\bin\jboss-profiler.properties" + +rem # +rem # Specify the location of the Java home directory (it is recommended that +rem # this always be set). If set, then "%JAVA_HOME%\bin\java" will be used as +rem # the Java VM executable; otherwise, "%JAVA%" will be used (see below). +rem # +rem set "JAVA_HOME=C:\opt\jdk1.6.0_23" + +rem # +rem # Specify the exact Java VM executable to use - only used if JAVA_HOME is +rem # not set. Default is "java". +rem # +rem set "JAVA=C:\opt\jdk1.6.0_23\bin\java" + +rem # +rem # Specify options to pass to the Java VM. Note, there are some additional +rem # options that are always passed by run.bat. +rem # + +rem # JVM memory allocation pool parameters - modify as appropriate. +set "JAVA_OPTS=-Xms64M -Xmx512M -XX:MaxPermSize=256M" + +rem # Reduce the RMI GCs to once per hour for Sun JVMs. +set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true" + +rem # Warn when resolving remote XML DTDs or schemas. +set "JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true" + +rem # Make Byteman classes visible in all module loaders +rem # This is necessary to inject Byteman rules into AS7 deployments +set "JAVA_OPTS=%JAVA_OPTS% -Djboss.modules.system.pkgs=org.jboss.byteman" + +rem # Set the default configuration files to use if -c, --domain-config or --host-config are not used +set "JAVA_OPTS=%JAVA_OPTS% -Djboss.domain.default.config=domain.xml -Djboss.host.default.config=host.xml" + +rem # Use JBoss Modules lockless mode +rem set "JAVA_OPTS=%JAVA_OPTS% -Djboss.modules.lockless=true" + +rem The ProcessController process uses its own set of java options +set "PROCESS_CONTROLLER_JAVA_OPTS=%JAVA_OPTS%" + +rem The HostController process uses its own set of java options +set "HOST_CONTROLLER_JAVA_OPTS=%JAVA_OPTS%" + +rem # Sample JPDA settings for remote socket debugging +rem set "PROCESS_CONTROLLER_JAVA_OPTS=%PROCESS_CONTROLLER_JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=8788,server=y,suspend=n" +rem set "HOST_CONTROLLER_JAVA_OPTS=%HOST_CONTROLLER_JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" + +rem # Sample JPDA settings for shared memory debugging +rem set "PROCESS_CONTROLLER_JAVA_OPTS=%PROCESS_CONTROLLER_JAVA_OPTS% -Xrunjdwp:transport=dt_shmem,address=jboss,server=y,suspend=n" +rem set "HOST_CONTROLLER_JAVA_OPTS=%HOST_CONTROLLER_JAVA_OPTS% -Xrunjdwp:transport=dt_shmem,address=jboss,server=y,suspend=n" + +:JAVA_OPTS_SET + diff --git a/files/jboss-as-7.1.1/bin/domain.sh b/files/jboss-as-7.1.1/bin/domain.sh new file mode 100755 index 0000000..adf4f9a --- /dev/null +++ b/files/jboss-as-7.1.1/bin/domain.sh @@ -0,0 +1,245 @@ +#!/bin/sh + +DIRNAME=`dirname "$0"` +PROGNAME=`basename "$0"` +GREP="grep" + +# Use the maximum available, or set MAX_FD != -1 to use that +MAX_FD="maximum" + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +darwin=false; +linux=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; + + Darwin*) + darwin=true + ;; + + Linux) + linux=true + ;; +esac + +# Read an optional running configuration file +if [ "x$DOMAIN_CONF" = "x" ]; then + DOMAIN_CONF="$DIRNAME/domain.conf" +fi +if [ -r "$DOMAIN_CONF" ]; then + . "$DOMAIN_CONF" +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$JAVAC_JAR" ] && + JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"` +fi + +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME"; pwd` + if [ "$RESOLVED_JBOSS_HOME" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +# Check for -d32/-d64 in JAVA_OPTS +JVM_OPTVERSION="-version" +JVM_D64_OPTION=`echo $JAVA_OPTS | $GREP "\-d64"` +JVM_D32_OPTION=`echo $JAVA_OPTS | $GREP "\-d32"` +test "x$JVM_D64_OPTION" != "x" && JVM_OPTVERSION="-d64 $JVM_OPTVERSION" +test "x$JVM_D32_OPTION" != "x" && JVM_OPTVERSION="-d32 $JVM_OPTVERSION" + +# If -server not set in JAVA_OPTS, set it, if supported +SERVER_SET=`echo $JAVA_OPTS | $GREP "\-server"` +if [ "x$SERVER_SET" = "x" ]; then + + # Check for SUN(tm) JVM w/ HotSpot support + if [ "x$HAS_HOTSPOT" = "x" ]; then + HAS_HOTSPOT=`"$JAVA" $JVM_OPTVERSION -version 2>&1 | $GREP -i HotSpot` + fi + + # Check for OpenJDK JVM w/server support + if [ "x$HAS_OPENJDK_" = "x" ]; then + HAS_OPENJDK=`"$JAVA" $JVM_OPTVERSION 2>&1 | $GREP -i OpenJDK` + fi + + # Enable -server if we have Hotspot or OpenJDK, unless we can't + if [ "x$HAS_HOTSPOT" != "x" -o "x$HAS_OPENJDK" != "x" ]; then + # MacOS does not support -server flag + if [ "$darwin" != "true" ]; then + PROCESS_CONTROLLER_JAVA_OPTS="-server $PROCESS_CONTROLLER_JAVA_OPTS" + HOST_CONTROLLER_JAVA_OPTS="-server $HOST_CONTROLLER_JAVA_OPTS" + JVM_OPTVERSION="-server $JVM_OPTVERSION" + fi + fi +else + JVM_OPTVERSION="-server $JVM_OPTVERSION" +fi + +if [ "x$JBOSS_MODULEPATH" = "x" ]; then + JBOSS_MODULEPATH="$JBOSS_HOME/modules" +fi + +if $linux; then + # consolidate the host-controller and command line opts + HOST_CONTROLLER_OPTS="$HOST_CONTROLLER_JAVA_OPTS $@" + # process the host-controller options + for var in $HOST_CONTROLLER_OPTS + do + case $var in + -Djboss.domain.base.dir=*) + JBOSS_BASE_DIR=`readlink -m ${var#*=}` + ;; + -Djboss.domain.log.dir=*) + JBOSS_LOG_DIR=`readlink -m ${var#*=}` + ;; + -Djboss.domain.config.dir=*) + JBOSS_CONFIG_DIR=`readlink -m ${var#*=}` + ;; + esac + done +fi +# determine the default base dir, if not set +if [ "x$JBOSS_BASE_DIR" = "x" ]; then + JBOSS_BASE_DIR="$JBOSS_HOME/domain" +fi +# determine the default log dir, if not set +if [ "x$JBOSS_LOG_DIR" = "x" ]; then + JBOSS_LOG_DIR="$JBOSS_BASE_DIR/log" +fi +# determine the default configuration dir, if not set +if [ "x$JBOSS_CONFIG_DIR" = "x" ]; then + JBOSS_CONFIG_DIR="$JBOSS_BASE_DIR/configuration" +fi + +# Setup the java path to invoke from JVM +# Needed to start domain from cygwin when the JAVA path will result in an invalid path +JAVA_FROM_JVM="$JAVA" + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + JAVA_FROM_JVM=`cygpath --path --absolute --windows "$JAVA_FROM_JVM"` + JBOSS_BASE_DIR=`cygpath --path --windows "$JBOSS_BASE_DIR"` + JBOSS_LOG_DIR=`cygpath --path --windows "$JBOSS_LOG_DIR"` + JBOSS_CONFIG_DIR=`cygpath --path --windows "$JBOSS_CONFIG_DIR"` + JBOSS_MODULEPATH=`cygpath --path --windows "$JBOSS_MODULEPATH"` +fi + +# Display our environment +echo "=========================================================================" +echo "" +echo " JBoss Bootstrap Environment" +echo "" +echo " JBOSS_HOME: $JBOSS_HOME" +echo "" +echo " JAVA: $JAVA" +echo "" +echo " JAVA_OPTS: $JAVA_OPTS" +echo "" +echo "=========================================================================" +echo "" + +while true; do + if [ "x$LAUNCH_JBOSS_IN_BACKGROUND" = "x" ]; then + # Execute the JVM in the foreground + eval \"$JAVA\" -D\"[Process Controller]\" $PROCESS_CONTROLLER_JAVA_OPTS \ + \"-Dorg.jboss.boot.log.file=$JBOSS_LOG_DIR/process-controller.log\" \ + \"-Dlogging.configuration=file:$JBOSS_CONFIG_DIR/logging.properties\" \ + -jar \"$JBOSS_HOME/jboss-modules.jar\" \ + -mp \"${JBOSS_MODULEPATH}\" \ + org.jboss.as.process-controller \ + -jboss-home \"$JBOSS_HOME\" \ + -jvm \"$JAVA_FROM_JVM\" \ + -mp \"${JBOSS_MODULEPATH}\" \ + -- \ + \"-Dorg.jboss.boot.log.file=$JBOSS_LOG_DIR/host-controller.log\" \ + \"-Dlogging.configuration=file:$JBOSS_CONFIG_DIR/logging.properties\" \ + $HOST_CONTROLLER_JAVA_OPTS \ + -- \ + -default-jvm \"$JAVA_FROM_JVM\" \ + "$@" + JBOSS_STATUS=$? + else + # Execute the JVM in the background + eval \"$JAVA\" -D\"[Process Controller]\" $PROCESS_CONTROLLER_JAVA_OPTS \ + \"-Dorg.jboss.boot.log.file=$JBOSS_LOG_DIR/process-controller.log\" \ + \"-Dlogging.configuration=file:$JBOSS_CONFIG_DIR/logging.properties\" \ + -jar \"$JBOSS_HOME/jboss-modules.jar\" \ + -mp \"${JBOSS_MODULEPATH}\" \ + org.jboss.as.process-controller \ + -jboss-home \"$JBOSS_HOME\" \ + -jvm \"$JAVA_FROM_JVM\" \ + -mp \"${JBOSS_MODULEPATH}\" \ + -- \ + \"-Dorg.jboss.boot.log.file=$JBOSS_LOG_DIR/host-controller.log\" \ + \"-Dlogging.configuration=file:$JBOSS_CONFIG_DIR/logging.properties\" \ + $HOST_CONTROLLER_JAVA_OPTS \ + -- \ + -default-jvm \"$JAVA_FROM_JVM\" \ + "$@" "&" + JBOSS_PID=$! + # Trap common signals and relay them to the jboss process + trap "kill -HUP $JBOSS_PID" HUP + trap "kill -TERM $JBOSS_PID" INT + trap "kill -QUIT $JBOSS_PID" QUIT + trap "kill -PIPE $JBOSS_PID" PIPE + trap "kill -TERM $JBOSS_PID" TERM + if [ "x$JBOSS_PIDFILE" != "x" ]; then + echo $JBOSS_PID > $JBOSS_PIDFILE + fi + # Wait until the background process exits + WAIT_STATUS=128 + while [ "$WAIT_STATUS" -ge 128 ]; do + wait $JBOSS_PID 2>/dev/null + WAIT_STATUS=$? + if [ "$WAIT_STATUS" -gt 128 ]; then + SIGNAL=`expr $WAIT_STATUS - 128` + SIGNAL_NAME=`kill -l $SIGNAL` + echo "*** JBossAS process ($JBOSS_PID) received $SIGNAL_NAME signal ***" >&2 + fi + done + if [ "$WAIT_STATUS" -lt 127 ]; then + JBOSS_STATUS=$WAIT_STATUS + else + JBOSS_STATUS=0 + fi + if [ "$JBOSS_STATUS" -ne 10 ]; then + # Wait for a complete shudown + wait $JBOSS_PID 2>/dev/null + fi + if [ "x$JBOSS_PIDFILE" != "x" ]; then + grep "$JBOSS_PID" $JBOSS_PIDFILE && rm $JBOSS_PIDFILE + fi + fi + if [ "$JBOSS_STATUS" -eq 10 ]; then + echo "Restarting JBoss..." + else + exit $JBOSS_STATUS + fi +done diff --git a/files/jboss-as-7.1.1/bin/init.d/jboss-as-standalone.sh b/files/jboss-as-7.1.1/bin/init.d/jboss-as-standalone.sh new file mode 100755 index 0000000..7b91e90 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/init.d/jboss-as-standalone.sh @@ -0,0 +1,175 @@ +#!/bin/sh +# +# JBoss standalone control script +# +# chkconfig: - 80 20 +# description: JBoss AS Standalone +# processname: standalone +# pidfile: /var/run/jboss-as/jboss-as-standalone.pid +# config: /etc/jboss-as/jboss-as.conf + +# Source function library. +. /etc/init.d/functions + +# Load Java configuration. +[ -r /etc/java/java.conf ] && . /etc/java/java.conf +export JAVA_HOME + +# Load JBoss AS init.d configuration. +if [ -z "$JBOSS_CONF" ]; then + JBOSS_CONF="/etc/jboss-as/jboss-as.conf" +fi + +[ -r "$JBOSS_CONF" ] && . "${JBOSS_CONF}" + +# Set defaults. + +if [ -z "$JBOSS_HOME" ]; then + JBOSS_HOME=/usr/share/jboss-as +fi +export JBOSS_HOME + +if [ -z "$JBOSS_PIDFILE" ]; then + JBOSS_PIDFILE=/var/run/jboss-as/jboss-as-standalone.pid +fi +export JBOSS_PIDFILE + +if [ -z "$JBOSS_CONSOLE_LOG" ]; then + JBOSS_CONSOLE_LOG=/var/log/jboss-as/console.log +fi + +if [ -z "$STARTUP_WAIT" ]; then + STARTUP_WAIT=30 +fi + +if [ -z "$SHUTDOWN_WAIT" ]; then + SHUTDOWN_WAIT=30 +fi + +if [ -z "$JBOSS_CONFIG" ]; then + JBOSS_CONFIG=standalone.xml +fi + +JBOSS_SCRIPT=$JBOSS_HOME/bin/standalone.sh + +prog='jboss-as' + +CMD_PREFIX='' + +if [ ! -z "$JBOSS_USER" ]; then + if [ -x /etc/rc.d/init.d/functions ]; then + CMD_PREFIX="daemon --user $JBOSS_USER" + else + CMD_PREFIX="su - $JBOSS_USER -c" + fi +fi + +start() { + echo -n "Starting $prog: " + if [ -f $JBOSS_PIDFILE ]; then + read ppid < $JBOSS_PIDFILE + if [ `ps --pid $ppid 2> /dev/null | grep -c $ppid 2> /dev/null` -eq '1' ]; then + echo -n "$prog is already running" + failure + echo + return 1 + else + rm -f $JBOSS_PIDFILE + fi + fi + mkdir -p $(dirname $JBOSS_CONSOLE_LOG) + cat /dev/null > $JBOSS_CONSOLE_LOG + + mkdir -p $(dirname $JBOSS_PIDFILE) + chown $JBOSS_USER $(dirname $JBOSS_PIDFILE) || true + #$CMD_PREFIX JBOSS_PIDFILE=$JBOSS_PIDFILE $JBOSS_SCRIPT 2>&1 > $JBOSS_CONSOLE_LOG & + #$CMD_PREFIX JBOSS_PIDFILE=$JBOSS_PIDFILE $JBOSS_SCRIPT & + + if [ ! -z "$JBOSS_USER" ]; then + if [ -x /etc/rc.d/init.d/functions ]; then + daemon --user $JBOSS_USER LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=$JBOSS_PIDFILE $JBOSS_SCRIPT -c $JBOSS_CONFIG 2>&1 > $JBOSS_CONSOLE_LOG & + else + su - $JBOSS_USER -c "LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=$JBOSS_PIDFILE $JBOSS_SCRIPT -c $JBOSS_CONFIG" 2>&1 > $JBOSS_CONSOLE_LOG & + fi + fi + + count=0 + launched=false + + until [ $count -gt $STARTUP_WAIT ] + do + grep 'JBoss AS.*started in' $JBOSS_CONSOLE_LOG > /dev/null + if [ $? -eq 0 ] ; then + launched=true + break + fi + sleep 1 + let count=$count+1; + done + + success + echo + return 0 +} + +stop() { + echo -n $"Stopping $prog: " + count=0; + + if [ -f $JBOSS_PIDFILE ]; then + read kpid < $JBOSS_PIDFILE + let kwait=$SHUTDOWN_WAIT + + # Try issuing SIGTERM + + kill -15 $kpid + until [ `ps --pid $kpid 2> /dev/null | grep -c $kpid 2> /dev/null` -eq '0' ] || [ $count -gt $kwait ] + do + sleep 1 + let count=$count+1; + done + + if [ $count -gt $kwait ]; then + kill -9 $kpid + fi + fi + rm -f $JBOSS_PIDFILE + success + echo +} + +status() { + if [ -f $JBOSS_PIDFILE ]; then + read ppid < $JBOSS_PIDFILE + if [ `ps --pid $ppid 2> /dev/null | grep -c $ppid 2> /dev/null` -eq '1' ]; then + echo "$prog is running (pid $ppid)" + return 0 + else + echo "$prog dead but pid file exists" + return 1 + fi + fi + echo "$prog is not running" + return 3 +} + +case "$1" in + start) + start + ;; + stop) + stop + ;; + restart) + $0 stop + $0 start + ;; + status) + status + ;; + *) + ## If no parameters are given, print which are avaiable. + echo "Usage: $0 {start|stop|status|restart|reload}" + exit 1 + ;; +esac diff --git a/files/jboss-as-7.1.1/bin/init.d/jboss-as.conf b/files/jboss-as-7.1.1/bin/init.d/jboss-as.conf new file mode 100644 index 0000000..0bfc942 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/init.d/jboss-as.conf @@ -0,0 +1,18 @@ +# General configuration for the init.d scripts, +# not necessarily for JBoss AS itself. + +# The username who should own the process. +# +# JBOSS_USER=jboss-as + +# The amount of time to wait for startup +# +# STARTUP_WAIT=30 + +# The amount of time to wait for shutdown +# +# SHUTDOWN_WAIT=30 + +# Location to keep the console log +# +# JBOSS_CONSOLE_LOG=/var/log/jboss-as/console.log diff --git a/files/jboss-as-7.1.1/bin/jboss-cli.bat b/files/jboss-as-7.1.1/bin/jboss-cli.bat new file mode 100644 index 0000000..0fba698 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/jboss-cli.bat @@ -0,0 +1,68 @@ +@echo off +rem ------------------------------------------------------------------------- +rem JBoss Admin CLI Script for Windows +rem ------------------------------------------------------------------------- + +rem $Id$ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +if "%OS%" == "Windows_NT" ( + set "DIRNAME=%~dp0%" +) else ( + set DIRNAME=.\ +) + +pushd %DIRNAME%.. +set "RESOLVED_JBOSS_HOME=%CD%" +popd + +if "x%JBOSS_HOME%" == "x" ( + set "JBOSS_HOME=%RESOLVED_JBOSS_HOME%" +) + +pushd "%JBOSS_HOME%" +set "SANITIZED_JBOSS_HOME=%CD%" +popd + +if "%RESOLVED_JBOSS_HOME%" NEQ "%SANITIZED_JBOSS_HOME%" ( + echo WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur. +) + +set DIRNAME= + +if "%OS%" == "Windows_NT" ( + set "PROGNAME=%~nx0%" +) else ( + set "PROGNAME=jboss-cli.bat" +) + +rem Setup JBoss specific properties +set JAVA_OPTS=-Dprogram.name=%PROGNAME% %JAVA_OPTS% + +if "x%JAVA_HOME%" == "x" ( + set JAVA=java + echo JAVA_HOME is not set. Unexpected results may occur. + echo Set JAVA_HOME to the directory of your local JDK to avoid this message. +) else ( + set "JAVA=%JAVA_HOME%\bin\java" +) + +rem Find run.jar, or we can't continue +if exist "%JBOSS_HOME%\jboss-modules.jar" ( + set "RUNJAR=%JBOSS_HOME%\jboss-modules.jar" +) else ( + echo Could not locate "%JBOSS_HOME%\jboss-modules.jar". + echo Please check that you are in the bin directory when running this script. + goto END +) + +"%JAVA%" %JAVA_OPTS% ^ + -jar "%JBOSS_HOME%\jboss-modules.jar" ^ + -mp "%JBOSS_HOME%\modules" ^ + org.jboss.as.cli ^ + %* + +:END +if "x%NOPAUSE%" == "x" pause diff --git a/files/jboss-as-7.1.1/bin/jboss-cli.sh b/files/jboss-as-7.1.1/bin/jboss-cli.sh new file mode 100755 index 0000000..a9d1c5d --- /dev/null +++ b/files/jboss-as-7.1.1/bin/jboss-cli.sh @@ -0,0 +1,70 @@ +#!/bin/sh + +DIRNAME=`dirname "$0"` + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +darwin=false; +linux=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; + + Darwin*) + darwin=true + ;; + + Linux) + linux=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$JAVAC_JAR" ] && + JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"` +fi + +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME"; pwd` + if [ "$RESOLVED_JBOSS_HOME" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` +fi + +if $darwin ; then + # Add the apple gui packages for the gui client + JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=com.apple.laf,com.apple.laf.resources" +fi + +# Sample JPDA settings for remote socket debugging +#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" + +eval \"$JAVA\" $JAVA_OPTS -jar \"$JBOSS_HOME/jboss-modules.jar\" -mp \"$JBOSS_HOME/modules\" org.jboss.as.cli '"$@"' diff --git a/files/jboss-as-7.1.1/bin/jboss-cli.xml b/files/jboss-as-7.1.1/bin/jboss-cli.xml new file mode 100644 index 0000000..d2220ce --- /dev/null +++ b/files/jboss-as-7.1.1/bin/jboss-cli.xml @@ -0,0 +1,21 @@ + + + + + + + + localhost + 9999 + + + + + true + .jboss-cli-history + ${user.home} + 500 + + diff --git a/files/jboss-as-7.1.1/bin/jconsole.bat b/files/jboss-as-7.1.1/bin/jconsole.bat new file mode 100644 index 0000000..4c7ed4d --- /dev/null +++ b/files/jboss-as-7.1.1/bin/jconsole.bat @@ -0,0 +1,93 @@ +@echo off +rem ------------------------------------------------------------------------- +rem jconsole script for Windows +rem ------------------------------------------------------------------------- +rem +rem A script for running jconsole with the remoting-jmx libraries on the classpath. + +rem $Id$ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +if "%OS%" == "Windows_NT" ( + set "DIRNAME=%~dp0%" +) else ( + set DIRNAME=.\ +) + +pushd %DIRNAME%.. +set "RESOLVED_JBOSS_HOME=%CD%" +popd + +if "x%JBOSS_HOME%" == "x" ( + set "JBOSS_HOME=%RESOLVED_JBOSS_HOME%" +) + +pushd "%JBOSS_HOME%" +set "SANITIZED_JBOSS_HOME=%CD%" +popd + +if "%RESOLVED_JBOSS_HOME%" NEQ "%SANITIZED_JBOSS_HOME%" ( + echo WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur. +) + +set DIRNAME= + +if "%OS%" == "Windows_NT" ( + set "PROGNAME=%~nx0%" +) else ( + set "PROGNAME=jdr.bat" +) + +rem Setup JBoss specific properties +if "x%JAVA_HOME%" == "x" ( + echo JAVA_HOME is not set. Unable to locate the jars needed to run jconsole. + goto END +) + +rem Find jboss-modules.jar, or we can't continue +if exist "%JBOSS_HOME%\jboss-modules.jar" ( + set "RUNJAR=%JBOSS_HOME%\jboss-modules.jar" +) else ( + echo Could not locate "%JBOSS_HOME%\jboss-modules.jar". + echo Please check that you are in the bin directory when running this script. + goto END +) + +rem Set default module root paths +if "x%JBOSS_MODULEPATH%" == "x" ( + set "JBOSS_MODULEPATH=%JBOSS_HOME%\modules" +) + +rem Setup The Classpath + +set CLASSPATH=%JAVA_HOME%\lib\jconsole.jar +set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\tools.jar + +call :SearchForJars %JBOSS_MODULEPATH%\org\jboss\remoting3\remoting-jmx\main +call :SearchForJars %JBOSS_MODULEPATH%\org\jboss\remoting3\main +call :SearchForJars %JBOSS_MODULEPATH%\org\jboss\logging\main +call :SearchForJars %JBOSS_MODULEPATH%\org\jboss\xnio\main +call :SearchForJars %JBOSS_MODULEPATH%\org\jboss\xnio\nio\main +call :SearchForJars %JBOSS_MODULEPATH%\org\jboss\sasl\main +call :SearchForJars %JBOSS_MODULEPATH%\org\jboss\marshalling\main +call :SearchForJars %JBOSS_MODULEPATH%\org\jboss\marshalling\river\main + +echo %CLASSPATH% + +"%JAVA_HOME%\bin\jconsole.exe" -J"-Djava.class.path=%CLASSPATH%" + +:END +goto :EOF + +:SearchForJars +pushd %1 +for %%j in (*.jar) do call :ClasspathAdd %1\%%j +popd +goto :EOF + +:ClasspathAdd +SET CLASSPATH=%CLASSPATH%;%1 + +:EOF \ No newline at end of file diff --git a/files/jboss-as-7.1.1/bin/jconsole.sh b/files/jboss-as-7.1.1/bin/jconsole.sh new file mode 100755 index 0000000..97f38be --- /dev/null +++ b/files/jboss-as-7.1.1/bin/jconsole.sh @@ -0,0 +1,89 @@ +#!/bin/sh + +DIRNAME=`dirname "$0"` +GREP="grep" + +# Use the maximum available, or set MAX_FD != -1 to use that +MAX_FD="maximum" + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +darwin=false; +linux=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; + + Darwin*) + darwin=true + ;; + + Linux) + linux=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$JAVAC_JAR" ] && + JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"` +fi + +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME"; pwd` + if [ "$RESOLVED_JBOSS_HOME" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +if [ "x$JBOSS_MODULEPATH" = "x" ]; then + JBOSS_MODULEPATH="$JBOSS_HOME/modules" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + JBOSS_CLASSPATH=`cygpath --path --windows "$JBOSS_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` + JBOSS_MODULEPATH=`cygpath --path --windows "$JBOSS_MODULEPATH"` +fi + +CLASSPATH=$JAVA_HOME/lib/jconsole.jar +CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/tools.jar + +MODULES="org/jboss/remoting3/remoting-jmx org/jboss/remoting3 org/jboss/logging org/jboss/xnio org/jboss/xnio/nio org/jboss/sasl org/jboss/marshalling org/jboss/marshalling/river" + +for MODULE in $MODULES +do + for JAR in `cd "$JBOSS_MODULEPATH/$MODULE/main/" && ls -1 *.jar` + do + CLASSPATH="$CLASSPATH:$JBOSS_MODULEPATH/$MODULE/main/$JAR" + done +done + + +echo CLASSPATH $CLASSPATH + +jconsole -J-Djava.class.path="$CLASSPATH" diff --git a/files/jboss-as-7.1.1/bin/jdr.bat b/files/jboss-as-7.1.1/bin/jdr.bat new file mode 100644 index 0000000..bd1cf5f --- /dev/null +++ b/files/jboss-as-7.1.1/bin/jdr.bat @@ -0,0 +1,79 @@ +@echo off +rem ------------------------------------------------------------------------- +rem JBoss Diagnostic Report (JDR) Script for Windows +rem ------------------------------------------------------------------------- +rem +rem This script creates a JDR report containing useful information for +rem diagnosing problems with the application server. The report consists +rem of a zip file containing log files, configuration, a list of all files +rem in the distribution and, if available, runtime metrics. + +rem $Id$ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +if "%OS%" == "Windows_NT" ( + set "DIRNAME=%~dp0%" +) else ( + set DIRNAME=.\ +) + +pushd %DIRNAME%.. +set "RESOLVED_JBOSS_HOME=%CD%" +popd + +if "x%JBOSS_HOME%" == "x" ( + set "JBOSS_HOME=%RESOLVED_JBOSS_HOME%" +) + +pushd "%JBOSS_HOME%" +set "SANITIZED_JBOSS_HOME=%CD%" +popd + +if "%RESOLVED_JBOSS_HOME%" NEQ "%SANITIZED_JBOSS_HOME%" ( + echo WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur. +) + +set DIRNAME= + +if "%OS%" == "Windows_NT" ( + set "PROGNAME=%~nx0%" +) else ( + set "PROGNAME=jdr.bat" +) + +rem Setup JBoss specific properties +if "x%JAVA_HOME%" == "x" ( + set JAVA=java + echo JAVA_HOME is not set. Unexpected results may occur. + echo Set JAVA_HOME to the directory of your local JDK to avoid this message. +) else ( + set "JAVA=%JAVA_HOME%\bin\java" +) + +rem Find jboss-modules.jar, or we can't continue +if exist "%JBOSS_HOME%\jboss-modules.jar" ( + set "RUNJAR=%JBOSS_HOME%\jboss-modules.jar" +) else ( + echo Could not locate "%JBOSS_HOME%\jboss-modules.jar". + echo Please check that you are in the bin directory when running this script. + goto END +) + +rem Setup JBoss specific properties + +rem Setup the java endorsed dirs +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed + +rem Set default module root paths +if "x%JBOSS_MODULEPATH%" == "x" ( + set "JBOSS_MODULEPATH=%JBOSS_HOME%\modules" +) + +"%JAVA%" ^ + -jar "%JBOSS_HOME%\jboss-modules.jar" ^ + -mp "%JBOSS_MODULEPATH%" ^ + org.jboss.as.jdr ^ + -Djboss.home.dir="%JBOSS_HOME%" ^ + %* diff --git a/files/jboss-as-7.1.1/bin/jdr.sh b/files/jboss-as-7.1.1/bin/jdr.sh new file mode 100755 index 0000000..1e51c9c --- /dev/null +++ b/files/jboss-as-7.1.1/bin/jdr.sh @@ -0,0 +1,70 @@ +#!/bin/sh + +# JBoss Diagnostic Reporter (JDR) +# +# This script creates a JDR report containing useful information for +# diagnosing problems with the application server. The report consists +# of a zip file containing log files, configuration, a list of all files +# in the distribution and, if available, runtime metrics. +# + +DIRNAME=`dirname "$0"` + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +if [ `uname|grep -i CYGWIN` ]; then + cygwin = true; +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$JAVAC_JAR" ] && + JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"` +fi + +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME"; pwd` + if [ "$RESOLVED_JBOSS_HOME" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +if [ "x$JBOSS_MODULEPATH" = "x" ]; then + JBOSS_MODULEPATH="$JBOSS_HOME/modules" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + JBOSS_CLASSPATH=`cygpath --path --windows "$JBOSS_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` + JBOSS_MODULEPATH=`cygpath --path --windows "$JBOSS_MODULEPATH"` +fi + +eval \"$JAVA\" $JAVA_OPTS \ + -Djboss.home.dir=\"$JBOSS_HOME\" \ + -jar \"$JBOSS_HOME/jboss-modules.jar\" \ + -mp \"${JBOSS_MODULEPATH}\" \ + org.jboss.as.jdr \ + "$@" diff --git a/files/jboss-as-7.1.1/bin/run.bat b/files/jboss-as-7.1.1/bin/run.bat new file mode 100644 index 0000000..1a18811 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/run.bat @@ -0,0 +1,9 @@ +@ECHO OFF +REM Placeholder for people used to run.bat from older version redirecting them to read the readme +echo. +echo ======================================================================================= +echo. +echo To start JBoss Application Server please see %CD%\..\README.txt +echo. +echo ======================================================================================== +echo. \ No newline at end of file diff --git a/files/jboss-as-7.1.1/bin/run.sh b/files/jboss-as-7.1.1/bin/run.sh new file mode 100755 index 0000000..d43bed6 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/run.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# Placeholder for people used to run.sh from older version redirecting them to read the readme +echo +echo ======================================================================================== +echo +echo To start JBoss Application Server please see `pwd`/../README.txt +echo +echo ======================================================================================== +echo \ No newline at end of file diff --git a/files/jboss-as-7.1.1/bin/standalone.bat b/files/jboss-as-7.1.1/bin/standalone.bat new file mode 100644 index 0000000..2ca7c94 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/standalone.bat @@ -0,0 +1,153 @@ +@echo off +rem ------------------------------------------------------------------------- +rem JBoss Bootstrap Script for Windows +rem ------------------------------------------------------------------------- + +rem $Id$ + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +if "%OS%" == "Windows_NT" ( + set "DIRNAME=%~dp0%" +) else ( + set DIRNAME=.\ +) + +rem Read an optional configuration file. +if "x%STANDALONE_CONF%" == "x" ( + set "STANDALONE_CONF=%DIRNAME%standalone.conf.bat" +) +if exist "%STANDALONE_CONF%" ( + echo Calling "%STANDALONE_CONF%" + call "%STANDALONE_CONF%" %* +) else ( + echo Config file not found "%STANDALONE_CONF%" +) + +pushd %DIRNAME%.. +set "RESOLVED_JBOSS_HOME=%CD%" +popd + +if "x%JBOSS_HOME%" == "x" ( + set "JBOSS_HOME=%RESOLVED_JBOSS_HOME%" +) + +pushd "%JBOSS_HOME%" +set "SANITIZED_JBOSS_HOME=%CD%" +popd + +if "%RESOLVED_JBOSS_HOME%" NEQ "%SANITIZED_JBOSS_HOME%" ( + echo WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur. +) + +set DIRNAME= + +if "%OS%" == "Windows_NT" ( + set "PROGNAME=%~nx0%" +) else ( + set "PROGNAME=standalone.bat" +) + +rem Setup JBoss specific properties +set JAVA_OPTS=-Dprogram.name=%PROGNAME% %JAVA_OPTS% + +if "x%JAVA_HOME%" == "x" ( + set JAVA=java + echo JAVA_HOME is not set. Unexpected results may occur. + echo Set JAVA_HOME to the directory of your local JDK to avoid this message. +) else ( + set "JAVA=%JAVA_HOME%\bin\java" +) + +if not "%PRESERVE_JAVA_OPTS%" == "true" ( + rem Add -client to the JVM options, if supported (32 bit VM), and not overriden + echo "%JAVA_OPTS%" | findstr /I \-server > nul + if errorlevel == 1 ( + "%JAVA%" -client -version 2>&1 | findstr /I /C:"Client VM" > nul + if not errorlevel == 1 ( + set "JAVA_OPTS=-client %JAVA_OPTS%" + ) + ) + + rem Add compressed oops, if supported (64 bit VM), and not overriden + echo "%JAVA_OPTS%" | findstr /I "\-XX:\-UseCompressedOops \-client" > nul + if errorlevel == 1 ( + "%JAVA%" -XX:+UseCompressedOops -version > nul 2>&1 + if not errorlevel == 1 ( + set "JAVA_OPTS=-XX:+UseCompressedOops %JAVA_OPTS%" + ) + ) + + rem Add tiered compilation, if supported (64 bit VM), and not overriden + echo "%JAVA_OPTS%" | findstr /I "\-XX:\-TieredCompilation \-client" > nul + if errorlevel == 1 ( + "%JAVA%" -XX:+TieredCompilation -version > nul 2>&1 + if not errorlevel == 1 ( + set "JAVA_OPTS=-XX:+TieredCompilation %JAVA_OPTS%" + ) + ) +) + +rem Find jboss-modules.jar, or we can't continue +if exist "%JBOSS_HOME%\jboss-modules.jar" ( + set "RUNJAR=%JBOSS_HOME%\jboss-modules.jar" +) else ( + echo Could not locate "%JBOSS_HOME%\jboss-modules.jar". + echo Please check that you are in the bin directory when running this script. + goto END +) + +rem Setup JBoss specific properties + +rem Setup the java endorsed dirs +set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed + +rem Set default module root paths +if "x%JBOSS_MODULEPATH%" == "x" ( + set "JBOSS_MODULEPATH=%JBOSS_HOME%\modules" +) + +rem Set the standalone base dir +if "x%JBOSS_BASE_DIR%" == "x" ( + set "JBOSS_BASE_DIR=%JBOSS_HOME%\standalone" +) +rem Set the standalone log dir +if "x%JBOSS_LOG_DIR%" == "x" ( + set "JBOSS_LOG_DIR=%JBOSS_BASE_DIR%\log" +) +rem Set the standalone configuration dir +if "x%JBOSS_CONFIG_DIR%" == "x" ( + set "JBOSS_CONFIG_DIR=%JBOSS_BASE_DIR%/configuration" +) + +echo =============================================================================== +echo. +echo JBoss Bootstrap Environment +echo. +echo JBOSS_HOME: %JBOSS_HOME% +echo. +echo JAVA: %JAVA% +echo. +echo JAVA_OPTS: %JAVA_OPTS% +echo. +echo =============================================================================== +echo. + +:RESTART +"%JAVA%" %JAVA_OPTS% ^ + "-Dorg.jboss.boot.log.file=%JBOSS_LOG_DIR%\boot.log" ^ + "-Dlogging.configuration=file:%JBOSS_CONFIG_DIR%/logging.properties" ^ + -jar "%JBOSS_HOME%\jboss-modules.jar" ^ + -mp "%JBOSS_MODULEPATH%" ^ + -jaxpmodule "javax.xml.jaxp-provider" ^ + org.jboss.as.standalone ^ + -Djboss.home.dir="%JBOSS_HOME%" ^ + %* + +if ERRORLEVEL 10 goto RESTART + +:END +if "x%NOPAUSE%" == "x" pause + +:END_NO_PAUSE diff --git a/files/jboss-as-7.1.1/bin/standalone.conf b/files/jboss-as-7.1.1/bin/standalone.conf new file mode 100644 index 0000000..414560c --- /dev/null +++ b/files/jboss-as-7.1.1/bin/standalone.conf @@ -0,0 +1,68 @@ +## -*- shell-script -*- ###################################################### +## ## +## JBoss Bootstrap Script Configuration ## +## ## +############################################################################## + +# +# This file is optional; it may be removed if not needed. +# + +# +# Specify the maximum file descriptor limit, use "max" or "maximum" to use +# the default, as queried by the system. +# +# Defaults to "maximum" +# +#MAX_FD="maximum" + +# +# Specify the profiler configuration file to load. +# +# Default is to not load profiler configuration file. +# +#PROFILER="" + +# +# Specify the location of the Java home directory. If set then $JAVA will +# be defined to $JAVA_HOME/bin/java, else $JAVA will be "java". +# +#JAVA_HOME="/opt/java/jdk" + +# +# Specify the exact Java VM executable to use. +# +#JAVA="" + +if [ "x$JBOSS_MODULES_SYSTEM_PKGS" = "x" ]; then + JBOSS_MODULES_SYSTEM_PKGS="org.jboss.byteman" +fi + +# Uncomment the following line to prevent manipulation of JVM options +# by shell scripts. +# +#PRESERVE_JAVA_OPTS=true + +# +# Specify options to pass to the Java VM. +# +if [ "x$JAVA_OPTS" = "x" ]; then + JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" + JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true" + JAVA_OPTS="$JAVA_OPTS -Djboss.server.default.config=standalone.xml" +else + echo "JAVA_OPTS already set in environment; overriding default settings with values: $JAVA_OPTS" +fi + +# Sample JPDA settings for remote socket debugging +#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" + +# Sample JPDA settings for shared memory debugging +#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss" + +# Uncomment to not use JBoss Modules lockless mode +#JAVA_OPTS="$JAVA_OPTS -Djboss.modules.lockless=false" + +# Uncomment to gather JBoss Modules metrics +#JAVA_OPTS="$JAVA_OPTS -Djboss.modules.metrics=true" + diff --git a/files/jboss-as-7.1.1/bin/standalone.conf.bat b/files/jboss-as-7.1.1/bin/standalone.conf.bat new file mode 100644 index 0000000..4c680ee --- /dev/null +++ b/files/jboss-as-7.1.1/bin/standalone.conf.bat @@ -0,0 +1,73 @@ +rem ### -*- batch file -*- ###################################################### +rem # ## +rem # JBoss Bootstrap Script Configuration ## +rem # ## +rem ############################################################################# + +rem # $Id: run.conf.bat 88820 2009-05-13 15:25:44Z dimitris@jboss.org $ + +rem # +rem # This batch file is executed by run.bat to initialize the environment +rem # variables that run.bat uses. It is recommended to use this file to +rem # configure these variables, rather than modifying run.bat itself. +rem # + +rem Uncomment the following line to disable manipulation of JAVA_OPTS (JVM parameters) +rem set PRESERVE_JAVA_OPTS=true + +if not "x%JAVA_OPTS%" == "x" ( + echo "JAVA_OPTS already set in environment; overriding default settings with values: %JAVA_OPTS%" + goto JAVA_OPTS_SET +) + +rem # +rem # Specify the JBoss Profiler configuration file to load. +rem # +rem # Default is to not load a JBoss Profiler configuration file. +rem # +rem set "PROFILER=%JBOSS_HOME%\bin\jboss-profiler.properties" + +rem # +rem # Specify the location of the Java home directory (it is recommended that +rem # this always be set). If set, then "%JAVA_HOME%\bin\java" will be used as +rem # the Java VM executable; otherwise, "%JAVA%" will be used (see below). +rem # +rem set "JAVA_HOME=C:\opt\jdk1.6.0_23" + +rem # +rem # Specify the exact Java VM executable to use - only used if JAVA_HOME is +rem # not set. Default is "java". +rem # +rem set "JAVA=C:\opt\jdk1.6.0_23\bin\java" + +rem # +rem # Specify options to pass to the Java VM. Note, there are some additional +rem # options that are always passed by run.bat. +rem # + +rem # JVM memory allocation pool parameters - modify as appropriate. +set "JAVA_OPTS=-Xms64M -Xmx512M -XX:MaxPermSize=256M" + +rem # Reduce the RMI GCs to once per hour for Sun JVMs. +set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true" + +rem # Warn when resolving remote XML DTDs or schemas. +set "JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true" + +rem # Make Byteman classes visible in all module loaders +rem # This is necessary to inject Byteman rules into AS7 deployments +set "JAVA_OPTS=%JAVA_OPTS% -Djboss.modules.system.pkgs=org.jboss.byteman" + +rem # Set the default configuration file to use if -c or --server-config are not used +set "JAVA_OPTS=%JAVA_OPTS% -Djboss.server.default.config=standalone.xml" + +rem # Sample JPDA settings for remote socket debugging +rem set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" + +rem # Sample JPDA settings for shared memory debugging +rem set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_shmem,address=jboss,server=y,suspend=n" + +rem # Use JBoss Modules lockless mode +rem set "JAVA_OPTS=%JAVA_OPTS% -Djboss.modules.lockless=true" + +:JAVA_OPTS_SET diff --git a/files/jboss-as-7.1.1/bin/standalone.sh b/files/jboss-as-7.1.1/bin/standalone.sh new file mode 100755 index 0000000..364dd9e --- /dev/null +++ b/files/jboss-as-7.1.1/bin/standalone.sh @@ -0,0 +1,238 @@ +#!/bin/sh + +DIRNAME=`dirname "$0"` +PROGNAME=`basename "$0"` +GREP="grep" + +# Use the maximum available, or set MAX_FD != -1 to use that +MAX_FD="maximum" + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +darwin=false; +linux=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; + + Darwin*) + darwin=true + ;; + + Linux) + linux=true + ;; +esac + +# Read an optional running configuration file +if [ "x$RUN_CONF" = "x" ]; then + RUN_CONF="$DIRNAME/standalone.conf" +fi +if [ -r "$RUN_CONF" ]; then + . "$RUN_CONF" +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$JAVAC_JAR" ] && + JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"` +fi + +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME"; pwd` + if [ "$RESOLVED_JBOSS_HOME" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +if [ "$PRESERVE_JAVA_OPTS" != "true" ]; then + # Check for -d32/-d64 in JAVA_OPTS + JVM_D64_OPTION=`echo $JAVA_OPTS | $GREP "\-d64"` + JVM_D32_OPTION=`echo $JAVA_OPTS | $GREP "\-d32"` + + # Check If server or client is specified + SERVER_SET=`echo $JAVA_OPTS | $GREP "\-server"` + CLIENT_SET=`echo $JAVA_OPTS | $GREP "\-client"` + + if [ "x$JVM_D32_OPTION" != "x" ]; then + JVM_OPTVERSION="-d32" + elif [ "x$JVM_D64_OPTION" != "x" ]; then + JVM_OPTVERSION="-d64" + elif $darwin && [ "x$SERVER_SET" = "x" ]; then + # Use 32-bit on Mac, unless server has been specified or the user opts are incompatible + "$JAVA" -d32 $JAVA_OPTS -version > /dev/null 2>&1 && PREPEND_JAVA_OPTS="-d32" && JVM_OPTVERSION="-d32" + fi + + CLIENT_VM=false + if [ "x$CLIENT_SET" != "x" ]; then + CLIENT_VM=true + elif [ "x$SERVER_SET" = "x" ]; then + if $darwin && [ "$JVM_OPTVERSION" = "-d32" ]; then + # Prefer client for Macs, since they are primarily used for development + CLIENT_VM=true + PREPEND_JAVA_OPTS="$PREPEND_JAVA_OPTS -client" + else + PREPEND_JAVA_OPTS="$PREPEND_JAVA_OPTS -server" + fi + fi + + if [ $CLIENT_VM = false ]; then + NO_COMPRESSED_OOPS=`echo $JAVA_OPTS | $GREP "\-XX:\-UseCompressedOops"` + if [ "x$NO_COMPRESSED_OOPS" = "x" ]; then + "$JAVA" $JVM_OPTVERSION -server -XX:+UseCompressedOops -version >/dev/null 2>&1 && PREPEND_JAVA_OPTS="$PREPEND_JAVA_OPTS -XX:+UseCompressedOops" + fi + + NO_TIERED_COMPILATION=`echo $JAVA_OPTS | $GREP "\-XX:\-TieredCompilation"` + if [ "x$NO_TIERED_COMPILATION" = "x" ]; then + "$JAVA" $JVM_OPTVERSION -server -XX:+TieredCompilation -version >/dev/null 2>&1 && PREPEND_JAVA_OPTS="$PREPEND_JAVA_OPTS -XX:+TieredCompilation" + fi + fi + + JAVA_OPTS="$PREPEND_JAVA_OPTS $JAVA_OPTS" +fi + +if [ "x$JBOSS_MODULEPATH" = "x" ]; then + JBOSS_MODULEPATH="$JBOSS_HOME/modules" +fi + +if $linux; then + # consolidate the server and command line opts + SERVER_OPTS="$JAVA_OPTS $@" + # process the standalone options + for var in $SERVER_OPTS + do + case $var in + -Djboss.server.base.dir=*) + JBOSS_BASE_DIR=`readlink -m ${var#*=}` + ;; + -Djboss.server.log.dir=*) + JBOSS_LOG_DIR=`readlink -m ${var#*=}` + ;; + -Djboss.server.config.dir=*) + JBOSS_CONFIG_DIR=`readlink -m ${var#*=}` + ;; + esac + done +fi +# determine the default base dir, if not set +if [ "x$JBOSS_BASE_DIR" = "x" ]; then + JBOSS_BASE_DIR="$JBOSS_HOME/standalone" +fi +# determine the default log dir, if not set +if [ "x$JBOSS_LOG_DIR" = "x" ]; then + JBOSS_LOG_DIR="$JBOSS_BASE_DIR/log" +fi +# determine the default configuration dir, if not set +if [ "x$JBOSS_CONFIG_DIR" = "x" ]; then + JBOSS_CONFIG_DIR="$JBOSS_BASE_DIR/configuration" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + JBOSS_MODULEPATH=`cygpath --path --windows "$JBOSS_MODULEPATH"` + JBOSS_BASE_DIR=`cygpath --path --windows "$JBOSS_BASE_DIR"` + JBOSS_LOG_DIR=`cygpath --path --windows "$JBOSS_LOG_DIR"` + JBOSS_CONFIG_DIR=`cygpath --path --windows "$JBOSS_CONFIG_DIR"` +fi + +# Display our environment +echo "=========================================================================" +echo "" +echo " JBoss Bootstrap Environment" +echo "" +echo " JBOSS_HOME: $JBOSS_HOME" +echo "" +echo " JAVA: $JAVA" +echo "" +echo " JAVA_OPTS: $JAVA_OPTS" +echo "" +echo "=========================================================================" +echo "" + +while true; do + if [ "x$LAUNCH_JBOSS_IN_BACKGROUND" = "x" ]; then + # Execute the JVM in the foreground + eval \"$JAVA\" -D\"[Standalone]\" $JAVA_OPTS \ + \"-Dorg.jboss.boot.log.file=$JBOSS_LOG_DIR/boot.log\" \ + \"-Dlogging.configuration=file:$JBOSS_CONFIG_DIR/logging.properties\" \ + -jar \"$JBOSS_HOME/jboss-modules.jar\" \ + -mp \"${JBOSS_MODULEPATH}\" \ + -jaxpmodule "javax.xml.jaxp-provider" \ + org.jboss.as.standalone \ + -Djboss.home.dir=\"$JBOSS_HOME\" \ + "$@" + JBOSS_STATUS=$? + else + # Execute the JVM in the background + eval \"$JAVA\" -D\"[Standalone]\" $JAVA_OPTS \ + \"-Dorg.jboss.boot.log.file=$JBOSS_LOG_DIR/boot.log\" \ + \"-Dlogging.configuration=file:$JBOSS_CONFIG_DIR/logging.properties\" \ + -jar \"$JBOSS_HOME/jboss-modules.jar\" \ + -mp \"${JBOSS_MODULEPATH}\" \ + -jaxpmodule "javax.xml.jaxp-provider" \ + org.jboss.as.standalone \ + -Djboss.home.dir=\"$JBOSS_HOME\" \ + "$@" "&" + JBOSS_PID=$! + # Trap common signals and relay them to the jboss process + trap "kill -HUP $JBOSS_PID" HUP + trap "kill -TERM $JBOSS_PID" INT + trap "kill -QUIT $JBOSS_PID" QUIT + trap "kill -PIPE $JBOSS_PID" PIPE + trap "kill -TERM $JBOSS_PID" TERM + if [ "x$JBOSS_PIDFILE" != "x" ]; then + echo $JBOSS_PID > $JBOSS_PIDFILE + fi + # Wait until the background process exits + WAIT_STATUS=128 + while [ "$WAIT_STATUS" -ge 128 ]; do + wait $JBOSS_PID 2>/dev/null + WAIT_STATUS=$? + if [ "$WAIT_STATUS" -gt 128 ]; then + SIGNAL=`expr $WAIT_STATUS - 128` + SIGNAL_NAME=`kill -l $SIGNAL` + echo "*** JBossAS process ($JBOSS_PID) received $SIGNAL_NAME signal ***" >&2 + fi + done + if [ "$WAIT_STATUS" -lt 127 ]; then + JBOSS_STATUS=$WAIT_STATUS + else + JBOSS_STATUS=0 + fi + if [ "$JBOSS_STATUS" -ne 10 ]; then + # Wait for a complete shudown + wait $JBOSS_PID 2>/dev/null + fi + if [ "x$JBOSS_PIDFILE" != "x" ]; then + grep "$JBOSS_PID" $JBOSS_PIDFILE && rm $JBOSS_PIDFILE + fi + fi + if [ "$JBOSS_STATUS" -eq 10 ]; then + echo "Restarting JBoss..." + else + exit $JBOSS_STATUS + fi +done diff --git a/files/jboss-as-7.1.1/bin/vault.bat b/files/jboss-as-7.1.1/bin/vault.bat new file mode 100644 index 0000000..a6c3480 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/vault.bat @@ -0,0 +1,55 @@ +@echo off +SETLOCAL + +rem Author: Gregory Charles, JBoss Community Member +rem Date: January 24, 2012 + +set DIRNAME=%~dp0 +set PROGNAME=%0 + +rem Setup JBOSS_HOME +set JBOSS_HOME=%DIRNAME%\.. + +rem Setup the JVM +IF NOT DEFINED JAVA ( + echo not defined java + IF DEFINED JAVA_HOME ( + set JAVA=%JAVA_HOME%\bin\java + ) ELSE ( + JAVA=java + ) + +) + +IF NOT DEFINED MODULEPATH ( + set MODULEPATH=%JBOSS_HOME%\modules +) + +rem +rem Setup the JBoss Vault Tool classpath +rem + +rem Shared libs +set JBOSS_VAULT_CLASSPATH=%MODULEPATH%\org\picketbox\main\* +set JBOSS_VAULT_CLASSPATH=%JBOSS_VAULT_CLASSPATH%;%MODULEPATH%\org\jboss\logging\main\* +set JBOSS_VAULT_CLASSPATH=%JBOSS_VAULT_CLASSPATH%;%MODULEPATH%\org\jboss\common-core\main\* +set JBOSS_VAULT_CLASSPATH=%JBOSS_VAULT_CLASSPATH%;%MODULEPATH%\org\jboss\as\security\main\* + + +rem Display our environment +echo ========================================================================= +echo. +echo JBoss Vault +echo. +echo JBOSS_HOME: %JBOSS_HOME% +echo. +echo JAVA: %JAVA% +echo. +echo VAULT Classpath: %JBOSS_VAULT_CLASSPATH% +echo ========================================================================= +echo. + +%JAVA% -classpath %JBOSS_VAULT_CLASSPATH% org.jboss.as.security.vault.VaultTool + +ENDLOCAL + diff --git a/files/jboss-as-7.1.1/bin/vault.sh b/files/jboss-as-7.1.1/bin/vault.sh new file mode 100755 index 0000000..18833ab --- /dev/null +++ b/files/jboss-as-7.1.1/bin/vault.sh @@ -0,0 +1,117 @@ +#!/bin/sh + +DIRNAME=`dirname "$0"` +PROGNAME=`basename "$0"` +GREP="grep" + +# Use the maximum available, or set MAX_FD != -1 to use that +MAX_FD="maximum" + +# +# Helper to complain. +# +warn() { + echo "${PROGNAME}: $*" +} + +# +# Helper to puke. +# +die() { + warn $* + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +darwin=false; +linux=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; + + Darwin*) + darwin=true + ;; + + Linux) + linux=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$JAVAC_JAR" ] && + JAVAC_JAR=`cygpath --unix "$JAVAC_JAR"` +fi + +# Setup JBOSS_HOME +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME/.."; pwd` + if [ "$RESOLVED_JBOSS" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +if [ "x$JBOSS_MODULEPATH" = "x" ]; then + JBOSS_MODULEPATH="$JBOSS_HOME/modules" +fi + +### +# Setup the JBoss Vault Tool classpath +### + +# Shared libs +JBOSS_VAULT_CLASSPATH="$JBOSS_MODULEPATH/org/picketbox/main/*" +JBOSS_VAULT_CLASSPATH="$JBOSS_VAULT_CLASSPATH:$JBOSS_MODULEPATH/org/jboss/logging/main/*" +JBOSS_VAULT_CLASSPATH="$JBOSS_VAULT_CLASSPATH:$JBOSS_MODULEPATH/org/jboss/common-core/main/*" +JBOSS_VAULT_CLASSPATH="$JBOSS_VAULT_CLASSPATH:$JBOSS_MODULEPATH/org/jboss/as/security/main/*" + +export JBOSS_VAULT_CLASSPATH + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + JBOSS_CLASSPATH=`cygpath --path --windows "$JBOSS_CLASSPATH"` + JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"` + JBOSS_MODULEPATH=`cygpath --path --windows "$JBOSS_MODULEPATH"` + JBOSS_VAULT_CLASSPATH=`cygpath --path --windows "$JBOSS_VAULT_CLASSPATH"` +fi + +# Display our environment +echo "=========================================================================" +echo "" +echo " JBoss Vault" +echo "" +echo " JBOSS_HOME: $JBOSS_HOME" +echo "" +echo " JAVA: $JAVA" +echo "" +echo " VAULT Classpath: $JBOSS_VAULT_CLASSPATH" +echo "=========================================================================" +echo "" + +"$JAVA" -classpath "$JBOSS_VAULT_CLASSPATH" \ + org.jboss.as.security.vault.VaultTool diff --git a/files/jboss-as-7.1.1/bin/wsconsume.bat b/files/jboss-as-7.1.1/bin/wsconsume.bat new file mode 100644 index 0000000..af11fe8 --- /dev/null +++ b/files/jboss-as-7.1.1/bin/wsconsume.bat @@ -0,0 +1,27 @@ +@echo off + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +set DIRNAME=.\ +if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% +set PROGNAME=run.bat +if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% + +if "x%JAVA_HOME%" == "x" ( + set JAVA=java + echo JAVA_HOME is not set. Unexpected results may occur. + echo Set JAVA_HOME to the directory of your local JDK to avoid this message. +) else ( + set "JAVA=%JAVA_HOME%\bin\java" +) +set JBOSS_HOME=%DIRNAME%\.. + +rem Execute the command +"%JAVA%" %JAVA_OPTS% ^ + "-Djava.endorsed.dirs=%JBOSS_HOME%/modules/com/sun/xml/bind/main;%JBOSS_HOME%/modules/javax/xml/ws/api/main" ^ + -classpath "%JAVA_HOME%\lib\tools.jar;%JBOSS_HOME%\jboss-modules.jar" ^ + org.jboss.modules.Main ^ + -mp "%JBOSS_HOME%\modules" ^ + org.jboss.ws.tools.wsconsume ^ + %* diff --git a/files/jboss-as-7.1.1/bin/wsconsume.sh b/files/jboss-as-7.1.1/bin/wsconsume.sh new file mode 100755 index 0000000..dfe921f --- /dev/null +++ b/files/jboss-as-7.1.1/bin/wsconsume.sh @@ -0,0 +1,80 @@ +#!/bin/sh + +# Extract the directory and the program name +# takes care of symlinks +PRG="$0" +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG="`dirname "$PRG"`/$link" + fi +done +DIRNAME=`dirname "$PRG"` +PROGNAME=`basename "$PRG"` + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` +fi + +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME"; pwd` + if [ "$RESOLVED_JBOSS_HOME" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +#JPDA options. Uncomment and modify as appropriate to enable remote debugging . +#JAVA_OPTS="-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y $JAVA_OPTS" + +# Setup JBoss sepecific properties +JAVA_OPTS="$JAVA_OPTS" + +# Setup classpath +JBOSS_CLASSPATH=$JAVA_HOME/lib/tools.jar:$JBOSS_HOME/jboss-modules.jar + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + JBOSS_CLASSPATH=`cygpath --path --windows "$JBOSS_CLASSPATH"` +fi + +# Execute the command +eval \"$JAVA\" $JAVA_OPTS \ + \"-Djava.endorsed.dirs=$JBOSS_HOME/modules/com/sun/xml/bind/main:$JBOSS_HOME/modules/javax/xml/ws/api/main\" \ + -classpath \"$JBOSS_CLASSPATH\" \ + org.jboss.modules.Main \ + -mp \"$JBOSS_HOME/modules\" \ + org.jboss.ws.tools.wsconsume \ + "$@" diff --git a/files/jboss-as-7.1.1/bin/wsprovide.bat b/files/jboss-as-7.1.1/bin/wsprovide.bat new file mode 100644 index 0000000..cecd85b --- /dev/null +++ b/files/jboss-as-7.1.1/bin/wsprovide.bat @@ -0,0 +1,26 @@ +@echo off + +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +set DIRNAME=.\ +if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% +set PROGNAME=run.bat +if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% + +if "x%JAVA_HOME%" == "x" ( + set JAVA=java + echo JAVA_HOME is not set. Unexpected results may occur. + echo Set JAVA_HOME to the directory of your local JDK to avoid this message. +) else ( + set "JAVA=%JAVA_HOME%\bin\java" +) +set JBOSS_HOME=%DIRNAME%\.. + +rem Execute the command +"%JAVA%" %JAVA_OPTS% ^ + "-Djava.endorsed.dirs=%JBOSS_HOME%/modules/com/sun/xml/bind/main;%JBOSS_HOME%/modules/javax/xml/ws/api/main" ^ + -jar "%JBOSS_HOME%\jboss-modules.jar" ^ + -mp "%JBOSS_HOME%\modules" ^ + org.jboss.ws.tools.wsprovide ^ + %* diff --git a/files/jboss-as-7.1.1/bin/wsprovide.sh b/files/jboss-as-7.1.1/bin/wsprovide.sh new file mode 100755 index 0000000..e824f2e --- /dev/null +++ b/files/jboss-as-7.1.1/bin/wsprovide.sh @@ -0,0 +1,75 @@ +#!/bin/sh + +# Extract the directory and the program name +# takes care of symlinks +PRG="$0" +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG="`dirname "$PRG"`/$link" + fi +done +DIRNAME=`dirname "$PRG"` +PROGNAME=`basename "$PRG"` + +# OS specific support (must be 'true' or 'false'). +cygwin=false; +case "`uname`" in + CYGWIN*) + cygwin=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$JBOSS_HOME" ] && + JBOSS_HOME=`cygpath --unix "$JBOSS_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` +fi + +# Setup JBOSS_HOME +RESOLVED_JBOSS_HOME=`cd "$DIRNAME/.."; pwd` +if [ "x$JBOSS_HOME" = "x" ]; then + # get the full path (without any relative bits) + JBOSS_HOME=$RESOLVED_JBOSS_HOME +else + SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME"; pwd` + if [ "$RESOLVED_JBOSS_HOME" != "$SANITIZED_JBOSS_HOME" ]; then + echo "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." + echo "" + fi +fi +export JBOSS_HOME + +# Setup the JVM +if [ "x$JAVA" = "x" ]; then + if [ "x$JAVA_HOME" != "x" ]; then + JAVA="$JAVA_HOME/bin/java" + else + JAVA="java" + fi +fi + +#JPDA options. Uncomment and modify as appropriate to enable remote debugging . +#JAVA_OPTS="-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y $JAVA_OPTS" + +# Setup JBoss sepecific properties +JAVA_OPTS="$JAVA_OPTS" + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"` + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` +fi + +# Execute the command +eval \"$JAVA\" $JAVA_OPTS \ + \"-Djava.endorsed.dirs=$JBOSS_HOME/modules/com/sun/xml/bind/main:$JBOSS_HOME/modules/javax/xml/ws/api/main\" \ + -jar \"$JBOSS_HOME/jboss-modules.jar\" \ + -mp \"$JBOSS_HOME/modules\" \ + org.jboss.ws.tools.wsprovide \ + "$@" diff --git a/files/jboss-as-7.1.1/bundles/javax/servlet/api/v25/jbosgi-http-api-1.0.5.jar b/files/jboss-as-7.1.1/bundles/javax/servlet/api/v25/jbosgi-http-api-1.0.5.jar new file mode 100644 index 0000000..378628c Binary files /dev/null and b/files/jboss-as-7.1.1/bundles/javax/servlet/api/v25/jbosgi-http-api-1.0.5.jar differ diff --git a/files/jboss-as-7.1.1/bundles/org/apache/felix/configadmin/main/org.apache.felix.configadmin-1.2.8.jar b/files/jboss-as-7.1.1/bundles/org/apache/felix/configadmin/main/org.apache.felix.configadmin-1.2.8.jar new file mode 100644 index 0000000..4e5700d Binary files /dev/null and b/files/jboss-as-7.1.1/bundles/org/apache/felix/configadmin/main/org.apache.felix.configadmin-1.2.8.jar differ diff --git a/files/jboss-as-7.1.1/bundles/org/apache/felix/log/main/org.apache.felix.log-1.0.0.jar b/files/jboss-as-7.1.1/bundles/org/apache/felix/log/main/org.apache.felix.log-1.0.0.jar new file mode 100644 index 0000000..12cbb76 Binary files /dev/null and b/files/jboss-as-7.1.1/bundles/org/apache/felix/log/main/org.apache.felix.log-1.0.0.jar differ diff --git a/files/jboss-as-7.1.1/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.1.Final.jar b/files/jboss-as-7.1.1/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.1.Final.jar new file mode 100644 index 0000000..a931cf6 Binary files /dev/null and b/files/jboss-as-7.1.1/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/bundles/org/jboss/osgi/logging/main/jboss-osgi-logging-1.0.0.jar b/files/jboss-as-7.1.1/bundles/org/jboss/osgi/logging/main/jboss-osgi-logging-1.0.0.jar new file mode 100644 index 0000000..0f565e9 Binary files /dev/null and b/files/jboss-as-7.1.1/bundles/org/jboss/osgi/logging/main/jboss-osgi-logging-1.0.0.jar differ diff --git a/files/jboss-as-7.1.1/bundles/org/osgi/enterprise/main/org.osgi.enterprise-4.2.0.jar b/files/jboss-as-7.1.1/bundles/org/osgi/enterprise/main/org.osgi.enterprise-4.2.0.jar new file mode 100644 index 0000000..81db134 Binary files /dev/null and b/files/jboss-as-7.1.1/bundles/org/osgi/enterprise/main/org.osgi.enterprise-4.2.0.jar differ diff --git a/files/jboss-as-7.1.1/bundles/org/projectodd/stilts/main/stilts-stomplet-server-bundle-0.1.26.jar b/files/jboss-as-7.1.1/bundles/org/projectodd/stilts/main/stilts-stomplet-server-bundle-0.1.26.jar new file mode 100644 index 0000000..8d3e539 Binary files /dev/null and b/files/jboss-as-7.1.1/bundles/org/projectodd/stilts/main/stilts-stomplet-server-bundle-0.1.26.jar differ diff --git a/files/jboss-as-7.1.1/copyright.txt b/files/jboss-as-7.1.1/copyright.txt new file mode 100644 index 0000000..8b22ebd --- /dev/null +++ b/files/jboss-as-7.1.1/copyright.txt @@ -0,0 +1,64 @@ +Ales Justin +Alessio Soldano +Alexey Loubyansky +Alexey Loubyansky +Andrew Dinn +Andrew Lee Rubinger +Andy Taylor +Anil Saldhana +Aslak Knutsen +Bob McWhirter +Brian Stansberry +Brian Stansberry +Brian Stansberry +Carlo de Wolf +Carlo de Wolf +Darran Lofthouse +David Bosschaert +David M. Lloyd +David M. Lloyd +Dimitris Andreadis +Dimitris Andreadis +Emanuel Muckenhuber +Flavia Rainone +Heiko Braun +Howard Gao +Jaikiran Pai +James Perkins +James Perkins +Jason T. Greene +Jason T. Greene +Jean-Frederic Clere +Jean-Frederic Clere +Jeff Zhang +Jesper Pedersen +Jim Ma +John Bailey +John E. Bailey +John E. Bailey +Jonathan Pearlin +Kabir Kahn +Marcus Moyses +Marcus Moyses +Marius Bogoevici +Max Rydahl Andersen +Paul Ferraro +Paul Gier +Pete Muir +Richard Opalka +Rémy Maucherat +Rémy Maucherat +Scott M Stark +Scott Marlow +Shelly McGowan +Stan Silvert +Stan Silvert +Stefan Guilhen +Stefano Maestri +Steve Ebersole +Stuart Douglas +Stuart Douglas +Thomas Diesler +Tomaz Cerar +Vladimir Dosoudil +Weston Price diff --git a/files/jboss-as-7.1.1/docs/examples/configs/standalone-hornetq-colocated.xml b/files/jboss-as-7.1.1/docs/examples/configs/standalone-hornetq-colocated.xml new file mode 100644 index 0000000..cf605d1 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/examples/configs/standalone-hornetq-colocated.xml @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + ASYNCIO + 102400 + 2 + + + + + + + + + + + + + + + + + + 231.7.7.7 + 9876 + 5000 + netty + + + + + 231.7.7.7 + 9876 + 10000 + + + + +
jms
+ netty + +
+
+ + + + + + + + + + + + jms.queue.DLQ + jms.queue.ExpiryQueue + 0 + 10485760 + BLOCK + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + true + true + true + true + ASYNCIO + 102400 + 2 + + + + + + + + + + + + + + 231.7.7.7 + 9876 + 5000 + netty + + + + + 231.7.7.7 + 9876 + 10000 + + + + +
jms
+ netty + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/examples/configs/standalone-jts.xml b/files/jboss-as-7.1.1/docs/examples/configs/standalone-jts.xml new file mode 100644 index 0000000..e2abf8f --- /dev/null +++ b/files/jboss-as-7.1.1/docs/examples/configs/standalone-jts.xml @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/examples/configs/standalone-minimalistic.xml b/files/jboss-as-7.1.1/docs/examples/configs/standalone-minimalistic.xml new file mode 100644 index 0000000..8ea9ba4 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/examples/configs/standalone-minimalistic.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/examples/configs/standalone-osgi-only.xml b/files/jboss-as-7.1.1/docs/examples/configs/standalone-osgi-only.xml new file mode 100644 index 0000000..e3c6355 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/examples/configs/standalone-osgi-only.xml @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/examples/configs/standalone-xts.xml b/files/jboss-as-7.1.1/docs/examples/configs/standalone-xts.xml new file mode 100644 index 0000000..1e069a1 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/examples/configs/standalone-xts.xml @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + 102400 + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + jms.queue.DLQ + jms.queue.ExpiryQueue + 0 + 10485760 + BLOCK + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/ejb-jar_1_1.dtd b/files/jboss-as-7.1.1/docs/schema/ejb-jar_1_1.dtd new file mode 100644 index 0000000..3c42f8e --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/ejb-jar_1_1.dtd @@ -0,0 +1,894 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/ejb-jar_2_0.dtd b/files/jboss-as-7.1.1/docs/schema/ejb-jar_2_0.dtd new file mode 100644 index 0000000..facb104 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/ejb-jar_2_0.dtd @@ -0,0 +1,1660 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/ejb-jar_2_1.xsd b/files/jboss-as-7.1.1/docs/schema/ejb-jar_2_1.xsd new file mode 100644 index 0000000..ce5cfff --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/ejb-jar_2_1.xsd @@ -0,0 +1,2207 @@ + + + + + @(#)ejb-jar_2_1.xsds 1.23 08/01/03 + + + + + + + Copyright 2003 Sun Microsystems, Inc., 901 San Antonio + Road, Palo Alto, California 94303, U.S.A. All rights + reserved. + + Sun Microsystems, Inc. has intellectual property rights + relating to technology described in this document. In + particular, and without limitation, these intellectual + property rights may include one or more of the U.S. patents + listed at http://www.sun.com/patents and one or more + additional patents or pending patent applications in the + U.S. and other countries. + + This document and the technology which it describes are + distributed under licenses restricting their use, copying, + distribution, and decompilation. No part of this document + may be reproduced in any form by any means without prior + written authorization of Sun and its licensors, if any. + + Third-party software, including font technology, is + copyrighted and licensed from Sun suppliers. + + Sun, Sun Microsystems, the Sun logo, Solaris, Java, J2EE, + JavaServer Pages, Enterprise JavaBeans and the Java Coffee + Cup logo are trademarks or registered trademarks of Sun + Microsystems, Inc. in the U.S. and other countries. + + Federal Acquisitions: Commercial Software - Government Users + Subject to Standard License Terms and Conditions. + + + + + + + + ... + + + The instance documents may indicate the published version of + the schema using the xsi:schemaLocation attribute for the + J2EE namespace with the following location: + + http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd + + ]]> + + + + + + + The following conventions apply to all J2EE + deployment descriptor elements unless indicated otherwise. + + - In elements that specify a pathname to a file within the + same JAR file, relative filenames (i.e., those not + starting with "/") are considered relative to the root of + the JAR file's namespace. Absolute filenames (i.e., those + starting with "/") also specify names in the root of the + JAR file's namespace. In general, relative names are + preferred. The exception is .war files where absolute + names are preferred for consistency with the Servlet API. + + + + + + + + + + + + + + + This is the root of the ejb-jar deployment descriptor. + + + + + + + + + The ejb-name element contains the name of an enterprise + bean. The name must be unique within the ejb-jar file. + + + + + + + + + + + + The keyref indicates the references from + relationship-role-source must be to a specific ejb-name + defined within the scope of enterprise-beans element. + + + + + + + + + + + + A role-name-key is specified to allow the references + from the security-role-refs. + + + + + + + + + + + + The keyref indicates the references from + security-role-ref to a specified role-name. + + + + + + + + + + + + + + + + The activation-config-propertyType contains a name/value + configuration property pair for a message-driven bean. + + The properties that are recognized for a particular + message-driven bean are determined by the messaging type. + + + + + + + + + + The activation-config-property-name element contains + the name for an activation configuration property of + a message-driven bean. + + For JMS message-driven beans, the following property + names are recognized: acknowledgeMode, + messageSelector, destinationType, subscriptionDurability + + + + + + + + + The activation-config-property-value element + contains the value for an activation configuration + property of a message-driven bean. + + + + + + + + + + + + + + + The activation-configType defines information about the + expected configuration properties of the message-driven bean + in its operational environment. This may include information + about message acknowledgement, message selector, expected + destination type, etc. + + The configuration information is expressed in terms of + name/value configuration properties. + + The properties that are recognized for a particular + message-driven bean are determined by the messaging type. + + + + + + + + + + + + + + + + + + The assembly-descriptorType defines + application-assembly information. + + The application-assembly information consists of the + following parts: the definition of security roles, the + definition of method permissions, the definition of + transaction attributes for enterprise beans with + container-managed transaction demarcation and a list of + methods to be excluded from being invoked. + + All the parts are optional in the sense that they are + omitted if the lists represented by them are empty. + + Providing an assembly-descriptor in the deployment + descriptor is optional for the ejb-jar file producer. + + + + + + + + + + + + + + + + + + + + + The cmp-fieldType describes a container-managed field. The + cmp-fieldType contains an optional description of the field, + and the name of the field. + + + + + + + + + + The field-name element specifies the name of a + container managed field. + + The name of the cmp-field of an entity bean with + cmp-version 2.x must begin with a lowercase + letter. This field is accessed by methods whose + names consists of the name of the field specified by + field-name in which the first letter is uppercased, + prefixed by "get" or "set". + + The name of the cmp-field of an entity bean with + cmp-version 1.x must denote a public field of the + enterprise bean class or one of its superclasses. + + + + + + + + + + + + + + + The cmp-versionType specifies the version of an entity bean + with container-managed persistence. It is used by + cmp-version elements. + + The value must be one of the two following: + + 1.x + 2.x + + + + + + + + + + + + + + + + + + The cmr-field-type element specifies the class of a + collection-valued logical relationship field in the entity + bean class. The value of an element using cmr-field-typeType + must be either: java.util.Collection or java.util.Set. + + + + + + + + + + + + + + + + + + The cmr-fieldType describes the bean provider's view of + a relationship. It consists of an optional description, and + the name and the class type of a field in the source of a + role of a relationship. The cmr-field-name element + corresponds to the name used for the get and set accessor + methods for the relationship. The cmr-field-type element is + used only for collection-valued cmr-fields. It specifies the + type of the collection that is used. + + + + + + + + + + + The cmr-field-name element specifies the name of a + logical relationship field in the entity bean + class. The name of the cmr-field must begin with a + lowercase letter. This field is accessed by methods + whose names consist of the name of the field + specified by cmr-field-name in which the first + letter is uppercased, prefixed by "get" or "set". + + + + + + + + + + + + + + + + The container-transactionType specifies how the container + must manage transaction scopes for the enterprise bean's + method invocations. It defines an optional description, a + list of method elements, and a transaction attribute. The + transaction attribute is to be applied to all the specified + methods. + + + + + + + + + + + + + + + + + + com.wombat.empl.EmployeeServiceBean + + ]]> + + + + + + + + + + + + + + The ejb-jarType defines the root element of the EJB + deployment descriptor. It contains + + - an optional description of the ejb-jar file + - an optional display name + - an optional icon that contains a small and a large + icon file name + - mandatory structural information about all included + enterprise beans + - a descriptor for container managed relationships, + if any + - an optional application-assembly descriptor + - an optional name of an ejb-client-jar file for the + ejb-jar. + + + + + + + + + + + + + The ejb-relation-name contains the name of a + relation. The name must be unique within + relationships. + + + + + + + + + + + + Providing an assembly-descriptor in the deployment + descriptor is optional for the ejb-jar file + producer. + + + + + + + + employee_service_client.jar + + + ]]> + + + + + + + + + The version specifies the version of the + EJB specification that the instance document must + comply with. This information enables deployment tools + to validate a particular EJB Deployment + Descriptor with respect to a specific version of the EJB + schema. + + + + + + + + + + + + + EmployeeService + + ]]> + + + + + + + + + + + + + + The ejb-relationType describes a relationship between two + entity beans with container-managed persistence. It is used + by ejb-relation elements. It contains a description; an + optional ejb-relation-name element; and exactly two + relationship role declarations, defined by the + ejb-relationship-role elements. The name of the + relationship, if specified, is unique within the ejb-jar + file. + + + + + + + + + + + The ejb-relation-name element provides a unique name + within the ejb-jar file for a relationship. + + + + + + + + + + + + + + + + + Product-LineItem + + product-has-lineitems + + One + + ProductEJB + + + + + ]]> + + + + + + + + + + The ejb-relationship-role-name element defines a + name for a role that is unique within an + ejb-relation. Different relationships can use the + same name for a role. + + + + + + + + + + The cascade-delete element specifies that, within a + particular relationship, the lifetime of one or more + entity beans is dependent upon the lifetime of + another entity bean. The cascade-delete element can + only be specified for an ejb-relationship-role + element contained in an ejb-relation element in + which the other ejb-relationship-role + element specifies a multiplicity of One. + + + + + + + + + + + + + + + + + The enterprise-beansType declares one or more enterprise + beans. Each bean can be a session, entity or message-driven + bean. + + + + + + + + + + + The ejb-ref-name element contains the name of + an EJB reference. The EJB reference is an entry in + the component's environment and is relative to the + java:comp/env context. The name must be unique within + the component. + + It is recommended that name be prefixed with "ejb/". + + + + + + + + + + + + The ejb-ref-name element contains the name of an EJB + reference. The EJB reference is an entry in the + component's environment and is relative to the + java:comp/env context. The name must be unique + within the component. + + It is recommended that name is prefixed with "ejb/". + + + + + + + + + + + + The resource-env-ref-name element specifies the name + of a resource environment reference; its value is + the environment entry name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The message-destination-ref-name element specifies the name + of a message destination reference; its value is + the message destination reference name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The res-ref-name element specifies the name of a + resource manager connection factory reference. The name + is a JNDI name relative to the java:comp/env context. + The name must be unique within an component. + + + + + + + + + + + + The env-entry-name element contains the name of a + component's environment entry. The name is a JNDI + name relative to the java:comp/env context. The + name must be unique within an component. + + + + + + + + + + + + + + The ejb-ref-name element contains the name of + an EJB reference. The EJB reference is an entry in + the component's environment and is relative to the + java:comp/env context. The name must be unique within + the component. + + It is recommended that name be prefixed with "ejb/". + + + + + + + + + + + + The ejb-ref-name element contains the name of an EJB + reference. The EJB reference is an entry in the + component's environment and is relative to the + java:comp/env context. The name must be unique + within the component. + + It is recommended that name is prefixed with "ejb/". + + + + + + + + + + + + The resource-env-ref-name element specifies the name + of a resource environment reference; its value is + the environment entry name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The message-destination-ref-name element specifies the name + of a message destination reference; its value is + the message destination reference name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The res-ref-name element specifies the name of a + resource manager connection factory reference. The name + is a JNDI name relative to the java:comp/env context. + The name must be unique within an component. + + + + + + + + + + + + The env-entry-name element contains the name of a + component's environment entry. The name is a JNDI + name relative to the java:comp/env context. The + name must be unique within an component. + + + + + + + + + + + + + + The ejb-ref-name element contains the name of + an EJB reference. The EJB reference is an entry in + the component's environment and is relative to the + java:comp/env context. The name must be unique within + the component. + + It is recommended that name be prefixed with "ejb/". + + + + + + + + + + + + The ejb-ref-name element contains the name of an EJB + reference. The EJB reference is an entry in the + component's environment and is relative to the + java:comp/env context. The name must be unique + within the component. + + It is recommended that name is prefixed with "ejb/". + + + + + + + + + + + + The resource-env-ref-name element specifies the name + of a resource environment reference; its value is + the environment entry name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The message-destination-ref-name element specifies the name + of a message destination reference; its value is + the message destination reference name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The res-ref-name element specifies the name of a + resource manager connection factory reference. The name + is a JNDI name relative to the java:comp/env context. + The name must be unique within an component. + + + + + + + + + + + + The env-entry-name element contains the name of a + component's environment entry. The name is a JNDI + name relative to the java:comp/env context. The + name must be unique within an component. + + + + + + + + + + + + + + + + + + + The entity-beanType declares an entity bean. The declaration + consists of: + + - an optional description + - an optional display name + - an optional icon element that contains a small and a large + icon file name + - a unique name assigned to the enterprise bean + in the deployment descriptor + - the names of the entity bean's remote home + and remote interfaces, if any + - the names of the entity bean's local home and local + interfaces, if any + - the entity bean's implementation class + - the entity bean's persistence management type + - the entity bean's primary key class name + - an indication of the entity bean's reentrancy + - an optional specification of the + entity bean's cmp-version + - an optional specification of the entity bean's + abstract schema name + - an optional list of container-managed fields + - an optional specification of the primary key + field + - an optional declaration of the bean's environment + entries + - an optional declaration of the bean's EJB + references + - an optional declaration of the bean's local + EJB references + - an optional declaration of the bean's web + service references + - an optional declaration of the security role + references + - an optional declaration of the security identity + to be used for the execution of the bean's methods + - an optional declaration of the bean's + resource manager connection factory references + - an optional declaration of the bean's + resource environment references + - an optional declaration of the bean's message + destination references + - an optional set of query declarations + for finder and select methods for an entity + bean with cmp-version 2.x. + + The optional abstract-schema-name element must be specified + for an entity bean with container-managed persistence and + cmp-version 2.x. + + The optional primkey-field may be present in the descriptor + if the entity's persistence-type is Container. + + The optional cmp-version element may be present in the + descriptor if the entity's persistence-type is Container. If + the persistence-type is Container and the cmp-version + element is not specified, its value defaults to 2.x. + + The optional home and remote elements must be specified if + the entity bean cmp-version is 1.x. + + The optional home and remote elements must be specified if + the entity bean has a remote home and remote interface. + + The optional local-home and local elements must be specified + if the entity bean has a local home and local interface. + + Either both the local-home and the local elements or both + the home and the remote elements must be specified. + + The optional query elements must be present if the + persistence-type is Container and the cmp-version is 2.x and + query methods other than findByPrimaryKey have been defined + for the entity bean. + + The other elements that are optional are "optional" in the + sense that they are omitted if the lists represented by them + are empty. + + At least one cmp-field element must be present in the + descriptor if the entity's persistence-type is Container and + the cmp-version is 1.x, and none must not be present if the + entity's persistence-type is Bean. + + + + + + + + + + + + + + + + + + The prim-key-class element contains the + fully-qualified name of an + entity bean's primary key class. + + If the definition of the primary key class is + deferred to deployment time, the prim-key-class + element should specify java.lang.Object. + + + + + + + + + The reentrant element specifies whether an entity + bean is reentrant or not. + + The reentrant element must be one of the two + following: true or false + + + + + + + + + + The abstract-schema-name element specifies the name + of the abstract schema type of an entity bean with + cmp-version 2.x. It is used in EJB QL queries. + + For example, the abstract-schema-name for an entity + bean whose local interface is + com.acme.commerce.Order might be Order. + + + + + + + + + + The primkey-field element is used to specify the + name of the primary key field for an entity with + container-managed persistence. + + The primkey-field must be one of the fields declared + in the cmp-field element, and the type of the field + must be the same as the primary key type. + + The primkey-field element is not used if the primary + key maps to multiple container-managed fields + (i.e. the key is a compound key). In this case, the + fields of the primary key class must be public, and + their names must correspond to the field names of + the entity bean class that comprise the key. + + + + + + + + + + + + + + + + + + + The exclude-listType specifies one or more methods which + the Assembler marks to be uncallable. + + If the method permission relation contains methods that are + in the exclude list, the Deployer should consider those + methods to be uncallable. + + + + + + + + + + + + + + + + + + The message-driven element declares a message-driven + bean. The declaration consists of: + + - an optional description + - an optional display name + - an optional icon element that contains a small and a large + icon file name. + - a name assigned to the enterprise bean in + the deployment descriptor + - the message-driven bean's implementation class + - an optional declaration of the bean's messaging + type + - the message-driven bean's transaction management type + - an optional declaration of the bean's + message-destination-type + - an optional declaration of the bean's + message-destination-link + - an optional declaration of the message-driven bean's + activation configuration properties + - an optional declaration of the bean's environment + entries + - an optional declaration of the bean's EJB references + - an optional declaration of the bean's local EJB + references + - an optional declaration of the bean's web service + references + - an optional declaration of the security + identity to be used for the execution of the bean's + methods + - an optional declaration of the bean's + resource manager connection factory + references + - an optional declaration of the bean's resource + environment references. + - an optional declaration of the bean's message + destination references + + + + + + + + + + + + + The messaging-type element specifies the message + listener interface of the message-driven bean. If + the messaging-type element is not specified, it is + assumed to be javax.jms.MessageListener. + + + + + + + + + + + + + + + + + + + + + + The method-intf element allows a method element to + differentiate between the methods with the same name and + signature that are multiply defined across the home and + component interfaces (e.g, in both an enterprise bean's + remote and local interfaces or in both an enterprise bean's + home and remote interfaces, etc.); the component and web + service endpoint interfaces, and so on. + + The method-intf element must be one of the following: + + Home + Remote + LocalHome + Local + ServiceEndpoint + + + + + + + + + + + + + + + + + + + + + The method-nameType contains a name of an enterprise + bean method or the asterisk (*) character. The asterisk is + used when the element denotes all the methods of an + enterprise bean's client view interfaces. + + + + + + + + + + + + + + + The method-paramsType defines a list of the + fully-qualified Java type names of the method parameters. + + + + + + + + + + The method-param element contains a primitive + or a fully-qualified Java type name of a method + parameter. + + + + + + + + + + + + + + + The method-permissionType specifies that one or more + security roles are allowed to invoke one or more enterprise + bean methods. The method-permissionType consists of an + optional description, a list of security role names or an + indicator to state that the method is unchecked for + authorization, and a list of method elements. + + The security roles used in the method-permissionType + must be defined in the security-role elements of the + deployment descriptor, and the methods must be methods + defined in the enterprise bean's home, component and/or web + service endpoint interfaces. + + + + + + + + + + + + + The unchecked element specifies that a method is + not checked for authorization by the container + prior to invocation of the method. + + + + + + + + + + + + + + + + + EJBNAME + * + + + This style is used to refer to all the methods of the + specified enterprise bean's home, component, and/or web + service endpoint interfaces. + + 2. + + EJBNAME + METHOD + + + This style is used to refer to the specified method of + the specified enterprise bean. If there are multiple + methods with the same overloaded name, the element of + this style refers to all the methods with the overloaded + name. + + 3. + + EJBNAME + METHOD + + PARAM-1 + PARAM-2 + ... + PARAM-n + + + + This style is used to refer to a single method within a + set of methods with an overloaded name. PARAM-1 through + PARAM-n are the fully-qualified Java types of the + method's input parameters (if the method has no input + arguments, the method-params element contains no + method-param elements). Arrays are specified by the + array element's type, followed by one or more pair of + square brackets (e.g. int[][]). If there are multiple + methods with the same overloaded name, this style refers + to all of the overloaded methods. + + Examples: + + Style 1: The following method element refers to all the + methods of the EmployeeService bean's home, component, + and/or web service endpoint interfaces: + + + EmployeeService + * + + + Style 2: The following method element refers to all the + create methods of the EmployeeService bean's home + interface(s). + + + EmployeeService + create + + + Style 3: The following method element refers to the + create(String firstName, String LastName) method of the + EmployeeService bean's home interface(s). + + + EmployeeService + create + + java.lang.String + java.lang.String + + + + The following example illustrates a Style 3 element with + more complex parameter types. The method + foobar(char s, int i, int[] iar, mypackage.MyClass mycl, + mypackage.MyClass[][] myclaar) would be specified as: + + + EmployeeService + foobar + + char + int + int[] + mypackage.MyClass + mypackage.MyClass[][] + + + + The optional method-intf element can be used when it becomes + necessary to differentiate between a method that is multiply + defined across the enterprise bean's home, component, and/or + web service endpoint interfaces with the same name and + signature. + + For example, the method element + + + EmployeeService + Remote + create + + java.lang.String + java.lang.String + + + + can be used to differentiate the create(String, String) + method defined in the remote interface from the + create(String, String) method defined in the remote home + interface, which would be defined as + + + EmployeeService + Home + create + + java.lang.String + java.lang.String + + + + and the create method that is defined in the local home + interface which would be defined as + + + EmployeeService + LocalHome + create + + java.lang.String + java.lang.String + + + + The method-intf element can be used with all th ree Styles + of the method element usage. For example, the following + method element example could be used to refer to all the + methods of the EmployeeService bean's remote home interface. + + + EmployeeService + Home + * + + + ]]> + + + + + + + + + + + + + + + + + + + + + The multiplicityType describes the multiplicity of the + role that participates in a relation. + + The value must be one of the two following: + + One + Many + + + + + + + + + + + + + + + + + + The persistence-typeType specifies an entity bean's persistence + management type. + + The persistence-type element must be one of the two following: + + Bean + Container + + + + + + + + + + + + + + + + + + Method finds large orders + + findLargeOrders + + + + SELECT OBJECT(o) FROM Order o + WHERE o.amount > 1000 + + + + ]]> + + + + + + + + + + + + + + + + + The queryType defines a finder or select + query. It contains + - an optional description of the query + - the specification of the finder or select + method it is used by + - an optional specification of the result type + mapping, if the query is for a select method + and entity objects are returned. + - the EJB QL query string that defines the query. + + Queries that are expressible in EJB QL must use the ejb-ql + element to specify the query. If a query is not expressible + in EJB QL, the description element should be used to + describe the semantics of the query and the ejb-ql element + should be empty. + + The result-type-mapping is an optional element. It can only + be present if the query-method specifies a select method + that returns entity objects. The default value for the + result-type-mapping element is "Local". + + + + + + + + + + + + + + + + + + + + The relationship-role-sourceType designates the source of a + role that participates in a relationship. A + relationship-role-sourceType is used by + relationship-role-source elements to uniquely identify an + entity bean. + + + + + + + + + + + + + + + + + + The relationshipsType describes the relationships in + which entity beans with container-managed persistence + participate. The relationshipsType contains an optional + description; and a list of ejb-relation elements, which + specify the container managed relationships. + + + + + + + + + + + + + The ejb-relationship-role-name contains the name of a + relationship role. The name must be unique within + a relationship, but can be reused in different + relationships. + + + + + + + + + + + + + + + + + + The result-type-mappingType is used in the query element to + specify whether an abstract schema type returned by a query + for a select method is to be mapped to an EJBLocalObject or + EJBObject type. + + The value must be one of the following: + + Local + Remote + + + + + + + + + + + + + + + + + + The security-identityType specifies whether the caller's + security identity is to be used for the execution of the + methods of the enterprise bean or whether a specific run-as + identity is to be used. It contains an optional description + and a specification of the security identity to be used. + + + + + + + + + + + + The use-caller-identity element specifies that + the caller's security identity be used as the + security identity for the execution of the + enterprise bean's methods. + + + + + + + + + + + + + + + + + The session-beanType declares an session bean. The + declaration consists of: + + - an optional description + - an optional display name + - an optional icon element that contains a small and a large + icon file name + - a name assigned to the enterprise bean + in the deployment description + - the names of the session bean's remote home and + remote interfaces, if any + - the names of the session bean's local home and + local interfaces, if any + - the name of the session bean's web service endpoint + interface, if any + - the session bean's implementation class + - the session bean's state management type + - the session bean's transaction management type + - an optional declaration of the bean's + environment entries + - an optional declaration of the bean's EJB references + - an optional declaration of the bean's local + EJB references + - an optional declaration of the bean's web + service references + - an optional declaration of the security role + references + - an optional declaration of the security identity + to be used for the execution of the bean's methods + - an optional declaration of the bean's resource + manager connection factory references + - an optional declaration of the bean's resource + environment references. + - an optional declaration of the bean's message + destination references + + The elements that are optional are "optional" in the sense + that they are omitted when if lists represented by them are + empty. + + Either both the local-home and the local elements or both + the home and the remote elements must be specified for the + session bean. + + The service-endpoint element may only be specified if the + bean is a stateless session bean. + + + + + + + + + + + + + + + + The service-endpoint element contains the + fully-qualified name of the enterprise bean's web + service endpoint interface. The service-endpoint + element may only be specified for a stateless + session bean. The specified interface must be a + valid JAX-RPC service endpoint interface. + + + + + + + + + + + + + + + + + + + + + The session-typeType describes whether the session bean is a + stateful session or stateless session. It is used by + session-type elements. + + The value must be one of the two following: + + Stateful + Stateless + + + + + + + + + + + + + + + + + + The trans-attributeType specifies how the container must + manage the transaction boundaries when delegating a method + invocation to an enterprise bean's business method. + + The value must be one of the following: + + NotSupported + Supports + Required + RequiresNew + Mandatory + Never + + + + + + + + + + + + + + + + + + + + + + The transaction-typeType specifies an enterprise bean's + transaction management type. + + The transaction-type must be one of the two following: + + Bean + Container + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/ejb-jar_3_0.xsd b/files/jboss-as-7.1.1/docs/schema/ejb-jar_3_0.xsd new file mode 100644 index 0000000..d7877d8 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/ejb-jar_3_0.xsd @@ -0,0 +1,2705 @@ + + + + + @(#)ejb-jar_3_0.xsds 1.51 02/23/06 + + + + + + + Copyright 2003-2006 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, California 95054 + U.S.A + All rights reserved. + + Sun Microsystems, Inc. has intellectual property rights + relating to technology described in this document. In + particular, and without limitation, these intellectual + property rights may include one or more of the U.S. patents + listed at http://www.sun.com/patents and one or more + additional patents or pending patent applications in the + U.S. and other countries. + + This document and the technology which it describes are + distributed under licenses restricting their use, copying, + distribution, and decompilation. No part of this document + may be reproduced in any form by any means without prior + written authorization of Sun and its licensors, if any. + + Third-party software, including font technology, is + copyrighted and licensed from Sun suppliers. + + Sun, Sun Microsystems, the Sun logo, Solaris, Java, J2EE, + JavaServer Pages, Enterprise JavaBeans and the Java Coffee + Cup logo are trademarks or registered trademarks of Sun + Microsystems, Inc. in the U.S. and other countries. + + Federal Acquisitions: Commercial Software - Government Users + Subject to Standard License Terms and Conditions. + + + + + + + + ... + + + The instance documents may indicate the published version of + the schema using the xsi:schemaLocation attribute for the + Java EE namespace with the following location: + + http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd + + ]]> + + + + + + + The following conventions apply to all Java EE + deployment descriptor elements unless indicated otherwise. + + - In elements that specify a pathname to a file within the + same JAR file, relative filenames (i.e., those not + starting with "/") are considered relative to the root of + the JAR file's namespace. Absolute filenames (i.e., those + starting with "/") also specify names in the root of the + JAR file's namespace. In general, relative names are + preferred. The exception is .war files where absolute + names are preferred for consistency with the Servlet API. + + + + + + + + + + + + + + This is the root of the ejb-jar deployment descriptor. + + + + + + + + + The ejb-name element contains the name of an enterprise + bean. The name must be unique within the ejb-jar file. + + + + + + + + + + + + The keyref indicates the references from + relationship-role-source must be to a specific ejb-name + defined within the scope of enterprise-beans element. + + + + + + + + + + + + A role-name-key is specified to allow the references + from the security-role-refs. + + + + + + + + + + + + The keyref indicates the references from + security-role-ref to a specified role-name. + + + + + + + + + + + + + + + + The activation-config-propertyType contains a name/value + configuration property pair for a message-driven bean. + + The properties that are recognized for a particular + message-driven bean are determined by the messaging type. + + + + + + + + + + The activation-config-property-name element contains + the name for an activation configuration property of + a message-driven bean. + + For JMS message-driven beans, the following property + names are recognized: acknowledgeMode, + messageSelector, destinationType, subscriptionDurability + + + + + + + + + The activation-config-property-value element + contains the value for an activation configuration + property of a message-driven bean. + + + + + + + + + + + + + + + The activation-configType defines information about the + expected configuration properties of the message-driven bean + in its operational environment. This may include information + about message acknowledgement, message selector, expected + destination type, etc. + + The configuration information is expressed in terms of + name/value configuration properties. + + The properties that are recognized for a particular + message-driven bean are determined by the messaging type. + + + + + + + + + + + + + + + + + + The application-exceptionType declares an application + exception. The declaration consists of: + + - the exception class. When the container receives + an exception of this type, it is required to + forward this exception as an applcation exception + to the client regardless of whether it is a checked + or unchecked exception. + - an optional rollback element. If this element is + set to true, the container must rollback the current + transaction before forwarding the exception to the + client. If not specified, it defaults to false. + + + + + + + + + + + + + + + + + The around-invoke type specifies a method on a + class to be called during the around invoke portion of an + ejb invocation. Note that each class may have only one + around invoke method and that the method may not be + overloaded. + + If the class element is missing then + the class defining the callback is assumed to be the + interceptor class or component class in scope at the + location in the descriptor in which the around invoke + definition appears. + + + + + + + + + + + + + + + + The assembly-descriptorType defines + application-assembly information. + + The application-assembly information consists of the + following parts: the definition of security roles, the + definition of method permissions, the definition of + transaction attributes for enterprise beans with + container-managed transaction demarcation, the definition + of interceptor bindings, a list of + methods to be excluded from being invoked, and a list of + exception types that should be treated as application exceptions. + + All the parts are optional in the sense that they are + omitted if the lists represented by them are empty. + + Providing an assembly-descriptor in the deployment + descriptor is optional for the ejb-jar file producer. + + + + + + + + + + + + + + + + + + + + + + + The cmp-fieldType describes a container-managed field. The + cmp-fieldType contains an optional description of the field, + and the name of the field. + + + + + + + + + + The field-name element specifies the name of a + container managed field. + + The name of the cmp-field of an entity bean with + cmp-version 2.x must begin with a lowercase + letter. This field is accessed by methods whose + names consists of the name of the field specified by + field-name in which the first letter is uppercased, + prefixed by "get" or "set". + + The name of the cmp-field of an entity bean with + cmp-version 1.x must denote a public field of the + enterprise bean class or one of its superclasses. + + + + + + + + + + + + + + + The cmp-versionType specifies the version of an entity bean + with container-managed persistence. It is used by + cmp-version elements. + + The value must be one of the two following: + + 1.x + 2.x + + + + + + + + + + + + + + + + + + The cmr-field-type element specifies the class of a + collection-valued logical relationship field in the entity + bean class. The value of an element using cmr-field-typeType + must be either: java.util.Collection or java.util.Set. + + + + + + + + + + + + + + + + + + The cmr-fieldType describes the bean provider's view of + a relationship. It consists of an optional description, and + the name and the class type of a field in the source of a + role of a relationship. The cmr-field-name element + corresponds to the name used for the get and set accessor + methods for the relationship. The cmr-field-type element is + used only for collection-valued cmr-fields. It specifies the + type of the collection that is used. + + + + + + + + + + + The cmr-field-name element specifies the name of a + logical relationship field in the entity bean + class. The name of the cmr-field must begin with a + lowercase letter. This field is accessed by methods + whose names consist of the name of the field + specified by cmr-field-name in which the first + letter is uppercased, prefixed by "get" or "set". + + + + + + + + + + + + + + + + The container-transactionType specifies how the container + must manage transaction scopes for the enterprise bean's + method invocations. It defines an optional description, a + list of method elements, and a transaction attribute. The + transaction attribute is to be applied to all the specified + methods. + + + + + + + + + + + + + + + + + + com.wombat.empl.EmployeeServiceBean + + ]]> + + + + + + + + + + + + + + The ejb-jarType defines the root element of the EJB + deployment descriptor. It contains + + - an optional description of the ejb-jar file + - an optional display name + - an optional icon that contains a small and a large + icon file name + - structural information about all included + enterprise beans that is not specified through + annotations + - structural information about interceptor classes + - a descriptor for container managed relationships, + if any. + - an optional application-assembly descriptor + - an optional name of an ejb-client-jar file for the + ejb-jar. + + + + + + + + + + + + + + The ejb-relation-name contains the name of a + relation. The name must be unique within + relationships. + + + + + + + + + + + + Providing an assembly-descriptor in the deployment + descriptor is optional for the ejb-jar file + producer. + + + + + + + + employee_service_client.jar + + + ]]> + + + + + + + + + The version specifies the version of the + EJB specification that the instance document must + comply with. This information enables deployment tools + to validate a particular EJB Deployment + Descriptor with respect to a specific version of the EJB + schema. + + + + + + + + + The metadata-complete attribute defines whether this + deployment descriptor and other related deployment + descriptors for this module (e.g., web service + descriptors) are complete, or whether the class + files available to this module and packaged with + this application should be examined for annotations + that specify deployment information. + + If metadata-complete is set to "true", the deployment + tool must ignore any annotations that specify deployment + information, which might be present in the class files + of the application. + + If metadata-complete is not specified or is set to + "false", the deployment tool must examine the class + files of the application for annotations, as + specified by the specifications. + + + + + + + + + + + + + + + EmployeeService + + ]]> + + + + + + + + + + + + + + The ejb-relationType describes a relationship between two + entity beans with container-managed persistence. It is used + by ejb-relation elements. It contains a description; an + optional ejb-relation-name element; and exactly two + relationship role declarations, defined by the + ejb-relationship-role elements. The name of the + relationship, if specified, is unique within the ejb-jar + file. + + + + + + + + + + + The ejb-relation-name element provides a unique name + within the ejb-jar file for a relationship. + + + + + + + + + + + + + + + + + Product-LineItem + + product-has-lineitems + + One + + ProductEJB + + + + + ]]> + + + + + + + + + + The ejb-relationship-role-name element defines a + name for a role that is unique within an + ejb-relation. Different relationships can use the + same name for a role. + + + + + + + + + + The cascade-delete element specifies that, within a + particular relationship, the lifetime of one or more + entity beans is dependent upon the lifetime of + another entity bean. The cascade-delete element can + only be specified for an ejb-relationship-role + element contained in an ejb-relation element in + which the other ejb-relationship-role + element specifies a multiplicity of One. + + + + + + + + + + + + + + + + + The enterprise-beansType declares one or more enterprise + beans. Each bean can be a session, entity or message-driven + bean. + + + + + + + + + + + The ejb-ref-name element contains the name of + an EJB reference. The EJB reference is an entry in + the component's environment and is relative to the + java:comp/env context. The name must be unique within + the component. + + It is recommended that name be prefixed with "ejb/". + + + + + + + + + + + + The ejb-ref-name element contains the name of an EJB + reference. The EJB reference is an entry in the + component's environment and is relative to the + java:comp/env context. The name must be unique + within the component. + + It is recommended that name is prefixed with "ejb/". + + + + + + + + + + + + The resource-env-ref-name element specifies the name + of a resource environment reference; its value is + the environment entry name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The message-destination-ref-name element specifies the name + of a message destination reference; its value is + the message destination reference name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The res-ref-name element specifies the name of a + resource manager connection factory reference. The name + is a JNDI name relative to the java:comp/env context. + The name must be unique within an component. + + + + + + + + + + + + The env-entry-name element contains the name of a + component's environment entry. The name is a JNDI + name relative to the java:comp/env context. The + name must be unique within an component. + + + + + + + + + + + + + + The ejb-ref-name element contains the name of + an EJB reference. The EJB reference is an entry in + the component's environment and is relative to the + java:comp/env context. The name must be unique within + the component. + + It is recommended that name be prefixed with "ejb/". + + + + + + + + + + + + The ejb-ref-name element contains the name of an EJB + reference. The EJB reference is an entry in the + component's environment and is relative to the + java:comp/env context. The name must be unique + within the component. + + It is recommended that name is prefixed with "ejb/". + + + + + + + + + + + + The resource-env-ref-name element specifies the name + of a resource environment reference; its value is + the environment entry name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The message-destination-ref-name element specifies the name + of a message destination reference; its value is + the message destination reference name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The res-ref-name element specifies the name of a + resource manager connection factory reference. The name + is a JNDI name relative to the java:comp/env context. + The name must be unique within an component. + + + + + + + + + + + + The env-entry-name element contains the name of a + component's environment entry. The name is a JNDI + name relative to the java:comp/env context. The + name must be unique within an component. + + + + + + + + + + + + + + The ejb-ref-name element contains the name of + an EJB reference. The EJB reference is an entry in + the component's environment and is relative to the + java:comp/env context. The name must be unique within + the component. + + It is recommended that name be prefixed with "ejb/". + + + + + + + + + + + + The ejb-ref-name element contains the name of an EJB + reference. The EJB reference is an entry in the + component's environment and is relative to the + java:comp/env context. The name must be unique + within the component. + + It is recommended that name is prefixed with "ejb/". + + + + + + + + + + + + The resource-env-ref-name element specifies the name + of a resource environment reference; its value is + the environment entry name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The message-destination-ref-name element specifies the name + of a message destination reference; its value is + the message destination reference name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + + The res-ref-name element specifies the name of a + resource manager connection factory reference. The name + is a JNDI name relative to the java:comp/env context. + The name must be unique within an component. + + + + + + + + + + + + The env-entry-name element contains the name of a + component's environment entry. The name is a JNDI + name relative to the java:comp/env context. The + name must be unique within an component. + + + + + + + + + + + + + + + + + + + The entity-beanType declares an entity bean. The declaration + consists of: + + - an optional description + - an optional display name + - an optional icon element that contains a small and a large + icon file name + - a unique name assigned to the enterprise bean + in the deployment descriptor + - an optional mapped-name element that can be used to provide + vendor-specific deployment information such as the physical + jndi-name of the entity bean's remote home interface. This + element is not required to be supported by all implementations. + Any use of this element is non-portable. + - the names of the entity bean's remote home + and remote interfaces, if any + - the names of the entity bean's local home and local + interfaces, if any + - the entity bean's implementation class + - the optional entity bean's persistence management type. If + this element is not specified it is defaulted to Container. + - the entity bean's primary key class name + - an indication of the entity bean's reentrancy + - an optional specification of the + entity bean's cmp-version + - an optional specification of the entity bean's + abstract schema name + - an optional list of container-managed fields + - an optional specification of the primary key + field + - an optional declaration of the bean's environment + entries + - an optional declaration of the bean's EJB + references + - an optional declaration of the bean's local + EJB references + - an optional declaration of the bean's web + service references + - an optional declaration of the security role + references + - an optional declaration of the security identity + to be used for the execution of the bean's methods + - an optional declaration of the bean's + resource manager connection factory references + - an optional declaration of the bean's + resource environment references + - an optional declaration of the bean's message + destination references + - an optional set of query declarations + for finder and select methods for an entity + bean with cmp-version 2.x. + + The optional abstract-schema-name element must be specified + for an entity bean with container-managed persistence and + cmp-version 2.x. + + The optional primkey-field may be present in the descriptor + if the entity's persistence-type is Container. + + The optional cmp-version element may be present in the + descriptor if the entity's persistence-type is Container. If + the persistence-type is Container and the cmp-version + element is not specified, its value defaults to 2.x. + + The optional home and remote elements must be specified if + the entity bean cmp-version is 1.x. + + The optional home and remote elements must be specified if + the entity bean has a remote home and remote interface. + + The optional local-home and local elements must be specified + if the entity bean has a local home and local interface. + + Either both the local-home and the local elements or both + the home and the remote elements must be specified. + + The optional query elements must be present if the + persistence-type is Container and the cmp-version is 2.x and + query methods other than findByPrimaryKey have been defined + for the entity bean. + + The other elements that are optional are "optional" in the + sense that they are omitted if the lists represented by them + are empty. + + At least one cmp-field element must be present in the + descriptor if the entity's persistence-type is Container and + the cmp-version is 1.x, and none must not be present if the + entity's persistence-type is Bean. + + + + + + + + + + + + + + + + + + + The prim-key-class element contains the + fully-qualified name of an + entity bean's primary key class. + + If the definition of the primary key class is + deferred to deployment time, the prim-key-class + element should specify java.lang.Object. + + + + + + + + + The reentrant element specifies whether an entity + bean is reentrant or not. + + The reentrant element must be one of the two + following: true or false + + + + + + + + + + The abstract-schema-name element specifies the name + of the abstract schema type of an entity bean with + cmp-version 2.x. It is used in EJB QL queries. + + For example, the abstract-schema-name for an entity + bean whose local interface is + com.acme.commerce.Order might be Order. + + + + + + + + + + The primkey-field element is used to specify the + name of the primary key field for an entity with + container-managed persistence. + + The primkey-field must be one of the fields declared + in the cmp-field element, and the type of the field + must be the same as the primary key type. + + The primkey-field element is not used if the primary + key maps to multiple container-managed fields + (i.e. the key is a compound key). In this case, the + fields of the primary key class must be public, and + their names must correspond to the field names of + the entity bean class that comprise the key. + + + + + + + + + + + + + + + + + + + The exclude-listType specifies one or more methods which + the Assembler marks to be uncallable. + + If the method permission relation contains methods that are + in the exclude list, the Deployer should consider those + methods to be uncallable. + + + + + + + + + + + + + + + + + + + + + + + + + + + + The interceptor-bindingType element describes the binding of + interceptor classes to beans within the ejb-jar. + It consists of : + + - An optional description. + - The name of an ejb within the ejb-jar or the wildcard value "*", + which is used to define interceptors that are bound to all + beans in the ejb-jar. + - A list of interceptor classes that are bound to the contents of + the ejb-name element or a specification of the total ordering + over the interceptors defined for the given level and above. + - An optional exclude-default-interceptors element. If set to true, + specifies that default interceptors are not to be applied to + a bean-class and/or business method. + - An optional exclude-class-interceptors element. If set to true, + specifies that class interceptors are not to be applied to + a business method. + - An optional set of method elements for describing the name/params + of a method-level interceptor. + + Interceptors bound to all classes using the wildcard syntax + "*" are default interceptors for the components in the ejb-jar. + In addition, interceptors may be bound at the level of the bean + class (class-level interceptors) or business methods (method-level + interceptors ). + + The binding of interceptors to classes is additive. If interceptors + are bound at the class-level and/or default-level as well as the + method-level, both class-level and/or default-level as well as + method-level will apply. + + There are four possible styles of the interceptor element syntax : + + 1. + + * + INTERCEPTOR + + + Specifying the ejb-name as the wildcard value "*" designates + default interceptors (interceptors that apply to all session and + message-driven beans contained in the ejb-jar). + + 2. + + EJBNAME + INTERCEPTOR + + + This style is used to refer to interceptors associated with the + specified enterprise bean(class-level interceptors). + + 3. + + EJBNAME + INTERCEPTOR + + METHOD + + + + This style is used to associate a method-level interceptor with + the specified enterprise bean. If there are multiple methods + with the same overloaded name, the element of this style refers + to all the methods with the overloaded name. Method-level + interceptors can only be associated with business methods of the + bean class. Note that the wildcard value "*" cannot be used + to specify method-level interceptors. + + 4. + + EJBNAME + INTERCEPTOR + + METHOD + + PARAM-1 + PARAM-2 + ... + PARAM-N + + + + + This style is used to associate a method-level interceptor with + the specified method of the specified enterprise bean. This + style is used to refer to a single method within a set of methods + with an overloaded name. The values PARAM-1 through PARAM-N + are the fully-qualified Java types of the method's input parameters + (if the method has no input arguments, the method-params element + contains no method-param elements). Arrays are specified by the + array element's type, followed by one or more pair of square + brackets (e.g. int[][]). + + + + + + + + + + + + + + + + + + + + + + + The interceptor-orderType element describes a total ordering + of interceptor classes. + + + + + + + + + + + + + + + + + + The interceptorType element declares information about a single + interceptor class. It consists of : + + - An optional description. + - The fully-qualified name of the interceptor class. + - An optional list of around invoke methods declared on the + interceptor class and/or its super-classes. + - An optional list environment dependencies for the interceptor + class and/or its super-classes. + - An optional list of post-activate methods declared on the + interceptor class and/or its super-classes. + - An optional list of pre-passivate methods declared on the + interceptor class and/or its super-classes. + + + + + + + + + + + + + + + + + + + + + The interceptorsType element declares one or more interceptor + classes used by components within this ejb-jar. The declaration + consists of : + + - An optional description. + - One or more interceptor elements. + + + + + + + + + + + + + + + + + The message-driven element declares a message-driven + bean. The declaration consists of: + + - an optional description + - an optional display name + - an optional icon element that contains a small and a large + icon file name. + - a name assigned to the enterprise bean in + the deployment descriptor + - an optional mapped-name element that can be used to provide + vendor-specific deployment information such as the physical + jndi-name of destination from which this message-driven bean + should consume. This element is not required to be supported + by all implementations. Any use of this element is non-portable. + - the message-driven bean's implementation class + - an optional declaration of the bean's messaging + type + - an optional declaration of the bean's timeout method. + - the optional message-driven bean's transaction management + type. If it is not defined, it is defaulted to Container. + - an optional declaration of the bean's + message-destination-type + - an optional declaration of the bean's + message-destination-link + - an optional declaration of the message-driven bean's + activation configuration properties + - an optional list of the message-driven bean class and/or + superclass around-invoke methods. + - an optional declaration of the bean's environment + entries + - an optional declaration of the bean's EJB references + - an optional declaration of the bean's local EJB + references + - an optional declaration of the bean's web service + references + - an optional declaration of the security + identity to be used for the execution of the bean's + methods + - an optional declaration of the bean's + resource manager connection factory + references + - an optional declaration of the bean's resource + environment references. + - an optional declaration of the bean's message + destination references + + + + + + + + + + + + + The ejb-class element specifies the fully qualified name + of the bean class for this ejb. It is required unless + there is a component-defining annotation for the same + ejb-name. + + + + + + + + + The messaging-type element specifies the message + listener interface of the message-driven bean. + + + + + + + + + + + + + + + + + + + + + + + + The method-intf element allows a method element to + differentiate between the methods with the same name and + signature that are multiply defined across the home and + component interfaces (e.g, in both an enterprise bean's + remote and local interfaces or in both an enterprise bean's + home and remote interfaces, etc.); the component and web + service endpoint interfaces, and so on. The Local applies to + both local component interface and local business interface. + Similarly, Remote applies to both remote component interface + and the remote business interface. + + The method-intf element must be one of the following: + + Home + Remote + LocalHome + Local + ServiceEndpoint + + + + + + + + + + + + + + + + + + + + + The method-nameType contains a name of an enterprise + bean method or the asterisk (*) character. The asterisk is + used when the element denotes all the methods of an + enterprise bean's client view interfaces. + + + + + + + + + + + + + + + The method-paramsType defines a list of the + fully-qualified Java type names of the method parameters. + + + + + + + + + + The method-param element contains a primitive + or a fully-qualified Java type name of a method + parameter. + + + + + + + + + + + + + + + The method-permissionType specifies that one or more + security roles are allowed to invoke one or more enterprise + bean methods. The method-permissionType consists of an + optional description, a list of security role names or an + indicator to state that the method is unchecked for + authorization, and a list of method elements. + + The security roles used in the method-permissionType + must be defined in the security-role elements of the + deployment descriptor, and the methods must be methods + defined in the enterprise bean's business, home, component + and/or web service endpoint interfaces. + + + + + + + + + + + + + The unchecked element specifies that a method is + not checked for authorization by the container + prior to invocation of the method. + + + + + + + + + + + + + + + + + EJBNAME + * + + + This style is used to refer to all the methods of the + specified enterprise bean's business, home, component, + and/or web service endpoint interfaces. + + 2. + + EJBNAME + METHOD + + + This style is used to refer to the specified method of + the specified enterprise bean. If there are multiple + methods with the same overloaded name, the element of + this style refers to all the methods with the overloaded + name. + + 3. + + EJBNAME + METHOD + + PARAM-1 + PARAM-2 + ... + PARAM-n + + + + This style is used to refer to a single method within a + set of methods with an overloaded name. PARAM-1 through + PARAM-n are the fully-qualified Java types of the + method's input parameters (if the method has no input + arguments, the method-params element contains no + method-param elements). Arrays are specified by the + array element's type, followed by one or more pair of + square brackets (e.g. int[][]). If there are multiple + methods with the same overloaded name, this style refers + to all of the overloaded methods. + + Examples: + + Style 1: The following method element refers to all the + methods of the EmployeeService bean's business, home, + component, and/or web service endpoint interfaces: + + + EmployeeService + * + + + Style 2: The following method element refers to all the + create methods of the EmployeeService bean's home + interface(s). + + + EmployeeService + create + + + Style 3: The following method element refers to the + create(String firstName, String LastName) method of the + EmployeeService bean's home interface(s). + + + EmployeeService + create + + java.lang.String + java.lang.String + + + + The following example illustrates a Style 3 element with + more complex parameter types. The method + foobar(char s, int i, int[] iar, mypackage.MyClass mycl, + mypackage.MyClass[][] myclaar) would be specified as: + + + EmployeeService + foobar + + char + int + int[] + mypackage.MyClass + mypackage.MyClass[][] + + + + The optional method-intf element can be used when it becomes + necessary to differentiate between a method that is multiply + defined across the enterprise bean's business, home, component, + and/or web service endpoint interfaces with the same name and + signature. However, if the same method is a method of both the + local business interface, and the local component interface, + the same attribute applies to the method for both interfaces. + Likewise, if the same method is a method of both the remote + business interface and the remote component interface, the same + attribute applies to the method for both interfaces. + + For example, the method element + + + EmployeeService + Remote + create + + java.lang.String + java.lang.String + + + + can be used to differentiate the create(String, String) + method defined in the remote interface from the + create(String, String) method defined in the remote home + interface, which would be defined as + + + EmployeeService + Home + create + + java.lang.String + java.lang.String + + + + and the create method that is defined in the local home + interface which would be defined as + + + EmployeeService + LocalHome + create + + java.lang.String + java.lang.String + + + + The method-intf element can be used with all three Styles + of the method element usage. For example, the following + method element example could be used to refer to all the + methods of the EmployeeService bean's remote home interface + and the remote business interface. + + + EmployeeService + Home + * + + + ]]> + + + + + + + + + + + + + + + + + + + + + The multiplicityType describes the multiplicity of the + role that participates in a relation. + + The value must be one of the two following: + + One + Many + + + + + + + + + + + + + + + + + + + + + + + + + + + + The persistence-typeType specifies an entity bean's persistence + management type. + + The persistence-type element must be one of the two following: + + Bean + Container + + + + + + + + + + + + + + + + + + Method finds large orders + + findLargeOrders + + + + SELECT OBJECT(o) FROM Order o + WHERE o.amount > 1000 + + + + ]]> + + + + + + + + + + + + + + + + + The queryType defines a finder or select + query. It contains + - an optional description of the query + - the specification of the finder or select + method it is used by + - an optional specification of the result type + mapping, if the query is for a select method + and entity objects are returned. + - the EJB QL query string that defines the query. + + Queries that are expressible in EJB QL must use the ejb-ql + element to specify the query. If a query is not expressible + in EJB QL, the description element should be used to + describe the semantics of the query and the ejb-ql element + should be empty. + + The result-type-mapping is an optional element. It can only + be present if the query-method specifies a select method + that returns entity objects. The default value for the + result-type-mapping element is "Local". + + + + + + + + + + + + + + + + + + + + The relationship-role-sourceType designates the source of a + role that participates in a relationship. A + relationship-role-sourceType is used by + relationship-role-source elements to uniquely identify an + entity bean. + + + + + + + + + + + + + + + + + + The relationshipsType describes the relationships in + which entity beans with container-managed persistence + participate. The relationshipsType contains an optional + description; and a list of ejb-relation elements, which + specify the container managed relationships. + + + + + + + + + + + + + The ejb-relationship-role-name contains the name of a + relationship role. The name must be unique within + a relationship, but can be reused in different + relationships. + + + + + + + + + + + + + + + + + + + + + + + + + + + + The result-type-mappingType is used in the query element to + specify whether an abstract schema type returned by a query + for a select method is to be mapped to an EJBLocalObject or + EJBObject type. + + The value must be one of the following: + + Local + Remote + + + + + + + + + + + + + + + + + + The security-identityType specifies whether the caller's + security identity is to be used for the execution of the + methods of the enterprise bean or whether a specific run-as + identity is to be used. It contains an optional description + and a specification of the security identity to be used. + + + + + + + + + + + + The use-caller-identity element specifies that + the caller's security identity be used as the + security identity for the execution of the + enterprise bean's methods. + + + + + + + + + + + + + + + + + The session-beanType declares an session bean. The + declaration consists of: + + - an optional description + - an optional display name + - an optional icon element that contains a small and a large + icon file name + - a name assigned to the enterprise bean + in the deployment description + - an optional mapped-name element that can be used to provide + vendor-specific deployment information such as the physical + jndi-name of the session bean's remote home/business interface. + This element is not required to be supported by all + implementations. Any use of this element is non-portable. + - the names of all the remote or local business interfaces, + if any + - the names of the session bean's remote home and + remote interfaces, if any + - the names of the session bean's local home and + local interfaces, if any + - the name of the session bean's web service endpoint + interface, if any + - the session bean's implementation class + - the session bean's state management type + - an optional declaration of the session bean's timeout method. + - the optional session bean's transaction management type. + If it is not present, it is defaulted to Container. + - an optional list of the session bean class and/or + superclass around-invoke methods. + - an optional declaration of the bean's + environment entries + - an optional declaration of the bean's EJB references + - an optional declaration of the bean's local + EJB references + - an optional declaration of the bean's web + service references + - an optional declaration of the security role + references + - an optional declaration of the security identity + to be used for the execution of the bean's methods + - an optional declaration of the bean's resource + manager connection factory references + - an optional declaration of the bean's resource + environment references. + - an optional declaration of the bean's message + destination references + + The elements that are optional are "optional" in the sense + that they are omitted when if lists represented by them are + empty. + + Either both the local-home and the local elements or both + the home and the remote elements must be specified for the + session bean. + + The service-endpoint element may only be specified if the + bean is a stateless session bean. + + + + + + + + + + + + + + + + + + + The service-endpoint element contains the + fully-qualified name of the enterprise bean's web + service endpoint interface. The service-endpoint + element may only be specified for a stateless + session bean. The specified interface must be a + valid JAX-RPC service endpoint interface. + + + + + + + + + The ejb-class element specifies the fully qualified name + of the bean class for this ejb. It is required unless + there is a component-defining annotation for the same + ejb-name. + + + + + + + + + + + The init-method element specifies the mappings for + EJB 2.x style create methods for an EJB 3.0 bean. + This element can only be specified for stateful + session beans. + + + + + + + + + The remove-method element specifies the mappings for + EJB 2.x style remove methods for an EJB 3.0 bean. + This element can only be specified for stateful + session beans. + + + + + + + + + + + + + + + + + + + + + + + + The session-typeType describes whether the session bean is a + stateful session or stateless session. It is used by + session-type elements. + + The value must be one of the two following: + + Stateful + Stateless + + + + + + + + + + + + + + + + + + The trans-attributeType specifies how the container must + manage the transaction boundaries when delegating a method + invocation to an enterprise bean's business method. + + The value must be one of the following: + + NotSupported + Supports + Required + RequiresNew + Mandatory + Never + + + + + + + + + + + + + + + + + + + + + + The transaction-typeType specifies an enterprise bean's + transaction management type. + + The transaction-type must be one of the two following: + + Bean + Container + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/ejb-jar_3_1.xsd b/files/jboss-as-7.1.1/docs/schema/ejb-jar_3_1.xsd new file mode 100644 index 0000000..e85d346 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/ejb-jar_3_1.xsd @@ -0,0 +1,3260 @@ + + + + + + $Id$ + + + + + + + + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. + + Copyright 2003-2009 Sun Microsystems, Inc. All rights reserved. + + The contents of this file are subject to the terms of either the + GNU General Public License Version 2 only ("GPL") or the Common + Development and Distribution License("CDDL") (collectively, the + "License"). You may not use this file except in compliance with + the License. You can obtain a copy of the License at + https://glassfish.dev.java.net/public/CDDL+GPL.html or + glassfish/bootstrap/legal/LICENSE.txt. See the License for the + specific language governing permissions and limitations under the + License. + + When distributing the software, include this License Header + Notice in each file and include the License file at + glassfish/bootstrap/legal/LICENSE.txt. Sun designates this + particular file as subject to the "Classpath" exception as + provided by Sun in the GPL Version 2 section of the License file + that accompanied this code. If applicable, add the following + below the License Header, with the fields enclosed by brackets [] + replaced by your own identifying information: + "Portions Copyrighted [year] [name of copyright owner]" + + Contributor(s): + + If you wish your version of this file to be governed by only the + CDDL or only the GPL Version 2, indicate your decision by adding + "[Contributor] elects to include this software in this + distribution under the [CDDL or GPL Version 2] license." If you + don't indicate a single choice of license, a recipient has the + option to distribute your version of this file under either the + CDDL, the GPL Version 2 or to extend the choice of license to its + licensees as provided above. However, if you add GPL Version 2 + code and therefore, elected the GPL Version 2 license, then the + option applies only if the new code is made subject to such + option by the copyright holder. + + + Portions Copyrighted 2009 Red Hat + + Red Hat elects to include this software in this + distribution under the GPL Version 2 license. + + + + + + + ... + + + The instance documents may indicate the published version of + the schema using the xsi:schemaLocation attribute for the + Java EE namespace with the following location: + + http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd + +]]> + + + + + + + The following conventions apply to all Java EE + deployment descriptor elements unless indicated otherwise. + + - In elements that specify a pathname to a file within the + same JAR file, relative filenames (i.e., those not + starting with "/") are considered relative to the root of + the JAR file's namespace. Absolute filenames (i.e., those + starting with "/") also specify names in the root of the + JAR file's namespace. In general, relative names are + preferred. The exception is .war files where absolute + names are preferred for consistency with the Servlet API. + + + + + + + + + + + + + + This is the root of the ejb-jar deployment descriptor. + + + + + + + + The ejb-name element contains the name of an enterprise + bean. The name must be unique within the ejb-jar or + .war file. + + + + + + + + + + + The keyref indicates the references from + relationship-role-source must be to a specific ejb-name + defined within the scope of enterprise-beans element. + + + + + + + + + + + A role-name-key is specified to allow the references + from the security-role-refs. + + + + + + + + + + + The keyref indicates the references from + security-role-ref to a specified role-name. + + + + + + + + + + + + + + + + The access-timeoutType represents the maximum amount of + time (in a given time unit) that the container should wait for + a concurrency lock before throwing a timeout exception to the + client. + + A timeout value of 0 means concurrent access is not permitted. + + A timeout value of -1 means wait indefinitely to acquire a lock. + + + + + + + + + + + + + + + + + + The async-methodType element specifies that a session + bean method has asynchronous invocation semantics. + + + + + + + + + + + + + + + + + + The activation-configType defines information about the + expected configuration properties of the message-driven bean + in its operational environment. This may include information + about message acknowledgement, message selector, expected + destination type, etc. + + The configuration information is expressed in terms of + name/value configuration properties. + + The properties that are recognized for a particular + message-driven bean are determined by the messaging type. + + + + + + + + + + + + + + + + + + The activation-config-propertyType contains a name/value + configuration property pair for a message-driven bean. + + The properties that are recognized for a particular + message-driven bean are determined by the messaging type. + + + + + + + + + The activation-config-property-name element contains + the name for an activation configuration property of + a message-driven bean. + + For JMS message-driven beans, the following property + names are recognized: acknowledgeMode, + messageSelector, destinationType, subscriptionDurability + + + + + + + + + The activation-config-property-value element + contains the value for an activation configuration + property of a message-driven bean. + + + + + + + + + + + + + + + + The around-invoke type specifies a method on a + class to be called during the around invoke portion of an + ejb invocation. Note that each class may have only one + around invoke method and that the method may not be + overloaded. + + If the class element is missing then + the class defining the callback is assumed to be the + interceptor class or component class in scope at the + location in the descriptor in which the around invoke + definition appears. + + + + + + + + + + + + + + + + + The around-timeout type specifies a method on a + class to be called during the around-timeout portion of + a timer timeout callback. Note that each class may have + only one around-timeout method and that the method may not + be overloaded. + + If the class element is missing then + the class defining the callback is assumed to be the + interceptor class or component class in scope at the + location in the descriptor in which the around-timeout + definition appears. + + + + + + + + + + + + + + + + + The assembly-descriptorType defines + application-assembly information. + + The application-assembly information consists of the + following parts: the definition of security roles, the + definition of method permissions, the definition of + transaction attributes for enterprise beans with + container-managed transaction demarcation, the definition + of interceptor bindings, a list of + methods to be excluded from being invoked, and a list of + exception types that should be treated as application exceptions. + + All the parts are optional in the sense that they are + omitted if the lists represented by them are empty. + + Providing an assembly-descriptor in the deployment + descriptor is optional for the ejb-jar or .war file producer. + + + + + + + + + + + + + + + + + + + + + + + The cmp-fieldType describes a container-managed field. The + cmp-fieldType contains an optional description of the field, + and the name of the field. + + + + + + + + + + The field-name element specifies the name of a + container managed field. + + The name of the cmp-field of an entity bean with + cmp-version 2.x must begin with a lowercase + letter. This field is accessed by methods whose + names consists of the name of the field specified by + field-name in which the first letter is uppercased, + prefixed by "get" or "set". + + The name of the cmp-field of an entity bean with + cmp-version 1.x must denote a public field of the + enterprise bean class or one of its superclasses. + + + + + + + + + + + + + + + + The cmp-versionType specifies the version of an entity bean + with container-managed persistence. It is used by + cmp-version elements. + + The value must be one of the two following: + + 1.x + 2.x + + + + + + + + + + + + + + + + + + + The cmr-fieldType describes the bean provider's view of + a relationship. It consists of an optional description, and + the name and the class type of a field in the source of a + role of a relationship. The cmr-field-name element + corresponds to the name used for the get and set accessor + methods for the relationship. The cmr-field-type element is + used only for collection-valued cmr-fields. It specifies the + type of the collection that is used. + + + + + + + + + + The cmr-field-name element specifies the name of a + logical relationship field in the entity bean + class. The name of the cmr-field must begin with a + lowercase letter. This field is accessed by methods + whose names consist of the name of the field + specified by cmr-field-name in which the first + letter is uppercased, prefixed by "get" or "set". + + + + + + + + + + + + + + + + + The cmr-field-type element specifies the class of a + collection-valued logical relationship field in the entity + bean class. The value of an element using cmr-field-typeType + must be either: java.util.Collection or java.util.Set. + + + + + + + + + + + + + + + + + + + The concurrency-management-typeType specifies the way concurrency + is managed for a singleton or stateful session bean. + + The concurrency management type must be one of the following: + + Bean + Container + + Bean managed concurrency can only be specified for a singleton bean. + + + + + + + + + + + + + + + + + + + The concurrent-lock-typeType specifies how the container must + manage concurrent access to a method of a Singleton bean + with container-managed concurrency. + + The container managed concurrency lock type must be one + of the following : + + Read + Write + + + + + + + + + + + + + + + + + + + The concurrent-methodType specifies information about a method + of a bean with container managed concurrency. + + The optional lock element specifies the kind of concurrency + lock asssociated with the method. + + The optional access-timeout element specifies the amount of + time (in a given time unit) the container should wait for a + concurrency lock before throwing an exception to the client. + + + + + + + + + + + + + + + + + + + The container-transactionType specifies how the container + must manage transaction scopes for the enterprise bean's + method invocations. It defines an optional description, a + list of method elements, and a transaction attribute. The + transaction attribute is to be applied to all the specified + methods. + + + + + + + + + + + + + + + + + + + The depends-onType is used to express initialization + ordering dependencies between Singleton components. + The depends-onType specifies the names of one or more + Singleton beans in the same application as the referring + Singleton, each of which must be initialized before + the referring bean. + + Each dependent bean is expressed using ejb-link syntax. + The order in which dependent beans are initialized at + runtime is not guaranteed to match the order in which + they are listed. + + + + + + + + + + + + + + + +com.wombat.empl.EmployeeServiceBean + +]]> + + + + + + + + + + + + + + + The ejb-jarType defines the root element of the EJB + deployment descriptor. It contains + + - an optional description of the ejb-jar file + - an optional display name + - an optional icon that contains a small and a large + icon file name + - an optional module name. Only applicable to + stand-alone ejb-jars or ejb-jars packaged in an ear. + Ignored if specified for an ejb-jar.xml within a .war. + In that case, standard .war module-name rules apply. + - structural information about all included + enterprise beans that is not specified through + annotations + - structural information about interceptor classes + - a descriptor for container managed relationships, + if any. + - an optional application-assembly descriptor + - an optional name of an ejb-client-jar file for the + ejb-jar. + + + + + + + + + + + + + + The ejb-relation-name contains the name of a + relation. The name must be unique within + relationships. + + + + + + + + + + + + Providing an assembly-descriptor in the deployment + descriptor is optional for the ejb-jar or .war file + producer. + + + + + + + +employee_service_client.jar + + +]]> + + + + + + + + + The version specifies the version of the + EJB specification that the instance document must + comply with. This information enables deployment tools + to validate a particular EJB Deployment + Descriptor with respect to a specific version of the EJB + schema. + + + + + + + + + The metadata-complete attribute defines whether this + deployment descriptor and other related deployment + descriptors for this module (e.g., web service + descriptors) are complete, or whether the class + files available to this module and packaged with + this application should be examined for annotations + that specify deployment information. + + If metadata-complete is set to "true", the deployment + tool must ignore any annotations that specify deployment + information, which might be present in the class files + of the application. + + If metadata-complete is not specified or is set to + "false", the deployment tool must examine the class + files of the application for annotations, as + specified by the specifications. + + + + + + + + + + + + + +EmployeeService + +]]> + + + + + + + + + + + + + + + The ejb-relationType describes a relationship between two + entity beans with container-managed persistence. It is used + by ejb-relation elements. It contains a description; an + optional ejb-relation-name element; and exactly two + relationship role declarations, defined by the + ejb-relationship-role elements. The name of the + relationship, if specified, is unique within the ejb-jar + file. + + + + + + + + + + The ejb-relation-name element provides a unique name + within the ejb-jar file for a relationship. + + + + + + + + + + + + + + + + + + Product-LineItem + + product-has-lineitems + + One + + ProductEJB + + + + +]]> + + + + + + + + + The ejb-relationship-role-name element defines a + name for a role that is unique within an + ejb-relation. Different relationships can use the + same name for a role. + + + + + + + + + + The cascade-delete element specifies that, within a + particular relationship, the lifetime of one or more + entity beans is dependent upon the lifetime of + another entity bean. The cascade-delete element can + only be specified for an ejb-relationship-role + element contained in an ejb-relation element in + which the other ejb-relationship-role + element specifies a multiplicity of One. + + + + + + + + + + + + + + + + + + The enterprise-beansType declares one or more enterprise + beans. Each bean can be a session, entity or message-driven + bean. + + + + + + + + + + The ejb-ref-name element contains the name of + an EJB reference. The EJB reference is an entry in + the component's environment and is relative to the + java:comp/env context. The name must be unique within + the component. + + It is recommended that name be prefixed with "ejb/". + + + + + + + + + + + The ejb-ref-name element contains the name of an EJB + reference. The EJB reference is an entry in the + component's environment and is relative to the + java:comp/env context. The name must be unique + within the component. + + It is recommended that name is prefixed with "ejb/". + + + + + + + + + + + The resource-env-ref-name element specifies the name + of a resource environment reference; its value is + the environment entry name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + The message-destination-ref-name element specifies the name + of a message destination reference; its value is + the message destination reference name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + The res-ref-name element specifies the name of a + resource manager connection factory reference. The name + is a JNDI name relative to the java:comp/env context. + The name must be unique within an component. + + + + + + + + + + + The env-entry-name element contains the name of a + component's environment entry. The name is a JNDI + name relative to the java:comp/env context. The + name must be unique within an component. + + + + + + + + + + + + + The ejb-ref-name element contains the name of + an EJB reference. The EJB reference is an entry in + the component's environment and is relative to the + java:comp/env context. The name must be unique within + the component. + + It is recommended that name be prefixed with "ejb/". + + + + + + + + + + + The ejb-ref-name element contains the name of an EJB + reference. The EJB reference is an entry in the + component's environment and is relative to the + java:comp/env context. The name must be unique + within the component. + + It is recommended that name is prefixed with "ejb/". + + + + + + + + + + + The resource-env-ref-name element specifies the name + of a resource environment reference; its value is + the environment entry name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + The message-destination-ref-name element specifies the name + of a message destination reference; its value is + the message destination reference name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + The res-ref-name element specifies the name of a + resource manager connection factory reference. The name + is a JNDI name relative to the java:comp/env context. + The name must be unique within an component. + + + + + + + + + + + The env-entry-name element contains the name of a + component's environment entry. The name is a JNDI + name relative to the java:comp/env context. The + name must be unique within an component. + + + + + + + + + + + + + The ejb-ref-name element contains the name of + an EJB reference. The EJB reference is an entry in + the component's environment and is relative to the + java:comp/env context. The name must be unique within + the component. + + It is recommended that name be prefixed with "ejb/". + + + + + + + + + + + The ejb-ref-name element contains the name of an EJB + reference. The EJB reference is an entry in the + component's environment and is relative to the + java:comp/env context. The name must be unique + within the component. + + It is recommended that name is prefixed with "ejb/". + + + + + + + + + + + The resource-env-ref-name element specifies the name + of a resource environment reference; its value is + the environment entry name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + The message-destination-ref-name element specifies the name + of a message destination reference; its value is + the message destination reference name used in the component + code. The name is a JNDI name relative to the + java:comp/env context and must be unique within an + component. + + + + + + + + + + + The res-ref-name element specifies the name of a + resource manager connection factory reference. The name + is a JNDI name relative to the java:comp/env context. + The name must be unique within an component. + + + + + + + + + + + The env-entry-name element contains the name of a + component's environment entry. The name is a JNDI + name relative to the java:comp/env context. The + name must be unique within an component. + + + + + + + + + + + + + + + + + + + The entity-beanType declares an entity bean. The declaration + consists of: + + - an optional description + - an optional display name + - an optional icon element that contains a small and a large + icon file name + - a unique name assigned to the enterprise bean + in the deployment descriptor + - an optional mapped-name element that can be used to provide + vendor-specific deployment information such as the physical + jndi-name of the entity bean's remote home interface. This + element is not required to be supported by all implementations. + Any use of this element is non-portable. + - the names of the entity bean's remote home + and remote interfaces, if any + - the names of the entity bean's local home and local + interfaces, if any + - the entity bean's implementation class + - the optional entity bean's persistence management type. If + this element is not specified it is defaulted to Container. + - the entity bean's primary key class name + - an indication of the entity bean's reentrancy + - an optional specification of the + entity bean's cmp-version + - an optional specification of the entity bean's + abstract schema name + - an optional list of container-managed fields + - an optional specification of the primary key + field + - an optional declaration of the bean's environment + entries + - an optional declaration of the bean's EJB + references + - an optional declaration of the bean's local + EJB references + - an optional declaration of the bean's web + service references + - an optional declaration of the security role + references + - an optional declaration of the security identity + to be used for the execution of the bean's methods + - an optional declaration of the bean's + resource manager connection factory references + - an optional declaration of the bean's + resource environment references + - an optional declaration of the bean's message + destination references + - an optional set of query declarations + for finder and select methods for an entity + bean with cmp-version 2.x. + + The optional abstract-schema-name element must be specified + for an entity bean with container-managed persistence and + cmp-version 2.x. + + The optional primkey-field may be present in the descriptor + if the entity's persistence-type is Container. + + The optional cmp-version element may be present in the + descriptor if the entity's persistence-type is Container. If + the persistence-type is Container and the cmp-version + element is not specified, its value defaults to 2.x. + + The optional home and remote elements must be specified if + the entity bean cmp-version is 1.x. + + The optional home and remote elements must be specified if + the entity bean has a remote home and remote interface. + + The optional local-home and local elements must be specified + if the entity bean has a local home and local interface. + + Either both the local-home and the local elements or both + the home and the remote elements must be specified. + + The optional query elements must be present if the + persistence-type is Container and the cmp-version is 2.x and + query methods other than findByPrimaryKey have been defined + for the entity bean. + + The other elements that are optional are "optional" in the + sense that they are omitted if the lists represented by them + are empty. + + At least one cmp-field element must be present in the + descriptor if the entity's persistence-type is Container and + the cmp-version is 1.x, and none must not be present if the + entity's persistence-type is Bean. + + + + + + + + + + + + + + + + + + The prim-key-class element contains the + fully-qualified name of an + entity bean's primary key class. + + If the definition of the primary key class is + deferred to deployment time, the prim-key-class + element should specify java.lang.Object. + + + + + + + + + The reentrant element specifies whether an entity + bean is reentrant or not. + + The reentrant element must be one of the two + following: true or false + + + + + + + + + + The abstract-schema-name element specifies the name + of the abstract schema type of an entity bean with + cmp-version 2.x. It is used in EJB QL queries. + + For example, the abstract-schema-name for an entity + bean whose local interface is + com.acme.commerce.Order might be Order. + + + + + + + + + + The primkey-field element is used to specify the + name of the primary key field for an entity with + container-managed persistence. + + The primkey-field must be one of the fields declared + in the cmp-field element, and the type of the field + must be the same as the primary key type. + + The primkey-field element is not used if the primary + key maps to multiple container-managed fields + (i.e. the key is a compound key). In this case, the + fields of the primary key class must be public, and + their names must correspond to the field names of + the entity bean class that comprise the key. + + + + + + + + + + + + + + + + + + + + The exclude-listType specifies one or more methods which + the Assembler marks to be uncallable. + + If the method permission relation contains methods that are + in the exclude list, the Deployer should consider those + methods to be uncallable. + + + + + + + + + + + + + + + + + + The application-exceptionType declares an application + exception. The declaration consists of: + + - the exception class. When the container receives + an exception of this type, it is required to + forward this exception as an applcation exception + to the client regardless of whether it is a checked + or unchecked exception. + - an optional rollback element. If this element is + set to true, the container must rollback the current + transaction before forwarding the exception to the + client. If not specified, it defaults to false. + - an optional inherited element. If this element is + set to true, subclasses of the exception class type + are also automatically considered application + exceptions (unless overriden at a lower level). + If set to false, only the exception class type is + considered an application-exception, not its + exception subclasses. If not specified, this + value defaults to true. + + + + + + + + + + + + + + + + + + + The interceptorsType element declares one or more interceptor + classes used by components within this ejb-jar or .war. The declaration + consists of : + + - An optional description. + - One or more interceptor elements. + + + + + + + + + + + + + + + + + + The interceptorType element declares information about a single + interceptor class. It consists of : + + - An optional description. + - The fully-qualified name of the interceptor class. + - An optional list of around invoke methods declared on the + interceptor class and/or its super-classes. + - An optional list of around timeout methods declared on the + interceptor class and/or its super-classes. + - An optional list environment dependencies for the interceptor + class and/or its super-classes. + - An optional list of post-activate methods declared on the + interceptor class and/or its super-classes. + - An optional list of pre-passivate methods declared on the + interceptor class and/or its super-classes. + + + + + + + + + + + + + + + + + + + + + + + * + INTERCEPTOR + + + Specifying the ejb-name as the wildcard value "*" designates + default interceptors (interceptors that apply to all session and + message-driven beans contained in the ejb-jar or .war). + + 2. + + EJBNAME + INTERCEPTOR + + + This style is used to refer to interceptors associated with the + specified enterprise bean(class-level interceptors). + + 3. + + EJBNAME + INTERCEPTOR + + METHOD + + + + This style is used to associate a method-level interceptor with + the specified enterprise bean. If there are multiple methods + with the same overloaded name, the element of this style refers + to all the methods with the overloaded name. Method-level + interceptors can only be associated with business methods of the + bean class. Note that the wildcard value "*" cannot be used + to specify method-level interceptors. + + 4. + + EJBNAME + INTERCEPTOR + + METHOD + + PARAM-1 + PARAM-2 + ... + PARAM-N + + + + + This style is used to associate a method-level interceptor with + the specified method of the specified enterprise bean. This + style is used to refer to a single method within a set of methods + with an overloaded name. The values PARAM-1 through PARAM-N + are the fully-qualified Java types of the method's input parameters + (if the method has no input arguments, the method-params element + contains no method-param elements). Arrays are specified by the + array element's type, followed by one or more pair of square + brackets (e.g. int[][]). + +]]> + + + + + + + + + + + + + + + + + + + + + + + + The interceptor-orderType element describes a total ordering + of interceptor classes. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The message-driven element declares a message-driven + bean. The declaration consists of: + + - an optional description + - an optional display name + - an optional icon element that contains a small and a large + icon file name. + - a name assigned to the enterprise bean in + the deployment descriptor + - an optional mapped-name element that can be used to provide + vendor-specific deployment information such as the physical + jndi-name of destination from which this message-driven bean + should consume. This element is not required to be supported + by all implementations. Any use of this element is non-portable. + - the message-driven bean's implementation class + - an optional declaration of the bean's messaging + type + - an optional declaration of the bean's timeout method for + handling programmatically created timers + - an optional declaration of timers to be automatically created at + deployment time + - the optional message-driven bean's transaction management + type. If it is not defined, it is defaulted to Container. + - an optional declaration of the bean's + message-destination-type + - an optional declaration of the bean's + message-destination-link + - an optional declaration of the message-driven bean's + activation configuration properties + - an optional list of the message-driven bean class and/or + superclass around-invoke methods. + - an optional list of the message-driven bean class and/or + superclass around-timeout methods. + - an optional declaration of the bean's environment + entries + - an optional declaration of the bean's EJB references + - an optional declaration of the bean's local EJB + references + - an optional declaration of the bean's web service + references + - an optional declaration of the security role + references + - an optional declaration of the security + identity to be used for the execution of the bean's + methods + - an optional declaration of the bean's + resource manager connection factory + references + - an optional declaration of the bean's resource + environment references. + - an optional declaration of the bean's message + destination references + + + + + + + + + + + + The ejb-class element specifies the fully qualified name + of the bean class for this ejb. It is required unless + there is a component-defining annotation for the same + ejb-name. + + + + + + + + + The messaging-type element specifies the message + listener interface of the message-driven bean. + + + + + + + + + The timeout-method element specifies the method that + will receive callbacks for programmatically + created timers. + + + + + + + + + + + + + + + + + + + + + + + + + + + EJBNAME + * + + + This style is used to refer to all the methods of the + specified enterprise bean's business, home, component, + and/or web service endpoint interfaces. + + 2. + + EJBNAME + METHOD + + + This style is used to refer to the specified method of + the specified enterprise bean. If there are multiple + methods with the same overloaded name, the element of + this style refers to all the methods with the overloaded + name. + + 3. + + EJBNAME + METHOD + + PARAM-1 + PARAM-2 + ... + PARAM-n + + + + This style is used to refer to a single method within a + set of methods with an overloaded name. PARAM-1 through + PARAM-n are the fully-qualified Java types of the + method's input parameters (if the method has no input + arguments, the method-params element contains no + method-param elements). Arrays are specified by the + array element's type, followed by one or more pair of + square brackets (e.g. int[][]). If there are multiple + methods with the same overloaded name, this style refers + to all of the overloaded methods. + + Examples: + + Style 1: The following method element refers to all the + methods of the EmployeeService bean's business, home, + component, and/or web service endpoint interfaces: + + + EmployeeService + * + + + Style 2: The following method element refers to all the + create methods of the EmployeeService bean's home + interface(s). + + + EmployeeService + create + + + Style 3: The following method element refers to the + create(String firstName, String LastName) method of the + EmployeeService bean's home interface(s). + + + EmployeeService + create + + java.lang.String + java.lang.String + + + + The following example illustrates a Style 3 element with + more complex parameter types. The method + foobar(char s, int i, int[] iar, mypackage.MyClass mycl, + mypackage.MyClass[][] myclaar) would be specified as: + + + EmployeeService + foobar + + char + int + int[] + mypackage.MyClass + mypackage.MyClass[][] + + + + The optional method-intf element can be used when it becomes + necessary to differentiate between a method that is multiply + defined across the enterprise bean's business, home, component, + and/or web service endpoint interfaces with the same name and + signature. However, if the same method is a method of both the + local business interface, and the local component interface, + the same attribute applies to the method for both interfaces. + Likewise, if the same method is a method of both the remote + business interface and the remote component interface, the same + attribute applies to the method for both interfaces. + + For example, the method element + + + EmployeeService + Remote + create + + java.lang.String + java.lang.String + + + + can be used to differentiate the create(String, String) + method defined in the remote interface from the + create(String, String) method defined in the remote home + interface, which would be defined as + + + EmployeeService + Home + create + + java.lang.String + java.lang.String + + + + and the create method that is defined in the local home + interface which would be defined as + + + EmployeeService + LocalHome + create + + java.lang.String + java.lang.String + + + + The method-intf element can be used with all three Styles + of the method element usage. For example, the following + method element example could be used to refer to all the + methods of the EmployeeService bean's remote home interface + and the remote business interface. + + + EmployeeService + Home + * + + +]]> + + + + + + + + + + + + + + + + + + + + + The method-intf element allows a method element to + differentiate between the methods with the same name and + signature that are multiply defined across the home and + component interfaces (e.g, in both an enterprise bean's + remote and local interfaces or in both an enterprise bean's + home and remote interfaces, etc.); the component and web + service endpoint interfaces, and so on. + + Local applies to the local component interface, local business + interfaces, and the no-interface view. + + Remote applies to both remote component interface and the remote + business interfaces. + + ServiceEndpoint refers to methods exposed through a web service + endpoint. + + Timer refers to the bean's timeout callback methods. + + MessageEndpoint refers to the methods of a message-driven bean's + message-listener interface. + + The method-intf element must be one of the following: + + Home + Remote + LocalHome + Local + ServiceEndpoint + Timer + MessageEndpoint + + + + + + + + + + + + + + + + + + + + + + + + The method-nameType contains a name of an enterprise + bean method or the asterisk (*) character. The asterisk is + used when the element denotes all the methods of an + enterprise bean's client view interfaces. + + + + + + + + + + + + + + + + The method-paramsType defines a list of the + fully-qualified Java type names of the method parameters. + + + + + + + + + The method-param element contains a primitive + or a fully-qualified Java type name of a method + parameter. + + + + + + + + + + + + + + + + The method-permissionType specifies that one or more + security roles are allowed to invoke one or more enterprise + bean methods. The method-permissionType consists of an + optional description, a list of security role names or an + indicator to state that the method is unchecked for + authorization, and a list of method elements. + + The security roles used in the method-permissionType + must be defined in the security-role elements of the + deployment descriptor, and the methods must be methods + defined in the enterprise bean's business, home, component + and/or web service endpoint interfaces. + + + + + + + + + + + + The unchecked element specifies that a method is + not checked for authorization by the container + prior to invocation of the method. + + + + + + + + + + + + + + + + + + The multiplicityType describes the multiplicity of the + role that participates in a relation. + + The value must be one of the two following: + + One + Many + + + + + + + + + + + + + + + + + + + The persistence-typeType specifies an entity bean's persistence + management type. + + The persistence-type element must be one of the two following: + + Bean + Container + + + + + + + + + + + + + + + + + + + The queryType defines a finder or select + query. It contains + - an optional description of the query + - the specification of the finder or select + method it is used by + - an optional specification of the result type + mapping, if the query is for a select method + and entity objects are returned. + - the EJB QL query string that defines the query. + + Queries that are expressible in EJB QL must use the ejb-ql + element to specify the query. If a query is not expressible + in EJB QL, the description element should be used to + describe the semantics of the query and the ejb-ql element + should be empty. + + The result-type-mapping is an optional element. It can only + be present if the query-method specifies a select method + that returns entity objects. The default value for the + result-type-mapping element is "Local". + + + + + + + + + + + + + + + + + + + + Method finds large orders + + findLargeOrders + + + + SELECT OBJECT(o) FROM Order o + WHERE o.amount > 1000 + + + +]]> + + + + + + + + + + + + + + + + + The relationship-role-sourceType designates the source of a + role that participates in a relationship. A + relationship-role-sourceType is used by + relationship-role-source elements to uniquely identify an + entity bean. + + + + + + + + + + + + + + + + + + The relationshipsType describes the relationships in + which entity beans with container-managed persistence + participate. The relationshipsType contains an optional + description; and a list of ejb-relation elements, which + specify the container managed relationships. + + + + + + + + + + + The ejb-relationship-role-name contains the name of a + relationship role. The name must be unique within + a relationship, but can be reused in different + relationships. + + + + + + + + + + + + + + + + + + + The result-type-mappingType is used in the query element to + specify whether an abstract schema type returned by a query + for a select method is to be mapped to an EJBLocalObject or + EJBObject type. + + The value must be one of the following: + + Local + Remote + + + + + + + + + + + + + + + + + + + The security-identityType specifies whether the caller's + security identity is to be used for the execution of the + methods of the enterprise bean or whether a specific run-as + identity is to be used. It contains an optional description + and a specification of the security identity to be used. + + + + + + + + + + + The use-caller-identity element specifies that + the caller's security identity be used as the + security identity for the execution of the + enterprise bean's methods. + + + + + + + + + + + + + + + + + + The session-beanType declares an session bean. The + declaration consists of: + + - an optional description + - an optional display name + - an optional icon element that contains a small and a large + icon file name + - a name assigned to the enterprise bean + in the deployment description + - an optional mapped-name element that can be used to provide + vendor-specific deployment information such as the physical + jndi-name of the session bean's remote home/business interface. + This element is not required to be supported by all + implementations. Any use of this element is non-portable. + - the names of all the remote or local business interfaces, + if any + - the names of the session bean's remote home and + remote interfaces, if any + - the names of the session bean's local home and + local interfaces, if any + - an optional declaration that this bean exposes a + no-interface view + - the name of the session bean's web service endpoint + interface, if any + - the session bean's implementation class + - the session bean's state management type + - an optional declaration of a stateful session bean's timeout value + - an optional declaration of the session bean's timeout method for + handling programmatically created timers + - an optional declaration of timers to be automatically created at + deployment time + - an optional declaration that a Singleton bean has eager + initialization + - an optional declaration of a Singleton/Stateful bean's concurrency + management type + - an optional declaration of the method locking metadata + for a Singleton with container managed concurrency + - an optional declaration of the other Singleton beans in the + application that must be initialized before this bean + - an optional declaration of the session bean's asynchronous + methods + - the optional session bean's transaction management type. + If it is not present, it is defaulted to Container. + - an optional declaration of a stateful session bean's + afterBegin, beforeCompletion, and/or afterCompletion methods + - an optional list of the session bean class and/or + superclass around-invoke methods. + - an optional list of the session bean class and/or + superclass around-timeout methods. + - an optional declaration of the bean's + environment entries + - an optional declaration of the bean's EJB references + - an optional declaration of the bean's local + EJB references + - an optional declaration of the bean's web + service references + - an optional declaration of the security role + references + - an optional declaration of the security identity + to be used for the execution of the bean's methods + - an optional declaration of the bean's resource + manager connection factory references + - an optional declaration of the bean's resource + environment references. + - an optional declaration of the bean's message + destination references + + The elements that are optional are "optional" in the sense + that they are omitted when if lists represented by them are + empty. + + The service-endpoint element may only be specified if the + bean is a stateless session bean. + + + + + + + + + + + + + + + + + + The local-bean element declares that this + session bean exposes a no-interface Local client view. + + + + + + + + + The service-endpoint element contains the + fully-qualified name of the enterprise bean's web + service endpoint interface. The service-endpoint + element may only be specified for a stateless + session bean. The specified interface must be a + valid JAX-RPC service endpoint interface. + + + + + + + + + The ejb-class element specifies the fully qualified name + of the bean class for this ejb. It is required unless + there is a component-defining annotation for the same + ejb-name. + + + + + + + + + + + The timeout-method element specifies the method that + will receive callbacks for programmatically + created timers. + + + + + + + + + + The init-on-startup element specifies that a Singleton + bean has eager initialization. + This element can only be specified for singleton session + beans. + + + + + + + + + + + + The init-method element specifies the mappings for + EJB 2.x style create methods for an EJB 3.x bean. + This element can only be specified for stateful + session beans. + + + + + + + + + The remove-method element specifies the mappings for + EJB 2.x style remove methods for an EJB 3.x bean. + This element can only be specified for stateful + session beans. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The session-typeType describes whether the session bean is a + singleton, stateful or stateless session. It is used by + session-type elements. + + The value must be one of the three following: + + Singleton + Stateful + Stateless + + + + + + + + + + + + + + + + + + + + The stateful-timeoutType represents the amount of time + a stateful session bean can be idle(not receive any client + invocations) before it is eligible for removal by the container. + + A timeout value of 0 means the bean is immediately eligible for removal. + + A timeout value of -1 means the bean will never be removed due to timeout. + + + + + + + + + + + + + + + + + + The time-unit-typeType represents a time duration at a given + unit of granularity. + + The time unit type must be one of the following : + + Days + Hours + Minutes + Seconds + Milliseconds + Microseconds + Nanoseconds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The timerType specifies an enterprise bean timer. Each + timer is automatically created by the container upon + deployment. Timer callbacks occur based on the + schedule attributes. All callbacks are made to the + timeout-method associated with the timer. + + A timer can have an optional start and/or end date. If + a start date is specified, it takes precedence over the + associated timer schedule such that any matching + expirations prior to the start time will not occur. + Likewise, no matching expirations will occur after any + end date. Start/End dates are specified using the + XML Schema dateTime type, which follows the ISO-8601 + standard for date(and optional time-within-the-day) + representation. + + An optional flag can be used to control whether + this timer has persistent(true) delivery semantics or + non-persistent(false) delivery semantics. If not specified, + the value defaults to persistent(true). + + A time zone can optionally be associated with a timer. + If specified, the timer's schedule is evaluated in the context + of that time zone, regardless of the default time zone in which + the container is executing. Time zones are specified as an + ID string. The set of required time zone IDs is defined by + the Zone Name(TZ) column of the public domain zoneinfo database. + + An optional info string can be assigned to the timer and + retrieved at runtime through the Timer.getInfo() method. + + The timerType can only be specified on stateless session + beans, singleton session beans, and message-driven beans. + + + + + + + + + + + + + + + + + + + + + + + + The trans-attributeType specifies how the container must + manage the transaction boundaries when delegating a method + invocation to an enterprise bean's business method. + + The value must be one of the following: + + NotSupported + Supports + Required + RequiresNew + Mandatory + Never + + + + + + + + + + + + + + + + + + + + + + + The transaction-typeType specifies an enterprise bean's + transaction management type. + + The transaction-type must be one of the two following: + + Bean + Container + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-app_7_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-app_7_0.xsd new file mode 100644 index 0000000..d1a7e35 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-app_7_0.xsd @@ -0,0 +1,123 @@ + + + + + + + + + ... + + + The instance documents may indicate the published version of + the schema using the xsi:schemaLocation attribute for the + Java EE namespace with the following location: + + http://www.jboss.org/j2ee/schema/jboss-app_7_0.xsd + + ]]> + + + + + + + + + + + + + + + + Root element for JBoss specific configurations in a .ear + + + + + + + + + The distinct-name for this application. + + + + + + + The security domain application for this application. + + + + + + + The principal that will be used for unauthenticated requests in this application + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-cli_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-cli_1_0.xsd new file mode 100644 index 0000000..138e272 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-cli_1_0.xsd @@ -0,0 +1,103 @@ + + + + + + + + + + + Root element for the JBoss Command Line Interface configuration. + + + + + + + + + + + + + + + This element contains the configuration of the default controller to connect to + when the connect command is executed w/o arguments. + + + + + + + + + + + + + + This element contains the configuration for the commands and operations history log. + + + + + + + + + + + + + + + + This element contains the configuration for the Key and Trust stores + used for SSL. + + + + + + + + + + + + Setting to true will cause the CLI to prompt when unrecognised certificates are received + and allow them to be stored in the truststore. + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-cmp_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-cmp_1_0.xsd new file mode 100644 index 0000000..d318d07 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-cmp_1_0.xsd @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-config_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-config_1_0.xsd new file mode 100644 index 0000000..fc6f653 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-config_1_0.xsd @@ -0,0 +1,1574 @@ + + + + + + + + + + + Root element for the master document specifying the core configuration + for the servers in a domain. There should be one such master + document per domain, available to the host controller that + is configured to act as the domain controller. + + + + + + + + + + + + + + + + + + + + Root element for a document configuring a host controller and + the group of servers under the control of that host controller. + The standard usage would be for a domain to have one such host controller + on each physical (or virtual) host machine. Emphasis in this + document is on enumerating the servers, configuring items that + are specific to the host environment (e.g. IP addresses), and + on any server-specific configuration settings. + + + + + + + + + + + + + + + + The name to use for this host's host controller. Must be + unique across the domain. If not set, defaults to the + runtime value of InetAddress.getLocalHost().getHostName(). + + + + + + + + + + Root element for a document specifying the configuration + of a single "standalone" server that does not operate + as part of a domain. + + Note that this element is distinct from the 'serverType' + specified in this schema. The latter type forms part of the + configuration of a server that operates as part of a domain. + + + + + + + + + + + + + + + + + The name to use for this server. If not set, defaults to + the runtime value of InetAddress.getLocalHost().getHostName(). + + + + + + + + + + Domain-wide default configuration settings for the management of standalone servers and a Host Controller. + + + + + + + + + + + + + + + + + + + + + + + + The centralized configuration for the management of standalone servers and a Host Controller. + + + + + + + + + + + + + + + The LDAP connection definition. + + + + + + The name of this connection. + + + + + + + The URL to connect to ldap. + + + + + + + + The distinguished name to use when connecting to LDAP to perform searches. + + + + + + + The credential to use when connecting to perform a search. + + + + + + + + The initial context factory to establish the LdapContext. + + + + + + + + + Configuration of a security realm for securing access to the management interfaces. + + + + + + + + + + The name of this security-realm, each security-realm must be assigned a unique name. + + + + + + + + + Configuration of the identities that represent the server. + + + + + + + + + + + + Configuration of the SSL identity of this server. + + + + + + The secret / password - Base64 Encoded + + + + + + + + + Configuration of the SSL identity of this server. + + + + + + + + + The protocol to use when creating the SSLContext. + + + + + + + + + The keystore configuration for the server. + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. + + + + + + + The path of the keystore. + + + + + + + The password to open the keystore. + + + + + + + + + Configuration of the server side authentication mechanisms. + + + + + + + + + + + Should the request delegate to the domain controller or handle the authentication locally. + + + + + + + + + Definition to use LDAP as the user repository. + + + + + + The name of the connection to use to connect to LDAP. + + + + + + + The base distinguished name to commence the search for the user. + + + + + + + The name of the attribute to search for the user. + + + + + + + Should the search be recursive. + + + + + + + The name of the attribute which is the users distinguished name. + + + + + + + + + + A set of users + + + + + + + + + + + A single user. + + + + + + + + + The users username. + + + + + + + + + Declaration of users stored within properties files. + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. + + + + + + + The path of the properties file containing the users. + + + + + + + + + Configuration of a host's or standalone server's exposed management interface. + + + + + + Network interface on which the host's socket for + management communication should be opened. + + + + + + + Port on which the host's socket for + management communication should be opened. + + If not specified the port will not be opened. + + + + + + + Secure port on which the host's socket for + management communication should be opened. + + If not specified the port will not be opened. + + If specified the security-realm will be required to obtain + the SSL configuration. + + + + + + + The security realm to use for this management interface, the capabilities + of the security realm will be queried to identify the authentication mechanism(s) to + offer. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contains a list of extension modules. + + + + + + + + + + A module that extends the standard capabilities of a domain + or a standalone server. + + + + + The name of the module + + + + + + + + + + + + + + + + + + + + + + + The name of the server group + + + + + + + The name of the profile this server is running. + + + + + + + + Contains a list of deployments that have been mapped to a server-group. + + + + + + + + + A deployment that has been mapped to a server group. + + + + + + + + + + + + Unique identifier of the deployment. Must be unique across all deployments. + + + + + + Name by which the deployment will be known within a running server.of the deployment. + Does not need to be unique across all deployments in the domain, although it must be unique within + an individual server. For example, two different deployments running on different servers in + the domain could both have a 'runtime-name' of 'example.war', with one having a 'name' + of 'example.war_v1' and another with an 'name' of 'example.war_v2'. + + + + + + + Whether the deployment deploy automatically when the server starts up. + + + + + + + + + The checksum of the content + + + + + + + Archived content found on the filesystem + + + + + + + + + + + + + + + + Exploded content found on the filesystem + + + + + + + + + Contains a list of domain-level deployments + + + + + + + + + Deployment represents anything that can be deployed (e.g. an application such as EJB-JAR, + WAR, EAR, + any kind of standard archive such as RAR or JBoss-specific deployment), + which can be enabled or disabled on a domain level. + + + + + + + + + + + + + + + + + + + + + + + + + The domain controller/server bootstrap configuration + + + + + + + + The URI for bootstrapping a domain server + + + + + + Contains a list of profiles available for use in the domain + + + + + + + + + Contains a list of subsystems + + + + + + A profile declaration may include configuration + elements from other namespaces for the subsystems that make up the profile. + + + + + + + Name of the profile + + + + + + + Specifies that a contents of a named profile are to be included in + the profile whose definition includes this type. + + + + + Name of the profile to include + + + + + + + Contains a list of subsystems + + + + + + A profile declaration may include configuration + elements from other namespaces for the subsystems that make up the profile. + + + + + + + + + + + Contains a list of socket binding groups + + + + + + + + + Contains a list of socket configurations + + + + + + + + + + Name of an interface that should be used as the interface for + any sockets that do not explicitly declare one. + + + + + + + + Specifies that a contents of a named socket-binding-group are to be included in + the socket-binding-group whose definition includes this type. + + + + + Name of the socket-binding-group to include + + + + + + + Contains a list of socket configurations + + + + + + + + + Name of an interface that should be used as the interface for + any sockets that do not explicitly declare one. + + + + + + + Increment to apply to the base port values defined in the + socket group to derive the values to use on this + server. + + + + + + + + Configuration information for a socket. + + + + + + Name of the interface to which the socket should be bound, or, for multicast + sockets, the interface on which it should listen. This should + be one of the declared interfaces. + + + + + + + Number of the port to which the socket should be bound. + + + + + + + Whether the port value should remain fixed even if numerically offsets + are applied to the other sockets in the socket group.. + + + + + + + Multicast address on which the socket should receive multicast + traffic. If unspecified, the socket will not be configured + to receive multicast. + + + + + + + Port on which the socket should receive multicast + traffic. Must be configured if 'multicast-address' is configured. + + + + + + + + + + The socket group to use for the server group or server. + + + + + + + Increment to apply to the base port values defined in the + referenced socket group to derive the values to use on this + server. + + + + + + + + + + A list of named network interfaces. The interfaces may or may + not be fully specified (i.e. include criteria on how to determine + their IP address.) + + + + + + + + + + + + A named network interface, but without any criteria + for determining the IP address to associate with that interface. + Acts as a placeholder in the model (e.g. at the domain level) + until a fully specified interface definition is applied at a + lower level (e.g. at the server level, where available addresses + are known.) + + + + + + + + + + A list of fully specified named network interfaces. + + + + + + + + + + + A named network interface, along with required criteria + for determining the IP address to associate with that interface. + + + + + + + + + + A set of criteria that can be used at runtime to determine + what IP address to use for an interface. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Either a IP address in IPv6 or IPv4 dotted decimal notation, + or a hostname that can be resolved to an IP address. + + + + + + + + + + The name of a network interface (e.g. eth0, eth1, lo). + + + + + + + + + + A regular expression against which the names of the network + interfaces available on the machine can be matched to find + an acceptable interface. + + + + + + + + + + A network IP address and the number of bits in the + address' network prefix, written in "slash notation"; + e.g. "192.168.0.0/16". + + + + + + + + + + + + + + + + + + + + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is a loopback + interface. + + + + + + + + A loopback address that may not actually configured on the machine's loopback interface. + Differs from inet-addressType in that the given value will be used even if no NIC can + be found that has the IP address associated with it. + + + + + + An IP address in IPv6 or IPv4 dotted decimal notation. + + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it supports + multicast. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is a point-to-point + interface. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is currently up. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is a virtual + interface. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it has a publicly + routable address. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not an address associated + with it is site-local. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not an address associated + with it is link-local. + + + + + + + + Empty element indicating that sockets using this interface + should be bound to the IPv6 wildcard address (::). + + + + + + + + Empty element indicating that sockets using this interface + should be bound to the IPv4 wildcard address (0.0.0.0). + + + + + + + + Empty element indicating that sockets using this interface + should be bound to a wildcard address. The IPv6 wildcard + address (::) will be used unless the java.net.preferIpV4Stack + system property is set to true, in which case the IPv4 + wildcard address (0.0.0.0) will be used. If a socket is + bound to an IPv6 anylocal address on a dual-stack machine, + it can accept both IPv6 and IPv4 traffic; if it is bound to + an IPv4 (IPv4-mapped) anylocal address, it can only accept + IPv4 traffic. + + + + + + + Configuration information for a socket. + + + + + + Name of the interface to which the socket should be bound, or, for multicast + sockets, the interface on which it should listen. This should + be one of the declared interfaces. + + + + + + + Number of the port to which the socket should be bound. + + + + + + + Whether the port value should remain fixed even if numerically offsets + are applied to the other sockets in the socket group.. + + + + + + + Multicast address on which the socket should receive multicast + traffic. If unspecified, the socket will not be configured + to receive multicast. + + + + + + + Port on which the socket should receive multicast + traffic. If unspecified, the socket will not be configured + to receive multicast. + + + + + + + + + + A list of named filesystem paths. The paths may or may + not be fully specified (i.e. include the actual paths.) + + + + + + + + + + + A named filesystem path, but without a requirement to specify + the actual path. If no actual path is specified, acts as a + as a placeholder in the model (e.g. at the domain level) + until a fully specified path definition is applied at a + lower level (e.g. at the host level, where available addresses + are known.) + + + + + + + + The name of the path. Cannot be one of the standard fixed paths + provided by the system: + + jboss.home - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + + Note that the system provides other standard paths that can be + overridden by declaring them in the configuration file. See + the 'relative-to' attribute documentation for a complete + list of standard paths. + + + + + + + + + + + + The actual filesystem path. Treated as an absolute path, unless the + 'relative-to' attribute is specified, in which case the value + is treated as relative to that path. + + If treated as an absolute path, the actual runtime pathname specified + by the value of this attribute will be determined as follows: + + If this value is already absolute, then the value is directly + used. Otherwise the runtime pathname is resolved in a + system-dependent way. On UNIX systems, a relative pathname is + made absolute by resolving it against the current user directory. + On Microsoft Windows systems, a relative pathname is made absolute + by resolving it against the current directory of the drive named by the + pathname, if any; if not, it is resolved against the current user + directory. + + + + + + + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. The standard + paths provided by the system include: + + jboss.home - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + jboss.server.data.dir - directory the server will use for persistent + data file storage + jboss.server.log.dir - directory the server will use for + log file storage + jboss.server.temp.dir - directory the server will use for + temporary file storage + jboss.domain.servers.dir - directory under which a host controller + will create the working area for + individual server instances + + + + + + + + + A list of named filesystem paths. + + + + + + + + + + + A named filesystem path. + + + + + + The name of the path. Cannot be one of the standard fixed paths + provided by the system: + + jboss.home.dir - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + + Note that the system provides other standard paths that can be + overridden by declaring them in the configuration file. See + the 'relative-to' attribute documentation for a complete + list of standard paths. + + + + + + + The actual filesystem path. Treated as an absolute path, unless the + 'relative-to' attribute is specified, in which case the value + is treated as relative to that path. + + If treated as an absolute path, the actual runtime pathname specified + by the value of this attribute will be determined as follows: + + If this value is already absolute, then the value is directly + used. Otherwise the runtime pathname is resolved in a + system-dependent way. On UNIX systems, a relative pathname is + made absolute by resolving it against the current user directory. + On Microsoft Windows systems, a relative pathname is made absolute + by resolving it against the current directory of the drive named by the + pathname, if any; if not, it is resolved against the current user + directory. + + Note relative path declarations have to use '/' as file separator. + + + + + + + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. The standard + paths provided by the system include: + + jboss.home.dir - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + jboss.server.data.dir - directory the server will use for persistent + data file storage + jboss.server.log.dir - directory the server will use for + log file storage + jboss.server.temp.dir - directory the server will use for + temporary file storage + jboss.domain.servers.dir - directory under which a host controller + will create the working area for + individual server instances + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allows the full set of JVM options to be set via the jvm schema elements + + + + + Sets a subset of the JVM options via the jvm schema elements + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Initial JVM heap size + + + + + Maximum JVM heap size + + + + + + + + + + + + + + JVM option value + + + + + + + + JVM agent lib value + + + + + + + + JVM agent path value + + + + + + + + JVM javaagent value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-config_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-config_1_1.xsd new file mode 100644 index 0000000..c3d38b1 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-config_1_1.xsd @@ -0,0 +1,2093 @@ + + + + + + + + + + + Root element for the master document specifying the core configuration + for the servers in a domain. There should be one such master + document per domain, available to the host controller that + is configured to act as the domain controller. + + + + + + + + + + + + + + + + + + + + + Root element for a document configuring a host controller and + the group of servers under the control of that host controller. + The standard usage would be for a domain to have one such host controller + on each physical (or virtual) host machine. Emphasis in this + document is on enumerating the servers, configuring items that + are specific to the host environment (e.g. IP addresses), and + on any server-specific configuration settings. + + + + + + + + + + + + + + + + + The name to use for this host's host controller. Must be unique across the domain. + If not set, defaults to the runtime value "HOSTNAME" or "COMPUTERNAME" environment variables, + or, if neither environment variable is present, to the value of InetAddress.getLocalHost().getHostName(). + + If the special value "jboss.domain.uuid" is used, a java.util.UUID will be created + and used, based on the value of InetAddress.getLocalHost(). + + + + + + + + + + Root element for a document specifying the configuration + of a single "standalone" server that does not operate + as part of a domain. + + Note that this element is distinct from the 'serverType' + specified in this schema. The latter type forms part of the + configuration of a server that operates as part of a domain. + + + + + + + + + + + + + + + + + + The name to use for this server. + If not set, defaults to the runtime value "HOSTNAME" or "COMPUTERNAME" environment variables, + or, if neither environment variable is present, to the value of InetAddress.getLocalHost().getHostName(). + + If the special value "jboss.domain.uuid" is used, a java.util.UUID will be created + and used, based on the value of InetAddress.getLocalHost(). + + + + + + + + + + Domain-wide default configuration settings for the management of standalone servers and a Host Controller. + + + + + + + + + + + + + + + + + + + + + + + + The centralized configuration for the management of a Host Controller. + + + + + + + + + + + + + + + The centralized configuration for the management of standalone server. + + + + + + + + + + + + + + + The LDAP connection definition. + + + + + + The name of this connection. + + + + + + + The URL to connect to ldap. + + + + + + + + The distinguished name to use when connecting to LDAP to perform searches. + + + + + + + The credential to use when connecting to perform a search. + + + + + + + The initial context factory to establish the LdapContext. + + + + + + + + + Configuration of a security realm for securing access to the management interfaces. + + + + + + + + + + + The name of this security-realm, each security-realm must be assigned a unique name. + + + + + + + + + Configuration defining how to load the authorization information for the authenticated user. + + After a user has been authenticated additional information such as roles can be loaded and + associated with the user for subsequent authorization checks, this type is used to define + how the roles are loaded. + + + + + + + + + + + Configuration of the identities that represent the server. + + + + + + + + + + + + Configuration of the secret/password-based identity of this server. + + + + + + The secret / password - Base64 Encoded + + + + + + + + + Configuration of the SSL identity of this server. + + + + + + + + + The protocol to use when creating the SSLContext. + + + + + + + + + The keystore configuration for the server. + + + + + + The path of the keystore. + + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. + + + + + + + The password to open the keystore. + + + + + + + + + Configuration of the server side authentication mechanisms. + + Optionally one truststore can be defined and one username/password based store can be defined. + Authentication will first attempt to use the truststore and if this is not available will fall back + to the username/password authentication. + + If none of these are specified the only available mechanism will be the local mechanism for the + Native interface and the HTTP interface will not be accessible. + + + + + + + Configuration of a keystore to use to create a trust manager to verify clients. + + + + + + + + + + + + + + + + Definition to use a JAAS based configuration for authentication. + + + + + + The name identifying the jaas configuration of LoginModules. + + + + + + + + + Definition to use LDAP as the user repository. + + + + + + + + + The name of the attribute to search for the user, this filter will then perform + a simple search where the username entered by the user matches the attribute + specified here. + + + + + + + + + + + The fully defined filter to be used to search for the user based on their entered + user ID. The filter should contain a variable in the form {0} - this will be + replaced with the username supplied by the user. + + + + + + + + + + + The name of the connection to use to connect to LDAP. + + + + + + + The base distinguished name to commence the search for the user. + + + + + + + Should the search be recursive. + + + + + + + The name of the attribute which is the users distinguished name. + + + + + + + + + + A set of users + + + + + + + + + + + A single user. + + + + + + + + + The users username. + + + + + + + + + Declaration of a location of a properties file. + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. + + + + + + + The path of the properties file. + + + + + + + + + Declaration of users stored within properties files. + + The entries within the properties file are username={credentials} with each user + being specified on it's own line. + + + + + + + + Are the credentials within the properties file stored in plain text, if not + the {credential} is expected to be the hex encoded Digest hash + of 'username : realm : password'. + + + + + + + + + + + + + + + + + + + The security realm to use for this management interface, the capabilities + of the security realm will be queried to identify the authentication mechanism(s) to + offer. + + + + + + + + + Configuration of a host's exposed native management interface. + + + + + + + + + + + + + + + Configuration of the socket used by host or standalone server's exposed management interface. + + + + + + Network interface on which the host's socket for + management communication should be opened. + + + + + + + + + Configuration of the socket used by host or standalone server's exposed HTTP management interface. + + + + + + + + Port on which the host's socket for native + management communication should be opened. + + + + + + + + + + + Configuration of a host's exposed HTTP management interface. + + + + + + + + + + + + + + + + Configuration of the socket used by host or standalone server's exposed HTTP management interface. + + + + + + + + Port on which the host's socket for + management communication should be opened. + + If not specified the port will not be opened. + + + + + + + Port on which the host's socket for HTTPS + management communication should be opened. + + If not specified the port will not be opened. + + If specified the security-realm will be required to obtain + the SSL configuration. + + + + + + + + + + + + + + + + + + + Configuration of the socket used by host or standalone server's exposed HTTP management interface. + + + + + + + Configuration of the socket to use for the native management interface is a choice + between a direct configuration of the address and port, or a reference to a socket-binding + configuration in the server's socket-binding-group element. The latter is the recommended + approach is it makes it easier to avoid port conflicts by taking advantage of the + socket-binding-group's port-offset configuration. Direct configuration of the address and + ports is provided to preserve backward compatibility. + + + + + + + + + + + + + + Reference to the configuration of the socket to be used by a standalone server's exposed native management interface. + + + + + + Name of a socket-binding configuration declared in the server's socket-binding-group. + + + + + + + + + Configuration of a standalone server's exposed HTTP/HTTPS management interface. + + + + + + + Configuration of the socket to use for the HTTP/HTTPS management interface is a choice + between a direct configuration of the address and ports, or a reference to socket-binding + configurations in the server's socket-binding-group element. The latter is the recommended + approach is it makes it easier to avoid port conflicts by taking advantage of the + socket-binding-group's port-offset configuration. Direct configuration of the address and + ports is provided to preserve backward compatibility. + + + + + + + + + + + + + + + Reference to the configurations of the sockets to be used by a standalone server's exposed HTTP and HTTPS management interface. + + + + + + Name of a socket-binding configuration declared in the server's socket-binding-group to use for a HTTP socket. + + + + + + + Name of a socket-binding configuration declared in the server's socket-binding-group to use for a HTTPS socket. + + + + + + + + + Makes the native management interface available via the connectors set up in the remoting subsystem, + using the remoting subsystem's endpoint. This should only be used for a server not for a HC/DC. + + + + + + + + + + + + + + + + + + + + + + + + + + Provides names of direct child resources of the domain root resource requests for which the + Host Controller should ignore. Only relevant on a slave Host Controller. Configuring such + "ignored resources" may help allow a Host Controller from an earlier release to function as a + slave to a master Host Controller running a later release, by letting the slave ignore portions + of the configuration its version of the software cannot understand. This strategy can only be + successful if the servers managed by the slave Host Controller do not reference any of the + ignored configuration. + + Supports the following attributes: + + type -- the type of resource (e.g. 'profile' or 'socket-binding-group') certain instances of which + should be ignored. The value corresponds to the 'key' portion of the first element in the + resource's address (e.g. 'profile' in the address /profile=ha/subsystem=web) + + wildcard -- if 'true', all resources of the given type should be ignored. + + Child elements list the names of specific instances of the given type of resource + that should be ignored. Each element in the list corresponds to the 'value' portion of + the first element in the resource's address (e.g. 'ha' in the address /profile=ha/subsystem=web.) + + + + + + + + + + + + + + The name of a specific instances of a particular type of resource that should be ignored. + The 'name' attribute corresponds to the 'value' portion of the first element in the resource's address + (e.g. 'ha' in the address /profile=ha/subsystem=web.) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contains a list of extension modules. + + + + + + + + + + A module that extends the standard capabilities of a domain + or a standalone server. + + + + + The name of the module + + + + + + + + + + + + + + + + + + + + + + + The name of the server group + + + + + + + The name of the profile this server is running. + + + + + + + Set to true to have servers belonging to the server group connect back to the host controller using the + endpoint from their remoting subsystem. The subsystem must be preset for this to + work. + + + + + + + + Contains a list of deployments that have been mapped to a server-group. + + + + + + + + + A deployment that has been mapped to a server group. + + + + + + + + + + + + Unique identifier of the deployment. Must be unique across all deployments. + + + + + + Name by which the deployment will be known within a running server.of the deployment. + Does not need to be unique across all deployments in the domain, although it must be unique within + an individual server. For example, two different deployments running on different servers in + the domain could both have a 'runtime-name' of 'example.war', with one having a 'name' + of 'example.war_v1' and another with an 'name' of 'example.war_v2'. + + + + + + + Whether the deployment deploy automatically when the server starts up. + + + + + + + + + The checksum of the content + + + + + + + Archived content found on the filesystem + + + + + + + + + + + + + + + + Exploded content found on the filesystem + + + + + + + + + Contains a list of domain-level deployments + + + + + + + + + Deployment represents anything that can be deployed (e.g. an application such as EJB-JAR, + WAR, EAR, + any kind of standard archive such as RAR or JBoss-specific deployment), + which can be enabled or disabled on a domain level. + + + + + + + + + + + + + + + + + + + + + + + + + The domain controller/server bootstrap configuration + + + + + + + + The URI for bootstrapping a domain server + + + + + + Contains a list of profiles available for use in the domain + + + + + + + + + Contains a list of subsystems + + + + + A profile declaration may include configuration + elements from other namespaces for the subsystems that make up the profile. + + + + + + + Name of the profile + + + + + + + Contains a list of subsystems + + + + + + A profile declaration may include configuration + elements from other namespaces for the subsystems that make up the profile. + + + + + + + + + + + Contains a list of socket binding groups + + + + + + + + + Contains a list of socket configurations + + + + + + + + + + Name of an interface that should be used as the interface for + any sockets that do not explicitly declare one. + + + + + + + + Contains a list of socket configurations + + + + + + + + + + Name of an interface that should be used as the interface for + any sockets that do not explicitly declare one. + + + + + + + Increment to apply to the base port values defined in the + socket group to derive the values to use on this + server. + + + + + + + + Configuration information for a socket. + + + + + + Specifies zero or more client mappings for this socket binding. + A client connecting to this socket should use the destination address + specified in the mapping that matches its desired outbound interface. + This allows for advanced network topologies that use either network + address translation, or have bindings on multiple network interfaces + to function. + + Each mapping should be evaluated in declared order, with the first successful + match used to determine the destination. + + + + + + + + + Name of the interface to which the socket should be bound, or, for multicast + sockets, the interface on which it should listen. This should + be one of the declared interfaces. + + + + + + + Number of the port to which the socket should be bound. + + + + + + + Whether the port value should remain fixed even if numerically offsets + are applied to the other sockets in the socket group.. + + + + + + + Multicast address on which the socket should receive multicast + traffic. If unspecified, the socket will not be configured + to receive multicast. + + + + + + + Port on which the socket should receive multicast + traffic. Must be configured if 'multicast-address' is configured. + + + + + + + + + Type definition for a client mapping on a socket binding. A client + mapping specifies how external clients should connect to this + socket's port, provided that the client's outbound interface + match the specified source network value. + + + + + + Source network the client connection binds on. This value is in + the form of ip/netmask. A client should match this value against + the desired client host network interface, and if matched the + client should connect to the corresponding destination values. + + If omitted this mapping should match any interface. + + + + + + + The destination address that a client should connect to if the + source-network matches. This value can either be a hostname or + an ip address. + + + + + + + The destination port that a client should connect to if the + source-network matches. + + If omitted this mapping will reuse the effective socket binding + port. + + + + + + + + Configuration information for a outbound socket. + + + + + + + + + + The name of the outbound socket binding + + + + + + + The name of the interface that should be used for setting up the source address of the + outbound socket. This should be one of the declared interfaces. + + + + + + + + The port number that will be used for setting the source addresss of the outbound socket. If the + source-interface attribute has been specified and the source-port attribute is absent, + then the system uses a ephemeral port while binding the socket to a source address. + + + + + + + Whether the source-port value should remain fixed even if the socket binding group specifies + a port offset + + + + + + + + + + The remote server address to which the outbound socket has to be connect. + The address can be either a IP address of the host server of the hostname of the server + + + + + + + The remote port to which the outbound socket has to connect. + + + + + + + + + + The reference to a socket binding that has to be used as the destination for the outbound + socket binding. This socket binding name should belong to the same socket binding group + to which this local destination client socket belongs. + + + + + + + + + + The socket group to use for the server group or server. + + + + + + + Increment to apply to the base port values defined in the + referenced socket group to derive the values to use on this + server. + + + + + + + + + + A list of named network interfaces. The interfaces may or may + not be fully specified (i.e. include criteria on how to determine + their IP address.) + + + + + + + + + + + + A named network interface, but without any criteria + for determining the IP address to associate with that interface. + Acts as a placeholder in the model (e.g. at the domain level) + until a fully specified interface definition is applied at a + lower level (e.g. at the server level, where available addresses + are known.) + + + + + + + + + + A list of fully specified named network interfaces. + + + + + + + + + + + A named network interface, along with required criteria + for determining the IP address to associate with that interface. + + + + + + + + + + A set of criteria that can be used at runtime to determine + what IP address to use for an interface. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Either a IP address in IPv6 or IPv4 dotted decimal notation, + or a hostname that can be resolved to an IP address. + + + + + + + + + + The name of a network interface (e.g. eth0, eth1, lo). + + + + + + + + + + A regular expression against which the names of the network + interfaces available on the machine can be matched to find + an acceptable interface. + + + + + + + + + + A network IP address and the number of bits in the + address' network prefix, written in "slash notation"; + e.g. "192.168.0.0/16". + + + + + + + + + + + + + + + + + + + + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is a loopback + interface. + + + + + + + + A loopback address that may not actually be configured on the machine's loopback interface. + Differs from inet-addressType in that the given value will be used even if no NIC can + be found that has the IP address associated with it. + + + + + + An IP address in IPv6 or IPv4 dotted decimal notation. + + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it supports + multicast. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is a point-to-point + interface. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is currently up. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is a virtual + interface. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it has a publicly + routable address. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not an address associated + with it is site-local. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not an address associated + with it is link-local. + + + + + + + + Empty element indicating that sockets using this interface + should be bound to the IPv6 wildcard address (::). + + + + + + + + Empty element indicating that sockets using this interface + should be bound to the IPv4 wildcard address (0.0.0.0). + + + + + + + + Empty element indicating that sockets using this interface + should be bound to a wildcard address. The IPv6 wildcard + address (::) will be used unless the java.net.preferIpV4Stack + system property is set to true, in which case the IPv4 + wildcard address (0.0.0.0) will be used. If a socket is + bound to an IPv6 anylocal address on a dual-stack machine, + it can accept both IPv6 and IPv4 traffic; if it is bound to + an IPv4 (IPv4-mapped) anylocal address, it can only accept + IPv4 traffic. + + + + + + + Configuration information for a socket. + + + + + + Name of the interface to which the socket should be bound, or, for multicast + sockets, the interface on which it should listen. This should + be one of the declared interfaces. + + + + + + + Number of the port to which the socket should be bound. + + + + + + + Whether the port value should remain fixed even if numerically offsets + are applied to the other sockets in the socket group.. + + + + + + + Multicast address on which the socket should receive multicast + traffic. If unspecified, the socket will not be configured + to receive multicast. + + + + + + + Port on which the socket should receive multicast + traffic. If unspecified, the socket will not be configured + to receive multicast. + + + + + + + + + + A list of named filesystem paths. The paths may or may + not be fully specified (i.e. include the actual paths.) + + + + + + + + + + + A named filesystem path, but without a requirement to specify + the actual path. If no actual path is specified, acts as a + as a placeholder in the model (e.g. at the domain level) + until a fully specified path definition is applied at a + lower level (e.g. at the host level, where available addresses + are known.) + + + + + + + + The name of the path. Cannot be one of the standard fixed paths + provided by the system: + + jboss.home - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + + Note that the system provides other standard paths that can be + overridden by declaring them in the configuration file. See + the 'relative-to' attribute documentation for a complete + list of standard paths. + + + + + + + + + + + + The actual filesystem path. Treated as an absolute path, unless the + 'relative-to' attribute is specified, in which case the value + is treated as relative to that path. + + If treated as an absolute path, the actual runtime pathname specified + by the value of this attribute will be determined as follows: + + If this value is already absolute, then the value is directly + used. Otherwise the runtime pathname is resolved in a + system-dependent way. On UNIX systems, a relative pathname is + made absolute by resolving it against the current user directory. + On Microsoft Windows systems, a relative pathname is made absolute + by resolving it against the current directory of the drive named by the + pathname, if any; if not, it is resolved against the current user + directory. + + + + + + + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. The standard + paths provided by the system include: + + jboss.home - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + jboss.server.data.dir - directory the server will use for persistent + data file storage + jboss.server.log.dir - directory the server will use for + log file storage + jboss.server.temp.dir - directory the server will use for + temporary file storage + jboss.domain.servers.dir - directory under which a host controller + will create the working area for + individual server instances + + + + + + + + + A list of named filesystem paths. + + + + + + + + + + + A named filesystem path. + + + + + + The name of the path. Cannot be one of the standard fixed paths + provided by the system: + + jboss.home.dir - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + + Note that the system provides other standard paths that can be + overridden by declaring them in the configuration file. See + the 'relative-to' attribute documentation for a complete + list of standard paths. + + + + + + + The actual filesystem path. Treated as an absolute path, unless the + 'relative-to' attribute is specified, in which case the value + is treated as relative to that path. + + If treated as an absolute path, the actual runtime pathname specified + by the value of this attribute will be determined as follows: + + If this value is already absolute, then the value is directly + used. Otherwise the runtime pathname is resolved in a + system-dependent way. On UNIX systems, a relative pathname is + made absolute by resolving it against the current user directory. + On Microsoft Windows systems, a relative pathname is made absolute + by resolving it against the current directory of the drive named by the + pathname, if any; if not, it is resolved against the current user + directory. + + Note relative path declarations have to use '/' as file separator. + + + + + + + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. The standard + paths provided by the system include: + + jboss.home.dir - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + jboss.server.data.dir - directory the server will use for persistent + data file storage + jboss.server.log.dir - directory the server will use for + log file storage + jboss.server.temp.dir - directory the server will use for + temporary file storage + jboss.domain.servers.dir - directory under which a host controller + will create the working area for + individual server instances + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allows the full set of JVM options to be set via the jvm schema elements + + + + + Sets a subset of the JVM options via the jvm schema elements + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Initial JVM heap size + + + + + Maximum JVM heap size + + + + + + + + + + + + + + JVM option value + + + + + + + + JVM agent lib value + + + + + + + + JVM agent path value + + + + + + + + JVM javaagent value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-config_1_2.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-config_1_2.xsd new file mode 100644 index 0000000..44379e7 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-config_1_2.xsd @@ -0,0 +1,2116 @@ + + + + + + + + + + + Root element for the master document specifying the core configuration + for the servers in a domain. There should be one such master + document per domain, available to the host controller that + is configured to act as the domain controller. + + + + + + + + + + + + + + + + + + + + + Root element for a document configuring a host controller and + the group of servers under the control of that host controller. + The standard usage would be for a domain to have one such host controller + on each physical (or virtual) host machine. Emphasis in this + document is on enumerating the servers, configuring items that + are specific to the host environment (e.g. IP addresses), and + on any server-specific configuration settings. + + + + + + + + + + + + + + + + + The name to use for this host's host controller. Must be unique across the domain. + If not set, defaults to the runtime value "HOSTNAME" or "COMPUTERNAME" environment variables, + or, if neither environment variable is present, to the value of InetAddress.getLocalHost().getHostName(). + + If the special value "jboss.domain.uuid" is used, a java.util.UUID will be created + and used, based on the value of InetAddress.getLocalHost(). + + + + + + + + + + Root element for a document specifying the configuration + of a single "standalone" server that does not operate + as part of a domain. + + Note that this element is distinct from the 'serverType' + specified in this schema. The latter type forms part of the + configuration of a server that operates as part of a domain. + + + + + + + + + + + + + + + + + + The name to use for this server. + If not set, defaults to the runtime value "HOSTNAME" or "COMPUTERNAME" environment variables, + or, if neither environment variable is present, to the value of InetAddress.getLocalHost().getHostName(). + + If the special value "jboss.domain.uuid" is used, a java.util.UUID will be created + and used, based on the value of InetAddress.getLocalHost(). + + + + + + + + + + Domain-wide default configuration settings for the management of standalone servers and a Host Controller. + + + + + + + + + + + + + + + + + + + + + + + + The centralized configuration for the management of a Host Controller. + + + + + + + + + + + + + + + The centralized configuration for the management of standalone server. + + + + + + + + + + + + + + + The LDAP connection definition. + + + + + + The name of this connection. + + + + + + + The URL to connect to ldap. + + + + + + + + The distinguished name to use when connecting to LDAP to perform searches. + + + + + + + The credential to use when connecting to perform a search. + + + + + + + The initial context factory to establish the LdapContext. + + + + + + + + + Configuration of a security realm for securing access to the management interfaces. + + + + + + + + + + + The name of this security-realm, each security-realm must be assigned a unique name. + + + + + + + + + Configuration defining how to load the authorization information for the authenticated user. + + After a user has been authenticated additional information such as roles can be loaded and + associated with the user for subsequent authorization checks, this type is used to define + how the roles are loaded. + + + + + + + + + + + Configuration of the identities that represent the server. + + + + + + + + + + + + Configuration of the secret/password-based identity of this server. + + + + + + The secret / password - Base64 Encoded + + + + + + + + + Configuration of the SSL identity of this server. + + + + + + + + + The protocol to use when creating the SSLContext. + + + + + + + + + The keystore configuration for the server. + + + + + + The path of the keystore. + + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. + + + + + + + The password to open the keystore. + + + + + + + + + Configuration of the server side authentication mechanisms. + + Optionally one truststore can be defined and one username/password based store can be defined. + Authentication will first attempt to use the truststore and if this is not available will fall back + to the username/password authentication. + + If none of these are specified the only available mechanism will be the local mechanism for the + Native interface and the HTTP interface will not be accessible. + + + + + + + Configuration of a keystore to use to create a trust manager to verify clients. + + + + + + + + + + + + + + + + Definition to use a JAAS based configuration for authentication. + + + + + + The name identifying the jaas configuration of LoginModules. + + + + + + + + + Definition to use LDAP as the user repository. + + + + + + + + + The name of the attribute to search for the user, this filter will then perform + a simple search where the username entered by the user matches the attribute + specified here. + + + + + + + + + + + The fully defined filter to be used to search for the user based on their entered + user ID. The filter should contain a variable in the form {0} - this will be + replaced with the username supplied by the user. + + + + + + + + + + + The name of the connection to use to connect to LDAP. + + + + + + + The base distinguished name to commence the search for the user. + + + + + + + Should the search be recursive. + + + + + + + The name of the attribute which is the users distinguished name. + + + + + + + + + + A set of users + + + + + + + + + + + A single user. + + + + + + + + + The users username. + + + + + + + + + Declaration of a location of a properties file. + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. + + + + + + + The path of the properties file. + + + + + + + + + Declaration of users stored within properties files. + + The entries within the properties file are username={credentials} with each user + being specified on it's own line. + + + + + + + + Are the credentials within the properties file stored in plain text, if not + the {credential} is expected to be the hex encoded Digest hash + of 'username : realm : password'. + + + + + + + + + + + + + + + + + + + The security realm to use for this management interface, the capabilities + of the security realm will be queried to identify the authentication mechanism(s) to + offer. + + + + + + + + + Configuration of a host's exposed native management interface. + + + + + + + + + + + + + + + Configuration of the socket used by host or standalone server's exposed management interface. + + + + + + Network interface on which the host's socket for + management communication should be opened. + + + + + + + + + Configuration of the socket used by host or standalone server's exposed HTTP management interface. + + + + + + + + Port on which the host's socket for native + management communication should be opened. + + + + + + + + + + + Configuration of a host's exposed HTTP management interface. + + + + + + + + + + + + + + + + Configuration of the socket used by host or standalone server's exposed HTTP management interface. + + + + + + + + Port on which the host's socket for + management communication should be opened. + + If not specified the port will not be opened. + + + + + + + Port on which the host's socket for HTTPS + management communication should be opened. + + If not specified the port will not be opened. + + If specified the security-realm will be required to obtain + the SSL configuration. + + + + + + + + + + + + + + + + + + + Configuration of the socket used by host or standalone server's exposed HTTP management interface. + + + + + + + Configuration of the socket to use for the native management interface is a choice + between a direct configuration of the address and port, or a reference to a socket-binding + configuration in the server's socket-binding-group element. The latter is the recommended + approach is it makes it easier to avoid port conflicts by taking advantage of the + socket-binding-group's port-offset configuration. Direct configuration of the address and + ports is provided to preserve backward compatibility. + + + + + + + + + + + + + + Reference to the configuration of the socket to be used by a standalone server's exposed native management interface. + + + + + + Name of a socket-binding configuration declared in the server's socket-binding-group. + + + + + + + + + Configuration of a standalone server's exposed HTTP/HTTPS management interface. + + + + + + + Configuration of the socket to use for the HTTP/HTTPS management interface is a choice + between a direct configuration of the address and ports, or a reference to socket-binding + configurations in the server's socket-binding-group element. The latter is the recommended + approach is it makes it easier to avoid port conflicts by taking advantage of the + socket-binding-group's port-offset configuration. Direct configuration of the address and + ports is provided to preserve backward compatibility. + + + + + + + + + + + + + + + Reference to the configurations of the sockets to be used by a standalone server's exposed HTTP and HTTPS management interface. + + + + + + Name of a socket-binding configuration declared in the server's socket-binding-group to use for a HTTP socket. + + + + + + + Name of a socket-binding configuration declared in the server's socket-binding-group to use for a HTTPS socket. + + + + + + + + + Makes the native management interface available via the connectors set up in the remoting subsystem, + using the remoting subsystem's endpoint. This should only be used for a server not for a HC/DC. + + + + + + + + + + + + + + + + + + + + + + + + + + Provides names of direct child resources of the domain root resource requests for which the + Host Controller should ignore. Only relevant on a slave Host Controller. Configuring such + "ignored resources" may help allow a Host Controller from an earlier release to function as a + slave to a master Host Controller running a later release, by letting the slave ignore portions + of the configuration its version of the software cannot understand. This strategy can only be + successful if the servers managed by the slave Host Controller do not reference any of the + ignored configuration. + + Supports the following attributes: + + type -- the type of resource (e.g. 'profile' or 'socket-binding-group') certain instances of which + should be ignored. The value corresponds to the 'key' portion of the first element in the + resource's address (e.g. 'profile' in the address /profile=ha/subsystem=web) + + wildcard -- if 'true', all resources of the given type should be ignored. + + Child elements list the names of specific instances of the given type of resource + that should be ignored. Each element in the list corresponds to the 'value' portion of + the first element in the resource's address (e.g. 'ha' in the address /profile=ha/subsystem=web.) + + + + + + + + + + + + + + The name of a specific instances of a particular type of resource that should be ignored. + The 'name' attribute corresponds to the 'value' portion of the first element in the resource's address + (e.g. 'ha' in the address /profile=ha/subsystem=web.) + + + + + + + + + + + + + + + + Indicates each server's writable directories should be grouped under the server's name + in the domain/servers directory. This is the default option. + + + + + + + Indicates each server's writable directories should be grouped based on their "type" + (i.e. "data", "log", "tmp") with directories of a given type for all servers appearing + in the domain level directory for that type, e.g. domain/data/servers/server-name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contains a list of extension modules. + + + + + + + + + + A module that extends the standard capabilities of a domain + or a standalone server. + + + + + The name of the module + + + + + + + + + + + + + + + + + + + + + + + The name of the server group + + + + + + + The name of the profile this server is running. + + + + + + + Set to true to have servers belonging to the server group connect back to the host controller using the + endpoint from their remoting subsystem. The subsystem must be preset for this to + work. + + + + + + + + Contains a list of deployments that have been mapped to a server-group. + + + + + + + + + A deployment that has been mapped to a server group. + + + + + + + + + + + + Unique identifier of the deployment. Must be unique across all deployments. + + + + + + Name by which the deployment will be known within a running server.of the deployment. + Does not need to be unique across all deployments in the domain, although it must be unique within + an individual server. For example, two different deployments running on different servers in + the domain could both have a 'runtime-name' of 'example.war', with one having a 'name' + of 'example.war_v1' and another with an 'name' of 'example.war_v2'. + + + + + + + Whether the deployment deploy automatically when the server starts up. + + + + + + + + + The checksum of the content + + + + + + + Archived content found on the filesystem + + + + + + + + + + + + + + + + Exploded content found on the filesystem + + + + + + + + + Contains a list of domain-level deployments + + + + + + + + + Deployment represents anything that can be deployed (e.g. an application such as EJB-JAR, + WAR, EAR, + any kind of standard archive such as RAR or JBoss-specific deployment), + which can be enabled or disabled on a domain level. + + + + + + + + + + + + + + + + + + + + + + + + + The domain controller/server bootstrap configuration + + + + + + + + The URI for bootstrapping a domain server + + + + + + Contains a list of profiles available for use in the domain + + + + + + + + + Contains a list of subsystems + + + + + A profile declaration may include configuration + elements from other namespaces for the subsystems that make up the profile. + + + + + + + Name of the profile + + + + + + + Contains a list of subsystems + + + + + + A profile declaration may include configuration + elements from other namespaces for the subsystems that make up the profile. + + + + + + + + + + + Contains a list of socket binding groups + + + + + + + + + Contains a list of socket configurations + + + + + + + + + + Name of an interface that should be used as the interface for + any sockets that do not explicitly declare one. + + + + + + + + Contains a list of socket configurations + + + + + + + + + + Name of an interface that should be used as the interface for + any sockets that do not explicitly declare one. + + + + + + + Increment to apply to the base port values defined in the + socket group to derive the values to use on this + server. + + + + + + + + Configuration information for a socket. + + + + + + Specifies zero or more client mappings for this socket binding. + A client connecting to this socket should use the destination address + specified in the mapping that matches its desired outbound interface. + This allows for advanced network topologies that use either network + address translation, or have bindings on multiple network interfaces + to function. + + Each mapping should be evaluated in declared order, with the first successful + match used to determine the destination. + + + + + + + + + Name of the interface to which the socket should be bound, or, for multicast + sockets, the interface on which it should listen. This should + be one of the declared interfaces. + + + + + + + Number of the port to which the socket should be bound. + + + + + + + Whether the port value should remain fixed even if numerically offsets + are applied to the other sockets in the socket group.. + + + + + + + Multicast address on which the socket should receive multicast + traffic. If unspecified, the socket will not be configured + to receive multicast. + + + + + + + Port on which the socket should receive multicast + traffic. Must be configured if 'multicast-address' is configured. + + + + + + + + + Type definition for a client mapping on a socket binding. A client + mapping specifies how external clients should connect to this + socket's port, provided that the client's outbound interface + match the specified source network value. + + + + + + Source network the client connection binds on. This value is in + the form of ip/netmask. A client should match this value against + the desired client host network interface, and if matched the + client should connect to the corresponding destination values. + + If omitted this mapping should match any interface. + + + + + + + The destination address that a client should connect to if the + source-network matches. This value can either be a hostname or + an ip address. + + + + + + + The destination port that a client should connect to if the + source-network matches. + + If omitted this mapping will reuse the effective socket binding + port. + + + + + + + + Configuration information for a outbound socket. + + + + + + + + + + The name of the outbound socket binding + + + + + + + The name of the interface that should be used for setting up the source address of the + outbound socket. This should be one of the declared interfaces. + + + + + + + + The port number that will be used for setting the source addresss of the outbound socket. If the + source-interface attribute has been specified and the source-port attribute is absent, + then the system uses a ephemeral port while binding the socket to a source address. + + + + + + + Whether the source-port value should remain fixed even if the socket binding group specifies + a port offset + + + + + + + + + + The remote server address to which the outbound socket has to be connect. + The address can be either a IP address of the host server of the hostname of the server + + + + + + + The remote port to which the outbound socket has to connect. + + + + + + + + + + The reference to a socket binding that has to be used as the destination for the outbound + socket binding. This socket binding name should belong to the same socket binding group + to which this local destination client socket belongs. + + + + + + + + + + The socket group to use for the server group or server. + + + + + + + Increment to apply to the base port values defined in the + referenced socket group to derive the values to use on this + server. + + + + + + + + + + A list of named network interfaces. The interfaces may or may + not be fully specified (i.e. include criteria on how to determine + their IP address.) + + + + + + + + + + + + A named network interface, but without any criteria + for determining the IP address to associate with that interface. + Acts as a placeholder in the model (e.g. at the domain level) + until a fully specified interface definition is applied at a + lower level (e.g. at the server level, where available addresses + are known.) + + + + + + + + + + A list of fully specified named network interfaces. + + + + + + + + + + + A named network interface, along with required criteria + for determining the IP address to associate with that interface. + + + + + + + + + + A set of criteria that can be used at runtime to determine + what IP address to use for an interface. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Either a IP address in IPv6 or IPv4 dotted decimal notation, + or a hostname that can be resolved to an IP address. + + + + + + + + + + The name of a network interface (e.g. eth0, eth1, lo). + + + + + + + + + + A regular expression against which the names of the network + interfaces available on the machine can be matched to find + an acceptable interface. + + + + + + + + + + A network IP address and the number of bits in the + address' network prefix, written in "slash notation"; + e.g. "192.168.0.0/16". + + + + + + + + + + + + + + + + + + + + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is a loopback + interface. + + + + + + + + A loopback address that may not actually be configured on the machine's loopback interface. + Differs from inet-addressType in that the given value will be used even if no NIC can + be found that has the IP address associated with it. + + + + + + An IP address in IPv6 or IPv4 dotted decimal notation. + + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it supports + multicast. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is a point-to-point + interface. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is currently up. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it is a virtual + interface. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not it has a publicly + routable address. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not an address associated + with it is site-local. + + + + + + + + Empty element indicating that part of the selection criteria + for an interface should be whether or not an address associated + with it is link-local. + + + + + + + + Empty element indicating that sockets using this interface + should be bound to the IPv6 wildcard address (::). + + + + + + + + Empty element indicating that sockets using this interface + should be bound to the IPv4 wildcard address (0.0.0.0). + + + + + + + + Empty element indicating that sockets using this interface + should be bound to a wildcard address. The IPv6 wildcard + address (::) will be used unless the java.net.preferIpV4Stack + system property is set to true, in which case the IPv4 + wildcard address (0.0.0.0) will be used. If a socket is + bound to an IPv6 anylocal address on a dual-stack machine, + it can accept both IPv6 and IPv4 traffic; if it is bound to + an IPv4 (IPv4-mapped) anylocal address, it can only accept + IPv4 traffic. + + + + + + + Configuration information for a socket. + + + + + + Name of the interface to which the socket should be bound, or, for multicast + sockets, the interface on which it should listen. This should + be one of the declared interfaces. + + + + + + + Number of the port to which the socket should be bound. + + + + + + + Whether the port value should remain fixed even if numerically offsets + are applied to the other sockets in the socket group.. + + + + + + + Multicast address on which the socket should receive multicast + traffic. If unspecified, the socket will not be configured + to receive multicast. + + + + + + + Port on which the socket should receive multicast + traffic. If unspecified, the socket will not be configured + to receive multicast. + + + + + + + + + + A list of named filesystem paths. The paths may or may + not be fully specified (i.e. include the actual paths.) + + + + + + + + + + + A named filesystem path, but without a requirement to specify + the actual path. If no actual path is specified, acts as a + as a placeholder in the model (e.g. at the domain level) + until a fully specified path definition is applied at a + lower level (e.g. at the host level, where available addresses + are known.) + + + + + + + + The name of the path. Cannot be one of the standard fixed paths + provided by the system: + + jboss.home - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + + Note that the system provides other standard paths that can be + overridden by declaring them in the configuration file. See + the 'relative-to' attribute documentation for a complete + list of standard paths. + + + + + + + + + + + + The actual filesystem path. Treated as an absolute path, unless the + 'relative-to' attribute is specified, in which case the value + is treated as relative to that path. + + If treated as an absolute path, the actual runtime pathname specified + by the value of this attribute will be determined as follows: + + If this value is already absolute, then the value is directly + used. Otherwise the runtime pathname is resolved in a + system-dependent way. On UNIX systems, a relative pathname is + made absolute by resolving it against the current user directory. + On Microsoft Windows systems, a relative pathname is made absolute + by resolving it against the current directory of the drive named by the + pathname, if any; if not, it is resolved against the current user + directory. + + + + + + + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. The standard + paths provided by the system include: + + jboss.home - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + jboss.server.data.dir - directory the server will use for persistent + data file storage + jboss.server.log.dir - directory the server will use for + log file storage + jboss.server.temp.dir - directory the server will use for + temporary file storage + jboss.domain.servers.dir - directory under which a host controller + will create the working area for + individual server instances + + + + + + + + + A list of named filesystem paths. + + + + + + + + + + + A named filesystem path. + + + + + + The name of the path. Cannot be one of the standard fixed paths + provided by the system: + + jboss.home.dir - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + + Note that the system provides other standard paths that can be + overridden by declaring them in the configuration file. See + the 'relative-to' attribute documentation for a complete + list of standard paths. + + + + + + + The actual filesystem path. Treated as an absolute path, unless the + 'relative-to' attribute is specified, in which case the value + is treated as relative to that path. + + If treated as an absolute path, the actual runtime pathname specified + by the value of this attribute will be determined as follows: + + If this value is already absolute, then the value is directly + used. Otherwise the runtime pathname is resolved in a + system-dependent way. On UNIX systems, a relative pathname is + made absolute by resolving it against the current user directory. + On Microsoft Windows systems, a relative pathname is made absolute + by resolving it against the current directory of the drive named by the + pathname, if any; if not, it is resolved against the current user + directory. + + Note relative path declarations have to use '/' as file separator. + + + + + + + + + + + + The name of another previously named path, or of one of the + standard paths provided by the system. If 'relative-to' is + provided, the value of the 'path' attribute is treated as + relative to the path specified by this attribute. The standard + paths provided by the system include: + + jboss.home.dir - the root directory of the JBoss AS distribution + user.home - user's home directory + user.dir - user's current working directory + java.home - java installation directory + jboss.server.base.dir - root directory for an individual server + instance + jboss.server.data.dir - directory the server will use for persistent + data file storage + jboss.server.log.dir - directory the server will use for + log file storage + jboss.server.temp.dir - directory the server will use for + temporary file storage + jboss.domain.servers.dir - directory under which a host controller + will create the working area for + individual server instances + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allows the full set of JVM options to be set via the jvm schema elements + + + + + Sets a subset of the JVM options via the jvm schema elements + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Initial JVM heap size + + + + + Maximum JVM heap size + + + + + + + + + + + + + + JVM option value + + + + + + + + JVM agent lib value + + + + + + + + JVM agent path value + + + + + + + + JVM javaagent value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-configadmin_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-configadmin_1_0.xsd new file mode 100644 index 0000000..9e0b648 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-configadmin_1_0.xsd @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-datasources_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-datasources_1_0.xsd new file mode 100644 index 0000000..0c6246c --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-datasources_1_0.xsd @@ -0,0 +1,957 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:hsqldb:hsql://localhost:1701 + ]]> + + + + + + + org.hsqldb.jdbcDriver + ]]> + + + + + + + org.h2.jdbcx.JdbcDataSource + ]]> + + + + + + + + + + + + + + UTF-8 + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10 + myhost.mydomain.com + 1557 + mydb + myserver + ]]> + + + + + + + oracle.jdbc.xa.client.OracleXADataSource + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ]]> + + + + + + + + ]]> + + + + + + + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + ]]> + + + + + + + 300 + ]]> + + + + + + + 300 + ]]> + + + + + + + + + + + + + + + + + + + + + 300 + ]]> + + + + + + + + + + + + + + + + + + nowarn + ]]> + + + + + + + + + + + + + + + ]]> + + + + + + + + + + + 1 + ]]> + + + + + + + + + + + + + + true. + Default is false + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ]]> + + + + + + + + ]]> + + + + + + + + Ex: + ]]> + + + + + + + true + ]]> + + + + + + + true + ]]> + + + + + + + + + + + + + sa + ]]> + + + + + + + sa-pass + ]]> + + + + + + + HsqlDbRealm + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.hsqldb.jdbcDriver + ]]> + + + + + + + + + + + + + oracle.jdbc.xa.client.OracleXADataSource + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-deployment-scanner_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-deployment-scanner_1_0.xsd new file mode 100644 index 0000000..2fadadc --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-deployment-scanner_1_0.xsd @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + Allows configuration of an additional location where deployment + content can be stored. + + + + + + Reference to a filesystem path defined in the "paths" section + of the server configuration. + + + + + + The actual filesystem path. Treated as an absolute path, unless the + 'relative-to' attribute is specified, in which case the value + is treated as relative to that path. + + + + + + Periodic interval, in milliseconds, at which the repository + should be scanned for changes. A value of less than 1 indicates the + repository should only be scanned at initial startup. + + + + + + + Flag indicating that all scanning (including initial scanning at startup) + should be disabled. + + + + + + + Controls whether zipped deployment content should be automatically deployed by + the scanner without requiring the user to add a .dodeploy marker file. + + + + + + + Controls whether zipped deployment content should be automatically deployed by + the scanner without requiring the user to add a .dodeploy marker file. Setting + this to 'true' is not recommended for anything but basic development scenarios, + as there is no way to ensure that deployment will not occur in the middle of + changes to the content. + + + + + + + Timout used. in seconds, for deployment operations. If an individual deployment operation + takes longer than this timeout it will be canceled and marked as failed. + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-deployment-scanner_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-deployment-scanner_1_1.xsd new file mode 100644 index 0000000..36e69d2 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-deployment-scanner_1_1.xsd @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + Allows configuration of an additional location where deployment + content can be stored. + + + + + + The actual filesystem path. Treated as an absolute path, unless the + 'relative-to' attribute is specified, in which case the value + is treated as relative to that path. + + + + + + Reference to a filesystem path defined in the "paths" section + of the server configuration. + + + + + + + Flag indicating that all scanning (including initial scanning at startup) + should be disabled. + + + + + + Periodic interval, in milliseconds, at which the repository + should be scanned for changes. A value of less than 1 indicates the + repository should only be scanned at initial startup. + + + + + + + Controls whether zipped deployment content should be automatically deployed by + the scanner without requiring the user to add a .dodeploy marker file. + + + + + + + Controls whether zipped deployment content should be automatically deployed by + the scanner without requiring the user to add a .dodeploy marker file. Setting + this to 'true' is not recommended for anything but basic development scenarios, + as there is no way to ensure that deployment will not occur in the middle of + changes to the content. + + + + + + + Controls whether xml deployment content should be automatically deployed by + the scanner without requiring the user to add a .dodeploy marker file. + + + + + + + Timout used, in seconds, for deployment operations. If an individual deployment operation + takes longer than this timeout it will be canceled and marked as failed. + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-ee_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-ee_1_0.xsd new file mode 100644 index 0000000..b6369b5 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-ee_1_0.xsd @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flag indicating whether each of the subdeployments within a .ear can access classes belonging to + another subdeployment within the same .ear. Setting this to false, allows the subdeployments to + see classes belonging to other subdeployments within the .ear. + For example: + myapp.ear + | + |--- web.war + | + |--- ejb1.jar + | + |--- ejb2.jar + + If the ear-subdeployments-isolated is set to false, then the classes in web.war can access classes + belonging to ejb1.jar and ejb2.jar. Similarly, classes from ejb1.jar can access classes from ejb2.jar + (and vice-versa). + + *Note that this flag, has no effect on the isolated classloader of the .war file(s). i.e. irrespective + of whether this flag is set to true or false, the .war within a .ear will have a isolated classloader + and other subdeployments within that .ear will not be able to access classes from that .war. This is + as per spec* + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-ejb3_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-ejb3_1_0.xsd new file mode 100644 index 0000000..8893aa7 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-ejb3_1_0.xsd @@ -0,0 +1,36 @@ + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-ejb3_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-ejb3_1_1.xsd new file mode 100644 index 0000000..ed9d64b --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-ejb3_1_1.xsd @@ -0,0 +1,139 @@ + + + + + + + + + + + EJB3 subsystem configurations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TimeUnit that are allowed for instance-acquisition-timeout on a pool + + + + + + + + + + + + + + + + + + + + + + The number of threads that the the thread pool will keep alive. Defaults to 0. + + + + + + + The maximum number of threads that will be used to run timer service tasks. Defaults to the + number of processes as returned by Runtime.availableProcessors() + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-ejb3_1_2.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-ejb3_1_2.xsd new file mode 100644 index 0000000..62bb4cf --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-ejb3_1_2.xsd @@ -0,0 +1,283 @@ + + + + + + + + + + + + + EJB3 subsystem configurations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The default access timeout, for stateful session beans, in milliseconds + + + + + + + + + + + + The default access timeout, for singleton beans, in milliseconds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A list of aliases. + + + + + + + + TimeUnit that are allowed for instance-acquisition-timeout on a pool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-infinispan_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-infinispan_1_0.xsd new file mode 100644 index 0000000..7a1c035 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-infinispan_1_0.xsd @@ -0,0 +1,801 @@ + + + + + + + + Enumerates the cache containers available to the registry. + + + + + + + + Defines an embedded cache container. + + + + + + Identifies the default cache container. + + + + + + + + + Defines an additional name by which this cache container may be referenced. + + + + + Overrides the transport characteristics for this cache container. + + + + + + Defines a LOCAL mode cache. + + + + + Defines a REPL_* mode cache. + + + + + Defines an INVALIDATION_* mode cache. + + + + + Defines a DIST_* mode cache. + + + + + + + Uniquely identifies this cache container. + + + + + + + + + + + + + + + Defines the executor used for asynchronous cache listener notifications. + + + + + Defines the scheduled executor used for evictions. + + + + + Defines the scheduled executor used by the asynchronous replication queue. + + + + + + + + Defines the jgroups stack used by the transport. + + + + + Defines the executor used for asynchronous transport communication. + + + + + + Infinispan uses a distributed lock to maintain a coherent transaction log during state transfer or rehashing, which means that only one cache can be doing state transfer or rehashing at the same time. + This constraint is in place because more than one cache could be involved in a transaction. + This timeout controls the time to wait to acquire acquire a lock on the distributed lock. + + + + + + Identifies the site where this node runs. + + + + + Identifies the rack where this node runs. + + + + + Identifies the machine where this node runs. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines a custom cache store. + + + + + Defines a file-based cache store. + + + + + Defines a database cache store accessed via JDBC. + + + + + + Defines a remote cache store accessed via HotRod. + Nested properties will be treated as HotRod client properties. + + + + + + + + Uniquely identifies this cache within its cache container. + + + + + Should this cache be started on server startup, or lazily when requested by a service or deployment. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Number of cluster-wide replicas for each cache entry. + + + + + Controls the number of virtual nodes per "real" node. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The class name of the cache store implementation. + + + + + + + + + + + + The base directory in which to store the cache state. + + + + + + The path within "relative-to" in which to store the cache state. + If undefined, the path defaults to the cache container name. + + + + + + + + + + + + + + + + The name of the remote cache. If undefined, the default cache will be used. + + + + + + Enable/disable SO_TIMEOUT on socket connections to remote Hot Rod servers with the specified timeout, in milliseconds. + A timeout of zero is interpreted as an infinite timeout. + + + + + + + Enable/disable TCP_NODELAY on socket connections to remote Hot Rod servers. + + + + + + + + + + + + + + + + + + + Defines the table used to store cache buckets. + If an entry-table is also defined, a mixed-mode cache store will be used. + + + + + + + Defines the table used to store cache entries. + If a bucket-table is also defined, a mixed-mode cache store will be used. + + + + + + + Defines the jndi name of the datasource. + + + + + + + + + + + + Defines the prefix prepended to the cache name used when composing the name of the cache entry table. + + + + + + + + + + + + Defines the prefix prepended to the cache name used when composing the name of the cache bucket table. + + + + + + + + + + + Defines the column in which to store the cache key or bucket id. + + + + + Defines the column in which to store the cache entry or bucket. + + + + + Defines the column in which to store the timestamp of the cache entry or bucket. + + + + + + The fetch size used when querying from this table. Used to avoid heap memory exhaustion when query is large. + + + + + The statement batch size used when modifying this table. + + + + + + + + The name of the column used to store the cache key or bucket id. + + + + + The type of the column used to store the cache key or bucket id. + + + + + + + + The name of the column used to store the cache entry or bucket. + + + + + The type of the column used to store the cache entry or bucket. + + + + + + + + The name of the column used to store the cache entry or bucket timestamp. + + + + + The type of the column used to store the cache entry or bucket timestamp. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines the name of a property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cache will enlist within transactions as a javax.transaction.Synchronization + + + + + Cache will enlist within transactions as a javax.transaction.xa.XAResource, without recovery. + + + + + Cache will enlist within transactions as a javax.transaction.xa.XAResource, with recovery. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-infinispan_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-infinispan_1_1.xsd new file mode 100644 index 0000000..5c45a64 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-infinispan_1_1.xsd @@ -0,0 +1,848 @@ + + + + + + + + Enumerates the cache containers available to the registry. + + + + + + + + Defines an embedded cache container. + + + + + + + + Identifies the default cache container. + + + + + + + + Uniquely identifies this cache container. + + + + + A set of aliases by which this cache container may also be referenced. + + + + + The jndi name to which to bind this cache container. + + + + + + + + + + Should this cache container be started on server startup, or lazily when requested by a service or deployment. + + + + + Defines the executor used for asynchronous cache listener notifications. + + + + + Defines the scheduled executor used for evictions. + + + + + Defines the scheduled executor used by the asynchronous replication queue. + + + + + + + + + + + + + + Overrides the transport characteristics for this cache container. + + + + + + Defines a LOCAL mode cache. + + + + + Defines a REPL_* mode cache. + + + + + Defines an INVALIDATION_* mode cache. + + + + + Defines a DIST_* mode cache. + + + + + + + + + + + + Defines the jgroups stack used by the transport. + + + + + Defines the executor used for asynchronous transport communication. + + + + + + Infinispan uses a distributed lock to maintain a coherent transaction log during state transfer or rehashing, which means that only one cache can be doing state transfer or rehashing at the same time. + This constraint is in place because more than one cache could be involved in a transaction. + This timeout controls the time to wait to acquire acquire a lock on the distributed lock. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines a custom cache store. + + + + + Defines a file-based cache store. + + + + + Defines a database cache store accessed via JDBC. + + + + + + Defines a remote cache store accessed via HotRod. + Nested properties will be treated as HotRod client properties. + + + + + + + + Uniquely identifies this cache within its cache container. + + + + + Should this cache be started on server startup, or lazily when requested by a service or deployment. + + + + + + + + + + + + + + + The jndi name to which to bind this cache. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Number of cluster-wide replicas for each cache entry. + + + + + Controls the number of virtual nodes per "real" node. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The class name of the cache store implementation. + + + + + + + + + + + + The base directory in which to store the cache state. + + + + + + The path within "relative-to" in which to store the cache state. + If undefined, the path defaults to the cache container name. + + + + + + + + + + + + + + + + The name of the remote cache. If undefined, the default cache will be used. + + + + + + Enable/disable SO_TIMEOUT on socket connections to remote Hot Rod servers with the specified timeout, in milliseconds. + A timeout of zero is interpreted as an infinite timeout. + + + + + + + Enable/disable TCP_NODELAY on socket connections to remote Hot Rod servers. + + + + + + + + + + + + + + + + + + + + + + + Defines the table used to store cache buckets. + If an entry-table is also defined, a mixed-mode cache store will be used. + + + + + + + Defines the table used to store cache entries. + If a bucket-table is also defined, a mixed-mode cache store will be used. + + + + + + + Defines the jndi name of the datasource. + + + + + + + + + + + + Defines the prefix prepended to the cache name used when composing the name of the cache entry table. + + + + + + + + + + + + Defines the prefix prepended to the cache name used when composing the name of the cache bucket table. + + + + + + + + + + + Defines the column in which to store the cache key or bucket id. + + + + + Defines the column in which to store the cache entry or bucket. + + + + + Defines the column in which to store the timestamp of the cache entry or bucket. + + + + + + The fetch size used when querying from this table. Used to avoid heap memory exhaustion when query is large. + + + + + The statement batch size used when modifying this table. + + + + + + + + The name of the column used to store the cache key or bucket id. + + + + + The type of the column used to store the cache key or bucket id. + + + + + + + + The name of the column used to store the cache entry or bucket. + + + + + The type of the column used to store the cache entry or bucket. + + + + + + + + The name of the column used to store the cache entry or bucket timestamp. + + + + + The type of the column used to store the cache entry or bucket timestamp. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines the name of a property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cache will not enlist within transactions. + + + + + Cache will enlist within transactions as a javax.transaction.Synchronization + + + + + Cache will enlist within transactions as a javax.transaction.xa.XAResource, without recovery. + + + + + Cache will enlist within transactions as a javax.transaction.xa.XAResource, with recovery. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A list of aliases. + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-infinispan_1_2.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-infinispan_1_2.xsd new file mode 100644 index 0000000..c20d061 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-infinispan_1_2.xsd @@ -0,0 +1,949 @@ + + + + + + + + Enumerates the cache containers available to the registry. + + + + + + + + Defines an embedded cache container. + + + + + + + + Identifies the default cache container. + + + + + + + + Uniquely identifies this cache container. + + + + + A set of aliases by which this cache container may also be referenced. + + + + + The jndi name to which to bind this cache container. + + + + + + + + + + Should this cache container be started on server startup, or lazily when requested by a service or deployment. + + + + + Defines the executor used for asynchronous cache listener notifications. + + + + + Defines the scheduled executor used for evictions. + + + + + Defines the scheduled executor used by the asynchronous replication queue. + + + + + + + + + + + + + + Overrides the transport characteristics for this cache container. + + + + + + Defines a LOCAL mode cache. + + + + + Defines a REPL_* mode cache. + + + + + Defines an INVALIDATION_* mode cache. + + + + + Defines a DIST_* mode cache. + + + + + + + + + + + + Defines the jgroups stack used by the transport. + + + + + Defines the name for the underlying group communication cluster. + + + + + Defines the executor used for asynchronous transport communication. + + + + + + Infinispan uses a distributed lock to maintain a coherent transaction log during state transfer or rehashing, which means that only one cache can be doing state transfer or rehashing at the same time. + This constraint is in place because more than one cache could be involved in a transaction. + This timeout controls the time to wait to acquire acquire a lock on the distributed lock. + + + + + + + + + + The locking configuration of the cache. + + + + + The cache transaction configuration. + + + + + The cache eviction configuration. + + + + + The cache expiration configuration. + + + + + + Defines a custom cache store. + + + + + Defines a file-based cache store. + + + + + + Defines a database cache store accessed via JDBC using string-based keys. + + + + + Defines a database cache store accessed via JDBC using binary-based keys. + + + + + Defines a database cache store accessed via JDBC using mixed string and binary-based keys. + + + + + + + Defines a remote cache store accessed via HotRod. + Nested properties will be treated as HotRod client properties. + + + + + + + + Uniquely identifies this cache within its cache container. + + + + + Should this cache be started on server startup, or lazily when requested by a service or deployment. + + + + + + + + + + + + + + + The jndi name to which to bind this cache. + + + + + + + + + + + + + + Sets the cache locking isolation level. + + + + + If true, a pool of shared locks is maintained for all entries that need to be locked. Otherwise, a lock is created per entry in the cache. Lock striping helps control memory footprint but may reduce concurrency in the system. + + + + + Maximum time to attempt a particular lock acquisition. + + + + + Concurrency level for lock containers. Adjust this value according to the number of concurrent threads interacting with Infinispan. + + + + + + + + Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA, FULL_XA. + + + + + If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish. The amount of time to wait for is defined by the cache stop timeout. + + + + + The locking mode for this cache, one of OPTIMISTIC or PESSIMISTIC. + + + + + + + + Sets the cache eviction strategy. Available options are 'UNORDERED', 'FIFO', 'LRU', 'LIRS' and 'NONE' (to disable eviction). + + + + + Maximum number of entries in a cache instance. If selected value is not a power of two the actual value will default to the least power of two larger than selected value. -1 means no limit. + + + + + + + + Maximum idle time a cache entry will be maintained in the cache, in milliseconds. If the idle time is exceeded, the entry will be expired cluster-wide. -1 means the entries never expire. + + + + + Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds. -1 means the entries never expire. + + + + + Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores. If you wish to disable the periodic eviction process altogether, set wakeupInterval to -1. + + + + + + + + + + + Enables the use of asynchronous marshalling + + + + + + Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation. + + + + + In ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold. + + + + + In ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs. This should be a positive integer which represents thread wakeup time in milliseconds. + + + + + In SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown. + + + + + + + + + + + + + + + + + + + + The state transfer configuration for distribution and replicated caches. + + + + + + + + + + + + + + The state transfer configuration for distribution and replicated caches. + + + + + + Number of cluster-wide replicas for each cache entry. + + + + + Controls the number of virtual nodes per "real" node. + + + + + + + + + + + + + + + + Configures a cache store as write-behind instead of write-through. + + + + + A cache store property with name and value. + + + + + + This setting should be set to true when multiple cache instances share the same cache store (e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared database.) Setting this to true avoids multiple cache instances writing the same modification multiple times. If enabled, only the node where the modification originated will write to the cache store. If disabled, each individual cache reacts to a potential remote update by storing the data to the cache store. + + + + + If true, when the cache starts, data stored in the cache store will be pre-loaded into memory. This is particularly useful when data in the cache store will be needed immediately after startup and you want to avoid cache operations being delayed as a result of loading this data lazily. Can be used to provide a 'warm-cache' on startup, however there is a performance penalty as startup time is affected by this process. + + + + + If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'. Next time the data is requested, it will be 'activated' which means that data will be brought back to memory and removed from the persistent store. f false, the cache store contains a copy of the contents in memory, so writes to cache result in cache store writes. This essentially gives you a 'write-through' configuration. + + + + + If true, fetch persistent state when joining a cluster. If multiple cache stores are chained, only one of them can have this property enabled. + + + + + If true, purges this cache store when it starts up. + + + + + If true, the singleton store cache store is enabled. SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store. + + + + + + + + + Timeout to acquire the lock which guards the state to be flushed to the cache store periodically. + + + + + + + Maximum number of entries in the asynchronous queue. When the queue is full, the store becomes write-through. + until it can accept new entries + + + + + + + Timeout in milliseconds to stop the cache store. + + + + + + + Size of the thread pool whose threads are responsible for applying the modifications to the cache store. + + + + + + + + + + + The class name of the cache store implementation. + + + + + + + + + + + + The base directory in which to store the cache state. + + + + + + The path within "relative-to" in which to store the cache state. + If undefined, the path defaults to the cache container name. + + + + + + + + + + + + + + + + The name of the remote cache. If undefined, the default cache will be used. + + + + + + Enable/disable SO_TIMEOUT on socket connections to remote Hot Rod servers with the specified timeout, in milliseconds. + A timeout of zero is interpreted as an infinite timeout. + + + + + + + Enable/disable TCP_NODELAY on socket connections to remote Hot Rod servers. + + + + + + + + + + + An outbound socket binding for a remote server. + + + + + + + + + + + + Defines the table used to store cache entries. + + + + + + + Defines the jndi name of the datasource. + + + + + + + + + + + + + + Defines the table used to store cache buckets. + + + + + + + Defines the jndi name of the datasource. + + + + + + + + + + + + + + Defines the table used to store cache buckets. + + + + + + + Defines the table used to store cache entries. + + + + + + + Defines the jndi name of the datasource. + + + + + + + + + + + + Defines the prefix prepended to the cache name used when composing the name of the cache entry table. + + + + + + + + + + + + Defines the prefix prepended to the cache name used when composing the name of the cache bucket table. + + + + + + + + + + + Defines the column in which to store the cache key or bucket id. + + + + + Defines the column in which to store the cache entry or bucket. + + + + + Defines the column in which to store the timestamp of the cache entry or bucket. + + + + + + The fetch size used when querying from this table. Used to avoid heap memory exhaustion when query is large. + + + + + The statement batch size used when modifying this table. + + + + + + + + The name of the column used to store the cache key or bucket id. + + + + + The type of the column used to store the cache key or bucket id. + + + + + + + + The name of the column used to store the cache entry or bucket. + + + + + The type of the column used to store the cache entry or bucket. + + + + + + + + The name of the column used to store the cache entry or bucket timestamp. + + + + + The type of the column used to store the cache entry or bucket timestamp. + + + + + + + + If enabled, this will cause the cache to ask neighboring caches for state when it starts up, so the cache starts 'warm', although it will impact startup time. + + + + + The maximum amount of time (ms) to wait for state from neighboring caches, before throwing an exception and aborting startup. + + + + + The size, in bytes, in which to batch the transfer of cache entries. + + + + + + + + + + Defines the name of a property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cache will not enlist within transactions. + + + + + Cache will enlist within transactions as a javax.transaction.Synchronization + + + + + Cache will enlist within transactions as a javax.transaction.xa.XAResource, without recovery. + + + + + Cache will enlist within transactions as a javax.transaction.xa.XAResource, with recovery. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A list of aliases. + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jacorb_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jacorb_1_0.xsd new file mode 100644 index 0000000..c58f322 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jacorb_1_0.xsd @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jacorb_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jacorb_1_1.xsd new file mode 100644 index 0000000..80304ba --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jacorb_1_1.xsd @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enumeration of allowed values for the transaction interceptor config. + + + + + + + + + + + + + Enumeration of allowed values for the SSL config. + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jaxr_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jaxr_1_0.xsd new file mode 100644 index 0000000..a7105f3 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jaxr_1_0.xsd @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jaxr_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jaxr_1_1.xsd new file mode 100644 index 0000000..c44d27e --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jaxr_1_1.xsd @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jaxrs_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jaxrs_1_0.xsd new file mode 100644 index 0000000..2d8db84 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jaxrs_1_0.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jca_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jca_1_0.xsd new file mode 100644 index 0000000..9594c21 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jca_1_0.xsd @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + Toggle archive validation for the deployment + units. If it's not present it's considered true + with default attributes. + + + + + + + + Toggle bean validation (JSR-303) for the + deployment units. If it's not present it's + considered true + + + + + + + + Configurations for thread pools used by default + workmanager + + + + + + + + + + + + + Specify whether archive validation is enabled. Default: true + + + + + + + Should an archive validation error report fail the deployment. Default: true + + + + + + + Should an archive validation warning report fail the deployment. Default: false + + + + + + + + + + Specify whether bean validation is enabled. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jca_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jca_1_1.xsd new file mode 100644 index 0000000..d10894e --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jca_1_1.xsd @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + Toggle archive validation for the deployment + units. If it's not present it's considered true + with default attributes. + + + + + + + + Toggle bean validation (JSR-303) for the + deployment units. If it's not present it's + considered true + + + + + + + + The default work manager and its thread pools + + + + + + + + A custom work manager definition and its thread pools + + + + + + + + Definition of custom bootstrap contexts + + + + + + + + + + + + + Specify whether archive validation is enabled. Default: true + + + + + + + Should an archive validation error report fail the deployment. Default: true + + + + + + + Should an archive validation warning report fail the deployment. Default: false + + + + + + + + + + Specify whether bean validation is enabled. + + + + + + + + + + + + + + Specifies the name of the work manager. Note, that custom work managers need + to have a name defined. + + + + + + + + + + + + + + + + Specifies the name of the bootstrap context. + + + + + + + Specifies the name of the work manager to use for this context. + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jdr_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jdr_1_0.xsd new file mode 100644 index 0000000..46877da --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jdr_1_0.xsd @@ -0,0 +1,31 @@ + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jgroups_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jgroups_1_0.xsd new file mode 100644 index 0000000..f68da41 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jgroups_1_0.xsd @@ -0,0 +1,140 @@ + + + + + + + + Enumerates the protocol stacks available to the channel factory. + + + + + + + + Defines a protocol stack. + + + + + + Identifies the default protocol stack. + + + + + + + + + Defines the transport protocol for a stack. + + + + + Defines a non-transport protocol for a stack. + + + + + + Uniquely identifies this stack. + + + + + + + + + Defines a property override for a protocol. + + + + + + Identifies the protocol type, e.g. TCP, UDP, PING, etc. + + + + + Provides an address/port binding for a protocol. + + + + + + + + + + Indicates whether or not the channels created for this stack should use a single, shared transport. + + + + + If specified, enables diagnostics and specified the multicast address/port on which to communicate. + + + + + Defines the thread pool used for default messages received by this transport. + + + + + Defines the thread pool used for OOB messages received by this transport. + + + + + Defines the timer thread pool used by this transport. + + + + + Defines the thread factory used by this transport. + + + + + + + + + + + + Defines the name of a protocol property. + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jgroups_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jgroups_1_1.xsd new file mode 100644 index 0000000..36e072a --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jgroups_1_1.xsd @@ -0,0 +1,155 @@ + + + + + + + + Enumerates the protocol stacks available to the channel factory. + + + + + + + + Defines a protocol stack. + + + + + + Identifies the default protocol stack. + + + + + + + + + Defines the transport protocol for a stack. + + + + + Defines a non-transport protocol for a stack. + + + + + + Uniquely identifies this stack. + + + + + + + + + Defines a property override for a protocol. + + + + + + Identifies the protocol type, e.g. TCP, UDP, PING, etc. + + + + + Provides an address/port binding for a protocol. + + + + + + + + + + Indicates whether or not the channels created for this stack should use a single, shared transport. + + + + + If specified, enables diagnostics and specified the multicast address/port on which to communicate. + + + + + Defines the thread pool used for default messages received by this transport. + + + + + Defines the thread pool used for OOB messages received by this transport. + + + + + Defines the timer thread pool used by this transport. + + + + + Defines the thread factory used by this transport. + + + + + Identifies the site where this node runs. + + + + + Identifies the rack where this node runs. + + + + + Identifies the machine where this node runs. + + + + + + + + + + + + Defines the name of a protocol property. + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jmx_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jmx_1_0.xsd new file mode 100644 index 0000000..9a7fc9d --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jmx_1_0.xsd @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jmx_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jmx_1_1.xsd new file mode 100644 index 0000000..326fbe3 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jmx_1_1.xsd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + If true then this connector will use the management endpoint, otherwise it will use the + remoting subsystem endpoint. + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jpa_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jpa_1_0.xsd new file mode 100644 index 0000000..924e78a --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jpa_1_0.xsd @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-jsr77_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-jsr77_1_0.xsd new file mode 100644 index 0000000..8b07fda --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-jsr77_1_0.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-logging_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-logging_1_0.xsd new file mode 100644 index 0000000..a1ae457 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-logging_1_0.xsd @@ -0,0 +1,386 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of free-form properties. + + + + + + + + + + + + + + + + A named reference to another object. + + + + + + + + + A collection of handlers to apply to the enclosing object. + + + + + + + + + + + Defines the root logger for this log context. + + + + + + + + + + + + + Defines a logger category. + + + + + + + + + + + + + + Defines a handler which writes to the console. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines a handler which writes to a file. + + + + + + + + + + + + + + + + + + + Defines a handler which writes to a file, rotating the log after a time period derived from the given + suffix string, which should be in a format understood by java.text.SimpleDateFormat. + + + + + + + + + + + + + + + + + + + + Defines a handler which writes to a file, rotating the log after a the size of the file grows beyond a + certain point and keeping a fixed number of backups. + + + + + + + + + + + + + + + + + + + + + Defines a handler which writes to the sub-handlers in an asynchronous thread. Used for handlers which + introduce a substantial amount of lag. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines a simple filter type. + + + + + + + + + Defines a composite filter type. The "any" filter will return true of any of its constituent filters + returns true; the "all" filter will return false if any of its constituent filters returns false. Both + composite filter types are short-circuiting, meaning that if the result can be determined with an earlier + filter, later filters are not run. + + + + + + + + + + + + + + + + + + + + + + + + A regular expression-based filter. The filter returns true if the pattern matches. + + + + + + + + + A regular expression substitution filter. This filter modifies the log message and always returns true. + + + + + + + + + + + A level filter. This filter returns true if the log message level matches the parameter. It is a + numerical match; two differently-named levels with the same numeric value will be considered equal. + + + + + + + + + A level range filter. This filter returns true if the log message level matches the range specified + by the parameters. It is a + numerical match; two differently-named levels with the same numeric value will be considered equal. + + + + + + + + + + + + A level change filter. This filter modifies the log message and always returns true. + + + + + + + + + + + Defines a formatter. + + + + + + + + + + + + Defines a pattern formatter. See the documentation for org.jboss.logmanager.formatters.FormatStringParser + for more information about the format string. + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-logging_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-logging_1_1.xsd new file mode 100644 index 0000000..b81fb70 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-logging_1_1.xsd @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of free-form properties. + + + + + + + + + + + + + + + + A named reference to another object. + + + + + + + + + A collection of handlers to apply to the enclosing object. + + + + + + + + + + + Defines the root logger for this log context. + + + + + + + + + + + + + Defines a logger category. + + + + + + + + + + + + + + Defines a handler which writes to the console. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines a handler which writes to a file. + + + + + + + + + + + + + + + + + + + Defines a handler which writes to a file, rotating the log after a time period derived from the given + suffix string, which should be in a format understood by java.text.SimpleDateFormat. + + + + + + + + + + + + + + + + + + + + Defines a handler which writes to a file, rotating the log after a the size of the file grows beyond a + certain point and keeping a fixed number of backups. + + + + + + + + + + + + + + + + + + + + + Defines a handler which writes to the sub-handlers in an asynchronous thread. Used for handlers which + introduce a substantial amount of lag. + + + + + + + + + + + + + + + + + Defines a custom handler. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines a simple filter type. + + + + + + + + + Defines a composite filter type. The "any" filter will return true of any of its constituent filters + returns true; the "all" filter will return false if any of its constituent filters returns false. Both + composite filter types are short-circuiting, meaning that if the result can be determined with an earlier + filter, later filters are not run. + + + + + + + + + + + + + + + + + + + + + + + + A regular expression-based filter. The filter returns true if the pattern matches. + + + + + + + + + A regular expression substitution filter. This filter modifies the log message and always returns true. + + + + + + + + + + + A level filter. This filter returns true if the log message level matches the parameter. It is a + numerical match; two differently-named levels with the same numeric value will be considered equal. + + + + + + + + + A level range filter. This filter returns true if the log message level matches the range specified + by the parameters. It is a + numerical match; two differently-named levels with the same numeric value will be considered equal. + + + + + + + + + + + + A level change filter. This filter modifies the log message and always returns true. + + + + + + + + + + + Defines a formatter. + + + + + + + + + + + + Defines a pattern formatter. See the documentation for org.jboss.logmanager.formatters.FormatStringParser + for more information about the format string. + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-mail_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-mail_1_0.xsd new file mode 100644 index 0000000..af7c888 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-mail_1_0.xsd @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-messaging-deployment_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-messaging-deployment_1_0.xsd new file mode 100644 index 0000000..84a5966 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-messaging-deployment_1_0.xsd @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The name to use for this HornetQ Server. Must correspond to a HornetQ server installed in + the main configuration. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-messaging_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-messaging_1_0.xsd new file mode 100644 index 0000000..6dd9deb --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-messaging_1_0.xsd @@ -0,0 +1,744 @@ + + + + + + + + + + + + + + + + + + + + + Maximum number of threads to use for the scheduled thread pool + + + + + + + Maximum number of threads to use for the thread pool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-messaging_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-messaging_1_1.xsd new file mode 100644 index 0000000..1d0c860 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-messaging_1_1.xsd @@ -0,0 +1,796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Maximum number of threads to use for the scheduled thread pool + + + + + + + Maximum number of threads to use for the thread pool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The name to use for this HornetQ Server. Must be unique across all "hornetq-server" elements + in the subsystem. So, this attribute is optional with a default value, but if more than + one "hornetq-server" element exists, only one can leave this attribute unspecified. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-mod-cluster_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-mod-cluster_1_0.xsd new file mode 100644 index 0000000..1219fbd --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-mod-cluster_1_0.xsd @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The balancer name. All nodes of a cluster have to use the same value. + + + + + + + + + + + + + + The amount of time in seconds for which to wait for clean shutdown of a context. + + + + + Number of seconds to wait for a response from an httpd proxy to MCMP commands before timing out, and flagging the proxy as in error. + + + + + Timeout (in seconds) for proxy connections to a node. That is the time mod_cluster will wait for the back-end response before returning error. + + + + + Number of times an httpd proxy will attempt to send a given request to a worker before giving up. + + + + + Enables/disables packet flushing. + + + + + Time to wait before flushing packets in millseconds. + + + + + Time (in seconds) in which to wait for a pong answer to a ping. + + + + + Soft maximum idle connection count. + + + + + Time to live (in seconds) for idle connections above smax. + + + + + + + + + Configuration information for one SSL configuration. + sslCertificateEncodingAlgorithm (default value only) + sslKeyStoreType/sslTrustStoreType (JKS: default value only) + sslKeyStoreProvider/sslTrustStoreProvider (only default value). + sslTrustAlgorithm (only default value). + sslTrustMaxCertLength (5: default value only) + + + + + sslKeyAlias The alias of the key holding the client certificates in the key store. + + + + + + sslKeyStorePassword/sslTrustStorePassword Password granting access to the key store and trust store. + + + + + + + sslKeyStore: That is the keystore name here. + + + + + + + sslCiphers: comma separated list of encryption ciphers the configuration is allowed to use, that MUST NOT be + the JVM default in of JSSE as contains weak ciphers. + that is SSLCipherSuite when using OpenSSL (APR). + + + + + + + sslProtocol: Overrides the default SSL socket protocol. + + + + + + + sslTrustStore location of the file containing the trust store. + + + + + + + sslCrlFile A file or URL to get the revocation list. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-naming_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-naming_1_0.xsd new file mode 100644 index 0000000..78320f9 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-naming_1_0.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-naming_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-naming_1_1.xsd new file mode 100644 index 0000000..9fd23f1 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-naming_1_1.xsd @@ -0,0 +1,121 @@ + + + + + + + + + + + Naming subsystem configurations + + + + + + + + + + + + + + + + + + + + + The JNDI name to bind to + + + + + + + The value to bind + + + + + + + The type of entry to bind. If not specified defaults to java.lang.String. + + + + + + + + + + The JNDI name to bind to + + + + + + + The module to load the JNDI entry from + + + + + + + The javax.naming.spi.ObjectFactory that provides the value. + Note that when getObjectInstance is invoked the first Object parameter + will be equal to the JNDI name of this binding. All other parameters will + be null. + + + + + + + + + + The JNDI name to bind to + + + + + + + The JNDI location to lookup + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-osgi_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-osgi_1_0.xsd new file mode 100644 index 0000000..5d6429b --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-osgi_1_0.xsd @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-osgi_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-osgi_1_1.xsd new file mode 100644 index 0000000..29b84f7 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-osgi_1_1.xsd @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-osgi_1_2.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-osgi_1_2.xsd new file mode 100644 index 0000000..5f00ea8 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-osgi_1_2.xsd @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-pojo_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-pojo_1_0.xsd new file mode 100644 index 0000000..d3973a2 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-pojo_1_0.xsd @@ -0,0 +1,36 @@ + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-remoting_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-remoting_1_0.xsd new file mode 100644 index 0000000..4c3832a --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-remoting_1_0.xsd @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-remoting_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-remoting_1_1.xsd new file mode 100644 index 0000000..4c4e5d5 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-remoting_1_1.xsd @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-resource-adapters_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-resource-adapters_1_0.xsd new file mode 100644 index 0000000..da24b94 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-resource-adapters_1_0.xsd @@ -0,0 +1,686 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + myra.rar + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 300 + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + true + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + ]]> + + + + + + + + + + + + + + false. + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ]]> + + + + + + + + ]]> + + + + + + + + Ex: + ]]> + + + + + + + true + ]]> + + + + + + + true + ]]> + + + + + + + + + + + + + + + + ]]> + + + + + + + HsqlDbRealm + ]]> + + + + + + + HsqlDbRealm + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + sa + ]]> + + + + + + + sa-pass + ]]> + + + + + + + HsqlDbRealm + ]]> + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-sar_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-sar_1_0.xsd new file mode 100644 index 0000000..5ef5db2 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-sar_1_0.xsd @@ -0,0 +1,36 @@ + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-security_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-security_1_0.xsd new file mode 100644 index 0000000..b532db9 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-security_1_0.xsd @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-security_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-security_1_1.xsd new file mode 100644 index 0000000..e95e6b3 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-security_1_1.xsd @@ -0,0 +1,421 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-threads_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-threads_1_0.xsd new file mode 100644 index 0000000..121a559 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-threads_1_0.xsd @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An amount of time. Comprised of a time value and a unit value. + + + + + + + + + + The name of a unit of time. + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-threads_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-threads_1_1.xsd new file mode 100644 index 0000000..3b4ae55 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-threads_1_1.xsd @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An amount of time. Comprised of a time value and a unit value. + + + + + + + + + + The name of a unit of time. + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-txn_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-txn_1_0.xsd new file mode 100644 index 0000000..051a377 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-txn_1_0.xsd @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-txn_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-txn_1_1.xsd new file mode 100644 index 0000000..80a306d --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-txn_1_1.xsd @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-web_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-web_1_0.xsd new file mode 100644 index 0000000..0e30150 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-web_1_0.xsd @@ -0,0 +1,358 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vhost aliases + + + + + + + + + + + + + + + Whether or not the bundled welcome directory is used as the root web context + + + + + + Main vhost name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Substitution options + + + + + + + + + + + + + + + + + + + + + + Matching options + + + + + + + + + + + + + + + + + + + + + + + Configuration information for one SSL configuration. + + + + + + Password for both trustore and keystore + + + + + + When using JSSE that could be the only file, with OpenSSL there several files + Additionally we should have a logic to find the type of the file (PEM, PKCS12 or JKS) before using it. + + + + + + + comma separated list of encryption ciphers the configuration is allowed to use, that MUST NOT be + the JVM default in of JSSE as contains weak ciphers. + that is SSLCipherSuite when using OpenSSL (APR). + + + + + + + + that is OpenSSL SSLVerifyClient (optional,require,optionalNoCA,none) and clientAuth (true=require/false=none) + + + + + + + + Only in the OpenSSL (JSSE keystore contains both key and certificate). + + + + + + + The file containing the CA certificates, truststoreFile in JSSE, note the password it same as the keystore password. + + + + + + + A file or URL to get the revocation list. (actually: crlFile is JSSE and SSLCARevocationFile in OpenSSL) + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-web_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-web_1_1.xsd new file mode 100644 index 0000000..95d35e5 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-web_1_1.xsd @@ -0,0 +1,427 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vhost aliases + + + + + + + + + + + + + + + + Main vhost name + + + + + Whether or not the bundled welcome directory is used as the root web context + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Substitution options + + + + + + + + + + + + + + + + + + + + + + Matching options + + + + + + + + + + + + + + + + + + + + + + + Configuration information for one SSL configuration. + + + + + + Password for both keystore + + + + + + When using JSSE that could be the only file, with OpenSSL there several files + Additionally we should have a logic to find the type of the file (PEM, PKCS12 or JKS) before using it. + + + + + + + comma separated list of encryption ciphers the configuration is allowed to use, that MUST NOT be + the JVM default in of JSSE as contains weak ciphers. + that is SSLCipherSuite when using OpenSSL (APR). + + + + + + + + that is OpenSSL SSLVerifyClient (optional,require,optionalNoCA,none) and clientAuth (true=require/false=none) + + + + + + + + Only in the OpenSSL (JSSE keystore contains both key and certificate). + + + + + + + The file containing the CA certificates, truststoreFile in JSSE, note the password it same as the keystore password. + + + + + + + A file or URL to get the revocation list. (actually: crlFile is JSSE and SSLCARevocationFile in OpenSSL) + + + + + + + Password of trust store for JSE + + + + + + + Type of keystore type for JSE value can be pkcs12 or jks + + + + + + + Type of keystore type for JSE value can be pkcs12 or jks + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-webservices_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-webservices_1_0.xsd new file mode 100644 index 0000000..f630656 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-webservices_1_0.xsd @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + element which points to the location of the endpoint. JBoss supports rewriting of that SOAP address. + + If the content of is a valid URL, JBossWS will not rewrite it unless 'modify-soap-address' is true. + If the content of is not a valid URL, JBossWS will rewrite it using the attribute values given below. + + If 'webServiceHost' is set to 'jbossws.undefined.host', JBossWS uses requesters host when rewriting the + ]]> + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-webservices_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-webservices_1_1.xsd new file mode 100644 index 0000000..6f7cb42 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-webservices_1_1.xsd @@ -0,0 +1,257 @@ + + + + + + + + + + + element which points to the location of the endpoint. JBoss supports rewriting of that SOAP address. + + If the content of is a valid URL, JBossWS will not rewrite it unless 'modify-soap-address' is true. + If the content of is not a valid URL, JBossWS will rewrite it using the attribute values given below. + + If 'webServiceHost' is set to 'jbossws.undefined.host', JBossWS uses requesters host when rewriting the + + ]]> + + + + + + + + + Set this property to explicitly define the HTTP port that will be used for rewriting the SOAP address. + Otherwise the HTTP port will be identified by querying the list of installed HTTP connectors. + + + + + + + + + Set this property to explicitly define the HTTPS port that will be used for rewriting the SOAP address. + Otherwise the HTTPS port will be identified by querying the list of installed HTTPS connectors. + + + + + + + + + + + + + Endpoint config can define unique properties that are visible only to endpoints using this config. + It can also define PRE and POST handler chains associated with it. + + + + + + + + + + + + + Endpoint config name. Must be unique inside subsysten element. + + + + + + + + + + + Property that is private for endpoint config. + + + + + + + + Property name. Must be unique inside endpoint config. + + + + + + + + + Property value. May be omited. + + + + + + + + + + + Handlerchain can be defined such that the handlers in the + handlerchain operate on all endpoints or only for specified + protocol-bindings. + + + + + + + + + + + Handler chain name. Must be unique for every endpoint config. + + + + + + + + + If protocol-bindings attribute on the handler chain element is omited + then the handlers specified in the handler chain will be applied on + every endpoint. + + + + + + + + + + + Declares the handler for an endpoint. + + + + + + + + Defines the name of the JAX-WS handler. The name must be unique within the handler chain. + + + + + + + + + Defines a fully qualified class name for the JAX-WS handler implementation. + + + + + + + + + + + Defines the type used for specifying a list of + protocol-bindingType(s). For e.g. + + ##SOAP11_HTTP ##SOAP12_HTTP ##XML_HTTP + + + + + + + + + + + Defines the type used for specifying the URI for the + protocol binding used by the endpoint. For + portability one could use one of the following tokens that + alias the standard binding types: + + ##SOAP11_HTTP + ##SOAP11_HTTP_MTOM + ##SOAP12_HTTP + ##SOAP12_HTTP_MTOM + ##XML_HTTP + + Other specifications could define tokens that start with ## + to alias new standard binding URIs that are introduced. + + + + + + + + + + + Defines the type that is used for specifying tokens that + start with ## which are used to alias existing standard + protocol bindings and support aliases for new standard + binding URIs that are introduced in future specifications. + + The following tokens alias the standard protocol binding + URIs: + + ##SOAP11_HTTP = "http://schemas.xmlsoap.org/wsdl/soap/http" + ##SOAP11_HTTP_MTOM = + "http://schemas.xmlsoap.org/wsdl/soap/http?mtom=true" + ##SOAP12_HTTP = "http://www.w3.org/2003/05/soap/bindings/HTTP/" + ##SOAP12_HTTP_MTOM = + "http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true" + ##XML_HTTP = "http://www.w3.org/2004/08/wsdl/http" + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-as-weld_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-as-weld_1_0.xsd new file mode 100644 index 0000000..c03250a --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-as-weld_1_0.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-deployment-structure-1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-deployment-structure-1_0.xsd new file mode 100644 index 0000000..7f0f7eb --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-deployment-structure-1_0.xsd @@ -0,0 +1,581 @@ + + + + + + + + + + + Root element for a a jboss-structure file. + + + + + + + + The jboss structure declaration type; contains deployments and additional modules. + + + + + + + Flag indicating whether each of the subdeployments within a .ear can access classes belonging to + another subdeployment within the same .ear. Setting this to false, allows the subdeployments to + see classes belonging to other subdeployments within the .ear. + For example: + myapp.ear + | + |--- web.war + | + |--- ejb1.jar + | + |--- ejb2.jar + + If the ear-subdeployments-isolated is set to false, then the classes in web.war can access classes + belonging to ejb1.jar and ejb2.jar. Similarly, classes from ejb1.jar can access classes from ejb2.jar + (and vice-versa). + + *Note that this flag, has no effect on the isolated classloader of the .war file(s). i.e. irrespective + of whether this flag is set to true or false, the .war within a .ear will have a isolated classloader + and other subdeployments within that .ear will not be able to access classes from that .war. This is + as per spec* + + + + + + + Element that corresponds to a deployment. This is used to customise + class loading for a deployment or a sub deployment. + + + + + + + Element that corresponds to a deployment. This is used to customise + class loading for a deployment or a sub deployment. + + + + + + + Additional module declaration. This can be used to create additional modules + from resource roots inside or outside the deployment. + + + + + + + + + + + The declaration type; contains additional dependencies and resources. + + + + + + + Lists filter expressions to apply to the export filter of the local resources of this module + (optional). By default, everything is exported. If filter expressions are provided, the default + action is to accept all paths if no filters match. + + + + + + + Lists the dependencies of this module (optional). + + + + + + + Lists the excluded module dependencies. + + + + + + + Lists the resource roots of this module (optional). + + + + + + + Lists the class file transformers that should be applied for classes loaded by this module. + + + + + + + + + + + + + The deployment name. + + + + + + + + + + + + The module declaration type; contains dependencies and resources. + + + + + + + Lists filter expressions to apply to the export filter of the local resources of this module + (optional). By default, everything is exported. If filter expressions are provided, the default + action is to accept all paths if no filters match. + + + + + + + Lists the dependencies of this module (optional). + + + + + + + Lists the resource roots of this module (optional). + + + + + + + + The name of this module (required). + + + + + + + The version slot of this module (optional). + + + + + + + + + A module name, which consists of one or more dot (.)-separated segments. Each segment must begin and end + with an alphanumeric or underscore (_), and may otherwise contain alphanumerics, underscores, and hyphens + (-). + + + + + + + + + + + A module version slot. A slot may consist of one or more alphanumerics, hyphens (-), underscores (_), + plus signs (+), asterisks (*), or dots (.). + + + + + + + + + + + A list of zero or more module dependencies. + + + + + + + A specified module dependency. + + + + + + + + + + A single module dependency expression. + + + + + + + A filter used to restrict what packages or directories from this dependency are re-exported by + this module. See also the "export" and "services" attributes. The default action of this filter + list is controlled by the value of the "export" attribute. Regardless of the setting of these + attributes, this filter always behaves as if it has a final entry which rejects META-INF and + all of its subdirectories. + + + + + + + A filter used to restrict what packages or directories from this dependency are visible to this + module. See also the "services" attribute. The default action of this filter list is to reject + a path if not matched. + + + + + + + + The dependency module name (required). + + + + + + + The dependency module version slot (optional). + + + + + + + Specifies whether this module dependency is re-exported by default (default is "false"). Setting + this attribute to true sets the default action for the export filter list to "accept"; leaving it + as false sets the default action to "reject". Thus you can still export dependency resources even + if this attribute is false by listing explicit paths for the export list. + + + + + + + Specifies whether and how services found in this dependency are used (default is "none"). Specifying + a value of "import" for this attribute is equivalent to adding a filter at the end of the import + filter list which includes the META-INF/services path from the dependency module. Setting a value + of "export" for this attribute is equivalent to the same action on the export filter list. + + + + + + + Specifies whether this dependency is optional (defaults to false). An optional dependency will not + cause the module to fail to load if not found; however if the module is added later, it will not be + retroactively linked into this module's dependency list. + + + + + + + + + A list of zero or more excluded module dependencies. + + + + + + + A specified module exclusion. + + + + + + + + + + A single module dependency exclusion. + + + + + + The excluded module name (required). + + + + + + + The excluded module version slot (optional). + + + + + + + + + The requested behavior for service handling on a dependency. + + + + + + + Do not import or export services from this dependency. + + + + + + + Import, but do not re-export, services from this dependency. + + + + + + + Import and re-export services found in this dependency. + + + + + + + + + + A class name. + + + + + + The class name. + + + + + + + + + A filesystem path name. + + + + + + The path name. + + + + + + + + + A list of zero or more resource roots for this deployment. + + + + + + + A resource root within this deployment. + + + + + + + + + + A resource root within a deployment. + + + + + + + A path filter specification for this resource root (optional). By default all paths are accepted. + + + + + + + + The name of this resource root (optional). If not specified, defaults to the value of the path + attribute. + + + + + + + The path of this resource root, relative to the path in which the module.xml file is found. + + + + + + + + + A filter specification, consisting of zero or more filter items. + + + + + + + A path to include. The path value can be a path name or a "glob" which may include the special + wildcards "*", "**", and "?". + + + + + + + A path to exclude. The path value can be a path name or a "glob" which may include the special + wildcards "*", "**", and "?". + + + + + + + A set of literal path names to include. Wildcards are not supported. + + + + + + + A set of literal path names to exclude. Wildcards are not supported. + + + + + + + + + + A path specification type, which may include wildcards. + + + + + + The path name, which can be a literal path name or it may include the special wildcards "*", "**", + and "?". + + + + + + + + + A set of literal path names which can be used for efficient matching against multiple possible values. + + + + + + + The path name to include in the set. + + + + + + + + + + A list of java.lang.instrument.ClassFileTransformer implementations that will be applied at classloading + + + + + + + The transformer class to include in the set. + + + + + + + + + + A java.lang.instrument.ClassFileTransformer that will be applied at classloading + + + + + + The class name of the transformer + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-deployment-structure-1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-deployment-structure-1_1.xsd new file mode 100644 index 0000000..910fe8e --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-deployment-structure-1_1.xsd @@ -0,0 +1,739 @@ + + + + + + + + + + + Root element for a a jboss-structure file. + + + + + + + + The jboss structure declaration type; contains deployments and additional modules. + + + + + + + Flag indicating whether each of the subdeployments within a .ear can access classes belonging to + another subdeployment within the same .ear. Setting this to false, allows the subdeployments to + see classes belonging to other subdeployments within the .ear. + For example: + myapp.ear + | + |--- web.war + | + |--- ejb1.jar + | + |--- ejb2.jar + + If the ear-subdeployments-isolated is set to false, then the classes in web.war can access + classes + belonging to ejb1.jar and ejb2.jar. Similarly, classes from ejb1.jar can access classes from + ejb2.jar + (and vice-versa). + + *Note that this flag, has no effect on the isolated classloader of the .war file(s). i.e. + irrespective + of whether this flag is set to true or false, the .war within a .ear will have a isolated + classloader + and other subdeployments within that .ear will not be able to access classes from that .war. + This is + as per spec* + + + + + + + Element that corresponds to a deployment. This is used to customise + class loading for a deployment or a sub deployment. + + + + + + + Element that corresponds to a deployment. This is used to customise + class loading for a deployment or a sub deployment. + + + + + + + Additional module declaration. This can be used to create additional modules + from resource roots inside or outside the deployment. + + + + + + + + + + + The declaration type; contains additional dependencies and resources. + + + + + + + Element for a module alias declaration. + + + + + + + Lists filter expressions to apply to the export filter of the local resources of this module + (optional). By default, everything is exported. If filter expressions are provided, the default + action is to accept all paths if no filters match. + + + + + + + Lists the dependencies of this module (optional). + + + + + + + Lists the excluded module dependencies. + + + + + + + Lists the resource roots of this module (optional). + + + + + + + Lists the class file transformers that should be applied for classes loaded by this module. + + + + + + + If this is true then local resources will have the lowest priority in the dependency list. + + + + + + + + + + + + + The deployment name. + + + + + + + + + + + + The module declaration type; contains dependencies and resources. + + + + + + + Element for a module alias declaration. + + + + + + + Lists filter expressions to apply to the export filter of the local resources of this module + (optional). By default, everything is exported. If filter expressions are provided, the default + action is to accept all paths if no filters match. + + + + + + + Lists the dependencies of this module (optional). + + + + + + + Lists the resource roots of this module (optional). + + + + + + + + The name of this module (required). + + + + + + + The version slot of this module (optional). + + + + + + + + + A module name, which consists of one or more dot (.)-separated segments. Each segment must begin and end + with an alphanumeric or underscore (_), and may otherwise contain alphanumerics, underscores, and + hyphens + (-). + + + + + + + + + + + A module version slot. A slot may consist of one or more alphanumerics, hyphens (-), underscores (_), + plus signs (+), asterisks (*), or dots (.). + + + + + + + + + + + A list of zero or more module dependencies. + + + + + + + A specified module dependency. + + + + + + + A dependency on the system (or embedding) class loader. + + + + + + + + + + A single module dependency expression. + + + + + + + A filter used to restrict what packages or directories from this dependency are re-exported by + this module. See also the "export" and "services" attributes. The default action of this filter + list is controlled by the value of the "export" attribute. Regardless of the setting of these + attributes, this filter always behaves as if it has a final entry which rejects META-INF and + all of its subdirectories. + + + + + + + A filter used to restrict what packages or directories from this dependency are visible to this + module. See also the "services" attribute. The default action of this filter list is to reject + a path if not matched. + + + + + + + + The dependency module name (required). + + + + + + + The dependency module version slot (optional). + + + + + + + Specifies whether this module dependency is re-exported by default (default is "false"). Setting + this attribute to true sets the default action for the export filter list to "accept"; leaving it + as false sets the default action to "reject". Thus you can still export dependency resources even + if this attribute is false by listing explicit paths for the export list. + + + + + + + Specifies whether and how services found in this dependency are used (default is "none"). Specifying + a value of "import" for this attribute is equivalent to adding a filter at the end of the import + filter list which includes the META-INF/services path from the dependency module. Setting a value + of "export" for this attribute is equivalent to the same action on the export filter list. + + + + + + + Specifies whether this dependency is optional (defaults to false). An optional dependency will not + cause the module to fail to load if not found; however if the module is added later, it will not be + retroactively linked into this module's dependency list. + + + + + + + Specifies whether annotation indexes found in the dependency should be imported. + + + + + + + Specifies whether and how META-INF entries in this dependency are used (default is "none"). + Specifying + a value of "import" for this attribute is equivalent to adding a filter at the end of the import + filter list which includes the META-INF/** path from the dependency module. Setting a value + of "export" for this attribute is equivalent to the same action on the export filter list. + + + + + + + + + + + The list of paths which are applicable for this system dependency. + + + + + + + A filter used to restrict what packages or directories from this dependency are re-exported by + this module. See also the "export" and "services" attributes. The default action of this filter + list is controlled by the value of the "export" attribute. Regardless of the setting of these + attributes, this filter always behaves as if it has a final entry which rejects META-INF and + all of its subdirectories. + + + + + + + + Specifies whether this module dependency is re-exported by default (default is "false"). Setting + this attribute to true sets the default action for the export filter list to "accept"; leaving it + as false sets the default action to "reject". Thus you can still export dependency resources even + if this attribute is false by listing explicit paths for the export list. + + + + + + + + + A list of zero or more excluded module dependencies. + + + + + + + A specified module exclusion. + + + + + + + + + + A single module dependency exclusion. + + + + + + The excluded module name (required). + + + + + + + The excluded module version slot (optional). + + + + + + + + + The requested behavior for service handling on a dependency. + + + + + + + Do not import or export services from this dependency. + + + + + + + Import, but do not re-export, services from this dependency. + + + + + + + Import and re-export services found in this dependency. + + + + + + + + + + The requested behavior for META-INF handling on a dependency. + + + + + + + Do not import or export META-INF items from this dependency. + + + + + + + Import, but do not re-export, META-INF items from this dependency. + + + + + + + Import and re-export META-INF items found in this dependency. + + + + + + + + + + A class name. + + + + + + The class name. + + + + + + + + + A filesystem path name. + + + + + + The path name. + + + + + + + + + A list of zero or more resource roots for this deployment. + + + + + + + A resource root within this deployment. + + + + + + + + + + A resource root within a deployment. + + + + + + + A path filter specification for this resource root (optional). By default all paths are + accepted. + + + + + + + + The name of this resource root (optional). If not specified, defaults to the value of the path + attribute. + + + + + + + The path of this resource root, relative to the path in which the module.xml file is found. + + + + + + + A boolean which signifies how the code source URL for this resource should be established. + If true, the physical location of the deployment is used; if false, the VFS location of the + deployment is used. Default is false. + + + + + + + + + A filter specification, consisting of zero or more filter items. + + + + + + + A path to include. The path value can be a path name or a "glob" which may include the special + wildcards "*", "**", and "?". + + + + + + + A path to exclude. The path value can be a path name or a "glob" which may include the special + wildcards "*", "**", and "?". + + + + + + + A set of literal path names to include. Wildcards are not supported. + + + + + + + A set of literal path names to exclude. Wildcards are not supported. + + + + + + + + + + A path specification type, which may include wildcards. + + + + + + The path name, which can be a literal path name or it may include the special wildcards "*", "**", + and "?". + + + + + + + + + A set of literal path names which can be used for efficient matching against multiple possible values. + + + + + + + The path name to include in the set. + + + + + + + + + + A list of java.lang.instrument.ClassFileTransformer implementations that will be applied at classloading + + + + + + + The transformer class to include in the set. + + + + + + + + + + A java.lang.instrument.ClassFileTransformer that will be applied at classloading + + + + + + The class name of the transformer + + + + + + + + + + If set to true the modules local content will have the lowest priority in the + dependency list. + + + + + + + + + + + + + The name of this module alias (required). + + + + + + + The version slot of this module alias (optional). + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb-cache_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-cache_1_0.xsd new file mode 100644 index 0000000..18451c5 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-cache_1_0.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb-client_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-client_1_0.xsd new file mode 100644 index 0000000..a47b5e2 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-client_1_0.xsd @@ -0,0 +1,109 @@ + + + + + + + + Root element for a jboss-ejb-client.xml file + + + + + + + + The EJB client configurations + + + + + + + Configurations that will be used to setup an EJB client context for the + deployment. + + + + + + + + + + + + + Configures EJB receivers for the client context + + + + + + + + + + + + Configures a remoting based EJB receiver + + + + + + + + Set to true if the local receiver which gets added to the EJB client context by default, has to be + excluded from the context + + + + + + + Set to false if the local receiver that's available in the EJB client context, should use + pass-by-reference (instead of pass-by-value) semantics for the EJB invocations. + + + + + + + + + + + Reference to an outbound connection configured in the remoting subsytem + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb-client_1_1.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-client_1_1.xsd new file mode 100644 index 0000000..4f196fe --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-client_1_1.xsd @@ -0,0 +1,279 @@ + + + + + + + + Root element for a jboss-ejb-client.xml file + + + + + + + + The EJB client configurations + + + + + + + Configurations that will be used to setup an EJB client context for the + deployment. + + + + + + + + + + + + + Configures EJB receivers for the client context + + + + + + + Cluster configurations applicable for this client context + + + + + + + + + + + + Configures a remoting based EJB receiver + + + + + + + + Set to true if the local receiver which gets added to the EJB client context by default, has to be + excluded from the context + + + + + + + Set to false if the local receiver that's available in the EJB client context, should use + pass-by-reference (instead of pass-by-value) semantics for the EJB invocations. + + + + + + + + + + + Reference to an outbound connection configured in the remoting subsytem + + + + + + + + + + + Configures a cluster in the client context + + + + + + + + + + + + Configures the channel creation options for the nodes in this cluster + + + + + + + Configures the connection creation options for the nodes in this cluster + + + + + + + Configures the channel creation options for the nodes in this cluster + + + + + + + + The name of the cluster + + + + + + + The timeout in milli seconds while creating a connection for the nodes in the cluster + + + + + + + The maximum number of nodes to which the connection will be established in the cluster + + + + + + + The fully qualified classname of the class which implements the + org.jboss.ejb.client.ClusterNodeSelector + interface. The instance of this class will be used for selecting nodes, within the cluster, for + handling + invocations + + + + + + + The username that will be used for authentication during connection creation for nodes in the + cluster + + + + + + + The security-realm that will be used for authentication during connection creation for nodes in the + cluster + + + + + + + + + + + Configures the channel creation options for the node + + + + + + + Configures the connection creation options for the node + + + + + + + + The name of the cluster node + + + + + + + The timeout in milli seconds while creating a connection for the node + + + + + + + The username that will be used for authentication during connection creation for the node + + + + + + + The security-realm that will be used for authentication during connection creation for the node + cluster + + + + + + + + + + + + + + + + + + + + + + The name of the property. Example org.xnio.Options.SASL_POLICY_NOANONYMOUS + + + + + + + The value of the property. + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb-iiop_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-iiop_1_0.xsd new file mode 100644 index 0000000..03a67fd --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-iiop_1_0.xsd @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb-pool_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-pool_1_0.xsd new file mode 100644 index 0000000..3670703 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-pool_1_0.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb-resource-adapter-binding_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-resource-adapter-binding_1_0.xsd new file mode 100644 index 0000000..602ee75 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-resource-adapter-binding_1_0.xsd @@ -0,0 +1,43 @@ + + + + + + + + + + + + The resource-adapter-binding element contains the binding of a message driven bean to the + resource adapter. + The definition consists of the name of the resource adapter the message driven bean should be bound to. + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb-security-role_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-security-role_1_0.xsd new file mode 100644 index 0000000..3b57968 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-security-role_1_0.xsd @@ -0,0 +1,60 @@ + + + + + + + + + The security-role element contains the definition of a security role. + The definition consists of an the security role name and principal name element(s). + + + + + + + + + + + + The principal-name element is the name of the principal that is mapped + to the assembly role-name. + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb-security_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-security_1_0.xsd new file mode 100644 index 0000000..e5dd80a --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb-security_1_0.xsd @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb3-2_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb3-2_0.xsd new file mode 100644 index 0000000..62da5ee --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb3-2_0.xsd @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + The distinct-name for this EJB module. + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-ejb3-spec-2_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-ejb3-spec-2_0.xsd new file mode 100644 index 0000000..ce794a9 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-ejb3-spec-2_0.xsd @@ -0,0 +1,464 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The enterprise-beansType declares one or more enterprise + beans. Each bean can be a session, entity or message-driven + bean. + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-pojo_7_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-pojo_7_0.xsd new file mode 100644 index 0000000..411a9d1 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-pojo_7_0.xsd @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-service_7_0.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-service_7_0.xsd new file mode 100644 index 0000000..a2cfc1b --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-service_7_0.xsd @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jboss-xts.xsd b/files/jboss-as-7.1.1/docs/schema/jboss-xts.xsd new file mode 100644 index 0000000..4fc10a8 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jboss-xts.xsd @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + r:/ws-c11/ActivationService" + where + is the app server bind address (localhost by default) and + is the unsecured JBoss Web server port (8080 by default). + ]]> + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/docs/schema/jbossws-jaxws-config_4_0.xsd b/files/jboss-as-7.1.1/docs/schema/jbossws-jaxws-config_4_0.xsd new file mode 100644 index 0000000..fb48aa5 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jbossws-jaxws-config_4_0.xsd @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/docs/schema/jbossws-web-services_1_0.xsd b/files/jboss-as-7.1.1/docs/schema/jbossws-web-services_1_0.xsd new file mode 100644 index 0000000..bb5e5a9 --- /dev/null +++ b/files/jboss-as-7.1.1/docs/schema/jbossws-web-services_1_0.xsd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/domain/configuration/application-roles.properties b/files/jboss-as-7.1.1/domain/configuration/application-roles.properties new file mode 100644 index 0000000..d81ed5f --- /dev/null +++ b/files/jboss-as-7.1.1/domain/configuration/application-roles.properties @@ -0,0 +1,22 @@ +# +# Properties declaration of users roles for the realm 'ApplicationRealm'. +# +# This includes the following protocols: remote ejb, remote jndi, web, remote jms +# +# Users can be added to this properties file at any time, updates after the server has started +# will be automatically detected. +# +# The format of this file is as follows: - +# username=role1,role2,role3 +# +# A utility script is provided which can be executed from the bin folder to add the users: - +# - Linux +# bin/add-user.sh +# +# - Windows +# bin\add-user.bat +# +# The following illustrates how an admin user could be defined. +# +#admin=PowerUser,BillingAdmin, +#guest=guest \ No newline at end of file diff --git a/files/jboss-as-7.1.1/domain/configuration/application-users.properties b/files/jboss-as-7.1.1/domain/configuration/application-users.properties new file mode 100644 index 0000000..49caeee --- /dev/null +++ b/files/jboss-as-7.1.1/domain/configuration/application-users.properties @@ -0,0 +1,23 @@ +# +# Properties declaration of users for the realm 'ApplicationRealm' which is the default realm +# for application services on a new AS 7.1 installation. +# +# This includes the following protocols: remote ejb, remote jndi, web, remote jms +# +# Users can be added to this properties file at any time, updates after the server has started +# will be automatically detected. +# +# The format of this realm is as follows: - +# username=HEX( MD5( username ':' realm ':' password)) +# +# A utility script is provided which can be executed from the bin folder to add the users: - +# - Linux +# bin/add-user.sh +# +# - Windows +# bin\add-user.bat +# +# The following illustrates how an admin user could be defined, this +# is for illustration only and does not correspond to a usable password. +# +#admin=2a0923285184943425d1f53ddd58ec7a \ No newline at end of file diff --git a/files/jboss-as-7.1.1/domain/configuration/domain.xml b/files/jboss-as-7.1.1/domain/configuration/domain.xml new file mode 100644 index 0000000..abb74ca --- /dev/null +++ b/files/jboss-as-7.1.1/domain/configuration/domain.xml @@ -0,0 +1,1395 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + 102400 + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + jms.queue.DLQ + jms.queue.ExpiryQueue + 0 + 10485760 + BLOCK + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + 102400 + 2 + + + + + + + + + + + + + + + + + + 231.7.7.7 + 9876 + 5000 + netty + + + + + 231.7.7.7 + 9876 + 10000 + + + + +
jms
+ netty + +
+
+ + + + + + + + + + + + jms.queue.DLQ + jms.queue.ExpiryQueue + 0 + 1000 + 10485760 + BLOCK + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/files/jboss-as-7.1.1/domain/configuration/host-master.xml b/files/jboss-as-7.1.1/domain/configuration/host-master.xml new file mode 100644 index 0000000..5e61275 --- /dev/null +++ b/files/jboss-as-7.1.1/domain/configuration/host-master.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/domain/configuration/host-slave.xml b/files/jboss-as-7.1.1/domain/configuration/host-slave.xml new file mode 100644 index 0000000..efe6d1e --- /dev/null +++ b/files/jboss-as-7.1.1/domain/configuration/host-slave.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/domain/configuration/host.xml b/files/jboss-as-7.1.1/domain/configuration/host.xml new file mode 100644 index 0000000..863211c --- /dev/null +++ b/files/jboss-as-7.1.1/domain/configuration/host.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/domain/configuration/logging.properties b/files/jboss-as-7.1.1/domain/configuration/logging.properties new file mode 100644 index 0000000..51162d2 --- /dev/null +++ b/files/jboss-as-7.1.1/domain/configuration/logging.properties @@ -0,0 +1,49 @@ +# +# JBoss, Home of Professional Open Source. +# Copyright 2010, Red Hat, Inc., and individual contributors +# as indicated by the @author tags. See the copyright.txt file in the +# distribution for a full listing of individual contributors. +# +# This is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation; either version 2.1 of +# the License, or (at your option) any later version. +# +# This software is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this software; if not, write to the Free +# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# + +# Additional logger names to configure (root logger is always configured) +#loggers=org.jboss.whatever,org.jboss.foo + +# Root logger level +logger.level=${jboss.boot.server.log.level:INFO} +# Root logger handlers +logger.handlers=FILE,CONSOLE + +# Console handler configuration +handler.CONSOLE=org.jboss.logmanager.handlers.ConsoleHandler +handler.CONSOLE.properties=autoFlush +handler.CONSOLE.level=${jboss.boot.server.log.console.level:INFO} +handler.CONSOLE.autoFlush=true +handler.CONSOLE.formatter=PATTERN + +# File handler configuration +handler.FILE=org.jboss.logmanager.handlers.FileHandler +handler.FILE.level=DEBUG +handler.FILE.properties=autoFlush,fileName +handler.FILE.autoFlush=true +handler.FILE.fileName=${org.jboss.boot.log.file:boot.log} +handler.FILE.formatter=PATTERN + +# Formatter pattern configuration +formatter.PATTERN=org.jboss.logmanager.formatters.PatternFormatter +formatter.PATTERN.properties=pattern +formatter.PATTERN.pattern=%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n diff --git a/files/jboss-as-7.1.1/domain/configuration/mgmt-users.properties b/files/jboss-as-7.1.1/domain/configuration/mgmt-users.properties new file mode 100644 index 0000000..9e0ba20 --- /dev/null +++ b/files/jboss-as-7.1.1/domain/configuration/mgmt-users.properties @@ -0,0 +1,25 @@ +# +# Properties declaration of users for the realm 'ManagementRealm' which is the default realm +# for new AS 7.1 installations. Further authentication mechanism can be configured +# as part of the in host.xml. +# +# Users can be added to this properties file at any time, updates after the server has started +# will be automatically detected. +# +# By default the properties realm expects the entries to be in the format: - +# username=HEX( MD5( username ':' realm ':' password)) +# +# A utility script is provided which can be executed from the bin folder to add the users: - +# - Linux +# bin/add-user.sh +# +# - Windows +# bin\add-user.bat +# +# On start-up the server will also automatically add a user $local - this user is specifically +# for local tools running against this AS installation. +# +# The following illustrates how an admin user could be defined, this +# is for illustration only an does not correspond to a usable password. +# +#admin=2a0923285184943425d1f53ddd58ec7a \ No newline at end of file diff --git a/files/jboss-as-7.1.1/jboss-modules.jar b/files/jboss-as-7.1.1/jboss-modules.jar new file mode 100644 index 0000000..48b9169 Binary files /dev/null and b/files/jboss-as-7.1.1/jboss-modules.jar differ diff --git a/files/jboss-as-7.1.1/modules/asm/asm/main/asm-3.3.1.jar b/files/jboss-as-7.1.1/modules/asm/asm/main/asm-3.3.1.jar new file mode 100644 index 0000000..f50f03f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/asm/asm/main/asm-3.3.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/asm/asm/main/asm-3.3.1.jar.index b/files/jboss-as-7.1.1/modules/asm/asm/main/asm-3.3.1.jar.index new file mode 100644 index 0000000..67d397b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/asm/asm/main/asm-3.3.1.jar.index @@ -0,0 +1,4 @@ + +org/objectweb/asm/signature +org/objectweb/asm +META-INF diff --git a/files/jboss-as-7.1.1/modules/asm/asm/main/module.xml b/files/jboss-as-7.1.1/modules/asm/asm/main/module.xml new file mode 100644 index 0000000..48c6c49 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/asm/asm/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar b/files/jboss-as-7.1.1/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar new file mode 100644 index 0000000..4f31921 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar differ diff --git a/files/jboss-as-7.1.1/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index b/files/jboss-as-7.1.1/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index new file mode 100644 index 0000000..96f9934 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index @@ -0,0 +1,10 @@ +META-INF/maven/ch.qos.cal10n + +ch/qos/cal10n/util +ch/qos/cal10n +META-INF/maven +ch/qos/cal10n/verifier +META-INF/maven/ch.qos.cal10n/cal10n-api +ch +META-INF +ch/qos diff --git a/files/jboss-as-7.1.1/modules/ch/qos/cal10n/main/module.xml b/files/jboss-as-7.1.1/modules/ch/qos/cal10n/main/module.xml new file mode 100644 index 0000000..7174aa2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/ch/qos/cal10n/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/com/google/guava/main/guava-11.0.2.jar b/files/jboss-as-7.1.1/modules/com/google/guava/main/guava-11.0.2.jar new file mode 100644 index 0000000..c8c8d5d Binary files /dev/null and b/files/jboss-as-7.1.1/modules/com/google/guava/main/guava-11.0.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/com/google/guava/main/guava-11.0.2.jar.index b/files/jboss-as-7.1.1/modules/com/google/guava/main/guava-11.0.2.jar.index new file mode 100644 index 0000000..b24cae4 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/google/guava/main/guava-11.0.2.jar.index @@ -0,0 +1,21 @@ + +com/google/common/collect +com/google/common/cache +META-INF/maven/com.google.guava +com +com/google/common/base +META-INF/maven +com/google/common/math +com/google/common/primitives +com/google/common/base/internal +com/google/common/util/concurrent +com/google/common/net +META-INF +com/google/common/util +com/google/common/hash +com/google/common +com/google/common/annotations +com/google/common/io +com/google/common/eventbus +com/google +META-INF/maven/com.google.guava/guava diff --git a/files/jboss-as-7.1.1/modules/com/google/guava/main/module.xml b/files/jboss-as-7.1.1/modules/com/google/guava/main/module.xml new file mode 100644 index 0000000..e0204a8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/google/guava/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/com/h2database/h2/main/h2-1.3.161.jar b/files/jboss-as-7.1.1/modules/com/h2database/h2/main/h2-1.3.161.jar new file mode 100644 index 0000000..bf66d47 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/com/h2database/h2/main/h2-1.3.161.jar differ diff --git a/files/jboss-as-7.1.1/modules/com/h2database/h2/main/h2-1.3.161.jar.index b/files/jboss-as-7.1.1/modules/com/h2database/h2/main/h2-1.3.161.jar.index new file mode 100644 index 0000000..b014bfe --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/h2database/h2/main/h2-1.3.161.jar.index @@ -0,0 +1,33 @@ +org/h2/constraint + +org/h2/upgrade +org/h2/constant +org/h2/message +org/h2/result +org/h2/security +org/h2/command +org/h2/expression +org/h2/jdbcx +org/h2/value +org/h2/table +org/h2/compress +org/h2/store +org/h2/index +org/h2/jdbc +org/h2/util +org/h2/schema +org/h2/bnf +org/h2/api +META-INF +org/h2/command/dml +org/h2/tools +org/h2 +org/h2/fulltext +org/h2/server/web +org/h2/engine +org/h2/server/pg +org/h2/store/fs +META-INF/services +org/h2/command/ddl +org/h2/server +org/h2/jmx diff --git a/files/jboss-as-7.1.1/modules/com/h2database/h2/main/module.xml b/files/jboss-as-7.1.1/modules/com/h2database/h2/main/module.xml new file mode 100644 index 0000000..cd3c359 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/h2database/h2/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/1.2/jsf-impl-1.2_15-jbossorg-2.jar b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/1.2/jsf-impl-1.2_15-jbossorg-2.jar new file mode 100644 index 0000000..6002213 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/1.2/jsf-impl-1.2_15-jbossorg-2.jar differ diff --git a/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/1.2/module.xml b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/1.2/module.xml new file mode 100644 index 0000000..0736dfd --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/1.2/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar new file mode 100644 index 0000000..721eab7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar differ diff --git a/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar.index b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar.index new file mode 100644 index 0000000..9a13e49 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/main/jsf-impl-2.1.7-jbossorg-2.jar.index @@ -0,0 +1,59 @@ + +com/sun/faces/metadata/taglib +com/sun/faces/config +com/sun/faces/ext/component +com +com/sun/faces/facelets/component +com/sun/faces/xhtml +com/sun/faces/vendor +com/sun/faces/facelets/tag/ui +com/sun/faces/component/visit +com/sun/faces/facelets/tag/jsf/core +com/sun/faces/application/view +com/sun/faces/taglib/html_basic +com/sun/faces +com/sun/faces/application +META-INF/resources +com/sun/faces/ext/render +com/sun/faces/config/configprovider +com/sun +com/sun/faces/facelets/tag/composite +com/sun/faces/ext/validator +com/sun/faces/taglib +com/sun/faces/scripting +com/sun/faces/component/validator +com/sun/faces/facelets/tag/jsf +META-INF/services +com/sun/faces/facelets/tag/jstl/core +com/sun/faces/facelets/util +com/sun/faces/facelets/tag +com/sun/faces/util +com/sun/faces/mgbean +com/sun/faces/facelets/tag/jstl +com/sun/faces/facelets/tag/jstl/fn +com/sun/faces/ext +com/sun/faces/config/processor +com/sun/faces/facelets/el +com/sun/faces/renderkit +META-INF/resources/javax.faces +com/sun/faces/ext/taglib +com/sun/faces/facelets/compiler +com/sun/faces/facelets/tag/jsf/html +com/sun/faces/facelets +com/sun/faces/el +com/sun/faces/io +com/sun/faces/application/resource +com/sun/faces/application/annotation +com/sun/faces/spi +com/sun/faces/context +com/sun/faces/scripting/groovy +com/sun/faces/component +META-INF +com/sun/faces/resources +com/sun/faces/facelets/impl +com/sun/faces/renderkit/html_basic +com/sun/faces/metadata +com/sun/faces/taglib/jsf_core +com/sun/faces/lifecycle +com/sun/faces/context/flash +com/sun/faces/component/behavior diff --git a/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/main/module.xml b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/main/module.xml new file mode 100644 index 0000000..7ddb14c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/sun/jsf-impl/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar new file mode 100644 index 0000000..87139bc Binary files /dev/null and b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar differ diff --git a/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar.index b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar.index new file mode 100644 index 0000000..bd70173 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-impl-2.2.4.jar.index @@ -0,0 +1,42 @@ + +com/sun/xml/bind/v2/runtime/reflect/opt +com/sun/xml/bind/v2/model/runtime +com/sun/xml/bind/v2 +com/sun/xml/txw2 +META-INF/maven/com.sun.xml.txw2 +com +com/sun/xml/bind/v2/runtime/reflect +com/sun/istack +META-INF/maven/com.sun.xml.txw2/txw2 +com/sun/xml/bind/marshaller +com/sun/xml/bind/v2/runtime +com/sun/istack/localization +com/sun/xml/bind/v2/runtime/output +com/sun/xml/bind/v2/model +com/sun/xml/bind/v2/runtime/unmarshaller +com/sun/xml/bind/v2/model/impl +com/sun/xml/bind/v2/bytecode +com/sun/xml/bind/util +com/sun/xml/bind/v2/schemagen/xmlschema +com/sun/xml/bind/v2/schemagen/episode +META-INF/maven/com.sun.istack +com/sun/xml/bind/v2/schemagen +com/sun/xml/bind/v2/model/core +META-INF/maven/com.sun.istack/istack-commons-runtime +META-INF/maven +com/sun +META-INF +com/sun/xml/bind/annotation +com/sun/xml/txw2/output +com/sun/xml/bind/api/impl +com/sun/xml/bind/v2/util +META-INF/services +com/sun/xml/bind/v2/model/nav +com/sun/xml/bind/v2/runtime/property +com/sun/xml/bind/unmarshaller +com/sun/istack/logging +com/sun/xml/bind/api +com/sun/xml/bind +com/sun/xml +com/sun/xml/bind/v2/model/annotation +com/sun/xml/txw2/annotation diff --git a/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.4.jar b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.4.jar new file mode 100644 index 0000000..7e7fd67 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.4.jar differ diff --git a/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.4.jar.index b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.4.jar.index new file mode 100644 index 0000000..8a823d9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.4.jar.index @@ -0,0 +1,173 @@ +com/sun/xml/xsom/impl/util + +org/kohsuke/rngom/binary/visitor +org/kohsuke/rngom +com/sun/codemodel +com/sun/istack +com/sun/tools/xjc/reader/relaxng +1.0/com/sun/tools/xjc +1.0/com/sun/tools/xjc/reader/xmlschema/bindinfo/parser +com/sun/tools/xjc/addon/episode +1.0 +org/kohsuke/rngom/xml +org/relaxng/datatype +1.0/com/sun/xml/xsom/impl/parser +org/kohsuke +com/sun/xml/xsom/visitor +1.0/com/sun/tools/xjc/generator/validator +org/kohsuke/rngom/binary +org/kohsuke/rngom/parse/compact +1.0/com/sun/codemodel/fmt +com/sun/xml/xsom/impl/scd +META-INF/maven +1.0/com/sun/tools/xjc/generator +com/sun/xml/xsom/impl/parser +1.0/com/sun/tools +com/sun/tools/xjc/addon +META-INF/maven/com.sun.xsom +com/sun/tools/jxc +1.0/com +com/sun/tools/xjc/api +com/sun/istack/tools +1.0/com/sun/relaxng/javadt +org/kohsuke/rngom/parse +com/sun/tools +1.0/com/sun/tools/xjc/writer +1.0/com/sun/tools/xjc/generator/field +1.0/org/apache/env +com/sun/tools/xjc/api/impl/s2j +1.0/com/sun/xml/xsom/impl/util +1.0/com/sun/tools/xjc/grammar +com/sun/org/apache/xml/internal/resolver/readers +org/kohsuke/rngom/ast/builder +com/sun/tools/xjc/runtime +com/sun/tools/xjc/reader/dtd +1.0/com/sun/tools/xjc/grammar/id +com/sun/org/apache/xml/internal/resolver +META-INF/maven/com.sun.istack/istack-commons-tools +1.0/com/sun/tools/xjc/reader/xmlschema/bindinfo +1.0/com/sun/tools/xjc/addon/sync +org/kohsuke/rngom/xml/util +com/sun/xml/xsom/impl/parser/state +com/sun/tools/xjc/addon/code_injector +1.0/org/apache/xml/resolver +com/sun/tools/xjc/generator/util +org/kohsuke/rngom/ast +com/sun/org/apache +org +com/sun/tools/xjc/writer +1.0/com/sun/tools/xjc/reader/xmlschema/parser +com/sun/tools/xjc/model +com/sun/tools/xjc/reader/xmlschema/parser +com/sun/xml/xsom/util +1.0/com/sun/tools/xjc/addon +1.0/com/sun/tools/xjc/generator/marshaller +com/sun/tools/xjc/util +1.0/com/sun/codemodel +org/kohsuke/rngom/util +com/sun/tools/xjc/addon/at_generated +1.0/com/sun/tools/xjc/reader +1.0/com/sun/codemodel/util +com/sun/codemodel/util +1.0/com/sun/xml/xsom/visitor +1.0/com/sun/tools/xjc/grammar/ext +com/sun/tools/xjc/model/nav +org/kohsuke/rngom/dt/builtin +org/kohsuke/rngom/parse/host +1.0/com/sun/xml +com/sun/tools/xjc/generator/annotation/ri +com/sun/org +com/sun/tools/xjc/generator +1.0/com/sun/codemodel/writer +1.0/com/sun/tools/xjc/reader/dtd/bindinfo +META-INF/maven/com.sun.xml.dtd-parser/dtd-parser +1.0/com/sun/relaxng +com/sun/codemodel/fmt +com/sun/tools/jxc/gen/config +org/kohsuke/rngom/xml/sax +com/sun/org/apache/xml +1.0/com/sun/tools/xjc/addon/locator +com +org/kohsuke/rngom/digested +com/sun/tools/xjc/generator/bean/field +com/sun/org/apache/xml/internal/resolver/helpers +1.0/com/sun/tools/xjc/reader/dtd +META-INF/maven/com.sun.xsom/xsom +org/kohsuke/rngom/dt +com/sun/xml/xsom +1.0/com/sun/tools/xjc/reader/internalizer +1.0/META-INF/services +com/sun/tools/jxc/model/nav +1.0/com/sun/tools/xjc/addon/elementwrapper +1.0/com/sun/tools/xjc/runtime +1.0/com/sun/tools/xjc/grammar/xducer +com/sun/tools/xjc/api/impl +com/sun/tools/xjc/generator/annotation +1.0/com/sun/xml/xsom/parser +org/kohsuke/rngom/ast/om +1.0/com/sun/xml/xsom/impl/parser/state +com/sun/tools/xjc/reader/xmlschema/bindinfo +com/sun/tools/xjc/addon/sync +META-INF/maven/com.sun.istack +com/sun/tools/xjc/api/impl/j2s +META-INF/maven/org.kohsuke.rngom +com/sun/tools/xjc/generator/annotation/spec +1.0/com/sun/xml/xsom +com/sun/tools/xjc/reader/xmlschema/ct +com/sun/xml/dtdparser/resources +com/sun/tools/jxc/model +com/sun/org/apache/xml/internal/resolver/tools +com/sun/tools/xjc/reader/xmlschema +com/sun +1.0/com/sun/tools/xjc/reader/decorator +1.0/org/apache/xml/resolver/readers +com/sun/tools/jxc/gen +1.0/org/apache/xml/resolver/helpers +com/sun/tools/xjc/reader +com/sun/tools/xjc/addon/locator +com/sun/tools/xjc/api/util +META-INF/services +org/kohsuke/rngom/parse/xml +1.0/org/apache/xml/resolver/apps +META-INF/maven/com.sun.codemodel/codemodel +META-INF/maven/com.sun.xml.dtd-parser +com/sun/tools/xjc +1.0/org +1.0/com/sun/tools/xjc/grammar/util +com/sun/xml/xsom/parser +com/sun/tools/xjc/reader/internalizer +com/sun/tools/xjc/reader/dtd/bindinfo +org/kohsuke/rngom/nc +org/kohsuke/rngom/ast/util +com/sun/codemodel/writer +1.0/com/sun/tools/xjc/generator/unmarshaller/automaton +com/sun/tools/xjc/outline +1.0/com/sun/tools/xjc/reader/relaxng +1.0/com/sun +com/sun/tools/xjc/addon/accessors +META-INF/maven/com.sun.codemodel +1.0/com/sun/tools/xjc/reader/xmlschema/cs +1.0/com/sun/tools/xjc/reader/xmlschema/ct +com/sun/tools/xjc/reader/gbind +com/sun/xml/xsom/impl +1.0/META-INF +com/sun/tools/xjc/generator/bean +1.0/com/sun/xml/xsom/impl +com/sun/xml/dtdparser +1.0/org/apache/xml +1.0/com/sun/tools/xjc/util +1.0/com/sun/xml/xsom/util +1.0/com/sun/tools/xjc/reader/xmlschema +1.0/com/sun/tools/xjc/generator/unmarshaller +META-INF +1.0/com/sun/tools/xjc/generator/util +1.0/com/sun/tools/xjc/generator/cls +1.0/org/apache +org/relaxng/datatype/helpers +META-INF/maven/org.kohsuke.rngom/rngom +org/relaxng +com/sun/tools/jxc/apt +1.0/com/sun/tools/xjc/reader/annotator +com/sun/org/apache/xml/internal +1.0/org/apache/xml/resolver/tools +com/sun/xml diff --git a/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/module.xml b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/module.xml new file mode 100644 index 0000000..f7688e3 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/sun/xml/bind/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/com/sun/xml/messaging/saaj/main/module.xml b/files/jboss-as-7.1.1/modules/com/sun/xml/messaging/saaj/main/module.xml new file mode 100644 index 0000000..b8c5b64 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/sun/xml/messaging/saaj/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar b/files/jboss-as-7.1.1/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar new file mode 100644 index 0000000..c11d236 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar differ diff --git a/files/jboss-as-7.1.1/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar.index b/files/jboss-as-7.1.1/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar.index new file mode 100644 index 0000000..a240cf2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar.index @@ -0,0 +1,25 @@ + +com +com/sun/xml/messaging/saaj/packaging/mime/internet +com/sun/xml/messaging/saaj/soap/name +com/sun/xml/messaging/saaj/packaging +com/sun/xml/messaging/saaj/soap +META-INF/maven/com.sun.xml.messaging.saaj +META-INF/maven/com.sun.xml.messaging.saaj/saaj-impl +com/sun/xml/messaging +com/sun/xml/messaging/saaj/packaging/mime/util +META-INF/maven +com/sun/xml/messaging/saaj/soap/dynamic +com/sun/xml/messaging/saaj/util +com/sun/xml/messaging/saaj +com/sun +META-INF +com/sun/xml/messaging/saaj/util/transform +com/sun/xml/messaging/saaj/soap/ver1_2 +com/sun/xml/messaging/saaj/soap/ver1_1 +com/sun/xml/messaging/saaj/packaging/mime +META-INF/services +com/sun/xml/messaging/saaj/client/p2p +com/sun/xml/messaging/saaj/soap/impl +com/sun/xml +com/sun/xml/messaging/saaj/client diff --git a/files/jboss-as-7.1.1/modules/gnu/getopt/main/getopt-1.0.13.jar b/files/jboss-as-7.1.1/modules/gnu/getopt/main/getopt-1.0.13.jar new file mode 100644 index 0000000..d108633 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/gnu/getopt/main/getopt-1.0.13.jar differ diff --git a/files/jboss-as-7.1.1/modules/gnu/getopt/main/module.xml b/files/jboss-as-7.1.1/modules/gnu/getopt/main/module.xml new file mode 100644 index 0000000..4b3804d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/gnu/getopt/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javaee/api/main/module.xml b/files/jboss-as-7.1.1/modules/javaee/api/main/module.xml new file mode 100644 index 0000000..5f599df --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javaee/api/main/module.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/activation/api/main/activation-1.1.1.jar b/files/jboss-as-7.1.1/modules/javax/activation/api/main/activation-1.1.1.jar new file mode 100644 index 0000000..1b703ab Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/activation/api/main/activation-1.1.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/activation/api/main/activation-1.1.1.jar.index b/files/jboss-as-7.1.1/modules/javax/activation/api/main/activation-1.1.1.jar.index new file mode 100644 index 0000000..c37f251 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/activation/api/main/activation-1.1.1.jar.index @@ -0,0 +1,9 @@ + +com/sun/activation +com/sun/activation/viewers +com +javax +com/sun/activation/registries +com/sun +META-INF +javax/activation diff --git a/files/jboss-as-7.1.1/modules/javax/activation/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/activation/api/main/module.xml new file mode 100644 index 0000000..5f43a58 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/activation/api/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar new file mode 100644 index 0000000..046fb0d Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..465a5e9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.0.Final.jar.index @@ -0,0 +1,9 @@ + +javax/annotation/sql +META-INF/maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.1_spec +META-INF/maven +javax +javax/annotation/security +javax/annotation +META-INF/maven/org.jboss.spec.javax.annotation +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/annotation/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/annotation/api/main/module.xml new file mode 100644 index 0000000..ab566da --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/annotation/api/main/module.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/api/main/module.xml new file mode 100644 index 0000000..5470de4 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/api/main/module.xml @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar b/files/jboss-as-7.1.1/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar new file mode 100644 index 0000000..e80fd92 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar.index new file mode 100644 index 0000000..db49e14 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.1.Final.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven/org.jboss.spec.javax.ejb/jboss-ejb-api_3.1_spec +javax/ejb +META-INF/maven/org.jboss.spec.javax.ejb +META-INF/maven +javax +javax/ejb/embeddable +javax/ejb/spi +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/ejb/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/ejb/api/main/module.xml new file mode 100644 index 0000000..fb6723e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/ejb/api/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar new file mode 100644 index 0000000..948ef4b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..bab0a73 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.0.Final.jar.index @@ -0,0 +1,7 @@ + +META-INF/maven +javax +javax/el +META-INF/maven/org.jboss.spec.javax.el +META-INF/maven/org.jboss.spec.javax.el/jboss-el-api_2.2_spec +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/el/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/el/api/main/module.xml new file mode 100644 index 0000000..e71bc9f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/el/api/main/module.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar b/files/jboss-as-7.1.1/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar new file mode 100644 index 0000000..3953af0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index b/files/jboss-as-7.1.1/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index new file mode 100644 index 0000000..89bcc04 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index @@ -0,0 +1,14 @@ + +javax/enterprise/context +javax/enterprise/util +javax/enterprise +javax/enterprise/event +META-INF/maven +META-INF +META-INF/maven/javax.enterprise/cdi-api +javax/enterprise/context/spi +javax/enterprise/inject +javax +javax/decorator +javax/enterprise/inject/spi +META-INF/maven/javax.enterprise diff --git a/files/jboss-as-7.1.1/modules/javax/enterprise/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/enterprise/api/main/module.xml new file mode 100644 index 0000000..9ded5ee --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/enterprise/api/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar new file mode 100644 index 0000000..27dc284 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..ba34fb4 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.0.Final.jar.index @@ -0,0 +1,16 @@ + +META-INF/maven/org.jboss.spec.javax.enterprise.deploy +javax/enterprise +javax/enterprise/deploy/spi/factories +META-INF/maven +META-INF +javax/enterprise/deploy/model/exceptions +javax/enterprise/deploy/model +javax/enterprise/deploy/spi/status +javax +javax/enterprise/deploy/shared/factories +javax/enterprise/deploy +javax/enterprise/deploy/spi +javax/enterprise/deploy/spi/exceptions +META-INF/maven/org.jboss.spec.javax.enterprise.deploy/jboss-jad-api_1.2_spec +javax/enterprise/deploy/shared diff --git a/files/jboss-as-7.1.1/modules/javax/enterprise/deploy/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/enterprise/deploy/api/main/module.xml new file mode 100644 index 0000000..ba16fd5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/enterprise/deploy/api/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/faces/api/1.2/jsf-api-1.2_15-jbossorg-2.jar b/files/jboss-as-7.1.1/modules/javax/faces/api/1.2/jsf-api-1.2_15-jbossorg-2.jar new file mode 100644 index 0000000..f4767a2 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/faces/api/1.2/jsf-api-1.2_15-jbossorg-2.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/faces/api/1.2/module.xml b/files/jboss-as-7.1.1/modules/javax/faces/api/1.2/module.xml new file mode 100644 index 0000000..c53c0bf --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/faces/api/1.2/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.1.Final.jar b/files/jboss-as-7.1.1/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.1.Final.jar new file mode 100644 index 0000000..b2aee15 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.1.Final.jar.index new file mode 100644 index 0000000..0888018 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.1.Final.jar.index @@ -0,0 +1,26 @@ + +javax/faces/application +javax/faces/view/facelets +javax/faces/lifecycle +javax/faces/model +javax/faces/component/visit +javax/faces/el +javax +META-INF/resources/javax.faces +META-INF/maven/org.jboss.spec.javax.faces +javax/faces/webapp +javax/faces/convert +javax/faces/component +META-INF/resources +META-INF/maven +javax/faces/validator +javax/faces/bean +META-INF +javax/faces/component/html +javax/faces/view +javax/faces/component/behavior +META-INF/maven/org.jboss.spec.javax.faces/jboss-jsf-api_2.1_spec +javax/faces/event +javax/faces/context +javax/faces +javax/faces/render diff --git a/files/jboss-as-7.1.1/modules/javax/faces/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/faces/api/main/module.xml new file mode 100644 index 0000000..66f0065 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/faces/api/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/inject/api/main/javax.inject-1.jar b/files/jboss-as-7.1.1/modules/javax/inject/api/main/javax.inject-1.jar new file mode 100644 index 0000000..b2a9d0b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/inject/api/main/javax.inject-1.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/inject/api/main/javax.inject-1.jar.index b/files/jboss-as-7.1.1/modules/javax/inject/api/main/javax.inject-1.jar.index new file mode 100644 index 0000000..47c59b8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/inject/api/main/javax.inject-1.jar.index @@ -0,0 +1,3 @@ + +javax +javax/inject diff --git a/files/jboss-as-7.1.1/modules/javax/inject/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/inject/api/main/module.xml new file mode 100644 index 0000000..759dd36 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/inject/api/main/module.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar new file mode 100644 index 0000000..40903af Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..424d294 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar.index @@ -0,0 +1,7 @@ + +META-INF/maven +javax +META-INF/maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.1_spec +javax/interceptor +META-INF/maven/org.jboss.spec.javax.interceptor +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/interceptor/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/interceptor/api/main/module.xml new file mode 100644 index 0000000..c09d9cd --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/interceptor/api/main/module.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar new file mode 100644 index 0000000..ebf5cc9 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..ce61af9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.0.Final.jar.index @@ -0,0 +1,7 @@ + +javax/jms +META-INF/maven +javax +META-INF/maven/org.jboss.spec.javax.jms +META-INF/maven/org.jboss.spec.javax.jms/jboss-jms-api_1.1_spec +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/jms/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/jms/api/main/module.xml new file mode 100644 index 0000000..8302a53 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/jms/api/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar b/files/jboss-as-7.1.1/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar new file mode 100644 index 0000000..91538a7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index b/files/jboss-as-7.1.1/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index new file mode 100644 index 0000000..1b5314c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index @@ -0,0 +1,5 @@ + +javax/jws/soap +javax +META-INF +javax/jws diff --git a/files/jboss-as-7.1.1/modules/javax/jws/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/jws/api/main/module.xml new file mode 100644 index 0000000..9c84b71 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/jws/api/main/module.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/mail/api/main/mail-1.4.4.jar b/files/jboss-as-7.1.1/modules/javax/mail/api/main/mail-1.4.4.jar new file mode 100644 index 0000000..268ccfb Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/mail/api/main/mail-1.4.4.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/mail/api/main/mail-1.4.4.jar.index b/files/jboss-as-7.1.1/modules/javax/mail/api/main/mail-1.4.4.jar.index new file mode 100644 index 0000000..75285b1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/mail/api/main/mail-1.4.4.jar.index @@ -0,0 +1,23 @@ + +javax/mail/search +com +META-INF/maven/javax.mail +META-INF/maven +com/sun/mail/util +com/sun/mail/util/logging +com/sun/mail/imap +javax/mail/event +com/sun +com/sun/mail/imap/protocol +META-INF +com/sun/mail +javax/mail/util +com/sun/mail/auth +com/sun/mail/pop3 +javax/mail/internet +com/sun/mail/iap +com/sun/mail/handlers +javax +javax/mail +com/sun/mail/smtp +META-INF/maven/javax.mail/mail diff --git a/files/jboss-as-7.1.1/modules/javax/mail/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/mail/api/main/module.xml new file mode 100644 index 0000000..0483185 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/mail/api/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar new file mode 100644 index 0000000..4cd7e3c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..ecc9f16 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.0.Final.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven/org.jboss.spec.javax.management.j2ee/jboss-j2eemgmt-api_1.1_spec +javax/management +META-INF/maven/org.jboss.spec.javax.management.j2ee +javax/management/j2ee/statistics +META-INF/maven +javax +javax/management/j2ee +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/management/j2ee/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/management/j2ee/api/main/module.xml new file mode 100644 index 0000000..102386d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/management/j2ee/api/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar b/files/jboss-as-7.1.1/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar new file mode 100644 index 0000000..1e9f71b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index new file mode 100644 index 0000000..5f35fb6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index @@ -0,0 +1,10 @@ + +javax/persistence/spi +javax/persistence/metamodel +javax/persistence/criteria +META-INF/maven/org.hibernate.javax.persistence +META-INF/maven +javax +javax/persistence +META-INF/maven/org.hibernate.javax.persistence/hibernate-jpa-2.0-api +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/persistence/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/persistence/api/main/module.xml new file mode 100644 index 0000000..bb013e5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/persistence/api/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar new file mode 100644 index 0000000..a5e45c4 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..bd63a72 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.0.Final.jar.index @@ -0,0 +1,12 @@ + +META-INF/maven/org.jboss.spec.javax.resource/jboss-connector-api_1.6_spec +META-INF/maven/org.jboss.spec.javax.resource +javax/resource/spi/security +javax/resource/spi/work +javax/resource/spi +javax/resource +META-INF/maven +javax/resource/cci +javax +META-INF +javax/resource/spi/endpoint diff --git a/files/jboss-as-7.1.1/modules/javax/resource/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/resource/api/main/module.xml new file mode 100644 index 0000000..c9f6df6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/resource/api/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar b/files/jboss-as-7.1.1/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar new file mode 100644 index 0000000..7e11e3c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index new file mode 100644 index 0000000..dc1ef95 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index @@ -0,0 +1,93 @@ +org/jboss/com/sun/org/omg + +org/jboss/com/sun/corba/se/impl/legacy/connection +org/jboss/com/sun/corba/se/impl/oa +org/jboss/com/sun/corba/se/impl/protocol +org/jboss/com/sun/corba/se/spi/orbutil/fsm +org/jboss/com/sun/corba/se/impl/ior/iiop +org/jboss/com/sun/corba/se/spi/logging +org/jboss/com/sun/corba/se +org/jboss/com/sun/corba/se/spi/logging/data +org/jboss/com/sun/corba/se/impl/transport +org/jboss/com/sun/corba/se/impl +org/jboss/com/sun +org/jboss/com/sun/corba/se/impl/orbutil/fsm +org/jboss/com/sun/corba/se/impl/monitoring +META-INF/maven/org.jboss.spec.javax.rmi +org/jboss/com/sun/corba/se/pept +org/jboss/com/sun/corba/se/pept/encoding +org/jboss/com/sun/corba/se/spi/orb +javax +org/jboss/com/sun/corba/se/impl/util +org/jboss/com/sun/corba/se/spi/protocol +org/jboss/sun/corba +org/jboss/com/sun/corba/se/spi/resolver +org/jboss/com/sun/corba/se/spi/presentation/rmi +idl/org/jboss/com/sun/corba +org/jboss/com/sun/corba/se/pept/protocol +org/jboss/com/sun/corba/se/impl/orb +org/jboss/com/sun/corba/se/spi/extension +META-INF/maven +org/jboss/com/sun/corba/se/impl/orbutil +org/jboss/com/sun/org/omg/SendingContext +idl/org/jboss/com/sun/corba/se/GiopIDL +org/jboss/com/sun/corba/se/spi/monitoring +org/jboss/com/sun/corba +org/jboss/com/sun/corba/se/impl/logging +org/jboss/com/sun/corba/se/org +idl/org/jboss/com/sun/corba/se/spi +org/jboss/com/sun/corba/se/impl/presentation +org/jboss/com/sun/org/omg/CORBA/portable +org/jboss/com/sun/corba/se/spi/legacy/connection +idl/org/jboss/com/sun/corba/se +org/jboss/com/sun/corba/se/org/omg +org/jboss/com/sun/corba/se/pept/broker +org/jboss/com/sun/org/omg/CORBA/ValueDefPackage +javax/rmi/CORBA +idl/org/jboss +idl/org/jboss/com +org/jboss/com/sun/corba/se/impl/io +org/jboss/com/sun/org +org/jboss/com/sun/corba/se/pept/transport +org/jboss/com/sun/corba/se/impl/ior +org/jboss/com/sun/corba/se/spi/oa +org +idl/org/jboss/com/sun/corba/se/spi/activation +org/jboss/com/sun/corba/se/impl/javax/rmi +org/jboss/com/sun/corba/se/spi/servicecontext +org/jboss/com/sun/corba/se/spi/orbutil/proxy +org/jboss/com/sun/corba/se/impl/corba +org/jboss/com/sun/org/omg/CORBA +META-INF/maven/org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec +org/jboss/com/sun/corba/se/spi/activation +idl/org/jboss/com/sun +org/jboss/com/sun/corba/se/impl/oa/poa +org/jboss/com/sun/corba/se/impl/orbutil/concurrent +org/jboss/sun +org/jboss/com/sun/corba/se/impl/encoding +org/jboss/com/sun/corba/se/spi/transport +org/jboss/com/sun/corba/se/spi/legacy +org/jboss/com/sun/corba/se/spi +org/jboss/com/sun/corba/se/spi/orbutil/threadpool +org/jboss/com +org/jboss/com/sun/corba/se/impl/protocol/giopmsgheaders +org/jboss +org/jboss/com/sun/corba/se/spi/ior +org/jboss/com/sun/corba/se/spi/orbutil +org/jboss/com/sun/corba/se/impl/javax/rmi/CORBA +org/jboss/com/sun/corba/se/impl/orbutil/closure +org/jboss/com/sun/org/omg/SendingContext/CodeBasePackage +META-INF +org/jboss/com/sun/corba/se/impl/javax +idl +org/jboss/com/sun/corba/se/impl/presentation/rmi +org/jboss/com/sun/corba/se/spi/copyobject +org/jboss/com/sun/corba/se/org/omg/CORBA +idl/org +org/jboss/com/sun/corba/se/impl/legacy +org/jboss/com/sun/corba/se/spi/orbutil/closure +org/jboss/com/sun/corba/se/spi/encoding +org/jboss/com/sun/corba/se/impl/orbutil/graph +org/jboss/com/sun/corba/se/spi/presentation +org/jboss/com/sun/corba/se/spi/ior/iiop +javax/rmi diff --git a/files/jboss-as-7.1.1/modules/javax/rmi/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/rmi/api/main/module.xml new file mode 100644 index 0000000..fd08695 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/rmi/api/main/module.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar new file mode 100644 index 0000000..f6cda31 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..bea1c82 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar.index @@ -0,0 +1,12 @@ + +javax/security/auth +META-INF/maven/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.0_spec +META-INF/maven/org.jboss.spec.javax.security.auth.message +javax/security/auth/message/module +META-INF/maven +javax +javax/security +javax/security/auth/message/config +javax/security/auth/message +javax/security/auth/message/callback +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/security/auth/message/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/security/auth/message/api/main/module.xml new file mode 100644 index 0000000..33e31d0 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/security/auth/message/api/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar b/files/jboss-as-7.1.1/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar new file mode 100644 index 0000000..f4a7d46 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar.index new file mode 100644 index 0000000..009d498 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.1.Final.jar.index @@ -0,0 +1,8 @@ + +META-INF/maven/org.jboss.spec.javax.security.jacc/jboss-jacc-api_1.4_spec +META-INF/maven +javax +javax/security +javax/security/jacc +META-INF/maven/org.jboss.spec.javax.security.jacc +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/security/jacc/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/security/jacc/api/main/module.xml new file mode 100644 index 0000000..388f61c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/security/jacc/api/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/api/main/jbosgi-xservice.properties b/files/jboss-as-7.1.1/modules/javax/servlet/api/main/jbosgi-xservice.properties new file mode 100644 index 0000000..9395f2c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/servlet/api/main/jbosgi-xservice.properties @@ -0,0 +1,2 @@ +Bundle-SymbolicName: javax.servlet.api +Export-Package: javax.servlet;version=3.0,javax.servlet.annotation;version=3.0,javax.servlet.descriptor;version=3.0,javax.servlet.http;version=3.0 \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar new file mode 100644 index 0000000..03e869a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..e15d3cd --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.0.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven/org.jboss.spec.javax.servlet +META-INF/maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.0_spec +javax/servlet +META-INF/maven +javax +javax/servlet/descriptor +META-INF +javax/servlet/http +javax/servlet/annotation diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/servlet/api/main/module.xml new file mode 100644 index 0000000..6db5384 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/servlet/api/main/module.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar new file mode 100644 index 0000000..0f6881a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..1be3619 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.0.Final.jar.index @@ -0,0 +1,10 @@ + +javax/servlet/jsp +javax/servlet/jsp/el +javax/servlet/jsp/tagext +javax/servlet +META-INF/maven +javax +META-INF/maven/org.jboss.spec.javax.servlet.jsp +META-INF/maven/org.jboss.spec.javax.servlet.jsp/jboss-jsp-api_2.2_spec +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/jsp/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/servlet/jsp/api/main/module.xml new file mode 100644 index 0000000..1661994 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/servlet/jsp/api/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.2.Final.jar b/files/jboss-as-7.1.1/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.2.Final.jar new file mode 100644 index 0000000..0acc0e7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.2.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.2.Final.jar.index new file mode 100644 index 0000000..b7fcee6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.2.Final.jar.index @@ -0,0 +1,45 @@ +javax/servlet/jsp/jstl/sql + +org/apache/taglibs/standard/lang/jstl/test/beans +org/apache/taglibs/standard/tag/el/xml +org/apache/taglibs/standard/functions +javax/servlet/jsp/jstl/core +org/apache/taglibs/standard/tag/rt/sql +META-INF/maven/org.jboss.spec.javax.servlet.jstl/jboss-jstl-api_1.2_spec +org/apache/taglibs/standard/resources +org/apache/taglibs/standard/lang +org/apache/taglibs/standard/lang/jstl +org +org/apache/taglibs/standard/tag/el/sql +javax/servlet/jsp/jstl/fmt +org/apache/taglibs/standard/tag +META-INF/maven/org.jboss.spec.javax.servlet.jstl +org/apache/taglibs/standard/tag/common/xml +org/apache/taglibs/standard/extra +javax +org/apache/taglibs/standard/tag/el/core +org/apache/taglibs/standard/tag/rt/core +org/apache/taglibs/standard/tag/rt/xml +org/apache/taglibs/standard/tag/common/fmt +org/apache/taglibs/standard/tag/rt +org/apache/taglibs/standard/tei +org/apache/taglibs +org/apache/taglibs/standard/tlv +javax/servlet +org/apache/taglibs/standard/lang/jstl/parser +org/apache/taglibs/standard/tag/el/fmt +org/apache/taglibs/standard/tag/common +org/apache/taglibs/standard/tag/common/sql +META-INF/maven +javax/servlet/jsp/jstl +META-INF +org/apache/taglibs/standard/lang/jstl/test +javax/servlet/jsp/jstl/tlv +javax/servlet/jsp +org/apache/taglibs/standard/tag/el +org/apache/taglibs/standard +org/apache +org/apache/taglibs/standard/extra/spath +org/apache/taglibs/standard/tag/rt/fmt +org/apache/taglibs/standard/lang/support +org/apache/taglibs/standard/tag/common/core diff --git a/files/jboss-as-7.1.1/modules/javax/servlet/jstl/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/servlet/jstl/api/main/module.xml new file mode 100644 index 0000000..4b93cd8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/servlet/jstl/api/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/transaction/api/main/jbosgi-xservice.properties b/files/jboss-as-7.1.1/modules/javax/transaction/api/main/jbosgi-xservice.properties new file mode 100644 index 0000000..adba749 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/transaction/api/main/jbosgi-xservice.properties @@ -0,0 +1,2 @@ +Bundle-SymbolicName: javax.transaction.api +Export-Package: javax.transaction;version=1.1,javax.transaction.xa;version=1.1 diff --git a/files/jboss-as-7.1.1/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar new file mode 100644 index 0000000..b3bf81f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..e1ba6f1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.0.Final.jar.index @@ -0,0 +1,8 @@ + +META-INF/maven/org.jboss.spec.javax.transaction +javax/transaction/xa +META-INF/maven +javax +javax/transaction +META-INF +META-INF/maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.1_spec diff --git a/files/jboss-as-7.1.1/modules/javax/transaction/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/transaction/api/main/module.xml new file mode 100644 index 0000000..7a54b34 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/transaction/api/main/module.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/validation/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/validation/api/main/module.xml new file mode 100644 index 0000000..6997eb4 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/validation/api/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar b/files/jboss-as-7.1.1/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar new file mode 100644 index 0000000..1ff2dd7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index b/files/jboss-as-7.1.1/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index new file mode 100644 index 0000000..264b623 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index @@ -0,0 +1,12 @@ +META-INF/maven/javax.validation + +javax/validation/constraints +javax/validation +javax/validation/groups +META-INF/maven +javax +javax/validation/bootstrap +javax/validation/spi +META-INF +javax/validation/metadata +META-INF/maven/javax.validation/validation-api diff --git a/files/jboss-as-7.1.1/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar new file mode 100644 index 0000000..9b9ef6c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..57502bb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.0.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven +javax +javax/ws/rs/ext +META-INF/maven/org.jboss.spec.javax.ws.rs +javax/ws/rs +javax/ws +META-INF +javax/ws/rs/core +META-INF/maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_1.1_spec diff --git a/files/jboss-as-7.1.1/modules/javax/ws/rs/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/ws/rs/api/main/module.xml new file mode 100644 index 0000000..63990e3 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/ws/rs/api/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/wsdl4j/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/wsdl4j/api/main/module.xml new file mode 100644 index 0000000..8784e3e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/wsdl4j/api/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar b/files/jboss-as-7.1.1/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar new file mode 100644 index 0000000..b9ffc36 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index b/files/jboss-as-7.1.1/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index new file mode 100644 index 0000000..48160ba --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index @@ -0,0 +1,25 @@ + +com/ibm/wsdl/extensions +com/ibm +com +com/ibm/wsdl/xml +javax/wsdl/extensions/mime +javax/wsdl/xml +javax/wsdl/extensions/schema +com/ibm/wsdl/extensions/mime +javax +javax/wsdl/extensions +com/ibm/wsdl +com/ibm/wsdl/extensions/schema +javax/wsdl +com/ibm/wsdl/extensions/soap +javax/wsdl/extensions/soap +com/ibm/wsdl/extensions/http +META-INF +javax/wsdl/extensions/soap12 +javax/wsdl/extensions/http +com/ibm/wsdl/factory +com/ibm/wsdl/util +com/ibm/wsdl/extensions/soap12 +com/ibm/wsdl/util/xml +javax/wsdl/factory diff --git a/files/jboss-as-7.1.1/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar b/files/jboss-as-7.1.1/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar new file mode 100644 index 0000000..620dc19 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar.index new file mode 100644 index 0000000..cfa5918 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.3.Final.jar.index @@ -0,0 +1,13 @@ + +javax/xml/bind/attachment +javax/xml/bind/annotation/adapters +META-INF/maven/org.jboss.spec.javax.xml.bind +META-INF/maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.2_spec +javax/xml/bind +META-INF/maven +META-INF +javax/xml/bind/util +javax/xml/bind/helpers +javax/xml +javax +javax/xml/bind/annotation diff --git a/files/jboss-as-7.1.1/modules/javax/xml/bind/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/xml/bind/api/main/module.xml new file mode 100644 index 0000000..1b23517 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/bind/api/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/xml/jaxp-provider/main/module.xml b/files/jboss-as-7.1.1/modules/javax/xml/jaxp-provider/main/module.xml new file mode 100644 index 0000000..e3b89e9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/jaxp-provider/main/module.xml @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.1.Final.jar b/files/jboss-as-7.1.1/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.1.Final.jar new file mode 100644 index 0000000..c9969c3 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.1.Final.jar.index new file mode 100644 index 0000000..cb84946 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.1.Final.jar.index @@ -0,0 +1,9 @@ + +javax/xml/registry +javax/xml +META-INF/maven +javax +META-INF/maven/org.jboss.spec.javax.xml.registry +javax/xml/registry/infomodel +META-INF +META-INF/maven/org.jboss.spec.javax.xml.registry/jboss-jaxr-api_1.0_spec diff --git a/files/jboss-as-7.1.1/modules/javax/xml/registry/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/xml/registry/api/main/module.xml new file mode 100644 index 0000000..f087407 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/registry/api/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar new file mode 100644 index 0000000..bb4c86b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar.index new file mode 100644 index 0000000..632e50d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.0.Final.jar.index @@ -0,0 +1,14 @@ + +javax/xml/rpc/handler/soap +META-INF/maven +javax/xml/rpc/encoding +javax/xml/rpc/handler +META-INF +javax/xml/rpc +javax/xml/rpc/soap +javax/xml +META-INF/maven/org.jboss.spec.javax.xml.rpc/jboss-jaxrpc-api_1.1_spec +javax +javax/xml/rpc/holders +META-INF/maven/org.jboss.spec.javax.xml.rpc +javax/xml/rpc/server diff --git a/files/jboss-as-7.1.1/modules/javax/xml/rpc/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/xml/rpc/api/main/module.xml new file mode 100644 index 0000000..e840013 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/rpc/api/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar b/files/jboss-as-7.1.1/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar new file mode 100644 index 0000000..35ee11f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar.index new file mode 100644 index 0000000..fd44a78 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.1.Final.jar.index @@ -0,0 +1,8 @@ +META-INF/maven/org.jboss.spec.javax.xml.soap/jboss-saaj-api_1.3_spec + +META-INF/maven/org.jboss.spec.javax.xml.soap +javax/xml +META-INF/maven +javax +javax/xml/soap +META-INF diff --git a/files/jboss-as-7.1.1/modules/javax/xml/soap/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/xml/soap/api/main/module.xml new file mode 100644 index 0000000..281fb36 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/soap/api/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/xml/stream/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/xml/stream/api/main/module.xml new file mode 100644 index 0000000..2917b70 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/stream/api/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar b/files/jboss-as-7.1.1/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar new file mode 100644 index 0000000..fc29491 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar.index new file mode 100644 index 0000000..407d74b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.0.Final.jar.index @@ -0,0 +1,15 @@ + +META-INF/maven +javax/xml/ws/handler/soap +META-INF +javax/xml/ws/wsaddressing +javax/xml/ws/spi +javax/xml/ws/soap +META-INF/maven/org.jboss.spec.javax.xml.ws +javax/xml +META-INF/maven/org.jboss.spec.javax.xml.ws/jboss-jaxws-api_2.2_spec +javax +javax/xml/ws +javax/xml/ws/spi/http +javax/xml/ws/http +javax/xml/ws/handler diff --git a/files/jboss-as-7.1.1/modules/javax/xml/ws/api/main/module.xml b/files/jboss-as-7.1.1/modules/javax/xml/ws/api/main/module.xml new file mode 100644 index 0000000..88286fa --- /dev/null +++ b/files/jboss-as-7.1.1/modules/javax/xml/ws/api/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/jline/main/jline-0.9.94.jar b/files/jboss-as-7.1.1/modules/jline/main/jline-0.9.94.jar new file mode 100644 index 0000000..dede372 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/jline/main/jline-0.9.94.jar differ diff --git a/files/jboss-as-7.1.1/modules/jline/main/jline-0.9.94.jar.index b/files/jboss-as-7.1.1/modules/jline/main/jline-0.9.94.jar.index new file mode 100644 index 0000000..6bf50e4 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/jline/main/jline-0.9.94.jar.index @@ -0,0 +1,6 @@ + +META-INF/maven/jline +META-INF/maven/jline/jline +jline +META-INF/maven +META-INF diff --git a/files/jboss-as-7.1.1/modules/jline/main/module.xml b/files/jboss-as-7.1.1/modules/jline/main/module.xml new file mode 100644 index 0000000..b50d34c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/jline/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/net/jcip/main/jcip-annotations-1.0.jar b/files/jboss-as-7.1.1/modules/net/jcip/main/jcip-annotations-1.0.jar new file mode 100644 index 0000000..06e9066 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/net/jcip/main/jcip-annotations-1.0.jar differ diff --git a/files/jboss-as-7.1.1/modules/net/jcip/main/jcip-annotations-1.0.jar.index b/files/jboss-as-7.1.1/modules/net/jcip/main/jcip-annotations-1.0.jar.index new file mode 100644 index 0000000..07abcd1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/net/jcip/main/jcip-annotations-1.0.jar.index @@ -0,0 +1,5 @@ + +net/jcip +net +net/jcip/annotations +META-INF diff --git a/files/jboss-as-7.1.1/modules/net/jcip/main/module.xml b/files/jboss-as-7.1.1/modules/net/jcip/main/module.xml new file mode 100644 index 0000000..779a4c5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/net/jcip/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/net/sourceforge/cssparser/main/cssparser-0.9.5.jar b/files/jboss-as-7.1.1/modules/net/sourceforge/cssparser/main/cssparser-0.9.5.jar new file mode 100644 index 0000000..9fc2767 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/net/sourceforge/cssparser/main/cssparser-0.9.5.jar differ diff --git a/files/jboss-as-7.1.1/modules/net/sourceforge/cssparser/main/module.xml b/files/jboss-as-7.1.1/modules/net/sourceforge/cssparser/main/module.xml new file mode 100644 index 0000000..5759b1b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/net/sourceforge/cssparser/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/net/sourceforge/nekohtml/main/module.xml b/files/jboss-as-7.1.1/modules/net/sourceforge/nekohtml/main/module.xml new file mode 100644 index 0000000..4ed4646 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/net/sourceforge/nekohtml/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/net/sourceforge/nekohtml/main/nekohtml-1.9.14.jar b/files/jboss-as-7.1.1/modules/net/sourceforge/nekohtml/main/nekohtml-1.9.14.jar new file mode 100644 index 0000000..ba65542 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/net/sourceforge/nekohtml/main/nekohtml-1.9.14.jar differ diff --git a/files/jboss-as-7.1.1/modules/nu/xom/main/module.xml b/files/jboss-as-7.1.1/modules/nu/xom/main/module.xml new file mode 100644 index 0000000..25971d6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/nu/xom/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/nu/xom/main/xom-1.2.5.jar b/files/jboss-as-7.1.1/modules/nu/xom/main/xom-1.2.5.jar new file mode 100644 index 0000000..1f71ab9 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/nu/xom/main/xom-1.2.5.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/antlr/main/antlr-2.7.7.jar b/files/jboss-as-7.1.1/modules/org/antlr/main/antlr-2.7.7.jar new file mode 100644 index 0000000..5e5f14b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/antlr/main/antlr-2.7.7.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/antlr/main/antlr-2.7.7.jar.index b/files/jboss-as-7.1.1/modules/org/antlr/main/antlr-2.7.7.jar.index new file mode 100644 index 0000000..d47ba3a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/antlr/main/antlr-2.7.7.jar.index @@ -0,0 +1,15 @@ + +antlr/debug +antlr/actions/cpp +antlr +antlr/actions/java +antlr/build +META-INF +antlr/collections/impl +antlr/actions +antlr/actions/csharp +antlr/actions/python +antlr/collections +antlr/debug/misc +antlr/preprocessor +antlr/ASdebug diff --git a/files/jboss-as-7.1.1/modules/org/antlr/main/module.xml b/files/jboss-as-7.1.1/modules/org/antlr/main/module.xml new file mode 100644 index 0000000..b03d1db --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/antlr/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/beanutils/main/commons-beanutils-1.8.3.jar b/files/jboss-as-7.1.1/modules/org/apache/commons/beanutils/main/commons-beanutils-1.8.3.jar new file mode 100644 index 0000000..218510b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/commons/beanutils/main/commons-beanutils-1.8.3.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/beanutils/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/commons/beanutils/main/module.xml new file mode 100644 index 0000000..c4bf095 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/beanutils/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/cli/main/commons-cli-1.2.jar b/files/jboss-as-7.1.1/modules/org/apache/commons/cli/main/commons-cli-1.2.jar new file mode 100644 index 0000000..ce4b9ff Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/commons/cli/main/commons-cli-1.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index b/files/jboss-as-7.1.1/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index new file mode 100644 index 0000000..b9ea20d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index @@ -0,0 +1,9 @@ + +org/apache/commons +org/apache +META-INF/maven +META-INF/maven/commons-cli +org/apache/commons/cli +META-INF/maven/commons-cli/commons-cli +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/cli/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/commons/cli/main/module.xml new file mode 100644 index 0000000..c51f9f8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/cli/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/codec/main/commons-codec-1.4.jar b/files/jboss-as-7.1.1/modules/org/apache/commons/codec/main/commons-codec-1.4.jar new file mode 100644 index 0000000..458d432 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/commons/codec/main/commons-codec-1.4.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index b/files/jboss-as-7.1.1/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index new file mode 100644 index 0000000..9d7b778 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index @@ -0,0 +1,13 @@ + +org/apache/commons/codec/language +org/apache/commons +META-INF/maven +META-INF/maven/commons-codec +META-INF/maven/commons-codec/commons-codec +org/apache/commons/codec/binary +org/apache/commons/codec/digest +org +META-INF +org/apache/commons/codec/net +org/apache +org/apache/commons/codec diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/codec/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/commons/codec/main/module.xml new file mode 100644 index 0000000..bf0cd1f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/codec/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar b/files/jboss-as-7.1.1/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar new file mode 100644 index 0000000..c35fa1f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index b/files/jboss-as-7.1.1/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index new file mode 100644 index 0000000..9f2395e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index @@ -0,0 +1,20 @@ + +org/apache/commons +org/apache/commons/collections/list +META-INF/maven +org/apache/commons/collections/keyvalue +org/apache/commons/collections/collection +org/apache/commons/collections/set +org/apache/commons/collections/buffer +org +org/apache/commons/collections/iterators +org/apache/commons/collections/map +META-INF +org/apache/commons/collections/functors +META-INF/maven/commons-collections +META-INF/maven/commons-collections/commons-collections +org/apache +org/apache/commons/collections +org/apache/commons/collections/comparators +org/apache/commons/collections/bidimap +org/apache/commons/collections/bag diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/collections/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/commons/collections/main/module.xml new file mode 100644 index 0000000..4319019 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/collections/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar b/files/jboss-as-7.1.1/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar new file mode 100644 index 0000000..2d4689a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar.index new file mode 100644 index 0000000..824006d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar.index @@ -0,0 +1,17 @@ + +org/apache/commons/configuration/beanutils +org/apache/commons/configuration/plist +META-INF/maven/commons-configuration +org/apache/commons +META-INF/maven +org/apache/commons/configuration/event +org/apache/commons/configuration/web +org/apache/commons/configuration +org +org/apache/commons/configuration/tree/xpath +META-INF +org/apache/commons/configuration/reloading +org/apache +org/apache/commons/configuration/interpol +META-INF/maven/commons-configuration/commons-configuration +org/apache/commons/configuration/tree diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/configuration/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/commons/configuration/main/module.xml new file mode 100644 index 0000000..f63b350 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/configuration/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/io/main/commons-io-2.1.jar b/files/jboss-as-7.1.1/modules/org/apache/commons/io/main/commons-io-2.1.jar new file mode 100644 index 0000000..b5c7d69 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/commons/io/main/commons-io-2.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/io/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/commons/io/main/module.xml new file mode 100644 index 0000000..502b111 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/io/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/lang/main/commons-lang-2.6.jar b/files/jboss-as-7.1.1/modules/org/apache/commons/lang/main/commons-lang-2.6.jar new file mode 100644 index 0000000..98467d3 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/commons/lang/main/commons-lang-2.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/lang/main/commons-lang-2.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/commons/lang/main/commons-lang-2.6.jar.index new file mode 100644 index 0000000..27af15d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/lang/main/commons-lang-2.6.jar.index @@ -0,0 +1,18 @@ + +org/apache/commons/lang/exception +org/apache/commons/lang/text +META-INF/maven/commons-lang +org/apache/commons +META-INF/maven +org/apache/commons/lang/time +org/apache/commons/lang/math +org/apache/commons/lang +org/apache/commons/lang/mutable +org +org/apache/commons/lang/builder +META-INF +org/apache/commons/lang/enum +org/apache/commons/lang/reflect +org/apache +META-INF/maven/commons-lang/commons-lang +org/apache/commons/lang/enums diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/lang/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/commons/lang/main/module.xml new file mode 100644 index 0000000..c1f1dcc --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/lang/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/logging/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/commons/logging/main/module.xml new file mode 100644 index 0000000..35ad5e2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/logging/main/module.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/pool/main/commons-pool-1.5.6.jar b/files/jboss-as-7.1.1/modules/org/apache/commons/pool/main/commons-pool-1.5.6.jar new file mode 100644 index 0000000..ce5ff60 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/commons/pool/main/commons-pool-1.5.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/commons/pool/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/commons/pool/main/module.xml new file mode 100644 index 0000000..8ea7d93 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/commons/pool/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-api-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-api-2.4.6.jar new file mode 100644 index 0000000..eb827e7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-api-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-api-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-api-2.4.6.jar.index new file mode 100644 index 0000000..d9b40cb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-api-2.4.6.jar.index @@ -0,0 +1,54 @@ + +org/apache/cxf/jca +org/apache/cxf/wsdl +org/apache/cxf/security/transport +META-INF/maven/org.apache.cxf/cxf-api +org/apache/cxf/feature +org/apache/cxf/ws/policy/builder +org/apache/cxf/service/invoker +org/apache/cxf/configuration/security +schemas/wsdl +org/apache/cxf +org/apache/cxf/buslifecycle +org/apache/cxf/databinding +org/apache/cxf/ws/addressing +META-INF/maven/org.apache.cxf +org/apache/cxf/transports +org/apache/cxf/transport +META-INF/maven +org/apache/cxf/ws +org/apache/cxf/headers +org/apache/cxf/security +org/apache/cxf/transports/http +org/apache/cxf/service/model +org/apache/cxf/configuration +org/apache/cxf/service +org/apache/cxf/extension +org/apache/cxf/binding +org/apache/cxf/phase +org/apache/cxf/io +org/apache/cxf/tools +org +org/apache/cxf/ws/policy +org/apache/cxf/jca/outbound +org/apache/cxf/workqueue +org/apache/cxf/ws/policy/builder/jaxb +org/apache/cxf/tools/common +org/apache/cxf/endpoint +org/apache/cxf/clustering +org/apache/cxf/ws/addressing/wsdl +schemas +org/apache/cxf/annotations +org/apache/cxf/ws/policy/builder/primitive +META-INF +org/apache/cxf/configuration/jsse +org/apache/cxf/interceptor +schemas/configuration +org/apache/cxf/tools/validator +org/apache +org/apache/cxf/logging +org/apache/cxf/continuations +org/apache/cxf/wsdl/http +org/apache/cxf/ws/addressing/v200403 +org/apache/cxf/ws/addressing/v200408 +org/apache/cxf/message diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-common-utilities-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-common-utilities-2.4.6.jar new file mode 100644 index 0000000..06a5ea0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-common-utilities-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-common-utilities-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-common-utilities-2.4.6.jar.index new file mode 100644 index 0000000..f768a1b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-common-utilities-2.4.6.jar.index @@ -0,0 +1,30 @@ +org/apache/cxf/version + +org/apache/cxf/staxutils/transform +org/apache/cxf/common/commands +org/apache/cxf/common/util +org +org/apache/cxf/configuration/spring +org/apache/cxf +org/apache/cxf/common +org/apache/cxf/jaxb +org/apache/cxf/common/security +org/apache/cxf/staxutils +META-INF/maven/org.apache.cxf +org/apache/cxf/management +org/apache/cxf/helpers +schemas +org/apache/cxf/common/xmlschema +org/apache/cxf/common/annotation +META-INF/maven +META-INF +org/apache/cxf/common/classloader +schemas/configuration +META-INF/maven/org.apache.cxf/cxf-common-utilities +org/apache/cxf/common/i18n +org/apache +org/apache/cxf/common/injection +org/apache/cxf/configuration +org/apache/cxf/management/annotation +org/apache/cxf/common/logging +org/apache/cxf/resource diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.6.jar new file mode 100644 index 0000000..23d3271 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.6.jar.index new file mode 100644 index 0000000..b8ef6aa --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-coloc-2.4.6.jar.index @@ -0,0 +1,16 @@ +META-INF/maven/org.apache.cxf/cxf-rt-bindings-coloc + +schemas +META-INF/maven +org/apache/cxf/binding/coloc/blueprint +org/apache/cxf/binding/coloc/feature +OSGI-INF +org +META-INF +OSGI-INF/blueprint +org/apache/cxf +org/apache +org/apache/cxf/binding/coloc +META-INF/maven/org.apache.cxf +org/apache/cxf/binding +org/apache/cxf/binding/coloc/spring diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.6.jar new file mode 100644 index 0000000..acf11d7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.6.jar.index new file mode 100644 index 0000000..32591f6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-http-2.4.6.jar.index @@ -0,0 +1,13 @@ + +META-INF/cxf +org/apache/cxf/binding/http +META-INF/maven +META-INF/maven/org.apache.cxf/cxf-rt-bindings-http +org +META-INF +org/apache/cxf +org/apache +org/apache/cxf/binding/http/interceptor +META-INF/maven/org.apache.cxf +org/apache/cxf/binding/http/strategy +org/apache/cxf/binding diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.6.jar new file mode 100644 index 0000000..2f16ea7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.6.jar.index new file mode 100644 index 0000000..478ea7e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-object-2.4.6.jar.index @@ -0,0 +1,18 @@ + +schemas +META-INF/maven +META-INF/cxf +schemas/bindings/blueprint +OSGI-INF +org +META-INF +OSGI-INF/blueprint +org/apache/cxf +schemas/bindings +org/apache/cxf/binding/object +org/apache +org/apache/cxf/binding/object/blueprint +META-INF/maven/org.apache.cxf/cxf-rt-bindings-object +META-INF/maven/org.apache.cxf +org/apache/cxf/binding/object/spring +org/apache/cxf/binding diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.6.jar new file mode 100644 index 0000000..c6511da Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.6.jar.index new file mode 100644 index 0000000..9d4492c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-soap-2.4.6.jar.index @@ -0,0 +1,26 @@ + +org/apache/cxf/binding/soap/model +META-INF/cxf +org/apache/cxf/binding/soap/spring +org +org/apache/cxf/binding/soap +META-INF/maven/org.apache.cxf/cxf-rt-bindings-soap +org/apache/cxf +OSGI-INF/blueprint +org/apache/cxf/binding/soap/wsdl11 +META-INF/maven/org.apache.cxf +org/apache/cxf/binding/soap/tcp/frames +org/apache/cxf/binding/soap/interceptor +schemas +META-INF/maven +org/apache/cxf/binding/soap/saaj +org/apache/cxf/binding/soap/tcp +org/apache/cxf/binding/soap/blueprint +OSGI-INF +META-INF +schemas/configuration +org/apache +org/apache/cxf/binding/soap/jms/interceptor +schemas/configuration/blueprint +org/apache/cxf/binding +org/apache/cxf/binding/soap/jms diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.6.jar new file mode 100644 index 0000000..f13eaf4 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.6.jar.index new file mode 100644 index 0000000..b026c59 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-bindings-xml-2.4.6.jar.index @@ -0,0 +1,17 @@ + +schemas +org/apache/cxf/binding/xml/interceptor +org/apache/cxf/bindings/xformat +META-INF/maven +META-INF/cxf +META-INF/maven/org.apache.cxf/cxf-rt-bindings-xml +org +META-INF +schemas/wsdl +org/apache/cxf/binding/xml +org/apache/cxf/binding/xml/wsdl11 +org/apache/cxf/bindings +org/apache/cxf +org/apache +META-INF/maven/org.apache.cxf +org/apache/cxf/binding diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-core-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-core-2.4.6.jar new file mode 100644 index 0000000..66f9f8a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-core-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-core-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-core-2.4.6.jar.index new file mode 100644 index 0000000..de7a80d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-core-2.4.6.jar.index @@ -0,0 +1,52 @@ + +org/apache/cxf/wsdl +org/apache/cxf/feature +org/apache/cxf/service/invoker +org/apache/cxf/wsdl11 +org/apache/cxf/configuration/spring +OSGI-INF/blueprint +org/apache/cxf +org/apache/cxf/buslifecycle +org/apache/cxf/databinding/stax +org/apache/cxf/databinding +META-INF/maven/org.apache.cxf +org/apache/cxf/bus/blueprint +org/apache/cxf/bus +org/apache/cxf/databinding/source/mime +org/apache/cxf/transport +META-INF/maven +org/apache/cxf/headers +org/apache/cxf/configuration +org/apache/cxf/bus/spring +org/apache/cxf/clustering/spring +org/apache/cxf/databinding/source +org/apache/cxf/interceptor/transform +META-INF/services +org/apache/cxf/service +org/apache/cxf/configuration/blueprint +org/apache/cxf/binding +org/apache/cxf/phase +org/apache/cxf/interceptor/security +org/apache/cxf/bus/osgi +org/apache/cxf/attachment +org/apache/cxf/service/factory +org/apache/cxf/io +org/apache/cxf/bus/resource +META-INF/cxf +schemas/blueprint +org +org/apache/cxf/frontend +org/apache/cxf/test +org/apache/cxf/workqueue +org/apache/cxf/bus/extension +META-INF/maven/org.apache.cxf/cxf-rt-core +org/apache/cxf/endpoint +org/apache/cxf/clustering +schemas +org/apache/cxf/transport/http +OSGI-INF +META-INF +org/apache/cxf/interceptor +schemas/configuration +org/apache +org/apache/cxf/catalog diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.6.jar new file mode 100644 index 0000000..1ebf98a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.6.jar.index new file mode 100644 index 0000000..c93279c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-aegis-2.4.6.jar.index @@ -0,0 +1,25 @@ + +org/apache/cxf/aegis/util/jdom +org/apache/cxf/aegis/type/encoded +org/apache/cxf/aegis/util +META-INF/cxf +org/apache/cxf/aegis/type +org +org/apache/cxf/aegis/type/xml +org/apache/cxf +org/apache/cxf/aegis/xml +org/apache/cxf/aegis/type/basic +META-INF/maven/org.apache.cxf +org/apache/cxf/aegis/type/collection +org/apache/cxf/aegis/type/mtom +org/apache/cxf/aegis/xml/stax +org/apache/cxf/aegis/xml/jdom +org/apache/cxf/aegis/util/stax +META-INF/maven +org/apache/cxf/aegis +org/apache/cxf/aegis/util/date +META-INF +META-INF/maven/org.apache.cxf/cxf-rt-databinding-aegis +org/apache +org/apache/cxf/aegis/type/java5 +org/apache/cxf/aegis/databinding diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar new file mode 100644 index 0000000..e45b455 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar.index new file mode 100644 index 0000000..4902b2e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-databinding-jaxb-2.4.6.jar.index @@ -0,0 +1,14 @@ + +org/apache/cxf/jaxb/io +META-INF/cxf +META-INF/maven +META-INF/maven/org.apache.cxf/cxf-rt-databinding-jaxb +org +META-INF +org/apache/cxf +org/apache/cxf/jaxb/attachment +org/apache +org/apache/cxf/jaxb +META-INF/maven/org.apache.cxf +org/apache/cxf/endpoint/dynamic +org/apache/cxf/endpoint diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.6.jar new file mode 100644 index 0000000..f93cc6e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.6.jar.index new file mode 100644 index 0000000..d642a6e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-jaxws-2.4.6.jar.index @@ -0,0 +1,35 @@ + +org/apache/cxf/jaxws/binding/http +org/apache/cxf/jaxws/javaee +org/apache/cxf/jaxws22/spi +org/apache/cxf/jaxws22/spring +META-INF/cxf +org/apache/cxf/jaxws/handler/soap +org/apache/cxf/transport/http_jaxws_spi +schemas/blueprint +org +org/apache/cxf/jaxws/context +org/apache/cxf +OSGI-INF/blueprint +org/apache/cxf/jaxws/spring +org/apache/cxf/jaxws/interceptors +META-INF/maven/org.apache.cxf +org/apache/cxf/jaxws +org/apache/cxf/jaxws/binding/soap +org/apache/cxf/jaxws/binding +org/apache/cxf/jaxws/handler/logical +org/apache/cxf/jaxws/endpoint +schemas +org/apache/cxf/transport +META-INF/maven +org/apache/cxf/jaxws/endpoint/dynamic +OSGI-INF +org/apache/cxf/jaxws22 +META-INF +META-INF/maven/org.apache.cxf/cxf-rt-frontend-jaxws +org/apache/cxf/jaxws/support +org/apache/cxf/jaxws/handler +org/apache +META-INF/services +org/apache/cxf/jaxws/spi +org/apache/cxf/jaxws/blueprint diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.6.jar new file mode 100644 index 0000000..99d7bd4 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.6.jar.index new file mode 100644 index 0000000..185b5a8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-frontend-simple-2.4.6.jar.index @@ -0,0 +1,18 @@ +org/apache/cxf/frontend/spring + +schemas +org/apache/cxf/service/factory +META-INF/maven +schemas/blueprint +OSGI-INF +org +META-INF +org/apache/cxf/frontend +META-INF/maven/org.apache.cxf/cxf-rt-frontend-simple +org/apache/cxf/frontend/blueprint +OSGI-INF/blueprint +org/apache/cxf +org/apache/cxf/simple +org/apache +org/apache/cxf/service +META-INF/maven/org.apache.cxf diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-management-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-management-2.4.6.jar new file mode 100644 index 0000000..cf05855 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-management-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-management-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-management-2.4.6.jar.index new file mode 100644 index 0000000..1b09d2e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-management-2.4.6.jar.index @@ -0,0 +1,19 @@ + +org/apache/cxf/management/interceptor +schemas +org/apache/cxf/management/jmx/export/runtime +org/apache/cxf/management/persistence +META-INF/maven +META-INF/cxf +org +META-INF +org/apache/cxf/management/jmx/export +schemas/configuration +org/apache/cxf +META-INF/maven/org.apache.cxf/cxf-rt-management +org/apache +org/apache/cxf/management/counters +META-INF/maven/org.apache.cxf +org/apache/cxf/management/jmx +org/apache/cxf/management +org/apache/cxf/management/utils diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.6.jar new file mode 100644 index 0000000..8eaa0e4 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.6.jar.index new file mode 100644 index 0000000..0db8476 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-common-2.4.6.jar.index @@ -0,0 +1,11 @@ + +org/apache/cxf +org/apache +org/apache/cxf/transport +META-INF/maven +META-INF/maven/org.apache.cxf/cxf-rt-transports-common +META-INF/maven/org.apache.cxf +org/apache/cxf/transport/common +org +org/apache/cxf/transport/common/gzip +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.6.jar new file mode 100644 index 0000000..a4821ff Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.6.jar.index new file mode 100644 index 0000000..9bbff23 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-http-2.4.6.jar.index @@ -0,0 +1,28 @@ +META-INF/spring + +META-INF/cxf/osgi +META-INF/cxf +org +schemas/wsdl +org/apache/cxf +org/apache/cxf/transport/servlet +org/apache/cxf/transport/servlet/servicelist +org/apache/cxf/transport/http/spring +META-INF/maven/org.apache.cxf +org/apache/cxf/transports +schemas +org/apache/cxf/transport +META-INF/maven +org/apache/cxf/configuration/jsse/spring +org/apache/cxf/transport/http +META-INF/maven/org.apache.cxf/cxf-rt-transports-http +org/apache/cxf/transport/https +META-INF +org/apache/cxf/configuration/jsse +org/apache/cxf/transports/http +org/apache/cxf/transport/http/policy +schemas/configuration +org/apache/cxf/transports/http/configuration +org/apache +org/apache/cxf/transport/http/auth +org/apache/cxf/configuration diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.6.jar new file mode 100644 index 0000000..b698a4e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.6.jar.index new file mode 100644 index 0000000..a97e0dd --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-jms-2.4.6.jar.index @@ -0,0 +1,21 @@ + +schemas +org/apache/cxf/transport +META-INF/maven +META-INF/cxf +org/apache/cxf/transport/jms/continuations +org +META-INF +schemas/wsdl +org/apache/cxf/transport/jms/spec +org/apache/cxf/transport/jms/wsdl +org/apache/cxf/transport/jms/wsdl11 +schemas/wsdl/spec +schemas/configuration +org/apache/cxf +org/apache +org/apache/cxf/transport/jms/spring +META-INF/maven/org.apache.cxf/cxf-rt-transports-jms +META-INF/maven/org.apache.cxf +org/apache/cxf/transport/jms +org/apache/cxf/transport/jms/uri diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.6.jar new file mode 100644 index 0000000..9485a1e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.6.jar.index new file mode 100644 index 0000000..8ac47d6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-transports-local-2.4.6.jar.index @@ -0,0 +1,11 @@ + +org/apache/cxf +org/apache +org/apache/cxf/transport +META-INF/maven +META-INF/cxf +META-INF/maven/org.apache.cxf/cxf-rt-transports-local +org/apache/cxf/transport/local +META-INF/maven/org.apache.cxf +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.6.jar new file mode 100644 index 0000000..ba30e6a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.6.jar.index new file mode 100644 index 0000000..e467f51 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-addr-2.4.6.jar.index @@ -0,0 +1,18 @@ + +schemas +META-INF/maven +META-INF/cxf +org/apache/cxf/ws +org/apache/cxf/ws/addressing/soap +OSGI-INF +org +META-INF +org/apache/cxf/ws/addressing/spring +org/apache/cxf/ws/addressing/policy +OSGI-INF/blueprint +org/apache/cxf +org/apache/cxf/ws/addressing/blueprint +org/apache +META-INF/maven/org.apache.cxf/cxf-rt-ws-addr +org/apache/cxf/ws/addressing +META-INF/maven/org.apache.cxf diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.6.jar new file mode 100644 index 0000000..fb76240 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.6.jar.index new file mode 100644 index 0000000..839f459 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-policy-2.4.6.jar.index @@ -0,0 +1,25 @@ + +org/apache/cxf/ws/policy/attachment/reference +org/apache/cxf/ws/policy/attachment/external +META-INF/cxf +org/apache/cxf/ws/policy/blueprint +schemas/blueprint +org +META-INF/maven/org.apache.cxf/cxf-rt-ws-policy +org/apache/cxf/ws/policy +org/apache/cxf +OSGI-INF/blueprint +META-INF/maven/org.apache.cxf +org/apache/cxf/ws/policy/attachment +org/apache/cxf/ws/policy/v200607 +org/apache/cxf/ws/policy/spring +schemas +META-INF/maven +org/apache/cxf/ws +OSGI-INF +META-INF +org/apache/cxf/ws/policy/selector +org/apache +org/apache/cxf/ws/policy/mtom +org/apache/cxf/ws/policy/attachment/wsdl11 +org/apache/cxf/ws/policy/v200409 diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.6.jar new file mode 100644 index 0000000..ad40644 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.6.jar.index new file mode 100644 index 0000000..79833cd --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-rm-2.4.6.jar.index @@ -0,0 +1,24 @@ + +schemas +META-INF/maven +META-INF/cxf +org/apache/cxf/ws/rm/manager +org/apache/cxf/ws/rm/blueprint +org/apache/cxf/ws +org/apache/cxf/ws/rm/feature +OSGI-INF +org +META-INF +schemas/wsdl +OSGI-INF/blueprint +schemas/configuration +org/apache/cxf +META-INF/maven/org.apache.cxf/cxf-rt-ws-rm +org/apache/cxf/ws/rm/persistence +org/apache +org/apache/cxf/ws/rm/policy +org/apache/cxf/ws/rm/spring +org/apache/cxf/ws/rm +META-INF/maven/org.apache.cxf +org/apache/cxf/ws/rm/persistence/jdbc +org/apache/cxf/ws/rm/soap diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.6.jar new file mode 100644 index 0000000..68d966b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.6.jar.index new file mode 100644 index 0000000..d11f8d1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-rt-ws-security-2.4.6.jar.index @@ -0,0 +1,31 @@ + +org/apache/cxf/ws/security/sts +org/apache/cxf/ws/security/sts/provider/model/secext +META-INF/cxf +org/apache/cxf/ws/security/wss4j +org/apache/cxf/ws/security/policy/interceptors +org/apache/cxf/ws/security/kerberos +org +org/apache/cxf +org/apache/cxf/ws/security/sts/provider/model/wstrust14 +org/apache/cxf/ws/security/wss4j/policyvalidators +org/apache/cxf/ws/security/sts/provider +org/apache/cxf/ws/security/sts/provider/model/xmldsig +META-INF/maven/org.apache.cxf +org/apache/cxf/ws/security/policy/model +org/apache/cxf/ws/security/trust +org/apache/cxf/ws/security +org/apache/cxf/ws/security/policy +org/apache/cxf/ws/security/trust/delegation +org/apache/cxf/ws/security/policy/custom +META-INF/maven +META-INF/maven/org.apache.cxf/cxf-rt-ws-security +org/apache/cxf/ws/security/sts/provider/operation +org/apache/cxf/ws +org/apache/cxf/ws/security/tokenstore +META-INF +org/apache/cxf/ws/security/sts/provider/model +org/apache/cxf/ws/security/wss4j/policyhandlers +org/apache +org/apache/cxf/ws/security/sts/provider/model/utility +org/apache/cxf/ws/security/policy/builders diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-common-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-common-2.4.6.jar new file mode 100644 index 0000000..d92898f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-common-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-common-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-common-2.4.6.jar.index new file mode 100644 index 0000000..289b875 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-common-2.4.6.jar.index @@ -0,0 +1,18 @@ + +org/apache/cxf/tools/common/toolspec/parser +org/apache/cxf/tools/common/toolspec +META-INF/maven +org/apache/cxf/tools/common/jaxb +org/apache/cxf/tools/common/extensions +org/apache/cxf/tools/util +org/apache/cxf/tools/common/model +org/apache/cxf/tools +org +META-INF +org/apache/cxf/tools/common/dom +META-INF/maven/org.apache.cxf/cxf-tools-common +org/apache/cxf +org/apache +org/apache/cxf/tools/common/extensions/soap +META-INF/maven/org.apache.cxf +org/apache/cxf/tools/common diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.6.jar new file mode 100644 index 0000000..179f12f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.6.jar.index new file mode 100644 index 0000000..5d591d2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-java2ws-2.4.6.jar.index @@ -0,0 +1,27 @@ + +org/apache/cxf/tools/java2js +org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/generator/template +META-INF/cxf +org/apache/cxf/tools +org +org/apache/cxf/tools/java2wsdl/generator/wsdl11/annotator +org/apache/cxf +org/apache/cxf/tools/java2wsdl/generator/wsdl11 +org/apache/cxf/tools/java2wsdl/processor/internal/jaxws +org/apache/cxf/tools/java2ws +org/apache/cxf/tools/java2wsdl/processor/internal/simple +META-INF/maven/org.apache.cxf +org/apache/cxf/tools/java2wsdl/processor +org/apache/cxf/tools/java2wsdl/processor/internal/simple/generator +META-INF/maven/org.apache.cxf/cxf-tools-java2ws +org/apache/cxf/tools/java2wsdl/generator +org/apache/cxf/tools/java2wsdl/processor/internal +META-INF/maven +META-INF +org/apache/cxf/tools/java2ws/util +org/apache/cxf/tools/java2wsdl/generator/wsdl11/model +org/apache +org/apache/cxf/tools/java2wsdl +org/apache/cxf/tools/java2wsdl/processor/internal/simple/generator/template +org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/generator +org/apache/cxf/tools/java2js/processor diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-validator-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-validator-2.4.6.jar new file mode 100644 index 0000000..eae2e03 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-validator-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-validator-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-validator-2.4.6.jar.index new file mode 100644 index 0000000..eb20852 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-validator-2.4.6.jar.index @@ -0,0 +1,12 @@ + +org/apache/cxf +org/apache/cxf/tools/validator/internal +org/apache/cxf/tools/validator +org/apache +org/apache/cxf/tools/validator/internal/model +META-INF/maven/org.apache.cxf/cxf-tools-validator +META-INF/maven +org/apache/cxf/tools +META-INF/maven/org.apache.cxf +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.6.jar new file mode 100644 index 0000000..f843340 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.6.jar.index new file mode 100644 index 0000000..d7bcfc4 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-core-2.4.6.jar.index @@ -0,0 +1,13 @@ + +schemas +org/apache/cxf/tools/wsdlto +META-INF/maven +org/apache/cxf/tools +org/apache/cxf/tools/plugin +org/apache/cxf/tools/wsdlto/core +META-INF/maven/org.apache.cxf/cxf-tools-wsdlto-core +org +META-INF +org/apache/cxf +org/apache +META-INF/maven/org.apache.cxf diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar new file mode 100644 index 0000000..2f7bfee Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar.index new file mode 100644 index 0000000..8f1c03d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-databinding-jaxb-2.4.6.jar.index @@ -0,0 +1,12 @@ + +org/apache/cxf +META-INF/maven/org.apache.cxf/cxf-tools-wsdlto-databinding-jaxb +org/apache +org/apache/cxf/tools/wsdlto +META-INF/maven +org/apache/cxf/tools +org/apache/cxf/tools/wsdlto/databinding +META-INF/maven/org.apache.cxf +org +org/apache/cxf/tools/wsdlto/databinding/jaxb +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar new file mode 100644 index 0000000..c704a44 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar.index new file mode 100644 index 0000000..c525952 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-tools-wsdlto-frontend-jaxws-2.4.6.jar.index @@ -0,0 +1,21 @@ + +META-INF/maven/org.apache.cxf/cxf-tools-wsdlto-frontend-jaxws +org/apache/cxf/tools/wsdlto +META-INF/maven +org/apache/cxf/tools +org/apache/cxf/tools/wsdlto/frontend +org/apache/cxf/tools/wsdlto/frontend/jaxws/processor +org +META-INF +org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11 +org/apache/cxf/tools/wsdlto/frontend/jaxws/validator +org/apache/cxf +org/apache/cxf/tools/wsdlto/frontend/jaxws/template +org/apache +org/apache/cxf/tools/wsdlto/frontend/jaxws/generators +org/apache/cxf/tools/wsdlto/frontend/jaxws +META-INF/maven/org.apache.cxf +org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal +org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/annotator +org/apache/cxf/tools/wsdlto/frontend/jaxws/customization +org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/mapper diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar new file mode 100644 index 0000000..0fa1d5f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar.index new file mode 100644 index 0000000..5e0dfac --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-boolean-2.4.0.jar.index @@ -0,0 +1,18 @@ + +com/sun/tools/xjc +com +META-INF/maven +org/apache/cxf/xjc +org +com/sun +META-INF +com/sun/tools/xjc/addon +META-INF/maven/org.apache.cxf.xjcplugins +org/apache/cxf +org/apache +com/sun/tools +com/sun/tools/xjc/addon/apache_cxf +META-INF/services +META-INF/maven/org.apache.cxf.xjcplugins/cxf-xjc-boolean +org/apache/cxf/xjc/bg +com/sun/tools/xjc/addon/apache_cxf/bg diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar new file mode 100644 index 0000000..445f091 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar.index new file mode 100644 index 0000000..3c68455 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-dv-2.4.0.jar.index @@ -0,0 +1,18 @@ + +com/sun/tools/xjc +com +META-INF/maven +com/sun/tools/xjc/addon/apache_cxf/dv +org/apache/cxf/xjc +org +com/sun +META-INF +com/sun/tools/xjc/addon +org/apache/cxf/xjc/dv +META-INF/maven/org.apache.cxf.xjcplugins +org/apache/cxf +org/apache +com/sun/tools +com/sun/tools/xjc/addon/apache_cxf +META-INF/services +META-INF/maven/org.apache.cxf.xjcplugins/cxf-xjc-dv diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar new file mode 100644 index 0000000..919000e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar.index b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar.index new file mode 100644 index 0000000..dc5ac63 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/cxf-xjc-ts-2.4.0.jar.index @@ -0,0 +1,18 @@ + +com/sun/tools/xjc +com +META-INF/maven +org/apache/cxf/xjc +org +com/sun +META-INF +com/sun/tools/xjc/addon +META-INF/maven/org.apache.cxf.xjcplugins +org/apache/cxf +com/sun/tools/xjc/addon/apache_cxf/ts +org/apache +com/sun/tools +com/sun/tools/xjc/addon/apache_cxf +META-INF/services +META-INF/maven/org.apache.cxf.xjcplugins/cxf-xjc-ts +org/apache/cxf/xjc/ts diff --git a/files/jboss-as-7.1.1/modules/org/apache/cxf/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/module.xml new file mode 100644 index 0000000..9c29d59 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/cxf/main/module.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar new file mode 100644 index 0000000..55cac3d Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar.index b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar.index new file mode 100644 index 0000000..64a546d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar.index @@ -0,0 +1,31 @@ + +org/apache/http/auth +org/apache/http/auth/params +org/apache/http/conn/scheme +org/apache/http/impl/client +org/apache/http/conn +org/apache/http/conn/util +org +META-INF/maven/org.apache.httpcomponents +org/apache/http/impl/conn +org/apache/http +org/apache/http/client/params +org/apache/http/cookie +org/apache/http/conn/ssl +org/apache/http/client/entity +META-INF/maven +org/apache/http/conn/routing +org/apache/http/impl/conn/tsccm +org/apache/http/cookie/params +org/apache/http/impl/cookie +META-INF +META-INF/maven/org.apache.httpcomponents/httpclient +org/apache/http/client +org/apache/http/client/methods +org/apache/http/client/utils +org/apache/http/client/protocol +org/apache +org/apache/http/conn/params +org/apache/http/impl/auth +org/apache/http/impl +org/apache/http/annotation diff --git a/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar new file mode 100644 index 0000000..a4dc3e8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar.index b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar.index new file mode 100644 index 0000000..399ebf1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar.index @@ -0,0 +1,17 @@ + +org/apache/http/impl/io +META-INF/maven/org.apache.httpcomponents/httpcore +META-INF/maven +org +META-INF/maven/org.apache.httpcomponents +META-INF +org/apache/http/message +org/apache/http +org/apache/http/io +org/apache +org/apache/http/entity +org/apache/http/impl +org/apache/http/util +org/apache/http/protocol +org/apache/http/impl/entity +org/apache/http/params diff --git a/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar new file mode 100644 index 0000000..d66fce2 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar.index b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar.index new file mode 100644 index 0000000..e6de744 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar.index @@ -0,0 +1,11 @@ + +org/apache/http +org/apache/http/entity/mime +org/apache +META-INF/maven/org.apache.httpcomponents/httpmime +org/apache/http/entity +META-INF/maven +org/apache/http/entity/mime/content +org +META-INF/maven/org.apache.httpcomponents +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/module.xml new file mode 100644 index 0000000..e3d44d8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/httpcomponents/main/module.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar b/files/jboss-as-7.1.1/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar new file mode 100644 index 0000000..1d2282c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar.index new file mode 100644 index 0000000..e05d163 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar.index @@ -0,0 +1,31 @@ + +org/apache/james/mime4j/field/mimeversion +org/apache/james/mime4j/field/address/parser +org/apache/james/mime4j/util +org/apache/james/mime4j/message +org/apache/james/mime4j/field/datetime +org +org/apache/james/mime4j/field/structured/parser +org/apache/james/mime4j/field/datetime/parser +org/apache/james/mime4j/io +org/apache/james/mime4j/descriptor +org/apache/james/mime4j/codec +org/apache/james/mime4j/field/contenttype/parser +META-INF/maven +org/apache/james/mime4j/field/structured +META-INF/maven/org.apache.james/apache-mime4j +org/apache/james/mime4j/field/language/parser +org/apache/james/mime4j/field/contentdisposition +META-INF +META-INF/maven/org.apache.james +org/apache/james/mime4j/field/language +org/apache/james/mime4j/field/mimeversion/parser +org/apache/james/mime4j +org/apache/james/mime4j/field/address +org/apache/james/mime4j/field/contentdisposition/parser +org/apache +org/apache/james/mime4j/storage +org/apache/james/mime4j/field/contenttype +org/apache/james +org/apache/james/mime4j/parser +org/apache/james/mime4j/field diff --git a/files/jboss-as-7.1.1/modules/org/apache/james/mime4j/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/james/mime4j/main/module.xml new file mode 100644 index 0000000..fbdd22e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/james/mime4j/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar b/files/jboss-as-7.1.1/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar new file mode 100644 index 0000000..6d47d73 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar.index b/files/jboss-as-7.1.1/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar.index new file mode 100644 index 0000000..31ff8f6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar.index @@ -0,0 +1,17 @@ + +org/apache/juddi/v3/client/config +org/apache/juddi/v3 +META-INF/maven +org/apache/juddi/v3/client/transport +org/apache/juddi +org/apache/juddi/v3/client/mapping +META-INF/maven/org.apache.juddi +org/apache/juddi/v3/client/i18n +org +META-INF +org/apache/juddi/v3/client/embed +org/apache +org/apache/juddi/v3/client/transport/wrapper +META-INF/maven/org.apache.juddi/juddi-client +org/apache/juddi/v3/annotations +org/apache/juddi/v3/client diff --git a/files/jboss-as-7.1.1/modules/org/apache/juddi/juddi-client/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/juddi/juddi-client/main/module.xml new file mode 100644 index 0000000..49bfe79 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/juddi/juddi-client/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/juddi/scout/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/juddi/scout/main/module.xml new file mode 100644 index 0000000..51dd923 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/juddi/scout/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/juddi/scout/main/scout-1.2.6.jar b/files/jboss-as-7.1.1/modules/org/apache/juddi/scout/main/scout-1.2.6.jar new file mode 100644 index 0000000..8ac5435 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/juddi/scout/main/scout-1.2.6.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/juddi/scout/main/scout-1.2.6.jar.index b/files/jboss-as-7.1.1/modules/org/apache/juddi/scout/main/scout-1.2.6.jar.index new file mode 100644 index 0000000..cd67435 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/juddi/scout/main/scout-1.2.6.jar.index @@ -0,0 +1,16 @@ + +org/apache/ws/scout/util +META-INF/maven +org/apache/ws/scout/model/uddi +org +META-INF +org/apache/ws +org/apache/ws/scout/registry +META-INF/maven/org.apache.juddi.scout +org/apache/ws/scout/registry/infomodel +org/apache +META-INF/maven/org.apache.juddi.scout/scout +org/apache/ws/scout/transport +org/apache/ws/scout/model/uddi/v2 +org/apache/ws/scout/model +org/apache/ws/scout diff --git a/files/jboss-as-7.1.1/modules/org/apache/juddi/uddi-ws/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/juddi/uddi-ws/main/module.xml new file mode 100644 index 0000000..867c89b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/juddi/uddi-ws/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar b/files/jboss-as-7.1.1/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar new file mode 100644 index 0000000..3e6fb74 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar.index b/files/jboss-as-7.1.1/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar.index new file mode 100644 index 0000000..8ea0161 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar.index @@ -0,0 +1,30 @@ + +www.w3.org/TR +org/uddi +org/uddi/vscache_v3 +org +www.w3.org/2001 +org/uddi/custody_v3 +org/apache/juddi/v3_service +org/uddi/api_v3 +org/uddi/sub_v3 +org/uddi/policy_v3_instanceparms +META-INF/maven +org/apache/juddi +META-INF/maven/org.apache.juddi +org/w3/_2000 +www.w3.org/TR/xmldsig-core +org/w3 +META-INF/maven/org.apache.juddi/uddi-ws +META-INF +org/uddi/subr_v3 +org/w3/_2000/_09 +org/uddi/policy_v3 +org/uddi/v3_service +org/apache/juddi/api_v3 +org/apache +org/uddi/repl_v3 +org/uddi/vs_v3 +org/w3/_2000/_09/xmldsig_ +org/apache/juddi/jaxb +www.w3.org diff --git a/files/jboss-as-7.1.1/modules/org/apache/log4j/main/log4j-1.2.16.jar b/files/jboss-as-7.1.1/modules/org/apache/log4j/main/log4j-1.2.16.jar new file mode 100644 index 0000000..5429a90 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/log4j/main/log4j-1.2.16.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/log4j/main/log4j-1.2.16.jar.index b/files/jboss-as-7.1.1/modules/org/apache/log4j/main/log4j-1.2.16.jar.index new file mode 100644 index 0000000..149312c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/log4j/main/log4j-1.2.16.jar.index @@ -0,0 +1,29 @@ + +org/apache/log4j/nt +org/apache/log4j/varia +org +org/apache/log4j/jdbc +org/apache/log4j/lf5 +org/apache/log4j/config +org/apache/log4j/lf5/config +org/apache/log4j/pattern +org/apache/log4j/lf5/viewer/categoryexplorer +org/apache/log4j/lf5/viewer/images +org/apache/log4j +org/apache/log4j/or/jms +org/apache/log4j/jmx +org/apache/log4j/chainsaw +META-INF/maven +org/apache/log4j/lf5/viewer +org/apache/log4j/helpers +org/apache/log4j/xml +META-INF/maven/log4j/log4j +META-INF +org/apache/log4j/net +org/apache/log4j/or +org/apache/log4j/spi +org/apache +META-INF/maven/log4j +org/apache/log4j/lf5/util +org/apache/log4j/lf5/viewer/configure +org/apache/log4j/or/sax diff --git a/files/jboss-as-7.1.1/modules/org/apache/log4j/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/log4j/main/module.xml new file mode 100644 index 0000000..26465c3 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/log4j/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/neethi/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/neethi/main/module.xml new file mode 100644 index 0000000..09bb309 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/neethi/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/neethi/main/neethi-3.0.1.jar b/files/jboss-as-7.1.1/modules/org/apache/neethi/main/neethi-3.0.1.jar new file mode 100644 index 0000000..a6c1b1a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/neethi/main/neethi-3.0.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/neethi/main/neethi-3.0.1.jar.index b/files/jboss-as-7.1.1/modules/org/apache/neethi/main/neethi-3.0.1.jar.index new file mode 100644 index 0000000..9885118 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/neethi/main/neethi-3.0.1.jar.index @@ -0,0 +1,12 @@ + +org/apache +org/apache/neethi/util +META-INF/maven +org/apache/neethi/builders/converters +org/apache/neethi/builders +META-INF/maven/org.apache.neethi +org +META-INF +org/apache/neethi/builders/xml +org/apache/neethi +META-INF/maven/org.apache.neethi/neethi diff --git a/files/jboss-as-7.1.1/modules/org/apache/santuario/xmlsec/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/santuario/xmlsec/main/module.xml new file mode 100644 index 0000000..5bfab10 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/santuario/xmlsec/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar b/files/jboss-as-7.1.1/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar new file mode 100644 index 0000000..efa5937 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar.index b/files/jboss-as-7.1.1/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar.index new file mode 100644 index 0000000..28c5d62 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.1.jar.index @@ -0,0 +1,47 @@ + +javax/xml/crypto/dom +org/apache/xml/security/keys +org/apache/jcp/xml/dsig/internal +org/apache/xml/security/keys/content/x509 +org +javax/xml/crypto/dsig +org/apache/xml +org/apache/xml/security +javax/xml/crypto/dsig/keyinfo +org/apache/xml/security/exceptions +org/apache/xml/security/keys/storage/implementations +META-INF/maven/org.apache.santuario/xmlsec +javax +org/apache/xml/security/transforms +org/apache/xml/security/keys/keyresolver +org/apache/xml/security/c14n/helper +javax/xml/crypto +org/apache/xml/security/keys/storage +org/apache/xml/security/signature +org/apache/xml/security/keys/content/keyvalues +org/apache/xml/security/c14n +org/apache/xml/security/transforms/params +org/apache/xml/security/keys/content +META-INF/maven/org.apache.santuario +org/apache/xml/security/keys/keyresolver/implementations +META-INF/maven +org/apache/jcp/xml/dsig/internal/dom +org/apache/xml/security/algorithms +org/apache/xml/security/algorithms/implementations +org/apache/xml/security/transforms/implementations +META-INF +org/apache/xml/security/resource +org/apache/xml/security/resource/schema +javax/xml/crypto/dsig/spec +org/apache/xml/security/utils/resolver/implementations +javax/xml/crypto/dsig/dom +org/apache +org/apache/xml/security/utils/resolver +javax/xml +org/apache/xml/security/signature/reference +org/apache/xml/security/encryption +org/apache/jcp/xml/dsig +org/apache/xml/security/c14n/implementations +org/apache/jcp +org/apache/xml/security/utils +org/apache/jcp/xml diff --git a/files/jboss-as-7.1.1/modules/org/apache/velocity/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/velocity/main/module.xml new file mode 100644 index 0000000..6df79bb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/velocity/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/velocity/main/velocity-1.6.3.jar b/files/jboss-as-7.1.1/modules/org/apache/velocity/main/velocity-1.6.3.jar new file mode 100644 index 0000000..c6a2bd7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/velocity/main/velocity-1.6.3.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/velocity/main/velocity-1.6.3.jar.index b/files/jboss-as-7.1.1/modules/org/apache/velocity/main/velocity-1.6.3.jar.index new file mode 100644 index 0000000..464ac0c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/velocity/main/velocity-1.6.3.jar.index @@ -0,0 +1,31 @@ + +org/apache/velocity/runtime/resource/util +org/apache/velocity/runtime/parser/node +org/apache/velocity/util +org +org/apache/velocity/runtime/directive +org/apache/velocity/texen/util +org/apache/velocity/texen +org/apache/velocity/util/introspection +org/apache/velocity +org/apache/velocity/io +org/apache/velocity/runtime/resource +org/apache/velocity/context +org/apache/velocity/runtime/log +org/apache/velocity/runtime/resource/loader +org/apache/velocity/texen/ant +org/apache/velocity/convert +org/apache/velocity/runtime/defaults +org/apache/velocity/texen/defaults +org/apache/velocity/servlet +org/apache/velocity/exception +org/apache/velocity/anakia +META-INF +org/apache/velocity/app +org/apache/velocity/app/event/implement +org/apache/velocity/runtime +org/apache/velocity/app/tools +org/apache +org/apache/velocity/app/event +org/apache/velocity/runtime/visitor +org/apache/velocity/runtime/parser diff --git a/files/jboss-as-7.1.1/modules/org/apache/ws/security/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/ws/security/main/module.xml new file mode 100644 index 0000000..8619437 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/ws/security/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/ws/security/main/wss4j-1.6.5.jar b/files/jboss-as-7.1.1/modules/org/apache/ws/security/main/wss4j-1.6.5.jar new file mode 100644 index 0000000..9efba2b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/ws/security/main/wss4j-1.6.5.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/ws/security/main/wss4j-1.6.5.jar.index b/files/jboss-as-7.1.1/modules/org/apache/ws/security/main/wss4j-1.6.5.jar.index new file mode 100644 index 0000000..a250494 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/ws/security/main/wss4j-1.6.5.jar.index @@ -0,0 +1,28 @@ + +META-INF/maven/org.apache.ws.security +org/apache/ws/security/action +org/apache/ws/security +org/apache/ws/security/util +org/apache/ws/security/saml/ext/builder +org/apache/ws/security/str +org +org/apache/ws/security/components +org/apache/ws +org/apache/ws/security/cache +org/apache/ws/security/saml +org/apache/ws/security/saml/ext +org/apache/ws/security/conversation/dkalgo +org/apache/ws/security/message +org/apache/ws/security/conversation +org/apache/ws/security/validate +org/apache/ws/security/components/crypto +org/apache/ws/security/processor +META-INF/maven +org/apache/ws/security/transform +org/apache/ws/security/message/token +META-INF +META-INF/maven/org.apache.ws.security/wss4j +org/apache/ws/security/handler +org/apache +org/apache/ws/security/saml/ext/bean +org/apache/ws/security/spnego diff --git a/files/jboss-as-7.1.1/modules/org/apache/ws/xmlschema/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/ws/xmlschema/main/module.xml new file mode 100644 index 0000000..d4b0aba --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/ws/xmlschema/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar b/files/jboss-as-7.1.1/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar new file mode 100644 index 0000000..ec561bf Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar.index b/files/jboss-as-7.1.1/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar.index new file mode 100644 index 0000000..9e7ba44 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.jar.index @@ -0,0 +1,15 @@ + +META-INF/maven +org/apache/ws/commons/schema +org/apache/ws/commons +org/apache/ws/commons/schema/utils +org +META-INF +org/apache/ws +org/apache/ws/commons/schema/constants +org/apache +org/apache/ws/commons/schema/extensions +org/apache/ws/commons/schema/resolver +META-INF/maven/org.apache.ws.xmlschema +META-INF/maven/org.apache.ws.xmlschema/xmlschema-core +org/apache/ws/commons/schema/internal diff --git a/files/jboss-as-7.1.1/modules/org/apache/xalan/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/module.xml new file mode 100644 index 0000000..58183cb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar new file mode 100644 index 0000000..530aac8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index new file mode 100644 index 0000000..dde6aa1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index @@ -0,0 +1,8 @@ + +org/apache +org/apache/xml/serializer/dom3 +org/apache/xml/serializer/utils +org +org/apache/xml/serializer +META-INF +org/apache/xml diff --git a/files/jboss-as-7.1.1/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar new file mode 100644 index 0000000..7bcd4ca Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index new file mode 100644 index 0000000..9e0aa0c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index @@ -0,0 +1,58 @@ + +org/apache/xalan/xsltc/cmdline/getopt +org/apache/bcel/classfile +org/apache/xalan/xsltc/cmdline +org/apache/xml/dtm/ref/sax2dtm +org/apache/xpath +org/apache/bcel/verifier +org/apache/xml/serializer +org/apache/xalan/xsltc/runtime +org/apache/xalan/lib +org/apache/xalan/trace +org/apache/xalan/xslt +org/apache/xml/utils +org/apache/xpath/jaxp +org/apache/xalan/serialize +java_cup +org/apache/bcel/verifier/structurals +org/apache/xpath/patterns +org/apache/xpath/operations +org/apache/xalan/xsltc/compiler/util +org/apache/xalan/xsltc/trax +org/apache/xalan/processor +trax +META-INF/services +org/apache/xalan/xsltc/util +org/apache/xalan/xsltc/dom +org/apache/xml/dtm/ref +org/apache/bcel/util +org/apache/xml/res +org/apache/bcel/verifier/exc +org/apache/regexp +org/apache/xpath/res +org/apache/xpath/axes +org +org/apache/xml +org/apache/bcel +org/apache/xalan/xsltc +org/apache/xalan/xsltc/runtime/output +org/apache/xpath/domapi +org/apache/xalan/res +org/apache/xml/utils/res +org/apache/xalan/client +org/apache/xalan/templates +org/apache/bcel/generic +org/apache/xalan/lib/sql +META-INF +org/apache/xpath/compiler +org/apache/xml/dtm +org/apache/xalan/xsltc/compiler +org/apache +org/apache/xalan +org/apache/xpath/functions +org/apache/xml/dtm/ref/dom2dtm +org/apache/xalan/transformer +org/apache/xpath/objects +org/apache/xalan/extensions +java_cup/runtime +org/apache/bcel/verifier/statics diff --git a/files/jboss-as-7.1.1/modules/org/apache/xerces/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/xerces/main/module.xml new file mode 100644 index 0000000..7a53c9c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/xerces/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar b/files/jboss-as-7.1.1/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar new file mode 100644 index 0000000..dece1c9 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar.index b/files/jboss-as-7.1.1/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar.index new file mode 100644 index 0000000..9faffc5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-1.jar.index @@ -0,0 +1,49 @@ + +org/apache/xerces/impl/dv/util +org/apache/xerces/impl/io +org/w3c/dom +org/apache/xerces/impl/dtd/models +org/apache/xerces/impl/validation +org/apache/xerces/xni/grammars +org/apache/xerces/impl/dtd +org/apache/xerces/impl/dv/dtd +org/apache/xerces/impl +org/apache/xerces/xpointer +org/apache/xerces/dom3 +org/apache/xerces/jaxp/validation +org/apache/xerces/impl/dv/xs +org/apache/html/dom +org/apache/xerces/xs/datatypes +org/apache/xerces/dom +org/apache/xerces/dom3/as +org/apache/xerces/xs +org/apache/xerces/jaxp +org/apache/xerces/xni +org/apache/xerces/impl/dv +org/apache/wml +org/apache/xml/serialize +org/apache/xerces/impl/xs/opti +org/apache/xerces/jaxp/datatype +META-INF/services +org/apache/wml/dom +org/apache/html +org/apache/xerces/impl/xs/identity +org/w3c +org/w3c/dom/html +org/apache/xerces/impl/xpath/regex +org/apache/xerces/util +org/apache/xerces/impl/xs/util +org/apache/xerces/impl/xs/traversers +org/apache/xerces/xinclude +org +org/apache/xml +org/apache/xerces +org/apache/xerces/impl/msg +org/apache/xerces/xni/parser +org/apache/xerces/dom/events +META-INF +org/apache/xerces/impl/xpath +org/apache +org/apache/xerces/parsers +org/apache/xerces/impl/xs/models +org/apache/xerces/impl/xs diff --git a/files/jboss-as-7.1.1/modules/org/apache/xml-resolver/main/module.xml b/files/jboss-as-7.1.1/modules/org/apache/xml-resolver/main/module.xml new file mode 100644 index 0000000..f5eceb2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/xml-resolver/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar b/files/jboss-as-7.1.1/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar new file mode 100644 index 0000000..e535bdc Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar.index b/files/jboss-as-7.1.1/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar.index new file mode 100644 index 0000000..d0be29d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar.index @@ -0,0 +1,12 @@ + +org/apache/xml/resolver/apps +org/apache +org/apache/env +org/apache/xml/resolver/tools +org/apache/xml/resolver/readers +org/apache/xml/resolver +org/apache/xml/resolver/helpers +org +META-INF +org/apache/xml/resolver/etc +org/apache/xml diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.2.jar b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.2.jar new file mode 100644 index 0000000..c506567 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.2.jar.index b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.2.jar.index new file mode 100644 index 0000000..4ddfe86 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.2.jar.index @@ -0,0 +1,12 @@ + +org/codehaus/jackson/format +org/codehaus/jackson/io +org/codehaus/jackson/impl +org/codehaus/jackson/util +org/codehaus +org +org/codehaus/jackson/type +META-INF +org/codehaus/jackson/annotate +org/codehaus/jackson +org/codehaus/jackson/sym diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/module.xml b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/module.xml new file mode 100644 index 0000000..7c05e14 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.2.jar b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.2.jar new file mode 100644 index 0000000..69f5b7f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.2.jar.index b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.2.jar.index new file mode 100644 index 0000000..73967cc --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.2.jar.index @@ -0,0 +1,6 @@ + +org/codehaus +org +org/codehaus/jackson/jaxrs +META-INF +org/codehaus/jackson diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-jaxrs/main/module.xml b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-jaxrs/main/module.xml new file mode 100644 index 0000000..9b2f4e9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-jaxrs/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.2.jar b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.2.jar new file mode 100644 index 0000000..6407dc0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.2.jar.index b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.2.jar.index new file mode 100644 index 0000000..b7b1196 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.2.jar.index @@ -0,0 +1,23 @@ +org/codehaus/jackson/map/ser + +org/codehaus/jackson/map/exc +org/codehaus +org/codehaus/jackson/map/jsontype +org/codehaus/jackson/map/deser/impl +org +org/codehaus/jackson/map/module +META-INF +org/codehaus/jackson/map/ser/impl +org/codehaus/jackson/map/annotate +org/codehaus/jackson/map/deser +org/codehaus/jackson/node +org/codehaus/jackson/map/type +org/codehaus/jackson/map/ext +org/codehaus/jackson/map/ser/std +org/codehaus/jackson/schema +org/codehaus/jackson/map/util +org/codehaus/jackson +org/codehaus/jackson/map/introspect +org/codehaus/jackson/map/jsontype/impl +org/codehaus/jackson/map +org/codehaus/jackson/map/deser/std diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-mapper-asl/main/module.xml b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-mapper-asl/main/module.xml new file mode 100644 index 0000000..ccb6dba --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-mapper-asl/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.2.jar b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.2.jar new file mode 100644 index 0000000..41f1070 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.2.jar.index b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.2.jar.index new file mode 100644 index 0000000..a63407b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.2.jar.index @@ -0,0 +1,6 @@ +org/codehaus/jackson/xc + +org/codehaus +org +META-INF +org/codehaus/jackson diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-xc/main/module.xml b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-xc/main/module.xml new file mode 100644 index 0000000..b556844 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-xc/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jettison/main/jettison-1.3.1.jar b/files/jboss-as-7.1.1/modules/org/codehaus/jettison/main/jettison-1.3.1.jar new file mode 100644 index 0000000..cf7ae1a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/codehaus/jettison/main/jettison-1.3.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jettison/main/jettison-1.3.1.jar.index b/files/jboss-as-7.1.1/modules/org/codehaus/jettison/main/jettison-1.3.1.jar.index new file mode 100644 index 0000000..b9d4296 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jettison/main/jettison-1.3.1.jar.index @@ -0,0 +1,12 @@ + +org/codehaus/jettison/badgerfish +org/codehaus/jettison +org/codehaus/jettison/json +META-INF/maven +META-INF/maven/org.codehaus.jettison/jettison +org/codehaus/jettison/mapped +org/codehaus +META-INF/maven/org.codehaus.jettison +org/codehaus/jettison/util +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/jettison/main/module.xml b/files/jboss-as-7.1.1/modules/org/codehaus/jettison/main/module.xml new file mode 100644 index 0000000..e21f42f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/jettison/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/module.xml b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/module.xml new file mode 100644 index 0000000..23f131a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar new file mode 100644 index 0000000..63a8a06 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar.index b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar.index new file mode 100644 index 0000000..ecfbcc2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar.index @@ -0,0 +1,15 @@ + +org/codehaus/stax2/ri/dom +org/codehaus/stax2/validation +org/codehaus/stax2/util +org/codehaus/stax2 +org/codehaus +org/codehaus/stax2/ri/typed +org/codehaus/stax2/typed +org/codehaus/stax2/io +org +META-INF +org/codehaus/stax2/evt +org/codehaus/stax2/ri +org/codehaus/stax2/osgi +org/codehaus/stax2/ri/evt diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar new file mode 100644 index 0000000..dfc651d Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar.index b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar.index new file mode 100644 index 0000000..f389da0 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar.index @@ -0,0 +1,22 @@ + +com +com/ctc/wstx/stax +com/ctc/wstx/exc +com/ctc/wstx/ent +com/ctc/wstx/compat +com/ctc +com/ctc/wstx/evt +com/ctc/wstx/io +META-INF +com/ctc/wstx +com/ctc/wstx/util +com/ctc/wstx/sr +com/ctc/wstx/api +com/ctc/wstx/osgi +META-INF/services +com/ctc/wstx/cfg +com/ctc/wstx/sw +com/ctc/wstx/msv +com/ctc/wstx/dtd +com/ctc/wstx/dom +com/ctc/wstx/sax diff --git a/files/jboss-as-7.1.1/modules/org/dom4j/main/dom4j-1.6.1.jar b/files/jboss-as-7.1.1/modules/org/dom4j/main/dom4j-1.6.1.jar new file mode 100644 index 0000000..c8c4dbb Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/dom4j/main/dom4j-1.6.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/dom4j/main/dom4j-1.6.1.jar.index b/files/jboss-as-7.1.1/modules/org/dom4j/main/dom4j-1.6.1.jar.index new file mode 100644 index 0000000..8b85bca --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/dom4j/main/dom4j-1.6.1.jar.index @@ -0,0 +1,17 @@ + +org/dom4j/jaxb +org/dom4j +org/dom4j/swing +org/dom4j/bean +org +META-INF +org/dom4j/rule +org/dom4j/xpath +org/dom4j/io +org/dom4j/xpp +org/dom4j/datatype +org/dom4j/dtd +org/dom4j/util +org/dom4j/tree +org/dom4j/rule/pattern +org/dom4j/dom diff --git a/files/jboss-as-7.1.1/modules/org/dom4j/main/module.xml b/files/jboss-as-7.1.1/modules/org/dom4j/main/module.xml new file mode 100644 index 0000000..792e507 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/dom4j/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar new file mode 100644 index 0000000..65749f1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar.index new file mode 100644 index 0000000..6e75f40 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hibernate/envers/main/hibernate-envers-4.0.1.Final.jar.index @@ -0,0 +1,39 @@ +org/hibernate + +org/hibernate/envers/entities/mapper/relation/lazy/initializor +org/hibernate/envers/internal +org/hibernate/envers/query/impl +org/hibernate/envers/query/order +org/hibernate/envers/configuration/metadata/reader +org/hibernate/envers/entities/mapper/relation/component +org +org/hibernate/envers/strategy +org/hibernate/envers/exception +org/hibernate/envers/entities/mapper/id +org/hibernate/envers/tools/graph +org/hibernate/envers/entities +org/hibernate/envers/query/criteria +org/hibernate/envers/tools/reflection +org/hibernate/envers/query/property +org/hibernate/envers/tools/query +org/hibernate/envers/entities/mapper/relation/lazy +org/hibernate/envers/query/projection +org/hibernate/envers/event +org/hibernate/envers/query +org/hibernate/envers/synchronization/work +org/hibernate/envers/configuration +org/hibernate/envers/entities/mapper/relation/lazy/proxy +org/hibernate/envers/configuration/metadata +org/hibernate/envers/entities/mapper/relation/query +org/hibernate/envers +org/hibernate/envers/entities/mapper/relation +org/hibernate/envers/synchronization +org/hibernate/tool/ant +META-INF +org/hibernate/envers/tools +org/hibernate/envers/revisioninfo +org/hibernate/envers/reader +META-INF/services +org/hibernate/envers/entities/mapper +org/hibernate/tool +org/hibernate/envers/ant diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/envers/main/module.xml b/files/jboss-as-7.1.1/modules/org/hibernate/envers/main/module.xml new file mode 100644 index 0000000..e71c83f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hibernate/envers/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-commons-annotations-4.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-commons-annotations-4.0.1.Final.jar new file mode 100644 index 0000000..ac9d674 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-commons-annotations-4.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-commons-annotations-4.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-commons-annotations-4.0.1.Final.jar.index new file mode 100644 index 0000000..d3a3be8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-commons-annotations-4.0.1.Final.jar.index @@ -0,0 +1,15 @@ + +org/hibernate +org/hibernate/annotations/common/reflection/java/generics +META-INF/maven/org.hibernate.common/hibernate-commons-annotations +org/hibernate/annotations/common/annotationfactory +META-INF/maven +org/hibernate/annotations/common/reflection/java +org +META-INF +org/hibernate/annotations/common/util +org/hibernate/annotations/common/util/impl +META-INF/maven/org.hibernate.common +org/hibernate/annotations/common +org/hibernate/annotations/common/reflection +org/hibernate/annotations diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-core-4.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-core-4.0.1.Final.jar new file mode 100644 index 0000000..0fa8a2d Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-core-4.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-core-4.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-core-4.0.1.Final.jar.index new file mode 100644 index 0000000..7466363 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-core-4.0.1.Final.jar.index @@ -0,0 +1,200 @@ + +org/hibernate/engine/transaction/internal +org/hibernate/hql/internal/antlr +org/hibernate/loader/custom/sql +org/hibernate/event/service/spi +org/hibernate/cfg +org/hibernate/metamodel/domain +org/hibernate/id +org/hibernate/service/jndi/spi +org/hibernate/id/factory/internal +org/hibernate/cache/internal +org/hibernate/bytecode/spi +org/hibernate/metamodel/relational +org/hibernate/metamodel/source/annotations/entity +org/hibernate/collection +org/hibernate/id/insert +org/hibernate/service/jmx/internal +org/hibernate/context/spi +org/hibernate/metamodel/source/internal +org/hibernate/engine/transaction/synchronization/spi +org/hibernate/service/jmx +org/hibernate/type/descriptor +org/hibernate/loader/hql +org/hibernate/loader/custom +org/hibernate/engine/query +org/hibernate/loader/entity +org/hibernate/id/factory +org/hibernate/engine/jdbc/batch/spi +org/hibernate/criterion +org/hibernate/internal/util/compare +org/hibernate/engine/transaction/synchronization +org/hibernate/metamodel/source/annotations/xml/filter +org/hibernate/internal/util/config +org/hibernate/service/jmx/spi +org/hibernate/cfg/beanvalidation +org/hibernate/proxy/pojo +org/hibernate/action/internal +org/hibernate/metamodel/source/annotations/attribute +org/hibernate/internal/jaxb +org/hibernate/tuple/entity +org/hibernate/service/instrumentation/spi +org/hibernate/cfg/annotations +org/hibernate/engine/jdbc/batch +org/hibernate/engine/internal +org/hibernate/bytecode/internal +org/hibernate/ejb +org/hibernate/service/jta +org/hibernate/service/jta/platform/internal +org/hibernate/engine/jdbc/internal +org/hibernate/context +org/hibernate/tool/hbm2ddl +org/hibernate/hql/internal/ast +org/hibernate/metamodel/source/annotations/xml +org/hibernate/integrator/spi +org/hibernate/metadata +org/hibernate/service/jta/platform/spi +org/hibernate/hql/internal +org/hibernate/hql/spi +org/hibernate/sql/ordering +org/hibernate/internal/jaxb/mapping +org/hibernate/engine/transaction +org/hibernate/bytecode/instrumentation/internal/javassist +org/hibernate/integrator/internal +org/hibernate/service/jdbc +org/hibernate/event/spi +org/hibernate/cache +org/hibernate/service/jndi +org/hibernate/service/classloading/spi +org/hibernate/hql/internal/classic +org/hibernate/service/config +org/hibernate/tool/instrument/javassist +org/hibernate/context/internal +org/hibernate/service/spi +org/hibernate/action +org/hibernate/loader +org/hibernate/cache/spi/access +org/hibernate/dialect/resolver +org/hibernate/type/descriptor/sql +org/hibernate/metamodel/source/binder +org/hibernate/metamodel/source/annotations/attribute/type +org/hibernate/loader/collection +org/hibernate/bytecode/instrumentation +org/hibernate/sql/ordering/antlr +org/hibernate/internal/util/beans +org/hibernate/mapping +org/hibernate/bytecode/internal/javassist +org/hibernate/engine/jdbc +org/hibernate/stat/internal +org/hibernate/proxy +org/hibernate/engine/query/spi/sql +META-INF +org/hibernate/loader/criteria +org/hibernate/jmx +org/hibernate/metamodel/source/annotations/global +org/hibernate/engine/query/spi +org/hibernate/persister/spi +org/hibernate/metamodel/source/annotations +org/hibernate/event +org/hibernate/dialect/lock +org/hibernate/persister/entity +org/hibernate/metamodel/binding +org/hibernate/property +org/hibernate/engine/loading/internal +org/hibernate/metamodel/relational/state +org/hibernate/type/descriptor/java +org/hibernate/internal/util/xml +org/hibernate/action/spi +org/hibernate/dialect/function +org/hibernate/bytecode/instrumentation/internal +org/hibernate/transaction +org/hibernate/tool/instrument +org/hibernate/transform +org/hibernate/engine/transaction/internal/jdbc +org/hibernate/engine/transaction/internal/jta +org/hibernate/service/internal +org/hibernate/metamodel/source/hbm +org/hibernate/lob +org/hibernate/proxy/dom4j +org/hibernate/type +org/hibernate/internal/util/collections +org/hibernate/service/jndi/internal +org/hibernate/persister/internal +org/hibernate/service/classloading +org/hibernate/stat/spi +org/hibernate/metamodel/source/annotations/xml/mocker +org/hibernate/cache/spi/entry +org/hibernate +org/hibernate/internal/util/jndi +org/hibernate/exception/internal +org/hibernate/engine/loading +org/hibernate/event/internal +org +org/hibernate/service/config/internal +org/hibernate/collection/internal +org/hibernate/cache/spi +org/hibernate/exception +org/hibernate/classic +org/hibernate/bytecode/buildtime/spi +org/hibernate/engine/transaction/synchronization/internal +org/hibernate/hql +org/hibernate/usertype +org/hibernate/collection/spi +org/hibernate/engine/jdbc/internal/proxy +org/hibernate/engine/profile +org/hibernate/metamodel/source +org/hibernate/bytecode/buildtime +org/hibernate/service/jta/platform +org/hibernate/engine/transaction/spi +org/hibernate/proxy/map +org/hibernate/engine +org/hibernate/internal/jaxb/cfg +org/hibernate/param +org/hibernate/service/jdbc/connections/internal +org/hibernate/service/jdbc/dialect +org/hibernate/hql/internal/ast/tree +org/hibernate/annotations +org/hibernate/proxy/pojo/javassist +org/hibernate/engine/spi +org/hibernate/service/instrumentation +org/hibernate/dialect +org/hibernate/metamodel +org/hibernate/stat +org/hibernate/service/classloading/internal +org/hibernate/tuple/component +org/hibernate/cfg/annotations/reflection +org/hibernate/engine/jdbc/batch/internal +org/hibernate/bytecode/buildtime/internal +org/hibernate/service/config/spi +org/hibernate/service +org/hibernate/engine/jdbc/spi +org/hibernate/service/jdbc/dialect/spi +org/hibernate/secure/internal +org/hibernate/exception/spi +org/hibernate/jdbc +org/hibernate/internal/jaxb/mapping/hbm +org/hibernate/event/service +org/hibernate/bytecode +org/hibernate/persister/collection +org/hibernate/hql/internal/ast/util +org/hibernate/service/jdbc/dialect/internal +org/hibernate/id/enhanced +org/hibernate/secure +org/hibernate/service/jdbc/connections +org/hibernate/persister +org/hibernate/bytecode/instrumentation/spi +org/hibernate/internal +org/hibernate/tuple +org/hibernate/sql +org/hibernate/event/service/internal +org/hibernate/service/instrumentation/internal +org/hibernate/hql/internal/ast/exec +org/hibernate/internal/util/io +org/hibernate/service/jdbc/connections/spi +org/hibernate/internal/jaxb/mapping/orm +org/hibernate/internal/util +org/hibernate/integrator +org/hibernate/id/uuid +org/hibernate/pretty +org/hibernate/tool +org/hibernate/id/factory/spi diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar new file mode 100644 index 0000000..4d92245 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar.index new file mode 100644 index 0000000..1784bcb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-entitymanager-4.0.1.Final.jar.index @@ -0,0 +1,22 @@ + +org/hibernate +org/hibernate/ejb/cfg/spi +org/hibernate/ejb/internal +org/hibernate/ejb/criteria/path +org/hibernate/ejb +org/hibernate/ejb/criteria/expression +org/hibernate/engine +org +META-INF +org/hibernate/ejb/util +org/hibernate/ejb/metamodel +org/hibernate/ejb/cfg +org/hibernate/ejb/criteria/expression/function +org/hibernate/ejb/instrument +org/hibernate/ejb/criteria/predicate +org/hibernate/ejb/event +META-INF/services +org/hibernate/ejb/packaging +org/hibernate/ejb/connection +org/hibernate/ejb/criteria +org/hibernate/engine/spi diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-infinispan-4.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-infinispan-4.0.1.Final.jar new file mode 100644 index 0000000..7b837b8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-infinispan-4.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-infinispan-4.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-infinispan-4.0.1.Final.jar.index new file mode 100644 index 0000000..9f8db12 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hibernate/main/hibernate-infinispan-4.0.1.Final.jar.index @@ -0,0 +1,16 @@ + +org/hibernate +org/hibernate/cache/infinispan/util +org/hibernate/cache/infinispan/impl +org +org/hibernate/cache/infinispan +META-INF +org/hibernate/cache/infinispan/entity +org/hibernate/cache/infinispan/tm +org/hibernate/cache/infinispan/collection +org/hibernate/cache +META-INF/services +org/hibernate/cache/infinispan/query +org/hibernate/cache/infinispan/access +org/hibernate/cache/infinispan/timestamp +org/hibernate/cache/infinispan/builder diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/main/module.xml b/files/jboss-as-7.1.1/modules/org/hibernate/main/module.xml new file mode 100644 index 0000000..17f4918 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hibernate/main/module.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar b/files/jboss-as-7.1.1/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar new file mode 100644 index 0000000..dcc4e52 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index new file mode 100644 index 0000000..d05652a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index @@ -0,0 +1,33 @@ +org/hibernate + +org/hibernate/validator/method +META-INF/maven/org.hibernate +org/hibernate/validator/resourceloading +META-INF/maven/org.hibernate/hibernate-validator +org/hibernate/validator/util/privilegedactions +org/hibernate/validator/util/annotationfactory +org +org/hibernate/validator/metadata +org/hibernate/validator/cfg/context/impl +org/hibernate/validator/util/scriptengine +org/hibernate/validator/method/metadata +org/hibernate/validator/messageinterpolation +org/hibernate/validator/util +org/hibernate/validator/cfg +org/hibernate/validator/constraints +META-INF/maven +org/hibernate/validator/group +META-INF/maven/com.googlecode.jtype/jtype +org/hibernate/validator/metadata/location +META-INF +META-INF/maven/com.googlecode.jtype +org/hibernate/validator/xml +org/hibernate/validator/engine/groups +org/hibernate/validator +org/hibernate/validator/cfg/defs +META-INF/services +org/hibernate/validator/engine +org/hibernate/validator/engine/resolver +org/hibernate/validator/constraints/impl +org/hibernate/validator/cfg/context +org/hibernate/validator/jtype diff --git a/files/jboss-as-7.1.1/modules/org/hibernate/validator/main/module.xml b/files/jboss-as-7.1.1/modules/org/hibernate/validator/main/module.xml new file mode 100644 index 0000000..9582d74 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hibernate/validator/main/module.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-core-2.2.13.Final.jar b/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-core-2.2.13.Final.jar new file mode 100644 index 0000000..b1f0736 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-core-2.2.13.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-core-2.2.13.Final.jar.index b/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-core-2.2.13.Final.jar.index new file mode 100644 index 0000000..ea6c03f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-core-2.2.13.Final.jar.index @@ -0,0 +1,89 @@ + +org/hornetq/core/remoting/impl +org/hornetq/core/messagecounter +org/hornetq/core/replication/impl +org/hornetq/core/message +org/hornetq/spi/core/security +org/hornetq/core/deployers +org/hornetq/core/protocol +org/hornetq/core/protocol/core/impl/wireformat +org/hornetq/core/persistence/impl +org/hornetq/core/version/impl +org/hornetq/core/server/management +org/hornetq/core/paging/impl +org/hornetq/core/version +schema +org/hornetq/core/transaction +org/hornetq/core/asyncio/impl +org/hornetq/core/persistence/config +org/hornetq/core/buffers +org/hornetq/core/server/group +org/hornetq/core/replication +org/hornetq/core/management/impl +org/hornetq/core/messagecounter/impl +org/hornetq/core/persistence/impl/journal +org/hornetq/core/remoting/impl/netty +org/hornetq/core/client +org/hornetq/core/persistence/impl/nullpm +org/hornetq/core/paging/cursor/impl +org/hornetq/core/server/management/impl +org/hornetq +org/hornetq/core/paging/cursor +org/hornetq/api/core/management +org/hornetq/core/exception +org/hornetq/core/settings +org/hornetq/api/core/client +org/hornetq/core/postoffice/impl +org/hornetq/core/transaction/impl +org/hornetq/core/protocol/stomp +org/hornetq/core/logging +org/hornetq/core/server/group/impl +org/hornetq/api +org/hornetq/core/management +org/hornetq/core/filter/impl +org/hornetq/core/deployers/impl +org/hornetq/core/config +org/hornetq/core +org/hornetq/core/journal +org/hornetq/core/journal/impl +org/hornetq/core/registry +org/hornetq/core/remoting/impl/ssl +org/hornetq/core/postoffice +org/hornetq/core/remoting/impl/invm +org +org/hornetq/core/server +org/hornetq/spi/core/protocol +org/hornetq/spi/core +org/hornetq/core/server/embedded +org/hornetq/core/security +org/hornetq/core/filter +org/hornetq/core/cluster/impl +org/hornetq/core/protocol/core +org/hornetq/core/server/cluster/impl +org/hornetq/core/server/cluster +org/hornetq/core/remoting/server +org/hornetq/core/protocol/core/impl +org/hornetq/core/server/impl +org/hornetq/core/message/impl +org/hornetq/core/settings/impl +org/hornetq/api/core +org/hornetq/core/persistence +org/hornetq/core/buffers/impl +org/hornetq/utils +org/hornetq/core/remoting +org/hornetq/core/paging +org/hornetq/core/cluster +META-INF +org/hornetq/core/journal/impl/dataformat +org/hornetq/spi/core/remoting +org/hornetq/core/client/impl +org/hornetq/api/core/client/loadbalance +org/hornetq/utils/json +org/hornetq/core/security/impl +org/hornetq/spi/core/logging +org/hornetq/core/remoting/server/impl +org/hornetq/spi +org/hornetq/core/config/impl +org/hornetq/core/logging/impl +org/hornetq/spi/core/naming +org/hornetq/core/asyncio diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-jms-2.2.13.Final.jar b/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-jms-2.2.13.Final.jar new file mode 100644 index 0000000..9fb3200 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-jms-2.2.13.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-jms-2.2.13.Final.jar.index b/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-jms-2.2.13.Final.jar.index new file mode 100644 index 0000000..4ae74a8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hornetq/main/hornetq-jms-2.2.13.Final.jar.index @@ -0,0 +1,29 @@ + +org/hornetq/api/jms/management +org/hornetq/jms/server/config/impl +org +org/hornetq/jms/referenceable +schema +org/hornetq/api/jms +org/hornetq/jms/transaction +org/hornetq/jms/server/embedded +org/hornetq/jms/client +org/hornetq/jms/server +org/hornetq/jms/management/impl +org/hornetq/jms/server/management/impl +org/hornetq/jms/bridge +org/hornetq/jms/persistence +org/hornetq/jms/management +org/hornetq/jms/server/management +org/hornetq/jms/bridge/impl +org/hornetq +META-INF +org/hornetq/jms/persistence/impl +org/hornetq/jms/server/impl +org/hornetq/jms/server/recovery +org/hornetq/jms/persistence/config +org/hornetq/jms/server/config +org/hornetq/jms/persistence/impl/nullpm +org/hornetq/api +org/hornetq/jms +org/hornetq/jms/persistence/impl/journal diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/main/lib.index b/files/jboss-as-7.1.1/modules/org/hornetq/main/lib.index new file mode 100644 index 0000000..3429e9b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hornetq/main/lib.index @@ -0,0 +1,3 @@ + +linux-i686 +linux-x86_64 diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/main/lib/linux-i686/libHornetQAIO32.so b/files/jboss-as-7.1.1/modules/org/hornetq/main/lib/linux-i686/libHornetQAIO32.so new file mode 100644 index 0000000..b98c44a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hornetq/main/lib/linux-i686/libHornetQAIO32.so differ diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/main/lib/linux-x86_64/libHornetQAIO64.so b/files/jboss-as-7.1.1/modules/org/hornetq/main/lib/linux-x86_64/libHornetQAIO64.so new file mode 100644 index 0000000..a660d9b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hornetq/main/lib/linux-x86_64/libHornetQAIO64.so differ diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/main/module.xml b/files/jboss-as-7.1.1/modules/org/hornetq/main/module.xml new file mode 100644 index 0000000..30ef459 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hornetq/main/module.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/ra/main/hornetq-ra-2.2.13.Final.jar b/files/jboss-as-7.1.1/modules/org/hornetq/ra/main/hornetq-ra-2.2.13.Final.jar new file mode 100644 index 0000000..ed6063a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/hornetq/ra/main/hornetq-ra-2.2.13.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/ra/main/hornetq-ra-2.2.13.Final.jar.index b/files/jboss-as-7.1.1/modules/org/hornetq/ra/main/hornetq-ra-2.2.13.Final.jar.index new file mode 100644 index 0000000..9bcf39a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hornetq/ra/main/hornetq-ra-2.2.13.Final.jar.index @@ -0,0 +1,7 @@ + +org/hornetq/ra +org/hornetq/ra/inflow +org/hornetq/ra/recovery +org/hornetq +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/hornetq/ra/main/module.xml b/files/jboss-as-7.1.1/modules/org/hornetq/ra/main/module.xml new file mode 100644 index 0000000..77b2ce3 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/hornetq/ra/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.2.FINAL.jar b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.2.FINAL.jar new file mode 100644 index 0000000..025ffc2 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.2.FINAL.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.2.FINAL.jar.index b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.2.FINAL.jar.index new file mode 100644 index 0000000..a02e7d6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.2.FINAL.jar.index @@ -0,0 +1,14 @@ + +META-INF/maven/org.infinispan +META-INF/maven +org/infinispan/loaders/jdbc/connectionfactory +org/infinispan/loaders/jdbc +org/infinispan/loaders/jdbc/stringbased +org +META-INF +META-INF/maven/org.infinispan/infinispan-cachestore-jdbc +org/infinispan/loaders/jdbc/mixed +org/infinispan/loaders/jdbc/logging +org/infinispan/loaders +org/infinispan/loaders/jdbc/binary +org/infinispan diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/jdbc/main/module.xml b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/jdbc/main/module.xml new file mode 100644 index 0000000..2901176 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/jdbc/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.2.FINAL.jar b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.2.FINAL.jar new file mode 100644 index 0000000..fc54e63 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.2.FINAL.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.2.FINAL.jar.index b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.2.FINAL.jar.index new file mode 100644 index 0000000..140ff9c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.2.FINAL.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven/org.infinispan +META-INF/maven +org/infinispan/loaders/remote/logging +org/infinispan/loaders +org/infinispan/loaders/remote +org/infinispan +org +META-INF +META-INF/maven/org.infinispan/infinispan-cachestore-remote diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/remote/main/module.xml b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/remote/main/module.xml new file mode 100644 index 0000000..855e74b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/infinispan/cachestore/remote/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.2.FINAL.jar b/files/jboss-as-7.1.1/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.2.FINAL.jar new file mode 100644 index 0000000..bee5bdc Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.2.FINAL.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/client/hotrod/main/module.xml b/files/jboss-as-7.1.1/modules/org/infinispan/client/hotrod/main/module.xml new file mode 100644 index 0000000..28f6fdf --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/infinispan/client/hotrod/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/main/infinispan-core-5.1.2.FINAL.jar b/files/jboss-as-7.1.1/modules/org/infinispan/main/infinispan-core-5.1.2.FINAL.jar new file mode 100644 index 0000000..6272c6f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/infinispan/main/infinispan-core-5.1.2.FINAL.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/main/infinispan-core-5.1.2.FINAL.jar.index b/files/jboss-as-7.1.1/modules/org/infinispan/main/infinispan-core-5.1.2.FINAL.jar.index new file mode 100644 index 0000000..6d00f91 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/infinispan/main/infinispan-core-5.1.2.FINAL.jar.index @@ -0,0 +1,93 @@ +org/infinispan/commands + +org/infinispan/configuration/cache +org/infinispan/context/impl +org/infinispan/distribution/group +org/infinispan/transaction/tm +org/infinispan/loaders/bucket +META-INF/maven/org.infinispan +org/infinispan/util/stream +org/infinispan/util/logging +org/infinispan/util/concurrent +org/infinispan/notifications/cachelistener/event +org/infinispan/eviction +org/infinispan/notifications/cachemanagerlistener +org/infinispan/commons/hash +org/infinispan/atomic +org/infinispan/configuration/global +org/infinispan/util/concurrent/locks/containers +org/infinispan/container/entries +schema +org/infinispan/loaders/modifications +org/infinispan/notifications/cachelistener/annotation +org/infinispan +org/infinispan/commons +org/infinispan/marshall/jboss +org/infinispan/notifications +org/infinispan/distribution +org/infinispan/remoting/responses +org/infinispan/jmx/annotations +META-INF/maven +org/infinispan/loaders/keymappers +org/infinispan/remoting +org/infinispan/api +org/infinispan/loaders/cluster +org/infinispan/commands/remote +META-INF/maven/org.infinispan/infinispan-core +org/infinispan/commands/control +org/infinispan/commands/remote/recovery +org/infinispan/container +org/infinispan/config/parsing +org/infinispan/io +org/infinispan/transaction/synchronization +org/infinispan/loaders +org/infinispan/config +org/infinispan/stats +org/infinispan/jmx +org/infinispan/context +org/infinispan/container/versioning +org/infinispan/distribution/ch +org/infinispan/marshall +org/infinispan/executors +org/infinispan/interceptors +org/infinispan/interceptors/base +org/infinispan/remoting/transport/jgroups +org +org/infinispan/factories/annotations +org/infinispan/transaction/lookup +org/infinispan/factories/scopes +org/infinispan/statetransfer +org/infinispan/lifecycle +org/infinispan/configuration +org/infinispan/util/concurrent/locks +org/infinispan/commands/tx +org/infinispan/interceptors/locking +org/infinispan/loaders/file +org/infinispan/factories/components +org/infinispan/transaction/xa/recovery +org/infinispan/commands/read +org/infinispan/distexec +org/infinispan/affinity +org/infinispan/manager +org/infinispan/util/concurrent/jdk8backported +org/infinispan/container/entries/versioned +org/infinispan/configuration/parsing +org/infinispan/factories +org/infinispan/util +org/infinispan/transaction +org/infinispan/commands/write +org/infinispan/batch +org/infinispan/distexec/mapreduce +org/infinispan/remoting/transport +org/infinispan/notifications/cachelistener +org/infinispan/notifications/cachemanagerlistener/event +META-INF +config-samples +org/infinispan/loaders/decorators +org/infinispan/remoting/rpc +org/infinispan/marshall/exts +org/infinispan/commands/module +xslt +org/infinispan/transaction/xa +org/infinispan/notifications/cachemanagerlistener/annotation +org/infinispan/cacheviews diff --git a/files/jboss-as-7.1.1/modules/org/infinispan/main/module.xml b/files/jboss-as-7.1.1/modules/org/infinispan/main/module.xml new file mode 100644 index 0000000..c0c5e8d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/infinispan/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar b/files/jboss-as-7.1.1/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar new file mode 100644 index 0000000..613b444 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar.index b/files/jboss-as-7.1.1/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar.index new file mode 100644 index 0000000..1b68e75 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jacorb/main/jacorb-2.3.1.jbossorg-1.jar.index @@ -0,0 +1,133 @@ + +org/jacorb/orb/diop +org/jacorb/orb/factory +org/omg/CosTypedEventChannelAdmin +org/jacorb/util/threadpool +org/jacorb/orb +org/jacorb/poa/gui/pm +org/jacorb/poa/except +org/jacorb/orb/dynany +org/jacorb/notification/filter/etcl +org/omg/CosNotifyCommAck +org/jacorb/poa/gui/poa +org/jacorb/notification/util +org/jacorb/poa/gui/beans +org/jacorb/orb/giop +org/omg/IOP +org/jacorb/ir/gui +org/omg/CosCollection +org/jacorb/notification/conf +org/jacorb/events +org/omg/CSIIOP +org/omg/CosConcurrencyControl +org/omg/DynamicAny +org/jacorb/security/ssl +org/jacorb/orb/listener +org/jacorb/orb/portableInterceptor +org/jacorb/notification/impl +org/omg/IOP/CodecFactoryPackage +org/omg/CosNotifyFilter +org/jacorb/notification/container +org/jacorb/notification/filter/impl +org/omg/BiDirPolicy +org/omg/PortableServer +org/omg/IIOP +org/omg/SecurityLevel1 +org/omg/CosNotifyChannelAdmin +org/omg/SecurityLevel2 +org/omg/CONV_FRAME +org/omg/CosEventComm +org/omg/PortableServer/portable +org/jacorb/notification/servant +org +org/omg/CosNaming +org/omg/GSSUP +org/omg/CORBA/TypeCodePackage +org/jacorb/orb/iiop +org/jacorb/imr/AdminPackage +org/jacorb/poa/policy +org/omg/dds +org/jacorb/concurrency +org/omg/PortableServer/ServantLocatorPackage +org/jacorb/imr/RegistrationPackage +org/jacorb/ir +org/jacorb/ir/gui/remoteobject +org/jacorb/util/tracing/TracingServicePackage +org/jacorb/notification/filter +org/jacorb/transaction +org/jacorb/security/sas +org/omg/PortableServer/POAManagerPackage +org/omg/ETF +org/omg/CORBA_2_3/portable +org/omg/CosTypedNotifyChannelAdmin +org/jacorb/orb/policies +org/jacorb/transport +org/jacorb/transport/iiop +org/jacorb/notification/engine +org/omg/PortableInterceptor/ORBInitInfoPackage +org/jacorb +org/jacorb/security/ssl/sun_jsse +org/omg/CosPropertyService +org/omg/CORBA +org/omg/CORBA_2_5 +org/omg/CosNaming/NamingContextExtPackage +org/omg/CORBA_2_3 +org/omg/DynamicAny/DynAnyFactoryPackage +org/omg/CosNotifyComm +org/omg/GIOP +org/jacorb/ssl +org/jacorb/poa +org/jacorb/orb/dsi +org/jacorb/orb/dii +org/jacorb/dds +org/jacorb/util/tracing +org/omg +org/jacorb/notification/queue +org/omg/CORBA/InterfaceDefPackage +org/omg/DynamicAny/DynAnyPackage +org/jacorb/config +org/omg/Dynamic +org/omg/Messaging +org/omg/CORBA/ValueDefPackage +org/jacorb/notification/lifecycle +org/jacorb/ir/gui/typesystem +org/omg/CSI +org/jacorb/notification +org/jacorb/orb/standardInterceptors +org/omg/Security +org/jacorb/orb/rmi +org/omg/CosEventChannelAdmin +org/omg/SecurityAdmin +org/jacorb/poa/gui +org/jacorb/ir/gui/typesystem/remote +org/jacorb/sasPolicy +org/jacorb/security +org/omg/SecurityReplaceable +org/omg/PortableServer/POAPackage +org/omg/CosTypedNotifyComm +org/jacorb/orb/etf +org/jacorb/notification/interfaces +org/omg/ATLAS +org/jacorb/util +org/jacorb/naming +org/omg/IOP/CodecPackage +org/omg/CosNotifyChannelAdminAck +org/omg/RTCORBA +org/omg/PortableServer/CurrentPackage +org/jacorb/imr/util +org/omg/CORBA/ContainedPackage +org/omg/SSLIOP +org/omg/CosNotification +org/omg/CORBA/ORBPackage +org/jacorb/imr +org/omg/TimeBase +org/omg/CosTime +org/omg/PortableInterceptor +org/jacorb/orb/util +org/jacorb/naming/namemanager +META-INF +org/omg/CORBA/portable +org/omg/CosNaming/NamingContextPackage +org/omg/CosTypedEventComm +org/jacorb/poa/util +org/omg/CORBA/ContainerPackage diff --git a/files/jboss-as-7.1.1/modules/org/jacorb/main/module.xml b/files/jboss-as-7.1.1/modules/org/jacorb/main/module.xml new file mode 100644 index 0000000..b41337c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jacorb/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/javassist/main/javassist-3.15.0-GA.jar b/files/jboss-as-7.1.1/modules/org/javassist/main/javassist-3.15.0-GA.jar new file mode 100644 index 0000000..5af8eae Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/javassist/main/javassist-3.15.0-GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/javassist/main/javassist-3.15.0-GA.jar.index b/files/jboss-as-7.1.1/modules/org/javassist/main/javassist-3.15.0-GA.jar.index new file mode 100644 index 0000000..a4bc961 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/javassist/main/javassist-3.15.0-GA.jar.index @@ -0,0 +1,22 @@ + +javassist/compiler +javassist/util +javassist/compiler/ast +javassist/expr +javassist +META-INF/maven/org.javassist/javassist +META-INF/maven +javassist/bytecode/annotation +META-INF/maven/org.javassist +javassist/tools/rmi +javassist/bytecode/analysis +javassist/tools/reflect +META-INF +javassist/bytecode +javassist/runtime +javassist/scopedpool +javassist/bytecode/stackmap +javassist/util/proxy +javassist/tools/web +javassist/convert +javassist/tools diff --git a/files/jboss-as-7.1.1/modules/org/javassist/main/module.xml b/files/jboss-as-7.1.1/modules/org/javassist/main/module.xml new file mode 100644 index 0000000..e02fbc9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/javassist/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jaxen/main/jaxen-1.1.3.jar b/files/jboss-as-7.1.1/modules/org/jaxen/main/jaxen-1.1.3.jar new file mode 100644 index 0000000..ddb470d Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jaxen/main/jaxen-1.1.3.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jaxen/main/jaxen-1.1.3.jar.index b/files/jboss-as-7.1.1/modules/org/jaxen/main/jaxen-1.1.3.jar.index new file mode 100644 index 0000000..38c3aef --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jaxen/main/jaxen-1.1.3.jar.index @@ -0,0 +1,21 @@ +org/jaxen/saxpath/base + +org/w3c +org/jaxen/expr/iter +org/jaxen/saxpath/helpers +org/jaxen/jdom +org/w3c/dom +org/jaxen/javabean +org +org/jaxen/function +META-INF +org/jaxen/function/ext +org/jaxen/util +org/jaxen/saxpath +org/jaxen/dom +org/jaxen/dom4j +org/jaxen +org/jaxen/xom +org/jaxen/function/xslt +org/jaxen/pattern +org/jaxen/expr diff --git a/files/jboss-as-7.1.1/modules/org/jaxen/main/module.xml b/files/jboss-as-7.1.1/modules/org/jaxen/main/module.xml new file mode 100644 index 0000000..f74f3ec --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jaxen/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/aggregate/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/aggregate/main/module.xml new file mode 100644 index 0000000..ddcca51 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/aggregate/main/module.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.1.Final.jar new file mode 100644 index 0000000..69046be Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.1.Final.jar.index new file mode 100644 index 0000000..b4014c1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.1.Final.jar.index @@ -0,0 +1,16 @@ + +org/jboss/as/appclient/logging +META-INF/maven +org/jboss +org/jboss/as/appclient/deployment +org/jboss/as +org +META-INF +META-INF/maven/org.jboss.as/jboss-as-appclient +org/jboss/as/appclient/subsystem +META-INF/maven/org.jboss.as +org/jboss/as/appclient +META-INF/services +org/jboss/as/appclient/service +org/jboss/as/appclient/component +org/jboss/as/appclient/subsystem/parsing diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/appclient/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/appclient/main/module.xml new file mode 100644 index 0000000..4f27dac --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/appclient/main/module.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.1.Final.jar new file mode 100644 index 0000000..e2abde0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.1.Final.jar.index new file mode 100644 index 0000000..a80843b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.1.Final.jar.index @@ -0,0 +1,27 @@ + +org/jboss/as/cli/operation +org/jboss/as +org +org/jboss/as/cli/handlers/batch +META-INF/maven/org.jboss.as/jboss-as-cli +org/jboss/as/cli/batch +help +org/jboss/as/cli/handlers/jms +META-INF/maven/org.jboss.as +org/jboss/as/cli/impl +org/jboss/as/cli/parsing/operation +org/jboss/as/cli/gui +org/jboss/as/cli/batch/impl +keybindings +org/jboss/as/cli/handlers/jca +icon +org/jboss/as/cli/parsing +org/jboss/as/cli/parsing/operation/header +org/jboss +META-INF/maven +org/jboss/as/cli/util +META-INF +org/jboss/as/cli/parsing/command +org/jboss/as/cli/operation/impl +org/jboss/as/cli/handlers +org/jboss/as/cli diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/cli/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/cli/main/module.xml new file mode 100644 index 0000000..eb701a7 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/cli/main/module.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.1.Final.jar new file mode 100644 index 0000000..f65b9e6 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.1.Final.jar.index new file mode 100644 index 0000000..d3a18cd --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ + +org/jboss/as/clustering +org/jboss/as/clustering/lock +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as +org +META-INF/maven/org.jboss.as/jboss-as-clustering-api +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/api/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/api/main/module.xml new file mode 100644 index 0000000..c38a976 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/api/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.1.Final.jar new file mode 100644 index 0000000..08539fa Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.1.Final.jar.index new file mode 100644 index 0000000..489ead9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.1.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss/as/clustering/subsystem +org/jboss/as/clustering/subsystem/validators +org/jboss +META-INF/maven +META-INF/maven/org.jboss.as/jboss-as-clustering-common +org/jboss/as +org +org/jboss/as/clustering/concurrent +META-INF +org/jboss/as/clustering/msc +org/jboss/as/clustering +META-INF/maven/org.jboss.as diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/common/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/common/main/module.xml new file mode 100644 index 0000000..9992bc8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/common/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.1.Final.jar new file mode 100644 index 0000000..b8e9ccd Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.1.Final.jar.index new file mode 100644 index 0000000..2c277b6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.1.Final.jar.index @@ -0,0 +1,14 @@ + +org/jboss/as/clustering/ejb3 +org/jboss +META-INF/maven +org/jboss/as/clustering/ejb3/cache/backing +org/jboss/as +org +META-INF +META-INF/maven/org.jboss.as/jboss-as-clustering-ejb3-infinispan +org/jboss/as/clustering +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/clustering/ejb3/cache/backing/infinispan +org/jboss/as/clustering/ejb3/cache diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml new file mode 100644 index 0000000..6e2ae9e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.1.Final.jar new file mode 100644 index 0000000..c0f55de Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.1.Final.jar.index new file mode 100644 index 0000000..d210a25 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.1.Final.jar.index @@ -0,0 +1,12 @@ + +org/jboss/as/clustering +org/jboss/as/clustering/lock/impl +org/jboss/as/clustering/lock +META-INF/maven +org/jboss/as/clustering/impl +org/jboss +META-INF/maven/org.jboss.as +META-INF/maven/org.jboss.as/jboss-as-clustering-impl +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/impl/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/impl/main/module.xml new file mode 100644 index 0000000..fbb3404 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/impl/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.1.Final.jar new file mode 100644 index 0000000..ea3fa00 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.1.Final.jar.index new file mode 100644 index 0000000..9462c8f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.1.Final.jar.index @@ -0,0 +1,14 @@ + +org/jboss +META-INF/maven +org/jboss/as +org +META-INF +org/jboss/as/clustering/infinispan/invoker +org/jboss/as/clustering +META-INF/maven/org.jboss.as +META-INF/maven/org.jboss.as/jboss-as-clustering-infinispan +META-INF/services +org/jboss/as/clustering/infinispan/atomic +org/jboss/as/clustering/infinispan +org/jboss/as/clustering/infinispan/subsystem diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/infinispan/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/infinispan/main/module.xml new file mode 100644 index 0000000..e854a52 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/infinispan/main/module.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.1.Final.jar new file mode 100644 index 0000000..a1c5f24 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.1.Final.jar.index new file mode 100644 index 0000000..e55eb09 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.1.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss +META-INF/maven +META-INF/maven/org.jboss.as/jboss-as-clustering-jgroups +org/jboss/as +org +META-INF +org/jboss/as/clustering +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/clustering/jgroups +org/jboss/as/clustering/jgroups/subsystem +org/jboss/as/clustering/jgroups/subsystem/validators diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/jgroups/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/jgroups/main/module.xml new file mode 100644 index 0000000..4862ab9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/jgroups/main/module.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.1.Final.jar new file mode 100644 index 0000000..6ee3765 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.1.Final.jar.index new file mode 100644 index 0000000..9084298 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ + +org/jboss/as/clustering +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as/clustering/registry +org/jboss/as +META-INF/maven/org.jboss.as/jboss-as-clustering-registry +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/registry/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/registry/main/module.xml new file mode 100644 index 0000000..8bcf42c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/registry/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.1.Final.jar new file mode 100644 index 0000000..918a16b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.1.Final.jar.index new file mode 100644 index 0000000..b1ae456 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ +META-INF/maven/org.jboss.as/jboss-as-clustering-service + +org/jboss/as/clustering +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as/clustering/service +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/service/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/service/main/module.xml new file mode 100644 index 0000000..6b0766a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/service/main/module.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.1.Final.jar new file mode 100644 index 0000000..d06ec86 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.1.Final.jar.index new file mode 100644 index 0000000..5122bcc --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ + +org/jboss/as/clustering/singleton/election +org/jboss/as/clustering +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as/clustering/singleton +org/jboss/as +org +META-INF +META-INF/maven/org.jboss.as/jboss-as-clustering-singleton diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/singleton/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/singleton/main/module.xml new file mode 100644 index 0000000..bc7cf71 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/singleton/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.1.Final.jar new file mode 100644 index 0000000..28117b7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.1.Final.jar.index new file mode 100644 index 0000000..88d2a2f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.1.Final.jar.index @@ -0,0 +1,14 @@ + +org/jboss +META-INF/maven +org/jboss/as +org +META-INF +org/jboss/as/clustering/web +org/jboss/as/clustering +org/jboss/as/clustering/web/sso/infinispan +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/clustering/web/infinispan +META-INF/maven/org.jboss.as/jboss-as-clustering-web-infinispan +org/jboss/as/clustering/web/sso diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/infinispan/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/infinispan/main/module.xml new file mode 100644 index 0000000..c87e589 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/infinispan/main/module.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.1.Final.jar new file mode 100644 index 0000000..6716c18 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.1.Final.jar.index new file mode 100644 index 0000000..1592aed --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.1.Final.jar.index @@ -0,0 +1,12 @@ + +org/jboss/as/clustering +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as/clustering/web/impl +org/jboss/as +org +META-INF/maven/org.jboss.as/jboss-as-clustering-web-spi +META-INF +org/jboss/as/clustering/web/sso +org/jboss/as/clustering/web diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/spi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/spi/main/module.xml new file mode 100644 index 0000000..37aabf0 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/clustering/web/spi/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.1.Final.jar new file mode 100644 index 0000000..48ca485 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.1.Final.jar.index new file mode 100644 index 0000000..621d956 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.1.Final.jar.index @@ -0,0 +1,30 @@ +org/jboss/as/cmp/ejbql + +org/jboss/as/cmp/jdbc2/schema +org/jboss/as/cmp/jdbc/metadata/parser +org/jboss/as/cmp/jdbc2 +org/jboss/as/cmp/keygenerator/uuid +org/jboss/as/cmp/subsystem +META-INF/maven/org.jboss.as/jboss-as-cmp +org/jboss/as +org +org/jboss/as/cmp/jdbc/metadata +org/jboss/as/cmp/bridge +org/jboss/as/cmp/jdbc/bridge +org/jboss/as/cmp +META-INF/maven/org.jboss.as +org/jboss/as/cmp/keygenerator +META-INF/maven +org/jboss +org/jboss/as/cmp/component/interceptors +org/jboss/as/cmp/keygenerator/hilo +META-INF +org/jboss/as/cmp/jdbc2/keygen +org/jboss/as/cmp/component +org/jboss/as/cmp/jdbc +org/jboss/as/cmp/jdbc/keygen +org/jboss/as/cmp/jdbc2/bridge +org/jboss/as/cmp/processors +META-INF/services +org/jboss/as/cmp/context +org/jboss/as/cmp/service diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/cmp/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/cmp/main/module.xml new file mode 100644 index 0000000..85d8288 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/cmp/main/module.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.1.Final.jar new file mode 100644 index 0000000..d78fd38 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.1.Final.jar.index new file mode 100644 index 0000000..90c92ee --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.1.Final.jar.index @@ -0,0 +1,12 @@ + +org/jboss/as/configadmin/parser +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/configadmin/service +org/jboss/as/configadmin +org/jboss/as +org +META-INF/maven/org.jboss.as/jboss-as-configadmin +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/configadmin/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/configadmin/main/module.xml new file mode 100644 index 0000000..fe4eed0 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/configadmin/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.1.Final.jar new file mode 100644 index 0000000..ff2dc6d Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.1.Final.jar.index new file mode 100644 index 0000000..ebf0756 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.1.Final.jar.index @@ -0,0 +1,31 @@ + +org/jboss/as/connector/rarepository +org/jboss/as/connector/registry +org/jboss/as +org +org/jboss/as/connector/services +org/jboss/as/connector/mdr +org/jboss/as/connector/bootstrap +META-INF/maven/org.jboss.as +org/jboss/as/connector/annotations/repository/jandex +org/jboss/as/connector/deployers/processors +org/jboss/as/connector/metadata/xmldescriptors +org/jboss/as/connector/transactionintegration +META-INF/maven +org/jboss +org/jboss/as/connector/pool +org/jboss/as/connector/metadata +org/jboss/as/connector/workmanager +org/jboss/as/connector/annotations +org/jboss/as/connector +org/jboss/as/connector/deployers +META-INF +org/jboss/as/connector/annotations/repository +META-INF/maven/org.jboss.as/jboss-as-connector +org/jboss/as/connector/subsystems +org/jboss/as/connector/subsystems/resourceadapters +META-INF/services +org/jboss/as/connector/subsystems/jca +org/jboss/as/connector/subsystems/datasources +org/jboss/as/connector/util +org/jboss/as/connector/metadata/deployment diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/connector/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/connector/main/module.xml new file mode 100644 index 0000000..4aec48a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/connector/main/module.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/console/main/jboss-as-console-1.1.0.FINAL-resources.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/console/main/jboss-as-console-1.1.0.FINAL-resources.jar new file mode 100644 index 0000000..a7c20ad Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/console/main/jboss-as-console-1.1.0.FINAL-resources.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/console/main/jboss-as-console-1.1.0.FINAL-resources.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/console/main/jboss-as-console-1.1.0.FINAL-resources.jar.index new file mode 100644 index 0000000..903af30 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/console/main/jboss-as-console-1.1.0.FINAL-resources.jar.index @@ -0,0 +1,116 @@ + +app/images/sc/skins/Enterprise/images/shared/shadows +app/deferredjs/DD2C70A61005C463EFB6A0FABB58C13B +app/images/common +app/images/sc/skins/Enterprise/images/Tab/bottom +app/deferredjs/60E87B41C2E29483C8314C987817F2E4 +app/deferredjs/7283218050E0AFAF0D7FCFA43A1F376C +app/images/sc/skins/Enterprise/images/pickers +app/deferredjs/F2A46D7F57020F3F9DB2C6B1A205BAC8 +app/deferredjs/AFAEACA9C08B11BDE3B2813D1934A82D +app/deferredjs/11A0BB118ECDD9B81BB877A0BD7280E9 +app/deferredjs/9E397531D7ECFD2C7B58ACF717672009 +app/images/sc/skins/Enterprise/images/ColorPicker +app/deferredjs/17EB8587A4ECA786A881B5185F02A0E2 +app/images/sc/skins/Enterprise/images/edges +app/images/sc/skins/Enterprise/images/Dialog +app/images/sc/skins/Enterprise/images/TransferIcons +app/images/sc/skins/Enterprise/images/cssButton +app/deferredjs/CD983961F7A2DEABF0E9D2E3B7F2709E +app/deferredjs/6400389737AF3D149CEFAEEE4AB5146A +app/deferredjs/CF77B5F2FFC2EC780F8ACFF79910A7FE +app/deferredjs/1AACA65F8DC99EED38D06F8256EC1F4B +app/images/sc/skins/Enterprise +app/images/sc/skins/Enterprise/images/shared +app/deferredjs/7BEFAEB425524179957624764EDA0BFC +app/images/icons +app/images/common/xs +app/deferredjs/F8E906BCA152F0C97A28FD4DC5A19D8D +app/images/sc/skins/Enterprise/images/TileGrid +app/deferredjs/8BB56D15ACBABD9B7704EE058D5B9363 +dmr_gwt +app/images/status/org +app/images +app/images/sc +app/images/sc/skins/Enterprise/images/ToolStrip/button +app/images/availBar +app/images/sc/skins/Enterprise/images/DynamicForm +app/images/sc/skins/Enterprise/images +app/images/sc/skins/Enterprise/images/ImgButton +app/deferredjs/19E7AAC3B11B68102F9D98E0555973CE +app/images/sc/skins/Enterprise/images/ListGrid +app/deferredjs/778A10E555791093957E490AB067E050 +app/images/sc/skins/Enterprise/images/Progressbar +app/images/sc/skins/Enterprise/images/Menu +app/images/sc/skins/Enterprise/images/headerIcons +app/images/buttons/back +app/images/rh +app/images/sc/skins/Enterprise/images/SectionHeader +app/deferredjs/1CCBBFCE133889034B35000976EF0D25 +app/images/logo +app/gwt/chrome/images/ie6 +app/deferredjs/52F6A0FE9447700C74E337BD75AA691E +app +app/images/sc/skins/Enterprise/images/Splitbar +app/images/sc/skins/Enterprise/images/button +app/images/sc/skins/Enterprise/images/RecordEditor +app/images/sc/skins/Enterprise/images/Tab/right +app/images/buttons +app/images/window +app/deferredjs/AC7F7B0EA7FE9A7EA5D191C40D09C11B +app/deferredjs/120586C576A3DCD937AD0C1BE50389DE +app/images/sc/skins/Enterprise/images/actions +app/images/sc/skins/Enterprise/images/RichTextEditor +app/deferredjs/D260E9968BA33B821B217526225037CD +images/header +app/images/sc/skins/Enterprise/images/Scrollbar +app/images/sc/skins/Enterprise/images/Tab +app/images/sc/skins/Enterprise/images/TabSet +app/deferredjs/63B5E3C1544A69BCA2152BD2DD32EDA4 +app/deferredjs/82ADA0F14909F39B1661DE8BD14422B1 +app/deferredjs/CDB61DDBAF2ABE8EF90C6195725E9C85 +app/gwt/chrome +app/images/sc/skins/Enterprise/images/Slider +app/images/sc/skins +app/deferredjs/F9F470BD951F9D3B800EF4D95FAE8FAA +app/deferredjs/D89C5CEE21506EC7CEB5934FC30AD1A4 +app/deferredjs +app/images/sc/skins/Enterprise/images/TreeGrid +app/deferredjs/9374DEC9F08AE8600676CE64B8A86604 +app/deferredjs/2E6E31852EF105FF8768CA10BA310AA1 +app/deferredjs/F4DA4D3D8F1EEAA8E8D70C175749EC43 +app/images/sc/skins/Enterprise/images/Tab/top +app/deferredjs/618D961E47198F8BA858FDEEC8436D0D +app/images/sc/skins/Enterprise/images/Tab/left +app/images/rh/tabs +app/deferredjs/063EB001A53BAEFAD847776210A09482 +images +app/deferredjs/8C5FA270A9A36ADCA9F13AAA0CF3FBED +app/images/sc/skins/Enterprise/images/DatabaseBrowser +app/deferredjs/6B4345BAAD708C940FA1222CBA720368 +app/images/buttons/backTwo +app/images/sc/skins/Enterprise/images/ToolStrip +app/deferredjs/B7C2B82D22840B471BC7CA331AC9A7BB +app/images/sc/skins/Enterprise/images/MultiUploadItem +app/deferredjs/3D3B6FDA82CCA7179A92A9D0230F5191 +app/images/rh/tabs/grey +app/deferredjs/1FBC5F0CFA0986D58F13AB842DD04F8E +app/images/status +app/images/sc/skins/Enterprise/images/CubeGrid +app/deferredjs/944243F002C9ADCD6FEF37EF696A5A98 +app/deferredjs/8D915DAF8DCBE3DB19227830B049AD06 +app/deferredjs/90CE38EFCF6522B4817FA2105901D783 +app/deferredjs/610EDDA36133B3453B6ADF46F458D484 +app/gwt/chrome/images +images/info +app/images/header +app/deferredjs/51C6643CF60CABC24D5BFFF03E0EB8ED +app/images/sc/skins/Enterprise/images/SchemaViewer +META-INF +app/images/toolbar +app/gwt +app/images/sc/skins/Enterprise/images/Window +images/logo +app/images/sc/skins/Enterprise/images/DateChooser +app/images/info +app/images/sc/skins/Enterprise/images/Panel diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/console/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/console/main/module.xml new file mode 100644 index 0000000..e20d311 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/console/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.1.Final.jar new file mode 100644 index 0000000..58d12d6 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.1.Final.jar.index new file mode 100644 index 0000000..08e021e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.1.Final.jar.index @@ -0,0 +1,16 @@ + +org/jboss/as/controller/client/helpers/domain +org/jboss/as/controller/client/helpers/domain/impl +META-INF/maven +org/jboss +org/jboss/as +org +META-INF +org/jboss/as/controller/client/helpers/standalone/impl +org/jboss/as/controller/client/helpers +org/jboss/as/controller +META-INF/maven/org.jboss.as +org/jboss/as/controller/client +org/jboss/as/controller/client/helpers/standalone +org/jboss/as/controller/client/impl +META-INF/maven/org.jboss.as/jboss-as-controller-client diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/controller-client/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/controller-client/main/module.xml new file mode 100644 index 0000000..28c6203 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/controller-client/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.1.Final.jar new file mode 100644 index 0000000..f81c17e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.1.Final.jar.index new file mode 100644 index 0000000..1f4f1c1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.1.Final.jar.index @@ -0,0 +1,26 @@ + +org/jboss/as/controller/services +org/jboss/as/controller/operations +org/jboss/as/controller/persistence +org/jboss/as/controller/descriptions +org/jboss/as +org/jboss/as/controller/alias +org +org/jboss/as/controller/resource +org/jboss/as/controller +META-INF/maven/org.jboss.as +org/jboss/as/controller/security +org/jboss/as/controller/registry +org/jboss/as/controller/operations/common +org/jboss/as/controller/operations/validation +org/jboss +META-INF/maven +org/jboss/as/controller/remote +org/jboss/as/controller/interfaces +org/jboss/as/controller/operations/global +org/jboss/as/controller/descriptions/common +META-INF +org/jboss/as/controller/extension +org/jboss/as/controller/parsing +org/jboss/as/controller/services/path +META-INF/maven/org.jboss.as/jboss-as-controller diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/controller/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/controller/main/module.xml new file mode 100644 index 0000000..662054c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/controller/main/module.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.1.Final.jar new file mode 100644 index 0000000..ad88aa1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.1.Final.jar.index new file mode 100644 index 0000000..653ebbf --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.1.Final.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/maven/org.jboss.as/jboss-as-deployment-repository +org/jboss/as/repository +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-repository/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-repository/main/module.xml new file mode 100644 index 0000000..e2d166c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-repository/main/module.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.1.Final.jar new file mode 100644 index 0000000..e9d6ed9 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.1.Final.jar.index new file mode 100644 index 0000000..16134ca --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.1.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss/as/server +org/jboss/as/server/deployment +org/jboss +META-INF/maven +org/jboss/as/server/deployment/scanner +org/jboss/as +org +META-INF +META-INF/maven/org.jboss.as/jboss-as-deployment-scanner +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/server/deployment/scanner/api diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-scanner/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-scanner/main/module.xml new file mode 100644 index 0000000..cf0ef33 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/deployment-scanner/main/module.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-add-user/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-add-user/main/module.xml new file mode 100644 index 0000000..82515b5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-add-user/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.1.Final.jar new file mode 100644 index 0000000..3c958f1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.1.Final.jar.index new file mode 100644 index 0000000..21d97c5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.1.Final.jar.index @@ -0,0 +1,5 @@ +META-INF/maven/org.jboss.as/jboss-as-domain-http-error-context + +META-INF/maven +META-INF/maven/org.jboss.as +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-error-context/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-error-context/main/module.xml new file mode 100644 index 0000000..ae6e934 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-error-context/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.1.Final.jar new file mode 100644 index 0000000..3655713 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.1.Final.jar.index new file mode 100644 index 0000000..38c73d2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.1.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss/as/domain/http/server/multipart +org/jboss/as/domain +org/jboss +org/jboss/as/domain/http/server/security +META-INF/maven +META-INF/maven/org.jboss.as/jboss-as-domain-http-interface +org/jboss/as +org +META-INF +META-INF/maven/org.jboss.as +org/jboss/as/domain/http +org/jboss/as/domain/http/server diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-interface/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-interface/main/module.xml new file mode 100644 index 0000000..0848c80 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-http-interface/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.1.Final.jar new file mode 100644 index 0000000..211a26f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.1.Final.jar.index new file mode 100644 index 0000000..e4440ea --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.1.Final.jar.index @@ -0,0 +1,14 @@ + +META-INF/maven/org.jboss.as/jboss-as-domain-management +org/jboss/as/domain/management/security +org/jboss/as/domain +org/jboss +META-INF/maven +org/jboss/as +org +META-INF +org/jboss/as/domain/management/connections +org/jboss/as/domain/management/parsing +META-INF/maven/org.jboss.as +org/jboss/as/domain/management +org/jboss/as/domain/management/connections/ldap diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/domain-management/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-management/main/module.xml new file mode 100644 index 0000000..401a399 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/domain-management/main/module.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.1.Final.jar new file mode 100644 index 0000000..71a6da1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/ee/deployment/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/deployment/main/module.xml new file mode 100644 index 0000000..f2c996f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/deployment/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.1.Final.jar new file mode 100644 index 0000000..a42ce59 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.1.Final.jar.index new file mode 100644 index 0000000..3059fec --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.1.Final.jar.index @@ -0,0 +1,24 @@ +org/jboss/as/ee/managedbean/component + +META-INF/maven/org.jboss.as/jboss-as-ee +org/jboss/as/ee/component/serialization +org/jboss/as/ee/utils +org/jboss/as/ee/beanvalidation +org/jboss/as/ee/component/deployers +META-INF/maven +org/jboss +org/jboss/as/ee/metadata +org/jboss/as/ee +org/jboss/as/ee/managedbean +org/jboss/as +org +META-INF +org/jboss/as/ee/component/interceptors +org/jboss/as/ee/naming +META-INF/maven/org.jboss.as +org/jboss/as/ee/component +org/jboss/as/ee/datasource +META-INF/services +org/jboss/as/ee/subsystem +org/jboss/as/ee/structure +org/jboss/as/ee/managedbean/processors diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/ee/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/main/module.xml new file mode 100644 index 0000000..dee19df --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/ee/main/module.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.1.Final.jar new file mode 100644 index 0000000..6e8ba6c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.1.Final.jar.index new file mode 100644 index 0000000..e94c68a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.1.Final.jar.index @@ -0,0 +1,68 @@ + +org/jboss/as/ejb3/component +org/jboss/as/ejb3/timerservice +org/jboss/as/ejb3/security/metadata +org/jboss/as/ejb3/cache/impl/backing +org/jboss/as/ejb3/pool/strictmax +org/jboss/as/ejb3/deployment/processors/entity +org/jboss/as/ejb3/deployment/processors/merging +org/jboss/as/ejb3/timerservice/task +org/jboss/as/ejb3/iiop/stub +org/jboss/as/ejb3/component/entity/interceptors +org/jboss/as/ejb3/inflow +org/jboss/as/ejb3/tx +org/jboss/as/ejb3/remote +org/jboss/as/ejb3/timerservice/schedule +org/jboss/as/ejb3 +org/jboss/as/ejb3/remote/protocol +org/jboss/as/ejb3/deployment +META-INF/maven +org/jboss/as/ejb3/cache/spi/impl +org/jboss/as/ejb3/subsystem +org/jboss/as/ejb3/resourceadapterbinding/parser +org/jboss/as/ejb3/deployment/processors/dd +org/jboss/as/ejb3/deployment/processors/security +org/jboss/as/ejb3/component/messagedriven +org/jboss/as/ejb3/iiop +org/jboss/as/ejb3/security +org/jboss/as/ejb3/component/singleton +org/jboss/as/ejb3/subsystem/deployment +org/jboss/as/ejb3/context +org/jboss/as/ejb3/component/allowedmethods +META-INF/services +org/jboss/as/ejb3/deployment/processors +org/jboss/as/ejb3/timerservice/persistence +org/jboss/as/ejb3/cache +org/jboss/as/ejb3/timerservice/schedule/value +org/jboss/as/ejb3/component/entity +org/jboss/as/ejb3/pool +org/jboss/as/ejb3/component/session +org/jboss/as/ejb3/component/stateless +org/jboss/as/ejb3/deployment/processors/annotation +org/jboss/as/ejb3/cache/impl/backing/clustering +org/jboss/as/ejb3/concurrency +org/jboss/as/ejb3/resourceadapterbinding/metadata +org/jboss/as +org +org/jboss/as/ejb3/cache/spi +org/jboss/as/ejb3/util +org/jboss/as/ejb3/remote/protocol/versionone +org/jboss/as/ejb3/component/stateful +META-INF/maven/org.jboss.as +org/jboss/as/ejb3/clustering +org/jboss/as/ejb3/security/parser +org/jboss/as/ejb3/component/interceptors +org/jboss/as/ejb3/tx/util +org/jboss/as/ejb3/cache/impl +org/jboss +META-INF/maven/org.jboss.as/jboss-as-ejb3 +org/jboss/as/ejb3/iiop/handle +org/jboss/as/ejb3/resourceadapterbinding +META-INF +org/jboss/as/ejb3/timerservice/schedule/util +org/jboss/as/ejb3/cache/impl/factory +org/jboss/as/ejb3/component/entity/entitycache +org/jboss/as/ejb3/timerservice/spi +org/jboss/as/ejb3/timerservice/schedule/attribute +org/jboss/as/ejb3/timerservice/persistence/filestore +org/jboss/as/ejb3/component/pool diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/ejb3/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/ejb3/main/module.xml new file mode 100644 index 0000000..3a10a4d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/ejb3/main/module.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.1.Final.jar new file mode 100644 index 0000000..0ecb8aa Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.1.Final.jar.index new file mode 100644 index 0000000..2418700 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ +META-INF/maven/org.jboss.as/jboss-as-embedded + +org/jboss/as/embedded +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as/embedded/ejb3 +META-INF/services +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/embedded/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/embedded/main/module.xml new file mode 100644 index 0000000..26213e4 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/embedded/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.1.Final.jar new file mode 100644 index 0000000..08e1cc7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.1.Final.jar.index new file mode 100644 index 0000000..a5df887 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.1.Final.jar.index @@ -0,0 +1,24 @@ +org/jboss/as/host/controller + +META-INF/maven/org.jboss.as/jboss-as-host-controller +org/jboss/as/host/controller/ignored +org/jboss/as/host/controller/parsing +org/jboss/as/host/controller/operations +org/jboss/as/domain +org/jboss/as/domain/controller/operations/deployment +META-INF/maven +org/jboss +org/jboss/as/domain/controller/operations +org/jboss/as +org/jboss/as/domain/controller/operations/coordination +org/jboss/as/host/controller/mgmt +org +META-INF +org/jboss/as/domain/controller +org/jboss/as/domain/controller/resource +org/jboss/as/host/controller/descriptions +META-INF/maven/org.jboss.as +org/jboss/as/host +org/jboss/as/domain/controller/plan +org/jboss/as/domain/controller/descriptions +org/jboss/as/host/controller/resources diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/host-controller/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/host-controller/main/module.xml new file mode 100644 index 0000000..ee9a933 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/host-controller/main/module.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.1.Final.jar new file mode 100644 index 0000000..3d35cc0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.1.Final.jar.index new file mode 100644 index 0000000..ab66bd5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.1.Final.jar.index @@ -0,0 +1,23 @@ + +org/jboss/as/jacorb/service +META-INF/maven +org/jboss/as/jacorb/rmi/marshal/strategy +org/jboss +org/jboss/as/jacorb/security +org/jboss/as/jacorb/rmi +org/jboss/as/jacorb/deployment +org/jboss/as +org/jboss/as/jacorb +org/jboss/as/jacorb/csiv2 +org/jboss/as/jacorb/naming/jndi +org +META-INF +org/jboss/as/jacorb/rmi/ir +idl +org/jboss/as/jacorb/rmi/marshal +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/jacorb/naming +org/jboss/as/jacorb/csiv2/idl +org/jboss/as/jacorb/tm +META-INF/maven/org.jboss.as/jboss-as-jacorb diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jacorb/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jacorb/main/module.xml new file mode 100644 index 0000000..2e04fda --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jacorb/main/module.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.1.Final.jar new file mode 100644 index 0000000..78c5b81 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.1.Final.jar.index new file mode 100644 index 0000000..020aeaf --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.1.Final.jar.index @@ -0,0 +1,12 @@ + +org/jboss/as/jaxr +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/jaxr/service +META-INF/maven/org.jboss.as/jboss-as-jaxr +org/jboss/as +org +org/jboss/as/jaxr/extension +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jaxr/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxr/main/module.xml new file mode 100644 index 0000000..3e4b2e1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxr/main/module.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.1.Final.jar new file mode 100644 index 0000000..52d5a91 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.1.Final.jar.index new file mode 100644 index 0000000..67c5fb4 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven/org.jboss.as/jboss-as-jaxrs +META-INF/maven +org/jboss/as/jaxrs +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/jaxrs/deployment +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jaxrs/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxrs/main/module.xml new file mode 100644 index 0000000..6bceb5d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jaxrs/main/module.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.1.Final.jar new file mode 100644 index 0000000..f32e61e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.1.Final.jar.index new file mode 100644 index 0000000..a6cc483 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven/org.jboss.as/jboss-as-jdr +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as +org +META-INF +org/jboss/as/jdr diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.1.Final.jar new file mode 100644 index 0000000..8511030 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.1.Final.jar.index new file mode 100644 index 0000000..f44f632 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ +simplejson + +sos/policies +sos/plugins +META-INF/maven +sos/po +META-INF/maven/org.jboss.as +simplejson/tests +META-INF +META-INF/maven/org.jboss.as/jboss-as-sos +sos diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/module.xml new file mode 100644 index 0000000..2844dfb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jdr/main/module.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.1.Final.jar new file mode 100644 index 0000000..b16a9ec Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.1.Final.jar.index new file mode 100644 index 0000000..d55be6c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven/org.jboss.as/jboss-as-jmx +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/jmx/model +org/jboss/as/jmx +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jmx/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jmx/main/module.xml new file mode 100644 index 0000000..bff660a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jmx/main/module.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.1.Final.jar new file mode 100644 index 0000000..67e1d34 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.1.Final.jar.index new file mode 100644 index 0000000..8618637 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.1.Final.jar.index @@ -0,0 +1,12 @@ + +org/jboss/as/jpa +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/maven/org.jboss.as/jboss-as-jpa-hibernate3 +org/jboss/as/jpa/hibernate3 +META-INF/services +org/jboss/as +org +org/jboss/as/jpa/hibernate3/infinispan +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/3/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/3/module.xml new file mode 100644 index 0000000..0102017 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/3/module.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.1.Final.jar new file mode 100644 index 0000000..4cf8ebf Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.1.Final.jar.index new file mode 100644 index 0000000..0704cf7 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.1.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss +org/jboss/as/jpa/hibernate4/infinispan +META-INF/maven +org/jboss/as/jpa/hibernate4/management +org/jboss/as +org +META-INF +org/jboss/as/jpa +org/jboss/as/jpa/hibernate4 +META-INF/maven/org.jboss.as +META-INF/services +META-INF/maven/org.jboss.as/jboss-as-jpa-hibernate4 diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/4/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/4/module.xml new file mode 100644 index 0000000..7d4e2e1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/hibernate/4/module.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.1.Final.jar new file mode 100644 index 0000000..e26d615 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.1.Final.jar.index new file mode 100644 index 0000000..d3a144b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.1.Final.jar.index @@ -0,0 +1,22 @@ + +org/jboss/as/jpa/service +META-INF/maven +org/jboss +org/jboss/as/jpa/container +org/jboss/as +org/jboss/as/jpa/config +org/jboss/as/jpa/persistenceprovider +org +org/jboss/as/jpa/classloader +META-INF +org/jboss/as/jpa/injectors +META-INF/maven/org.jboss.as/jboss-as-jpa +org/jboss/as/jpa/puparser +org/jboss/as/jpa +META-INF/maven/org.jboss.as +org/jboss/as/jpa/subsystem +META-INF/services +org/jboss/as/jpa/processor +org/jboss/as/jpa/transaction +org/jboss/as/jpa/validator +org/jboss/as/jpa/interceptor diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/main/module.xml new file mode 100644 index 0000000..d44eaba --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/main/module.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.1.Final.jar new file mode 100644 index 0000000..010c6c5 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/openjpa/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/openjpa/main/module.xml new file mode 100644 index 0000000..791c7b6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/openjpa/main/module.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.1.Final.jar new file mode 100644 index 0000000..a68aca3 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.1.Final.jar.index new file mode 100644 index 0000000..d317166 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ + +org/jboss/as/jpa/spi +org/jboss/as/jpa +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as +org +META-INF/maven/org.jboss.as/jboss-as-jpa-spi +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/spi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/spi/main/module.xml new file mode 100644 index 0000000..0d97f24 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/spi/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.1.Final.jar new file mode 100644 index 0000000..30e74df Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.1.Final.jar.index new file mode 100644 index 0000000..9caf5ea --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven/org.jboss.as/jboss-as-jpa-util +org/jboss/as/jpa/util +org/jboss/as/jpa +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/util/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/util/main/module.xml new file mode 100644 index 0000000..13d2a3f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jpa/util/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.1.Final.jar new file mode 100644 index 0000000..f9a7351 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.1.Final.jar.index new file mode 100644 index 0000000..7bb74b5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.1.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss +META-INF/maven +org/jboss/as/jsr77/ejb +org/jboss/as +org +META-INF +org/jboss/as/jsr77/managedobject +META-INF/maven/org.jboss.as/jboss-as-jsr77 +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/jsr77/subsystem +org/jboss/as/jsr77 diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/jsr77/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/jsr77/main/module.xml new file mode 100644 index 0000000..f9e86fa --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/jsr77/main/module.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.1.Final.jar new file mode 100644 index 0000000..4f8e551 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.1.Final.jar.index new file mode 100644 index 0000000..d2c461d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.1.Final.jar.index @@ -0,0 +1,18 @@ + +org/jboss/as/logging/handlers/custom +META-INF/maven +org/jboss +org/jboss/as/logging/util +org/jboss/as/logging/loggers +org/jboss/as +org +META-INF +org/jboss/as/logging +META-INF/maven/org.jboss.as/jboss-as-logging +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/logging/handlers/console +org/jboss/as/logging/handlers/async +org/jboss/as/logging/handlers/file +org/jboss/as/logging/handlers +org/jboss/as/logging/validators diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/logging/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/logging/main/module.xml new file mode 100644 index 0000000..4901148 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/logging/main/module.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.1.Final.jar new file mode 100644 index 0000000..e3ef2fd Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.1.Final.jar.index new file mode 100644 index 0000000..1fe979a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven/org.jboss.as/jboss-as-mail +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/mail/extension +org/jboss/as +org/jboss/as/mail +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/mail/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/mail/main/module.xml new file mode 100644 index 0000000..a5e99dc --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/mail/main/module.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.1.Final.jar new file mode 100644 index 0000000..d4ddc30 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.1.Final.jar.index new file mode 100644 index 0000000..d6880e2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as/management/client +META-INF/maven/org.jboss.as/jboss-as-management-client-content +org/jboss/as/management/client/content +org/jboss/as/management +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/management-client-content/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/management-client-content/main/module.xml new file mode 100644 index 0000000..1a224db --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/management-client-content/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.1.Final.jar new file mode 100644 index 0000000..fcba5c5 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.1.Final.jar.index new file mode 100644 index 0000000..48c8dcc --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.1.Final.jar.index @@ -0,0 +1,12 @@ + +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as/messaging +META-INF/services +META-INF/maven/org.jboss.as/jboss-as-messaging +org/jboss/as +org/jboss/as/messaging/deployment +org +org/jboss/as/messaging/jms +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/messaging/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/messaging/main/module.xml new file mode 100644 index 0000000..065e9d5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/messaging/main/module.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.1.Final.jar new file mode 100644 index 0000000..59ff747 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.1.Final.jar.index new file mode 100644 index 0000000..e2bd7fc --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ + +org/jboss/as/modcluster +META-INF/maven/org.jboss.as/jboss-as-modcluster +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.0.Final.jar new file mode 100644 index 0000000..04a9641 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.0.Final.jar.index new file mode 100644 index 0000000..6b81bf6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.0.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven/org.jboss.mod_cluster/mod_cluster-container-catalina +META-INF/maven/org.jboss.mod_cluster +META-INF/maven +org/jboss/modcluster/container/catalina +org/jboss +org/jboss/modcluster/container +org +META-INF +org/jboss/modcluster diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar new file mode 100644 index 0000000..b71ac0e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar.index new file mode 100644 index 0000000..2c83bde --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.0.Final.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven/org.jboss.mod_cluster +org/jboss/modcluster/container/jbossweb +META-INF/maven/org.jboss.mod_cluster/mod_cluster-container-jbossweb +META-INF/maven +org/jboss +org/jboss/modcluster/container +META-INF/services +org +META-INF +org/jboss/modcluster diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar new file mode 100644 index 0000000..9f55eba Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar.index new file mode 100644 index 0000000..f499874 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.0.Final.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven/org.jboss.mod_cluster +META-INF/maven +org/jboss +META-INF/maven/org.jboss.mod_cluster/mod_cluster-container-spi +org/jboss/modcluster/container +org +META-INF +org/jboss/modcluster diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.0.Final.jar new file mode 100644 index 0000000..c871294 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.0.Final.jar.index new file mode 100644 index 0000000..0401f94 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.0.Final.jar.index @@ -0,0 +1,18 @@ + +META-INF/maven/org.jboss.mod_cluster +org/jboss/modcluster/advertise +META-INF/maven/org.jboss.mod_cluster/mod_cluster-core +META-INF/maven +org/jboss +org/jboss/modcluster/mcmp +org/jboss/modcluster/load +org +org/jboss/modcluster/mcmp/impl +META-INF +org/jboss/modcluster +org/jboss/modcluster/load/metric/impl +org/jboss/modcluster/load/impl +org/jboss/modcluster/config +org/jboss/modcluster/config/impl +org/jboss/modcluster/advertise/impl +org/jboss/modcluster/load/metric diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/module.xml new file mode 100644 index 0000000..11de4ca --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/modcluster/main/module.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.1.Final.jar new file mode 100644 index 0000000..024d0a3 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.1.Final.jar.index new file mode 100644 index 0000000..d07fcfc --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.1.Final.jar.index @@ -0,0 +1,19 @@ + +org/jboss/as/naming/management +META-INF/maven +org/jboss +org/jboss/as/naming/interfaces +org/jboss/as/naming/subsystem +org/jboss/as/naming/service +org/jboss/as +META-INF/maven/org.jboss.as/jboss-as-naming +org +META-INF +org/jboss/as/naming/context +org/jboss/as/naming +META-INF/maven/org.jboss.as +org/jboss/as/naming/remote +META-INF/services +org/jboss/as/naming/interfaces/java +org/jboss/as/naming/util +org/jboss/as/naming/deployment diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/naming/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/naming/main/module.xml new file mode 100644 index 0000000..7359ff5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/naming/main/module.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/network/main/jboss-as-network-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/network/main/jboss-as-network-7.1.1.Final.jar new file mode 100644 index 0000000..6df037e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/network/main/jboss-as-network-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/network/main/jboss-as-network-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/network/main/jboss-as-network-7.1.1.Final.jar.index new file mode 100644 index 0000000..6b7d3ff --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/network/main/jboss-as-network-7.1.1.Final.jar.index @@ -0,0 +1,9 @@ +org/jboss/as/network + +META-INF/maven/org.jboss.as/jboss-as-network +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/network/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/network/main/module.xml new file mode 100644 index 0000000..459960d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/network/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.1.Final.jar new file mode 100644 index 0000000..3d16b27 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.1.Final.jar.index new file mode 100644 index 0000000..48ebfcb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.1.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss +META-INF/maven +org/jboss/as +org +META-INF +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/osgi +org/jboss/as/osgi/parser +org/jboss/as/osgi/service +META-INF/maven/org.jboss.as/jboss-as-osgi-service +org/jboss/as/osgi/deployment diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/osgi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/osgi/main/module.xml new file mode 100644 index 0000000..43e3790 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/osgi/main/module.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.1.Final.jar new file mode 100644 index 0000000..55d953c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.1.Final.jar.index new file mode 100644 index 0000000..d85c90c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven/org.jboss.as/jboss-as-platform-mbean +META-INF/maven +org/jboss/as/platform +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as +org +META-INF +org/jboss/as/platform/mbean diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/platform-mbean/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/platform-mbean/main/module.xml new file mode 100644 index 0000000..34bef5a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/platform-mbean/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.1.Final.jar new file mode 100644 index 0000000..11ded42 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.1.Final.jar.index new file mode 100644 index 0000000..b938ce3 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.1.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss +META-INF/maven +org/jboss/as/pojo/descriptor +org/jboss/as +org +org/jboss/as/pojo/service +META-INF +META-INF/maven/org.jboss.as/jboss-as-pojo +org/jboss/as/pojo +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/pojo/api diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/pojo/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/pojo/main/module.xml new file mode 100644 index 0000000..9c95d5f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/pojo/main/module.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.1.Final.jar new file mode 100644 index 0000000..15036c6 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.1.Final.jar.index new file mode 100644 index 0000000..921e374 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ + +org/jboss/as/version +org/jboss/as/process +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as/process/protocol +org/jboss/as +org +META-INF +META-INF/maven/org.jboss.as/jboss-as-process-controller diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/process-controller/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/process-controller/main/module.xml new file mode 100644 index 0000000..46b6567 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/process-controller/main/module.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.1.Final.jar new file mode 100644 index 0000000..0d6238a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.1.Final.jar.index new file mode 100644 index 0000000..588723b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ +org/jboss/as/protocol/mgmt + +META-INF/maven/org.jboss.as/jboss-as-protocol +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +org/jboss/as/protocol +org/jboss/as +org +META-INF +org/jboss/as/protocol/mgmt/support diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/protocol/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/protocol/main/module.xml new file mode 100644 index 0000000..6e7990e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/protocol/main/module.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.1.Final.jar new file mode 100644 index 0000000..4f1a81f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.1.Final.jar.index new file mode 100644 index 0000000..ac090bb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ + +org/jboss/as/remoting/management +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as +META-INF/maven/org.jboss.as/jboss-as-remoting +org/jboss/as/remoting +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/remoting/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/remoting/main/module.xml new file mode 100644 index 0000000..881e0a9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/remoting/main/module.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.1.Final.jar new file mode 100644 index 0000000..3acb958 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.1.Final.jar.index new file mode 100644 index 0000000..e5a840e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.1.Final.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven/org.jboss.as/jboss-as-sar +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/service/descriptor +org/jboss/as +org +org/jboss/as/service +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/sar/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/sar/main/module.xml new file mode 100644 index 0000000..f96e76b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/sar/main/module.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/security/main/jboss-as-security-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/security/main/jboss-as-security-7.1.1.Final.jar new file mode 100644 index 0000000..2236f90 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/security/main/jboss-as-security-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/security/main/jboss-as-security-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/security/main/jboss-as-security-7.1.1.Final.jar.index new file mode 100644 index 0000000..2caa25d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/security/main/jboss-as-security-7.1.1.Final.jar.index @@ -0,0 +1,16 @@ + +org/jboss/as/security/remoting +org/jboss/as/security +META-INF/maven +org/jboss +org/jboss/as +org +META-INF +org/jboss/as/security/deployment +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/security/context +org/jboss/as/security/plugins +org/jboss/as/security/service +META-INF/maven/org.jboss.as/jboss-as-security +org/jboss/as/security/vault diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/security/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/security/main/module.xml new file mode 100644 index 0000000..7dbeef9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/security/main/module.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/server/main/jboss-as-server-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/server/main/jboss-as-server-7.1.1.Final.jar new file mode 100644 index 0000000..39a3d6b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/server/main/jboss-as-server-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/server/main/jboss-as-server-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/server/main/jboss-as-server-7.1.1.Final.jar.index new file mode 100644 index 0000000..d9d1d9c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/server/main/jboss-as-server-7.1.1.Final.jar.index @@ -0,0 +1,29 @@ + +org/jboss/as/server +org/jboss/as/server/mgmt +org/jboss/as/server/controller/descriptions +org/jboss/as +org +org/jboss/as/server/deployment/client +META-INF/maven/org.jboss.as/jboss-as-server +META-INF/maven/org.jboss.as +org/jboss/as/server/services/security +org/jboss/as/server/jmx +org/jboss/as/server/moduleservice +org/jboss/as/server/deployment +org/jboss/as/server/parsing +META-INF/maven +org/jboss +org/jboss/as/server/services +META-INF +org/jboss/as/server/deployment/module +org/jboss/as/server/deployment/module/descriptor +org/jboss/as/server/deployment/annotation +org/jboss/as/server/services/net +org/jboss/as/server/services/path +org/jboss/as/server/deployment/reflect +org/jboss/as/server/mgmt/domain +org/jboss/as/server/deployment/integration +org/jboss/as/server/operations +org/jboss/as/server/controller +org/jboss/as/server/deployment/service diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/server/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/server/main/module.xml new file mode 100644 index 0000000..ebe0561 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/server/main/module.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/standalone/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/standalone/main/module.xml new file mode 100644 index 0000000..0c4f979 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/standalone/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.1.Final.jar new file mode 100644 index 0000000..33ddf50 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.1.Final.jar.index new file mode 100644 index 0000000..4a1a908 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ +META-INF/maven/org.jboss.as/jboss-as-threads + +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/threads +org/jboss/as +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/threads/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/threads/main/module.xml new file mode 100644 index 0000000..4caa8e7 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/threads/main/module.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.1.Final.jar new file mode 100644 index 0000000..0e076f0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.1.Final.jar.index new file mode 100644 index 0000000..2892a85 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.1.Final.jar.index @@ -0,0 +1,15 @@ + +org/jboss/as/txn/subsystem +org/jboss +META-INF/maven +org/jboss/as +org +org/jboss/as/txn/service +META-INF +META-INF/maven/org.jboss.as/jboss-as-transactions +org/jboss/as/txn +org/jboss/iiop/tm +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/iiop +org/jboss/as/txn/deployment diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/transactions/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/transactions/main/module.xml new file mode 100644 index 0000000..e6228e8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/transactions/main/module.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar new file mode 100644 index 0000000..9f185e1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index new file mode 100644 index 0000000..dc4db22 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index @@ -0,0 +1,24 @@ + +org/eclipse/jdt/internal/compiler/util +org/eclipse/jdt/internal/compiler/lookup +org/eclipse/jdt/internal/compiler/classfmt +org/eclipse/jdt/internal/compiler/parser/diagnose +org/eclipse/jdt/internal/compiler/ast +org/eclipse/jdt/internal/core/util +org +META-INF +org/eclipse/jdt/internal/core +org/eclipse +org/eclipse/jdt/internal/compiler/impl +org/eclipse/jdt/internal/compiler/codegen +org/eclipse/jdt/core/compiler/batch +org/eclipse/jdt/internal/compiler/flow +org/eclipse/jdt/internal/compiler +org/eclipse/jdt/internal/compiler/problem +org/eclipse/jdt/internal/compiler/parser +org/eclipse/jdt/core/compiler +org/eclipse/jdt +org/eclipse/jdt/core +org/eclipse/jdt/internal +org/eclipse/jdt/internal/compiler/batch +org/eclipse/jdt/internal/compiler/env diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jboss-as-web-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jboss-as-web-7.1.1.Final.jar new file mode 100644 index 0000000..37babcc Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jboss-as-web-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jboss-as-web-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jboss-as-web-7.1.1.Final.jar.index new file mode 100644 index 0000000..d2f7304 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jboss-as-web-7.1.1.Final.jar.index @@ -0,0 +1,22 @@ + +org/jboss/as/web/session +org/jboss/as/web/deployment/helpers +org/jboss/as/web/security/jaspi/modules +META-INF/maven +org/jboss +org/jboss/as/web/deployment +org/jboss/as/web/deployment/component +META-INF/maven/org.jboss.as/jboss-as-web +org/jboss/as +org +META-INF +org/jboss/as/web/sso +org/jboss/as/web/security/jaspi +org/jboss/as/web/deployment/jsf +org/jboss/as/web/security +org/jboss/as/web +org/jboss/as/web/deployment/mock +org/jboss/as/web/session/notification +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/web/ext diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jbossweb-7.0.13.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jbossweb-7.0.13.Final.jar new file mode 100644 index 0000000..5651422 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jbossweb-7.0.13.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jbossweb-7.0.13.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jbossweb-7.0.13.Final.jar.index new file mode 100644 index 0000000..2417b89 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/jbossweb-7.0.13.Final.jar.index @@ -0,0 +1,77 @@ + +org/apache/jasper/resources +org/apache/tomcat/util/http/fileupload/util +org/apache/tomcat/util/http/fileupload +org/apache/el/parser +org/apache/tomcat/util/http +org/apache/tomcat/bayeux +org/apache/tomcat +org/apache/tomcat/util/http/res +org/apache/catalina/connector +org/apache/tomcat/util +org/apache/jasper/tagplugins/jstl +org/apache/naming/resources +org/apache/jasper/security +org/apache/jasper +org/apache/catalina/manager +org/apache/catalina/deploy/jsp +org/jboss/web/php +org/apache/cometd/bayeux +org/apache/el/lang +org/apache/jasper/el +org/apache/catalina +org/apache/tomcat/util/net +org/apache/tomcat/util/buf +org/apache/catalina/session +org/apache/jasper/util +org/apache/naming +org/apache/naming/resources/jndi +org/apache/coyote +org/jboss/servlet +org/apache/catalina/valves +org/apache/jasper/tagplugins/jstl/core +org/jboss/web +org/apache/catalina/ha/backend +org/apache/jasper/compiler/tagplugin +org/apache/tomcat/util/net/res +org/apache/tomcat/util/http/mapper +org/apache/tomcat/util/json +org/apache/jasper/xmlparser +org/apache/tomcat/util/http/fileupload/servlet +org/jboss/web/rewrite +org +org/apache/coyote/ajp +org/jboss/servlet/http +org/apache/tomcat/util/res +org/apache/tomcat/jni +org/apache/coyote/memory +org/apache/el/util +org/apache/catalina/security +org/apache/catalina/realm +org/apache/tomcat/util/modeler/modules +org/apache/jasper/tagplugins +org/apache/catalina/servlets +org/apache/tomcat/util/net/jsse/res +org/apache/jasper/servlet +org/apache/catalina/ssi +org/jboss +org/apache/catalina/deploy +org/apache/jasper/compiler +org/apache/tomcat/util/buf/res +org/apache/el +org/apache/coyote/http11/filters +org/apache/tomcat/util/modeler +org/apache/catalina/ha +META-INF +org/apache/catalina/startup +org/apache/jasper/runtime +org/apache/tomcat/util/http/fileupload/disk +org/apache/tomcat/bayeux/request +org/apache/catalina/authenticator +org/apache +org/apache/catalina/filters +org/apache/coyote/http11 +org/apache/tomcat/util/net/jsse +org/apache/catalina/util +org/apache/catalina/core +org/apache/cometd diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libapr-1.so b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libapr-1.so new file mode 100644 index 0000000..923c37a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libapr-1.so differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libcrypto.so b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libcrypto.so new file mode 100644 index 0000000..22fbf4f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libcrypto.so differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libssl.so b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libssl.so new file mode 100644 index 0000000..11d8dc0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libssl.so differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libtcnative-1.so b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libtcnative-1.so new file mode 100644 index 0000000..d606c8e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-i686/libtcnative-1.so differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libapr-1.so b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libapr-1.so new file mode 100644 index 0000000..9836ce8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libapr-1.so differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libcrypto.so b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libcrypto.so new file mode 100644 index 0000000..ec80ecc Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libcrypto.so differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libssl.so b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libssl.so new file mode 100644 index 0000000..8351688 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libssl.so differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libtcnative-1.so b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libtcnative-1.so new file mode 100644 index 0000000..5285030 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/linux-x86_64/libtcnative-1.so differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libapr-1.jnilib b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libapr-1.jnilib new file mode 100644 index 0000000..34fa119 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libapr-1.jnilib differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libcrypto.jnilib b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libcrypto.jnilib new file mode 100644 index 0000000..2509d15 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libcrypto.jnilib differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libssl.jnilib b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libssl.jnilib new file mode 100644 index 0000000..4abd445 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libssl.jnilib differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libtcnative-1.jnilib b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libtcnative-1.jnilib new file mode 100644 index 0000000..a688351 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-i686/libtcnative-1.jnilib differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libapr-1.jnilib b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libapr-1.jnilib new file mode 100644 index 0000000..4ba3ca0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libapr-1.jnilib differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libcrypto.jnilib b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libcrypto.jnilib new file mode 100644 index 0000000..d01a324 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libcrypto.jnilib differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libssl.jnilib b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libssl.jnilib new file mode 100644 index 0000000..dac8883 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libssl.jnilib differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libtcnative-1.jnilib b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libtcnative-1.jnilib new file mode 100644 index 0000000..9095a65 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/macosx-x86_64/libtcnative-1.jnilib differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/win-i686/tcnative-1.dll b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/win-i686/tcnative-1.dll new file mode 100644 index 0000000..c59565a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/win-i686/tcnative-1.dll differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/win-x86_64/tcnative-1.dll b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/win-x86_64/tcnative-1.dll new file mode 100644 index 0000000..763b7c6 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/lib/win-x86_64/tcnative-1.dll differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/module.xml new file mode 100644 index 0000000..849f5de --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/web/main/module.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.1.Final.jar new file mode 100644 index 0000000..d300c42 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.1.Final.jar.index new file mode 100644 index 0000000..963ce84 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.1.Final.jar.index @@ -0,0 +1,25 @@ + +org/jboss/as/webservices/deployers +META-INF/maven/org.jboss.as/jboss-as-webservices-server-integration +org/jboss/as/webservices/invocation +org/jboss/as/webservices/publish +org/jboss/as/webservices/deployers/deployment +org/jboss/as +org +org/jboss/as/webservices/metadata/model +org/jboss/as/webservices/injection +org/jboss/as/webservices/config +org/jboss/as/webservices/webserviceref +META-INF/maven/org.jboss.as +org/jboss/as/webservices/dmr +org/jboss/as/webservices +org/jboss/as/webservices/security +org/jboss/as/webservices/parser +org/jboss +META-INF/maven +META-INF +org/jboss/as/webservices/metadata +org/jboss/as/webservices/util +META-INF/services +org/jboss/as/webservices/tomcat +org/jboss/as/webservices/service diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.2.GA-jboss711.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.2.GA-jboss711.jar new file mode 100644 index 0000000..b4d60d2 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.2.GA-jboss711.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.2.GA-jboss711.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.2.GA-jboss711.jar.index new file mode 100644 index 0000000..b67b728 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.2.GA-jboss711.jar.index @@ -0,0 +1,5 @@ + +META-INF/maven +META-INF/maven/org.jboss.ws.cxf/jbossws-cxf-resources +META-INF/maven/org.jboss.ws.cxf +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/module.xml new file mode 100644 index 0000000..0390f10 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/main/module.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/server/integration/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/server/integration/main/module.xml new file mode 100644 index 0000000..559ff3f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/server/integration/main/module.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/server/jaxrpc-integration/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/server/jaxrpc-integration/main/module.xml new file mode 100644 index 0000000..6d227fb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/webservices/server/jaxrpc-integration/main/module.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.1.Final.jar new file mode 100644 index 0000000..550f981 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.1.Final.jar.index new file mode 100644 index 0000000..5c3bd0a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.1.Final.jar.index @@ -0,0 +1,21 @@ + +org/jboss/as/weld/ejb +org/jboss/as/weld/webtier/jsf +org/jboss/as/weld +META-INF/maven/org.jboss.as/jboss-as-weld +META-INF/maven +org/jboss +org/jboss/as/weld/webtier/jsp +org/jboss/as/weld/webtier +org/jboss/as +org +org/jboss/as/weld/services +org/jboss/as/weld/util +META-INF +org/jboss/as/weld/services/bootstrap +org/jboss/as/weld/arquillian +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as/weld/deployment/processors +org/jboss/as/weld/injection +org/jboss/as/weld/deployment diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/weld/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/weld/main/module.xml new file mode 100644 index 0000000..2ee920c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/weld/main/module.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.1.Final.jar new file mode 100644 index 0000000..fcdb859 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.1.Final.jar.index new file mode 100644 index 0000000..cfb5f74 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.1.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven +org/jboss +META-INF/maven/org.jboss.as +META-INF/services +org/jboss/as +META-INF/maven/org.jboss.as/jboss-as-xts +org +META-INF +org/jboss/as/xts diff --git a/files/jboss-as-7.1.1/modules/org/jboss/as/xts/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/as/xts/main/module.xml new file mode 100644 index 0000000..d0a2c1d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/as/xts/main/module.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.1.Final.jar new file mode 100644 index 0000000..d5e9854 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.1.Final.jar.index new file mode 100644 index 0000000..c3ba06c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.1.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss/classfilewriter/constpool +org/jboss/classfilewriter/attributes +org/jboss/classfilewriter/code +org/jboss +META-INF/maven +org/jboss/classfilewriter/annotations +org/jboss/classfilewriter +org +META-INF/maven/org.jboss.classfilewriter +META-INF +org/jboss/classfilewriter/util +META-INF/maven/org.jboss.classfilewriter/jboss-classfilewriter diff --git a/files/jboss-as-7.1.1/modules/org/jboss/classfilewriter/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/classfilewriter/main/module.xml new file mode 100644 index 0000000..2848391 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/classfilewriter/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.0.Final.jar new file mode 100644 index 0000000..bf7820e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.0.Final.jar.index new file mode 100644 index 0000000..9f1c422 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.0.Final.jar.index @@ -0,0 +1,15 @@ + +org/jboss/com +org/jboss +org/jboss/com/sun/net/httpserver +META-INF/maven +org/jboss/com/sun/net/httpserver/spi +org +META-INF +META-INF/maven/org.jboss.com.sun.httpserver +org/jboss/com/sun +org/jboss/com/sun/net +META-INF/maven/org.jboss.com.sun.httpserver/httpserver +org/jboss/sun/net/httpserver +org/jboss/sun/net +org/jboss/sun diff --git a/files/jboss-as-7.1.1/modules/org/jboss/com/sun/httpserver/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/com/sun/httpserver/main/module.xml new file mode 100644 index 0000000..6b1f0a7 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/com/sun/httpserver/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar new file mode 100644 index 0000000..15c3a01 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index new file mode 100644 index 0000000..12cbde0 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index @@ -0,0 +1,37 @@ + +org/jboss/util/state +org/jboss/util/naming +org/jboss/util/propertyeditor +org/jboss/util/stream +org/jboss/net/protocol/resource +org/jboss/net/protocol/njar +org/jboss/util/platform +org/jboss/net/sockets +org +org/jboss/net/protocol/http +org/jboss/util/graph +org/jboss/util/threadpool +org/jboss/net/protocol +org/jboss/util/deadlock +org/jboss/util/xml/catalog/helpers +org/jboss/util/property/jmx +org/jboss/util/timeout +org/jboss/util/property +META-INF/maven +org/jboss +org/jboss/util/loading +org/jboss/util/collection +org/jboss/util/id +META-INF/maven/org.jboss +META-INF/maven/org.jboss/jboss-common-core +META-INF +org/jboss/net +org/jboss/util +org/jboss/util/builder +org/jboss/util/state/xml +org/jboss/util/xml/catalog +org/jboss/util/file +org/jboss/util/xml +org/jboss/net/protocol/file +org/jboss/net/ssl +org/jboss/util/xml/catalog/readers diff --git a/files/jboss-as-7.1.1/modules/org/jboss/common-core/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/common-core/main/module.xml new file mode 100644 index 0000000..b230c6d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/common-core/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar new file mode 100644 index 0000000..defa605 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index new file mode 100644 index 0000000..dbfa61c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index @@ -0,0 +1,8 @@ + +META-INF/maven/org.jboss/jboss-dmr +META-INF/maven +org/jboss +META-INF/maven/org.jboss +org/jboss/dmr +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/dmr/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/dmr/main/module.xml new file mode 100644 index 0000000..adaffa5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/dmr/main/module.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.5.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.5.Final.jar new file mode 100644 index 0000000..31b9522 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.5.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.5.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.5.Final.jar.index new file mode 100644 index 0000000..cab16ad --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.5.Final.jar.index @@ -0,0 +1,13 @@ + +META-INF/maven/org.jboss/jboss-ejb-client +org/jboss +META-INF/maven +org/jboss/ejb/client/naming/ejb +org/jboss/ejb/client/remoting +META-INF/maven/org.jboss +org +org/jboss/ejb/client/naming +META-INF +org/jboss/ejb/client +META-INF/services +org/jboss/ejb diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ejb-client/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ejb-client/main/module.xml new file mode 100644 index 0000000..a0237e6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ejb-client/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar b/files/jboss-as-7.1.1/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar new file mode 100644 index 0000000..9c6f0a6 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar.index new file mode 100644 index 0000000..0e937a1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar.index @@ -0,0 +1,9 @@ +org/jboss/ejb3/annotation + +org/jboss/ejb3 +META-INF/maven/org.jboss.ejb3/jboss-ejb3-ext-api +META-INF/maven +org/jboss +META-INF/maven/org.jboss.ejb3 +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ejb3/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ejb3/main/module.xml new file mode 100644 index 0000000..e22c586 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ejb3/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar new file mode 100644 index 0000000..2e16ff9 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar.index new file mode 100644 index 0000000..7ec912a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar.index @@ -0,0 +1,9 @@ + +org/jboss/ejb/iiop +META-INF/maven +org/jboss +META-INF/maven/org.jboss/jboss-iiop-client +META-INF/maven/org.jboss +org +META-INF +org/jboss/ejb diff --git a/files/jboss-as-7.1.1/modules/org/jboss/iiop-client/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/iiop-client/main/module.xml new file mode 100644 index 0000000..252d1d2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/iiop-client/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar b/files/jboss-as-7.1.1/modules/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar new file mode 100644 index 0000000..5da5970 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/integration/ext-content/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/integration/ext-content/main/module.xml new file mode 100644 index 0000000..510f1a9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/integration/ext-content/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Final.jar new file mode 100644 index 0000000..2c2b754 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Final.jar.index new file mode 100644 index 0000000..f17f669 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/main/jboss-interceptor-core-2.0.0.Final.jar.index @@ -0,0 +1,15 @@ + +org/jboss/interceptor/reader/cache +org/jboss +org/jboss/interceptor +META-INF/maven +org/jboss/interceptor/proxy/javassist +org +META-INF +org/jboss/interceptor/builder +org/jboss/interceptor/proxy +META-INF/maven/org.jboss.interceptor/jboss-interceptor-core +org/jboss/interceptor/util +META-INF/maven/org.jboss.interceptor +org/jboss/interceptor/reader +org/jboss/interceptor/util/proxy diff --git a/files/jboss-as-7.1.1/modules/org/jboss/interceptor/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/main/module.xml new file mode 100644 index 0000000..8f95698 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Final.jar new file mode 100644 index 0000000..fd4945e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Final.jar.index new file mode 100644 index 0000000..0f55378 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/spi/main/jboss-interceptor-spi-2.0.0.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss/interceptor/spi/model +org/jboss/interceptor/spi/instance +org/jboss +org/jboss/interceptor +META-INF/maven +org/jboss/interceptor/spi/metadata +org +META-INF +META-INF/maven/org.jboss.interceptor +org/jboss/interceptor/spi +org/jboss/interceptor/spi/context +META-INF/maven/org.jboss.interceptor/jboss-interceptor-spi diff --git a/files/jboss-as-7.1.1/modules/org/jboss/interceptor/spi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/spi/main/module.xml new file mode 100644 index 0000000..e8fc444 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/interceptor/spi/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar new file mode 100644 index 0000000..2c7e4b0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index new file mode 100644 index 0000000..f97159d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index @@ -0,0 +1,11 @@ + +org/jboss/invocation/proxy/reflection +META-INF/maven/org.jboss.invocation/jboss-invocation +org/jboss/invocation/proxy +META-INF/maven +org/jboss +org/jboss/invocation/proxy/classloading +META-INF/maven/org.jboss.invocation +org +META-INF +org/jboss/invocation diff --git a/files/jboss-as-7.1.1/modules/org/jboss/invocation/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/invocation/main/module.xml new file mode 100644 index 0000000..f230337 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/invocation/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.9.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.9.Final.jar new file mode 100644 index 0000000..0beadfc Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.9.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.9.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.9.Final.jar.index new file mode 100644 index 0000000..603e9a9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.9.Final.jar.index @@ -0,0 +1,17 @@ +org/jboss/jca/common/api/metadata/resourceadapter + +org/jboss/jca/common/api/validator +org/jboss/jca/common/api/metadata/ironjacamar +org/jboss/jca/common/api +org/jboss +org/jboss/jca/common +org/jboss/jca/common/api/metadata/ra/ra10 +org +META-INF +org/jboss/jca/common/api/metadata/ds +org/jboss/jca/common/api/metadata/ra/ra15 +org/jboss/jca/common/api/metadata +org/jboss/jca/common/api/metadata/ra/ra16 +org/jboss/jca/common/api/metadata/common +org/jboss/jca/common/api/metadata/ra +org/jboss/jca diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.9.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.9.Final.jar new file mode 100644 index 0000000..fe65381 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.9.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.9.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.9.Final.jar.index new file mode 100644 index 0000000..9b0497a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.9.Final.jar.index @@ -0,0 +1,9 @@ + +org/jboss/jca/common/spi/annotations +org/jboss/jca/common/spi +org/jboss +org/jboss/jca/common +org/jboss/jca +org/jboss/jca/common/spi/annotations/repository +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.9.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.9.Final.jar new file mode 100644 index 0000000..6145fff Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.9.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.9.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.9.Final.jar.index new file mode 100644 index 0000000..85be848 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.9.Final.jar.index @@ -0,0 +1,28 @@ + +org/jboss/jca/core/spi/graceful +org/jboss/jca/core/api/workmanager +org/jboss/jca/core/api/connectionmanager/listener +org/jboss/jca/core/api +org/jboss/jca/core/api/connectionmanager +org/jboss/jca/core/spi/security +org +org/jboss/jca/core/spi/transaction/recovery +org/jboss/jca/core/api/management +org/jboss/jca/core/spi/transaction/local +org/jboss/jca +org/jboss/jca/core/spi/mdr +org/jboss/jca/core/spi/connectionmanager +org/jboss/jca/core/spi/recovery +org/jboss/jca/core/spi/transaction/usertx +org/jboss +org/jboss/jca/core/spi/statistics +org/jboss/jca/core/api/connectionmanager/ccm +org/jboss/jca/core/spi/transaction +META-INF +org/jboss/jca/core/api/connectionmanager/pool +org/jboss/jca/core/spi/transaction/xa +org/jboss/jca/core +org/jboss/jca/core/spi/naming +org/jboss/jca/core/spi/rar +org/jboss/jca/core/api/bootstrap +org/jboss/jca/core/spi diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/module.xml new file mode 100644 index 0000000..9eb22f1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/api/main/module.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.9.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.9.Final.jar new file mode 100644 index 0000000..ce7f133 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.9.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.9.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.9.Final.jar.index new file mode 100644 index 0000000..73de640 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.9.Final.jar.index @@ -0,0 +1,19 @@ + +org/jboss/jca/common/metadata/common +org/jboss/jca/common/metadata/resourceadapter +org/jboss/jca/common/metadata/ironjacamar +org/jboss +org/jboss/jca/common +org/jboss/jca/common/metadata/ra/ra16 +org/jboss/jca/common/metadata +org/jboss/jca/common/metadata/ra/ra15 +org +META-INF +org/jboss/jca/common/metadata/ra/ra10 +org/jboss/jca/common/metadata/ra +org/jboss/jca/common/metadata/ra/common +org/jboss/jca/common/metadata/ds +org/jboss/jca/common/metadata/merge +org/jboss/jca/common/annotations +org/jboss/jca +org/jboss/jca/common/annotations/repository diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.9.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.9.Final.jar new file mode 100644 index 0000000..d0b239f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.9.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.9.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.9.Final.jar.index new file mode 100644 index 0000000..7abd26d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.9.Final.jar.index @@ -0,0 +1,30 @@ + +org/jboss/jca/core/naming +org/jboss/jca/core/connectionmanager/pool/validator +org/jboss/jca/core/tx/noopts +org +org/jboss/jca/core/connectionmanager/listener +org/jboss/jca/core/connectionmanager/notx +org/jboss/jca/core/connectionmanager/pool/mcp +org/jboss/jca/core/bv +org/jboss/jca/core/tx +org/jboss/jca/core/connectionmanager +org/jboss/jca/core/tx/jbossts +org/jboss/jca +org/jboss/jca/core/connectionmanager/tx +org/jboss/jca/core/security +org/jboss/jca/core/workmanager +org/jboss/jca/core/mdr +org/jboss/jca/core/recovery +org/jboss/jca/core/util +org/jboss +org/jboss/jca/core/connectionmanager/transaction +META-INF +org/jboss/jca/core/connectionmanager/pool/strategy +org/jboss/jca/core +org/jboss/jca/core/bootstrapcontext +org/jboss/jca/core/rar +org/jboss/jca/core/connectionmanager/ccm +org/jboss/jca/core/connectionmanager/pool/idle +org/jboss/jca/core/connectionmanager/pool +org/jboss/jca/core/connectionmanager/pool/api diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.9.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.9.Final.jar new file mode 100644 index 0000000..6d613cf Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.9.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.9.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.9.Final.jar.index new file mode 100644 index 0000000..e073d4b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.9.Final.jar.index @@ -0,0 +1,7 @@ + +org/jboss +org/jboss/jca/deployers/common +org/jboss/jca/deployers +org/jboss/jca +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.9.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.9.Final.jar new file mode 100644 index 0000000..76e4571 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.9.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.9.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.9.Final.jar.index new file mode 100644 index 0000000..e3ced5b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.9.Final.jar.index @@ -0,0 +1,13 @@ + +org/jboss/jca/validator/rules/as +org/jboss +org +META-INF +org/jboss/jca/validator/rules +org/jboss/jca/validator/rules/ra +org/jboss/jca/validator/rules/mcf +org/jboss/jca/validator/rules/cf +org/jboss/jca +org/jboss/jca/validator +org/jboss/jca/validator/rules/mc +org/jboss/jca/validator/rules/ao diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/module.xml new file mode 100644 index 0000000..f06534e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/impl/main/module.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.9.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.9.Final.jar new file mode 100644 index 0000000..f5b2697 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.9.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.9.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.9.Final.jar.index new file mode 100644 index 0000000..c9c4f68 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.9.Final.jar.index @@ -0,0 +1,24 @@ + +org/jboss/jca/adapters/jdbc/extensions/mysql +org/jboss/jca/adapters/jdbc/statistics +org/jboss +org/jboss/jca/adapters/jdbc/extensions/db2 +org/jboss/jca/adapters/jdbc/spi +org +org/jboss/jca/adapters +org/jboss/jca/adapters/jdbc/classloading +org/jboss/jca/adapters/jdbc/spi/reauth +META-INF +org/jboss/jca/adapters/jdbc/extensions/mssql +org/jboss/jca/adapters/jdbc/extensions/postgres +org/jboss/jca/adapters/jdbc/extensions/informix +org/jboss/jca/adapters/jdbc/xa +org/jboss/jca/adapters/jdbc/extensions +org/jboss/jca/adapters/jdbc/local +org/jboss/jca/adapters/jdbc/extensions/novendor +org/jboss/jca/adapters/jdbc/extensions/oracle +org/jboss/jca/adapters/jdbc +org/jboss/jca/adapters/jdbc/jdk6 +org/jboss/jca +org/jboss/jca/adapters/jdbc/extensions/sybase +org/jboss/jca/adapters/jdbc/util diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml new file mode 100644 index 0000000..26cb441 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar new file mode 100644 index 0000000..ff02ebd Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index new file mode 100644 index 0000000..3ee0d4a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index @@ -0,0 +1,8 @@ + +META-INF/maven/org.jboss/jandex +META-INF/maven +org/jboss +org/jboss/jandex +META-INF/maven/org.jboss +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jandex/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/jandex/main/module.xml new file mode 100644 index 0000000..3c77a3f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jandex/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar new file mode 100644 index 0000000..6bb5c69 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index new file mode 100644 index 0000000..9ea52b2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven/jboss.jaxbintros +org/jboss/jaxb +META-INF/maven +org/jboss +org/jboss/jaxb/intros/handlers +org/jboss/jaxb/intros/configmodel +org/jboss/jaxb/intros +META-INF/maven/jboss.jaxbintros/jboss-jaxb-intros +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jaxbintros/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/jaxbintros/main/module.xml new file mode 100644 index 0000000..e7a2372 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jaxbintros/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar new file mode 100644 index 0000000..61e62e2 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar.index new file mode 100644 index 0000000..647ac8b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar.index @@ -0,0 +1,10 @@ + +org/jboss/tm +META-INF/maven/org.jboss/jboss-transaction-spi +META-INF/maven +org/jboss/tm/usertx/client +org/jboss +META-INF/maven/org.jboss +org +META-INF +org/jboss/tm/usertx diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jboss-transaction-spi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/jboss-transaction-spi/main/module.xml new file mode 100644 index 0000000..20c203d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jboss-transaction-spi/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.2.Final.jar new file mode 100644 index 0000000..3f702f3 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.2.Final.jar.index new file mode 100644 index 0000000..fc5fd27 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.2.Final.jar.index @@ -0,0 +1,16 @@ + +com/arjuna/ats/internal/jbossatx/jts/jca +com +com/arjuna/ats/internal +com/arjuna/ats +com/arjuna/ats/jbossatx/jta +com/arjuna/ats/jbossatx/logging +META-INF +com/arjuna/ats/jbossatx +com/arjuna/ats/internal/jbossatx/jts +com/arjuna/ats/internal/jbossatx/jta +com/arjuna +com/arjuna/ats/jbossatx/jts +META-INF/services +com/arjuna/ats/internal/jbossatx +com/arjuna/ats/internal/jbossatx/jta/jca diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jts/integration/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/jts/integration/main/module.xml new file mode 100644 index 0000000..edd7f21 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jts/integration/main/module.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jts/main/jbossjts-4.16.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/jts/main/jbossjts-4.16.2.Final.jar new file mode 100644 index 0000000..08da62e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/jts/main/jbossjts-4.16.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jts/main/jbossjts-4.16.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/jts/main/jbossjts-4.16.2.Final.jar.index new file mode 100644 index 0000000..70106bd --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jts/main/jbossjts-4.16.2.Final.jar.index @@ -0,0 +1,186 @@ + +com/arjuna/ats/jts/recovery +com/arjuna/ats/internal/jta/utils/arjunacore +com/arjuna/ats/internal/jts/orbspecific/interposition +com/arjuna/ats/internal/jdbc/drivers +com/arjuna/ats/txoj/common +com/arjuna/orbportability/event +com/arjuna/orbportability/internal/orbspecific/javaidl/orb +com/arjuna/orbportability/utils +com/arjuna/ats/internal/jts/recovery/recoverycoordinators +com/arjuna/ats/internal/jta/resources/spi +com/arjuna/ats/jta/common +com/arjuna/ats/internal/jta/recovery/jts +com/arjuna/ats/jts/services/transactionserver +com/arjuna/common +com/arjuna/ats/internal/jts/orbspecific/interposition/resources/arjuna +com/arjuna/ats/internal/jts/orbspecific/coordinator +com/arjuna/ats/internal/jts/orbspecific/interposition/resources/strict +com/arjuna/orbportability/common +com/arjuna/orbportability/internal/orbspecific/oa +com/arjuna/ats/jts/orbspecific/javaidl/interceptors/context +com/arjuna/orbportability/internal +com/arjuna/ats/internal/jta/tools +com/arjuna/ats/internal/jta/utils/jts +com/arjuna/ats/internal/arjuna/tools +com/arjuna/ats/internal/jts/utils +com/arjuna/orbportability/internal/orbspecific/orb +com/arjuna/ats/jts/orbspecific/jacorb/interceptors/context +com/arjuna/ats/jta/xa +com/arjuna/ArjunaOTS +com/arjuna/ats/arjuna/tools/osb/api +com/arjuna/ats/jts/orbspecific/jacorb/interceptors/interposition +com/arjuna/ats/internal/arjuna/thread +com/arjuna/orbportability/internal/orbspecific/jacorb/oa/implementations +com/arjuna/ats/internal/jts/orbspecific/interposition/resources/restricted +com/arjuna/ats/internal/jts/orbspecific +com/arjuna/ats/arjuna/recovery +com/arjuna/ats/internal/jts/interposition/resources/arjuna +com/arjuna/ats/jts/orbspecific +com/arjuna/ats/internal/arjuna/objectstore/jdbc/accessors +com/arjuna/ats/internal/jts/orbspecific/interposition/resources +com/arjuna/ats/internal/jts/recovery/transactions +com/arjuna/ats +com/arjuna/ats/internal/jta/resources/arjunacore +com/arjuna/orbportability/internal/orbspecific/javaidl/orb/implementations +org +com/arjuna/ats/internal/jts/orbspecific/interposition/coordinator +com/arjuna/ats/internal/jta/transaction/jts/jca +com/arjuna/ats/internal/jta/recovery/arjunacore +com/arjuna/ats/internal/jta/transaction/arjunacore/jca +com/arjuna +com/arjuna/orbportability/internal/orbspecific/jacorb/oa +com/arjuna/ats/internal/jta/transaction/arjunacore +com/arjuna/ats/arjuna/tools +com/arjuna/ats/internal/jts/orbspecific/jacorb/recoverycoordinators +com/arjuna/ats/arjuna/tools/osb +com/arjuna/ats/arjuna/coordinator/abstractrecord +com/arjuna/orbportability/internal/orbspecific/jacorb +com/arjuna/orbportability/common/ant +com/arjuna/ats/internal/jts/orbspecific/jacorb +com/arjuna/ats/arjuna/state +com/arjuna/ats/internal/jts/interposition +com/arjuna/ats/jta/transaction +com/arjuna/common/util +com/arjuna/ats/arjuna/exceptions +com/arjuna/ats/jta/exceptions +com/arjuna/ats/arjuna/tools/stats +com/arjuna/ats/internal/jta/transaction/jts +com/arjuna/ats/jdbc +com/arjuna/ats/jdbc/logging +com/arjuna/ats/jts/thread +com/arjuna/ats/internal/jta/tools/osb/mbean/jts +com/arjuna/ats/internal/jts/interposition/resources/restricted +com/arjuna/ats/arjuna/logging +com/arjuna/common/util/propertyservice +com/arjuna/orbportability/orb +com/arjuna/ats/arjuna/tools/osb/api/proxy +com/arjuna/ats/internal/txoj +com/arjuna/ats/internal/jta/utils +com/arjuna/ats/internal/jdbc +com/arjuna/ats/internal/jta/transaction/arjunacore/subordinate +com/arjuna/common/internal/util/propertyservice +com/arjuna/ats/jts/utils +com/arjuna/ats/txoj +com/arjuna/orbportability/debug +com/arjuna/ats/jdbc/common +com/arjuna/ats/arjuna/tools/osb/annotation +com/arjuna/ats/internal/jts/interposition/resources/strict +com/arjuna/orbportability/internal/orbspecific +com/arjuna/ats/arjuna/utils +com/arjuna/ats/internal/jdbc/drivers/modifiers +com/arjuna/ats/jts/logging +com/arjuna/ats/arjuna/objectstore/jdbc +com/arjuna/ats/internal/arjuna/tools/log +com/arjuna/ats/internal/jts/context +com/arjuna/ats/internal/jta/tools/osb/mbean +com/arjuna/ats/internal/jts/orbspecific/recovery +com +com/arjuna/ats/internal/jta/transaction/jts/subordinate/jca/coordinator +com/arjuna/ats/internal/jta/tools/osb/mbean/jta +com/arjuna/ats/internal/jta/resources/jts +com/arjuna/ats/jta/resources +com/arjuna/ats/txoj/exceptions +com/arjuna/orbportability/internal/orbspecific/javaidl/oa/implementations +com/arjuna/ats/internal/jta/resources/jts/orbspecific +com/arjuna/orbportability/logging +com/arjuna/orbportability/internal/orbspecific/orb/implementations +com/arjuna/ats/internal/jta/transaction/jts/subordinate +com/arjuna/ats/jta +com/arjuna/ats/internal/jta/resources/errorhandlers +com/arjuna/ats/jts/tx +com/arjuna/ats/jts/exceptions +com/arjuna/orbportability/internal/orbspecific/javaidl/oa +com/arjuna/ats/internal/txoj/abstractrecords +com/arjuna/ats/internal/jdbc/recovery +com/arjuna/ats/internal/jta/transaction +org/omg/XA +com/arjuna/ats/jts/orbspecific/jacorb/interceptors +com/arjuna/ats/internal/jts/interposition/resources/osi +com/arjuna/ats/internal/jts/recovery/contact +org/omg +com/arjuna/orbportability/internal/orbspecific/javaidl +com/arjuna/ats/internal/jts/lifecycle +com/arjuna/ats/jts/extensions +com/arjuna/ats/internal/arjuna/recovery +com/arjuna/orbportability/internal/orbspecific/jacorb/orb/implementations +com/arjuna/ats/arjuna/common +com/arjuna/ats/internal/jta/transaction/jts/subordinate/jca +com/arjuna/ats/jts +com/arjuna/ats/arjuna/coordinator/listener +com/arjuna/ats/internal/arjuna/objectstore/jdbc +com/arjuna/orbportability/exceptions +com/arjuna/ats/internal/arjuna/common +com/arjuna/ats/internal/arjuna/utils +com/arjuna/common/internal/util +com/arjuna/ats/txoj/lockstore +com/arjuna/ats/internal/jts/recovery +com/arjuna/ats/internal/arjuna/coordinator +com/arjuna/orbportability/internal/orbspecific/jacorb/orb +com/arjuna/ats/arjuna/tools/log +META-INF/services +com/arjuna/ats/arjuna/objectstore +com/arjuna/ats/jts/orbspecific/javaidl/interceptors/interposition +com/arjuna/ats/internal/arjuna +com/arjuna/ats/internal/jta/xa +com/arjuna/ats/internal/jts/interposition/resources +com/arjuna/orbportability/oa +com/arjuna/ats/internal/jta/resources +com/arjuna/orbportability/internal/orbspecific/oa/implementations +com/arjuna/ats/internal/arjuna/objectstore/hornetq +com/arjuna/orbportability/orb/core +com/arjuna/ats/internal +com/arjuna/ats/arjuna +com/arjuna/ats/jts/orbspecific/jacorb +com/arjuna/ats/arjuna/tools/osb/util +com/arjuna/ats/jta/recovery +com/arjuna/ats/jts/common +com/arjuna/ats/internal/jts/coordinator +com/arjuna/orbportability/internal/orbspecific/versions +com/arjuna/ats/internal/jts/resources +com/arjuna/ats/arjuna/coordinator +com/arjuna/ats/jts/orbspecific/javaidl/interceptors +com/arjuna/ats/internal/jts/orbspecific/interposition/resources/osi +com/arjuna/common/internal +org/omg/CosTransactions +com/arjuna/ats/arjuna/tools/osb/mbean +com/arjuna/ats/jts/orbspecific/javaidl +com/arjuna/ats/internal/jta +com/arjuna/ats/internal/arjuna/abstractrecords +com/arjuna/ats/internal/jta/transaction/arjunacore/subordinate/jca +META-INF +com/arjuna/ats/internal/jts/orbspecific/recovery/recoverycoordinators +com/arjuna/ats/jta/utils +com/arjuna/orbportability +com/arjuna/orbportability/internal/utils +com/arjuna/ats/internal/jta/recovery +com/arjuna/ats/internal/arjuna/objectstore +com/arjuna/ats/jts/services +com/arjuna/ats/internal/jts +com/arjuna/ats/jta/logging +com/arjuna/ats/arjuna/tools/osb/api/mbeans +com/arjuna/ats/internal/jta/tools/osb +com/arjuna/ats/internal/txoj/recovery +com/arjuna/ats/txoj/logging +com/arjuna/orbportability/oa/core +com/arjuna/ats/internal/txoj/lockstore diff --git a/files/jboss-as-7.1.1/modules/org/jboss/jts/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/jts/main/module.xml new file mode 100644 index 0000000..2b567cf --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/jts/main/module.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar new file mode 100644 index 0000000..69fb449 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar.index new file mode 100644 index 0000000..e10e186 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar.index @@ -0,0 +1,8 @@ + +META-INF/maven/org.jboss.logging/jul-to-slf4j-stub +META-INF/maven +META-INF/maven/org.jboss.logging +org/slf4j +org +META-INF +org/slf4j/bridge diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logging/jul-to-slf4j-stub/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/logging/jul-to-slf4j-stub/main/module.xml new file mode 100644 index 0000000..614b11f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/logging/jul-to-slf4j-stub/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logging/main/jboss-logging-3.1.0.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/logging/main/jboss-logging-3.1.0.GA.jar new file mode 100644 index 0000000..72113b0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/logging/main/jboss-logging-3.1.0.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logging/main/jboss-logging-3.1.0.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/logging/main/jboss-logging-3.1.0.GA.jar.index new file mode 100644 index 0000000..91f0a54 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/logging/main/jboss-logging-3.1.0.GA.jar.index @@ -0,0 +1,8 @@ + +META-INF/maven +org/jboss +META-INF/maven/org.jboss.logging +org/jboss/logging +org +META-INF +META-INF/maven/org.jboss.logging/jboss-logging diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logging/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/logging/main/module.xml new file mode 100644 index 0000000..7accd5d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/logging/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar new file mode 100644 index 0000000..63216f7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar.index new file mode 100644 index 0000000..5c9e36d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven/org.jboss.logmanager/jboss-logmanager-log4j +META-INF/maven/org.jboss.logmanager +org/jboss/logmanager/log4j/filters +org/jboss/logmanager +META-INF/maven +org/jboss +org/jboss/logmanager/log4j +org/jboss/logmanager/log4j/handlers +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logmanager/log4j/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/log4j/main/module.xml new file mode 100644 index 0000000..4fb0fb6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/log4j/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.2.GA.jar new file mode 100644 index 0000000..6b792d3 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.2.GA.jar.index new file mode 100644 index 0000000..7360acf --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/main/jboss-logmanager-1.2.2.GA.jar.index @@ -0,0 +1,13 @@ + +org/jboss/logmanager/errormanager +org/jboss/logmanager/formatters +org/jboss +META-INF/maven +org/jboss/logmanager/filters +org +META-INF +org/jboss/logmanager +META-INF/maven/org.jboss.logmanager +META-INF/maven/org.jboss.logmanager/jboss-logmanager +META-INF/services +org/jboss/logmanager/handlers diff --git a/files/jboss-as-7.1.1/modules/org/jboss/logmanager/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/main/module.xml new file mode 100644 index 0000000..4adcfde --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/logmanager/main/module.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.11.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.11.GA.jar new file mode 100644 index 0000000..6186c25 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.11.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.11.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.11.GA.jar.index new file mode 100644 index 0000000..b85b3b3 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.11.GA.jar.index @@ -0,0 +1,11 @@ + +org/jboss/marshalling/reflect +META-INF/maven/org.jboss.marshalling +META-INF/maven +org/jboss/marshalling/cloner +org/jboss +org/jboss/marshalling +org/jboss/marshalling/util +META-INF/maven/org.jboss.marshalling/jboss-marshalling +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/marshalling/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/main/module.xml new file mode 100644 index 0000000..d49961e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.11.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.11.GA.jar new file mode 100644 index 0000000..f655db8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.11.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.11.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.11.GA.jar.index new file mode 100644 index 0000000..12e1fca --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.11.GA.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven/org.jboss.marshalling +META-INF/maven +org/jboss/marshalling/river +org/jboss +META-INF/maven/org.jboss.marshalling/jboss-marshalling-river +META-INF/services +org/jboss/marshalling +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/marshalling/river/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/river/main/module.xml new file mode 100644 index 0000000..d4f9d0d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/marshalling/river/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.1.Final.jar new file mode 100644 index 0000000..1ab578c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.1.Final.jar.index new file mode 100644 index 0000000..00bce90 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.1.Final.jar.index @@ -0,0 +1,15 @@ + +org/jboss +META-INF/maven +META-INF/maven/org.jboss.metadata/jboss-metadata-appclient +org +META-INF +META-INF/maven/org.jboss.metadata +org/jboss/metadata/appclient/parser/jboss +org/jboss/metadata +schema +org/jboss/metadata/appclient +org/jboss/metadata/appclient/jboss +org/jboss/metadata/appclient/parser +org/jboss/metadata/appclient/spec +org/jboss/metadata/appclient/parser/spec diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.1.Final.jar new file mode 100644 index 0000000..b183340 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.1.Final.jar.index new file mode 100644 index 0000000..498fcdd --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.1.Final.jar.index @@ -0,0 +1,34 @@ +org/jboss/metadata/annotation + +org/jboss/metadata/javaee/spec +org/jboss/metadata/parser +META-INF/maven/org.jboss.metadata/jboss-metadata-common +org/jboss/metadata/javaee/jboss +org +org/jboss/metadata/merge/javaee/support +org/jboss/metadata/ejb +org/jboss/metadata/merge/javaee/jboss +META-INF/maven/org.jboss.metadata +schema +org/jboss/metadata/common/jboss +org/jboss/metadata/ejb/jboss +org/jboss/metadata/merge +org/jboss/annotation/javaee +dtd +org/jboss/metadata/parser/jbossee +META-INF/maven +org/jboss +org/jboss/metadata/parser/util +org/jboss/metadata/annotation/finder +org/jboss/metadata/common +META-INF +org/jboss/metadata/javaee/support +org/jboss/metadata/merge/ejb/jboss +org/jboss/metadata +org/jboss/annotation +org/jboss/metadata/merge/ejb +org/jboss/metadata/javaee +org/jboss/metadata/lang +org/jboss/metadata/merge/javaee/spec +org/jboss/metadata/parser/ee +org/jboss/metadata/merge/javaee diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.1.Final.jar new file mode 100644 index 0000000..a29044c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.1.Final.jar.index new file mode 100644 index 0000000..8f2d312 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.1.Final.jar.index @@ -0,0 +1,19 @@ +org/jboss/metadata/parser/jboss + +org/jboss/annotation/ear +org/jboss/metadata/ear +META-INF/maven +org/jboss +META-INF/maven/org.jboss.metadata/jboss-metadata-ear +org/jboss/metadata/parser +org/jboss/metadata/ear/spec +org +META-INF +META-INF/maven/org.jboss.metadata +schema +org/jboss/metadata +org/jboss/annotation +org/jboss/metadata/ear/jboss +org/jboss/metadata/parser/spec +org/jboss/metadata/merge +dtd diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.1.Final.jar new file mode 100644 index 0000000..2b3e9c8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.1.Final.jar.index new file mode 100644 index 0000000..565b6ca --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.1.Final.jar.index @@ -0,0 +1,22 @@ +org/jboss/metadata/ejb/parser/jboss + +META-INF/maven +org/jboss +org/jboss/metadata/common/ejb +org +META-INF +org/jboss/metadata/common +org/jboss/metadata/ejb +org/jboss/metadata/ejb/parser/spec +META-INF/maven/org.jboss.metadata +schema +org/jboss/metadata/ejb/parser/jboss/ejb3 +org/jboss/metadata +org/jboss/metadata/ejb/jboss +META-INF/maven/org.jboss.metadata/jboss-metadata-ejb +org/jboss/metadata/common/spi +org/jboss/metadata/merge +dtd +org/jboss/metadata/ejb/spec +org/jboss/metadata/ejb/jboss/ejb3 +org/jboss/metadata/ejb/parser diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.1.Final.jar new file mode 100644 index 0000000..5f21687 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.1.Final.jar.index new file mode 100644 index 0000000..77a1c7a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.1.Final.jar.index @@ -0,0 +1,21 @@ + +org/jboss/metadata/parser/servlet +org/jboss/metadata/merge/web +META-INF/maven/org.jboss.metadata/jboss-metadata-web +META-INF/maven +org/jboss/metadata/web/spec +org/jboss +org/jboss/metadata/parser +org/jboss/metadata/merge/web/spec +org +META-INF +META-INF/maven/org.jboss.metadata +schema +org/jboss/metadata/web/jboss +org/jboss/metadata +org/jboss/metadata/parser/jbossweb +org/jboss/metadata/merge/web/jboss +org/jboss/metadata/merge +dtd +org/jboss/metadata/web +org/jboss/metadata/parser/jsp diff --git a/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/module.xml new file mode 100644 index 0000000..8552966 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/metadata/main/module.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/modules/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/modules/main/module.xml new file mode 100644 index 0000000..18083a1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/modules/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar new file mode 100644 index 0000000..1e38348 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar.index new file mode 100644 index 0000000..45cd3ce --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar.index @@ -0,0 +1,12 @@ + +org/jboss/msc/service/management +META-INF/maven/org.jboss.msc +META-INF/maven +org/jboss +META-INF/maven/org.jboss.msc/jboss-msc +org/jboss/msc/inject +org/jboss/msc/service +org/jboss/msc/value +org +org/jboss/msc +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/msc/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/msc/main/module.xml new file mode 100644 index 0000000..224eccb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/msc/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/netty/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/netty/main/module.xml new file mode 100644 index 0000000..7a5c137 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/netty/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/netty/main/netty-3.2.6.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/netty/main/netty-3.2.6.Final.jar new file mode 100644 index 0000000..a2e05bf Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/netty/main/netty-3.2.6.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index new file mode 100644 index 0000000..e51b8f8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index @@ -0,0 +1,46 @@ + +org/jboss/netty/channel/socket/http +org/jboss/netty/handler/codec/compression +org/jboss/netty/container/osgi +org/jboss/netty/handler +org/jboss/netty/container +org/jboss/netty/bootstrap +org/jboss/netty/channel/group +org +org/jboss/netty/util/internal +org/jboss/netty/container/spring +org/jboss/netty/util/internal/jzlib +org/jboss/netty/handler/ssl +META-INF/maven/org.jboss.netty +org/jboss/netty/channel/socket +org/jboss/netty/handler/codec/string +org/jboss/netty/handler/codec/frame +org/jboss/netty/channel/socket/nio +org/jboss/netty/channel +org/jboss/netty +org/jboss/netty/handler/codec/oneone +org/jboss/netty/util +org/jboss/netty/handler/queue +org/jboss/netty/handler/codec/rtsp +org/jboss/netty/handler/codec/http/websocket +META-INF/license +org/jboss/netty/handler/codec/base64 +org/jboss/netty/handler/stream +org/jboss/netty/handler/codec/protobuf +org/jboss +META-INF/maven +org/jboss/netty/handler/timeout +org/jboss/netty/logging +org/jboss/netty/handler/codec/replay +META-INF +org/jboss/netty/handler/codec/embedder +org/jboss/netty/container/microcontainer +org/jboss/netty/buffer +org/jboss/netty/handler/codec/serialization +org/jboss/netty/channel/socket/oio +org/jboss/netty/channel/local +META-INF/maven/org.jboss.netty/netty +org/jboss/netty/handler/logging +org/jboss/netty/handler/codec/http +org/jboss/netty/handler/codec +org/jboss/netty/handler/execution diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.0.12.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.0.12.Final.jar new file mode 100644 index 0000000..304ecdd Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.0.12.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.0.12.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.0.12.Final.jar.index new file mode 100644 index 0000000..e6cfd07 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.0.12.Final.jar.index @@ -0,0 +1,12 @@ + +META-INF/maven/org.jboss.osgi.deployment/jbosgi-deployment +org/jboss/osgi/deployment/internal +META-INF/maven/org.jboss.osgi.deployment +META-INF/maven +org/jboss +org/jboss/osgi/deployment/interceptor +org/jboss/osgi/deployment/deployer +org/jboss/osgi +org +META-INF +org/jboss/osgi/deployment diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.8.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.8.Final.jar new file mode 100644 index 0000000..a4a2241 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.8.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.8.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.8.Final.jar.index new file mode 100644 index 0000000..cc36d8b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.1.8.Final.jar.index @@ -0,0 +1,17 @@ + +org/jboss/osgi/framework/internal +org/osgi +META-INF/maven +org/jboss +org/osgi/util/tracker +org +org/jboss/osgi +META-INF +META-INF/maven/org.jboss.osgi.framework +org/osgi/util/xml +org/jboss/osgi/framework/util +org/osgi/util +org/jboss/osgi/modules +META-INF/services +META-INF/maven/org.jboss.osgi.framework/jbosgi-framework-core +org/jboss/osgi/framework diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-api-1.0.13.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-api-1.0.13.Final.jar new file mode 100644 index 0000000..ca17473 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-api-1.0.13.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-api-1.0.13.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-api-1.0.13.Final.jar.index new file mode 100644 index 0000000..6e0321a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-api-1.0.13.Final.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven/org.jboss.osgi.resolver/jbosgi-resolver-api +META-INF/maven +org/jboss +META-INF/maven/org.jboss.osgi.resolver +org/jboss/osgi +org +META-INF +org/jboss/osgi/resolver diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-felix-1.0.13.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-felix-1.0.13.Final.jar new file mode 100644 index 0000000..be01dfb Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-felix-1.0.13.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-felix-1.0.13.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-felix-1.0.13.Final.jar.index new file mode 100644 index 0000000..04960e0 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-felix-1.0.13.Final.jar.index @@ -0,0 +1,18 @@ +org/jboss/osgi/resolver/felix + +META-INF/maven +org/jboss +org/apache/felix/framework/resolver +META-INF/maven/org.jboss.osgi.resolver +org/apache/felix/framework/util +org +org/jboss/osgi +META-INF +META-INF/maven/org.jboss.osgi.resolver/jbosgi-resolver-felix +org/jboss/osgi/resolver +org/apache +META-INF/services +org/apache/felix +org/apache/felix/framework/capabilityset +org/apache/felix/framework +org/apache/felix/framework/util/manifestparser diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-spi-1.0.13.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-spi-1.0.13.Final.jar new file mode 100644 index 0000000..1ec0540 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-spi-1.0.13.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-spi-1.0.13.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-spi-1.0.13.Final.jar.index new file mode 100644 index 0000000..0dd19d0 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/jbosgi-resolver-spi-1.0.13.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven +org/jboss +META-INF/maven/org.jboss.osgi.resolver +META-INF/maven/org.jboss.osgi.resolver/jbosgi-resolver-spi +org/jboss/osgi +org +org/jboss/osgi/resolver/spi +META-INF +org/jboss/osgi/resolver diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/module.xml new file mode 100644 index 0000000..ce49210 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/framework/main/module.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.0.3.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.0.3.Final.jar new file mode 100644 index 0000000..ce2084a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.0.3.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.0.3.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.0.3.Final.jar.index new file mode 100644 index 0000000..e94218b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.0.3.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven +org/jboss +org/jboss/osgi/metadata +META-INF/maven/org.jboss.osgi.metadata +META-INF/maven/org.jboss.osgi.metadata/jbosgi-metadata +org/jboss/osgi +org +META-INF +org/jboss/osgi/metadata/internal diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/metadata/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/osgi/metadata/main/module.xml new file mode 100644 index 0000000..4dce07d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/metadata/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.5.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.5.jar new file mode 100644 index 0000000..539a89e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.5.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.5.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.5.jar.index new file mode 100644 index 0000000..cd2382d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.0.5.jar.index @@ -0,0 +1,22 @@ + +org/osgi/framework/wiring +org/osgi/framework/resource +org/jboss/osgi/repository +org/osgi +META-INF/maven +org/jboss +org/osgi/service +org/jboss/osgi/resolver/v2/spi +META-INF/maven/org.jboss.osgi.repository +META-INF/maven/org.jboss.osgi.resolver +org/osgi/framework +META-INF/maven/org.jboss.osgi.resolver/jbosgi-resolver-api-v2 +org +org/jboss/osgi +META-INF +org/jboss/osgi/resolver/v2 +org/jboss/osgi/resolver +org/jboss/osgi/repository/spi +org/osgi/service/repository +org/osgi/service/resolver +META-INF/maven/org.jboss.osgi.repository/jbosgi-repository-api diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.5.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.5.jar new file mode 100644 index 0000000..9519cff Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.5.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.5.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.5.jar.index new file mode 100644 index 0000000..4c5272f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.0.5.jar.index @@ -0,0 +1,11 @@ + +org/jboss/osgi/repository/core +org/jboss/osgi/repository +META-INF/maven +org/jboss +META-INF/services +META-INF/maven/org.jboss.osgi.repository +org/jboss/osgi +org +META-INF +META-INF/maven/org.jboss.osgi.repository/jbosgi-repository-core diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/module.xml new file mode 100644 index 0000000..5e20112 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/repository/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.0.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.0.1.Final.jar new file mode 100644 index 0000000..03f89c2 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.0.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.0.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.0.1.Final.jar.index new file mode 100644 index 0000000..386a752 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.0.1.Final.jar.index @@ -0,0 +1,12 @@ +org/jboss/osgi/spi + +META-INF/maven +org/jboss/osgi/spi/framework +org/jboss +META-INF/maven/org.jboss.osgi.spi/jbosgi-spi +META-INF/maven/org.jboss.osgi.spi +org/jboss/osgi +org +org/jboss/osgi/spi/util +META-INF +org/jboss/osgi/spi/internal diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/spi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/osgi/spi/main/module.xml new file mode 100644 index 0000000..d229b9f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/spi/main/module.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.7.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.7.Final.jar new file mode 100644 index 0000000..a639ed8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.7.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.7.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.7.Final.jar.index new file mode 100644 index 0000000..7a4640b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.0.7.Final.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven +org/jboss +META-INF/maven/org.jboss.osgi.vfs +META-INF/maven/org.jboss.osgi.vfs/jbosgi-vfs +org/jboss/osgi +org +META-INF +org/jboss/osgi/vfs diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.7.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.7.Final.jar new file mode 100644 index 0000000..26ae457 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.7.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.7.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.7.Final.jar.index new file mode 100644 index 0000000..8d81519 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.0.7.Final.jar.index @@ -0,0 +1,9 @@ + +org/jboss/osgi/vfs30 +META-INF/maven +org/jboss +META-INF/maven/org.jboss.osgi.vfs/jbosgi-vfs30 +META-INF/maven/org.jboss.osgi.vfs +org/jboss/osgi +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/module.xml new file mode 100644 index 0000000..7e51663 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/osgi/vfs/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.2.Final.jar new file mode 100644 index 0000000..6119db9 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.2.Final.jar.index new file mode 100644 index 0000000..58b7efe --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.2.Final.jar.index @@ -0,0 +1,14 @@ + +org/jboss +org/jboss/naming/remote +META-INF/maven +org/jboss/naming/remote/client +org/jboss/naming/remote/protocol/v1 +org/jboss/naming/remote/server +META-INF/maven/org.jboss +org +org/jboss/naming/remote/client/ejb +META-INF +org/jboss/naming +org/jboss/naming/remote/protocol +META-INF/maven/org.jboss/jboss-remote-naming diff --git a/files/jboss-as-7.1.1/modules/org/jboss/remote-naming/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/remote-naming/main/module.xml new file mode 100644 index 0000000..b38e91d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/remote-naming/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/remoting3/main/jboss-remoting-3.2.3.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/main/jboss-remoting-3.2.3.GA.jar new file mode 100644 index 0000000..68eb420 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/main/jboss-remoting-3.2.3.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/remoting3/main/jboss-remoting-3.2.3.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/main/jboss-remoting-3.2.3.GA.jar.index new file mode 100644 index 0000000..29a7847 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/main/jboss-remoting-3.2.3.GA.jar.index @@ -0,0 +1,11 @@ + +org/jboss/remoting3/security +META-INF/maven/org.jboss.remoting3/jboss-remoting +META-INF/maven +org/jboss/remoting3/remote +org/jboss +META-INF/maven/org.jboss.remoting3 +org/jboss/remoting3 +org +META-INF +org/jboss/remoting3/spi diff --git a/files/jboss-as-7.1.1/modules/org/jboss/remoting3/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/main/module.xml new file mode 100644 index 0000000..3250d68 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/remoting3/remoting-jmx/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/remoting-jmx/main/module.xml new file mode 100644 index 0000000..6cb3bde --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/remoting-jmx/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.2.Final.jar new file mode 100644 index 0000000..1ac38c1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.2.Final.jar.index new file mode 100644 index 0000000..199d05b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.2.Final.jar.index @@ -0,0 +1,11 @@ +META-INF/maven/org.jboss.remotingjmx + +org/jboss/remotingjmx/protocol +META-INF/maven/org.jboss.remotingjmx/remoting-jmx +META-INF/maven +org/jboss +META-INF/services +org +META-INF +org/jboss/remotingjmx/protocol/v1 +org/jboss/remotingjmx diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml new file mode 100644 index 0000000..8cc12ac --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final-jandex.jar new file mode 100644 index 0000000..181ac31 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final-jandex.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final-jandex.jar.index new file mode 100644 index 0000000..35bac06 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final-jandex.jar.index @@ -0,0 +1,2 @@ + +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final.jar new file mode 100644 index 0000000..5af2ca3 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final.jar.index new file mode 100644 index 0000000..ccf2f2f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.2.Final.jar.index @@ -0,0 +1,12 @@ + +META-INF/maven/org.jboss.resteasy/resteasy-atom-provider +org/jboss/resteasy/plugins/providers +META-INF/maven +org/jboss +org/jboss/resteasy/plugins +META-INF/services +org/jboss/resteasy/plugins/providers/atom +META-INF/maven/org.jboss.resteasy +org +META-INF +org/jboss/resteasy diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml new file mode 100644 index 0000000..50d8fac --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.2.Final.jar new file mode 100644 index 0000000..123d8b5 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.2.Final.jar.index new file mode 100644 index 0000000..ec67f42 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.2.Final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven/org.jboss.resteasy/resteasy-cdi +META-INF/maven +org/jboss +META-INF/services +org/jboss/resteasy/cdi +META-INF/maven/org.jboss.resteasy +org +META-INF +org/jboss/resteasy diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml new file mode 100644 index 0000000..65733a5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final-jandex.jar new file mode 100644 index 0000000..d39d1f8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final-jandex.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final-jandex.jar.index new file mode 100644 index 0000000..35bac06 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final-jandex.jar.index @@ -0,0 +1,2 @@ + +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar new file mode 100644 index 0000000..a53e095 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar.index new file mode 100644 index 0000000..d83fb56 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar.index @@ -0,0 +1,14 @@ + +org/jboss/resteasy/plugins/providers +org/jboss +META-INF/maven +org/jboss/resteasy/annotations/providers +org +META-INF +org/jboss/resteasy/plugins/providers/jackson +org/jboss/resteasy/annotations +META-INF/maven/org.jboss.resteasy/resteasy-jackson-provider +META-INF/services +org/jboss/resteasy/plugins +META-INF/maven/org.jboss.resteasy +org/jboss/resteasy diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml new file mode 100644 index 0000000..b5e3a85 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final-jandex.jar new file mode 100644 index 0000000..b94b2bb Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final-jandex.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final-jandex.jar.index new file mode 100644 index 0000000..35bac06 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final-jandex.jar.index @@ -0,0 +1,2 @@ + +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final.jar new file mode 100644 index 0000000..48c7f87 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final.jar.index new file mode 100644 index 0000000..d986703 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.2.Final.jar.index @@ -0,0 +1,16 @@ + +org/jboss/resteasy/plugins/stats +org/jboss/resteasy/plugins/providers +META-INF/maven +org/jboss +org/jboss/resteasy/plugins/providers/jaxb +org/jboss/resteasy/annotations/providers +org +META-INF/maven/org.jboss.resteasy/resteasy-jaxb-provider +META-INF +org/jboss/resteasy/annotations/providers/jaxb +org/jboss/resteasy/annotations +META-INF/services +org/jboss/resteasy/plugins +META-INF/maven/org.jboss.resteasy +org/jboss/resteasy diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.2.Final-jandex.jar new file mode 100644 index 0000000..0e3a118 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.2.Final.jar new file mode 100644 index 0000000..88f55e2 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.2.Final.jar.index new file mode 100644 index 0000000..d801ec8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.2.Final.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven +org/jboss/resteasy/plugins/server/servlet +org/jboss +org/jboss/resteasy/plugins +META-INF/maven/org.jboss.resteasy/async-http-servlet-3.0 +META-INF/maven/org.jboss.resteasy +org/jboss/resteasy/plugins/server +org +META-INF +org/jboss/resteasy diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml new file mode 100644 index 0000000..52fbff7 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final-jandex.jar new file mode 100644 index 0000000..4a996cf Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final-jandex.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final-jandex.jar.index new file mode 100644 index 0000000..35bac06 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final-jandex.jar.index @@ -0,0 +1,2 @@ + +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final.jar new file mode 100644 index 0000000..86c7e38 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final.jar.index new file mode 100644 index 0000000..7d6314f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.2.Final.jar.index @@ -0,0 +1,45 @@ + +org/jboss/resteasy/specimpl +org/jboss/resteasy/plugins/providers +org/jboss/resteasy/client/core/executors +org/jboss/resteasy/core +org/jboss/resteasy/plugins/server/servlet +org +org/jboss/resteasy/core/interception +org/jboss/resteasy/spi/touri +META-INF/maven/org.jboss.resteasy/resteasy-jaxrs +org/jboss/resteasy/plugins/interceptors +org/jboss/resteasy/client +org/jboss/resteasy/plugins/server/tjws +org/jboss/resteasy/mock +org/jboss/resteasy +org/jboss/resteasy/plugins/server/embedded +org/jboss/resteasy/client/cache +org/jboss/resteasy/util +org/jboss/resteasy/client/core/extractors +org/jboss/resteasy/spi/validation +META-INF/maven +org/jboss +org/jboss/resteasy/logging/impl +org/jboss/resteasy/annotations/cache +org/jboss/resteasy/plugins/interceptors/encoding +org/jboss/resteasy/annotations/interception +org/jboss/resteasy/client/core +org/jboss/resteasy/test +org/jboss/resteasy/plugins/server +org/jboss/resteasy/annotations/providers +META-INF +org/jboss/resteasy/logging +org/jboss/resteasy/annotations +org/jboss/resteasy/core/request +org/jboss/resteasy/annotations/providers/img +org/jboss/resteasy/spi +org/jboss/resteasy/core/registry +org/jboss/resteasy/plugins +META-INF/services +org/jboss/resteasy/plugins/server/resourcefactory +org/jboss/resteasy/spi/interception +org/jboss/resteasy/plugins/delegates +META-INF/maven/org.jboss.resteasy +org/jboss/resteasy/client/core/marshallers +org/jboss/resteasy/core/messagebody diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml new file mode 100644 index 0000000..8c8d612 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final-jandex.jar new file mode 100644 index 0000000..3498910 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final-jandex.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final-jandex.jar.index new file mode 100644 index 0000000..35bac06 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final-jandex.jar.index @@ -0,0 +1,2 @@ + +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final.jar new file mode 100644 index 0000000..d8152e4 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final.jar.index new file mode 100644 index 0000000..1c35489 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final.jar.index @@ -0,0 +1,17 @@ + +org/jboss/resteasy/plugins/providers +META-INF/maven +org/jboss +org/jboss/resteasy/plugins/providers/jaxb +org/jboss/resteasy/annotations/providers +META-INF/maven/org.jboss.resteasy/resteasy-jettison-provider +org +META-INF +org/jboss/resteasy/annotations/providers/jaxb +org/jboss/resteasy/annotations +org/jboss/resteasy/plugins/providers/jaxb/json +org/jboss/resteasy/annotations/providers/jaxb/json +META-INF/services +org/jboss/resteasy/plugins +META-INF/maven/org.jboss.resteasy +org/jboss/resteasy diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml new file mode 100644 index 0000000..691c6ab --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final-jandex.jar new file mode 100644 index 0000000..0629421 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final-jandex.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final-jandex.jar.index new file mode 100644 index 0000000..35bac06 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final-jandex.jar.index @@ -0,0 +1,2 @@ + +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final.jar new file mode 100644 index 0000000..7b9aaf5 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final.jar.index new file mode 100644 index 0000000..850de25 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.2.Final.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven +org/jboss/resteasy/jsapi +org/jboss +META-INF/maven/org.jboss.resteasy +META-INF/maven/org.jboss.resteasy/resteasy-jsapi +org +META-INF +org/jboss/resteasy diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml new file mode 100644 index 0000000..fffb6f6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final-jandex.jar new file mode 100644 index 0000000..55002a4 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final-jandex.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final-jandex.jar.index new file mode 100644 index 0000000..35bac06 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final-jandex.jar.index @@ -0,0 +1,2 @@ + +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final.jar new file mode 100644 index 0000000..523d410 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final.jar.index new file mode 100644 index 0000000..5f41190 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.2.Final.jar.index @@ -0,0 +1,15 @@ + +org/jboss/resteasy/plugins/providers +org/jboss/resteasy/plugins/providers/multipart +org/jboss/resteasy/annotations/providers/multipart +org/jboss +META-INF/maven +org/jboss/resteasy/annotations/providers +org +META-INF +org/jboss/resteasy/annotations +META-INF/services +org/jboss/resteasy/plugins +META-INF/maven/org.jboss.resteasy +org/jboss/resteasy +META-INF/maven/org.jboss.resteasy/resteasy-multipart-provider diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml new file mode 100644 index 0000000..2b7be44 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final-jandex.jar new file mode 100644 index 0000000..ff2a86e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final-jandex.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final-jandex.jar.index new file mode 100644 index 0000000..35bac06 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final-jandex.jar.index @@ -0,0 +1,2 @@ + +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final.jar new file mode 100644 index 0000000..7509d69 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final.jar.index new file mode 100644 index 0000000..7c40f61 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.2.Final.jar.index @@ -0,0 +1,11 @@ + +org/jboss/resteasy/plugins/providers +META-INF/maven +org/jboss +org/jboss/resteasy/plugins +META-INF/services +META-INF/maven/org.jboss.resteasy +org +META-INF/maven/org.jboss.resteasy/resteasy-yaml-provider +META-INF +org/jboss/resteasy diff --git a/files/jboss-as-7.1.1/modules/org/jboss/sasl/main/jboss-sasl-1.0.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/sasl/main/jboss-sasl-1.0.0.Final.jar new file mode 100644 index 0000000..1e95204 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/sasl/main/jboss-sasl-1.0.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/sasl/main/jboss-sasl-1.0.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/sasl/main/jboss-sasl-1.0.0.Final.jar.index new file mode 100644 index 0000000..66f430a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/sasl/main/jboss-sasl-1.0.0.Final.jar.index @@ -0,0 +1,16 @@ + +META-INF/maven/org.jboss.sasl/jboss-sasl +org/jboss/sasl/clienttoken +org/jboss/sasl/util +org/jboss/sasl/plain +META-INF/maven +org/jboss +org +org/jboss/sasl/digest +META-INF +org/jboss/sasl/localuser +META-INF/maven/org.jboss.sasl +org/jboss/sasl +org/jboss/sasl/anonymous +META-INF/services +org/jboss/sasl/callback diff --git a/files/jboss-as-7.1.1/modules/org/jboss/sasl/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/sasl/main/module.xml new file mode 100644 index 0000000..1d25617 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/sasl/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar new file mode 100644 index 0000000..5abcafa Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar.index new file mode 100644 index 0000000..5f16b45 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.0.SP1.jar.index @@ -0,0 +1,11 @@ +META-INF/maven/org.jboss.security/jboss-negotiation-common +org/jboss/security + +org/jboss/security/negotiation/cipher +META-INF/maven +org/jboss +org/jboss/security/negotiation/common +org/jboss/security/negotiation +META-INF/maven/org.jboss.security +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar new file mode 100644 index 0000000..cb0c890 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar.index new file mode 100644 index 0000000..5e1f7af --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.0.SP1.jar.index @@ -0,0 +1,11 @@ +org/jboss/security + +META-INF/maven/org.jboss.security/jboss-negotiation-extras +org/jboss/security/negotiation/spnego +META-INF/maven +org/jboss +org/jboss/security/negotiation +META-INF/maven/org.jboss.security +org/jboss/security/negotiation/prototype +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar new file mode 100644 index 0000000..2a0e7f8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar.index new file mode 100644 index 0000000..da6c9b2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.0.SP1.jar.index @@ -0,0 +1,10 @@ +org/jboss/security + +META-INF/maven +org/jboss +org/jboss/security/negotiation +META-INF/maven/org.jboss.security +org/jboss/security/negotiation/net +META-INF/maven/org.jboss.security/jboss-negotiation-net +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar new file mode 100644 index 0000000..4c00101 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar.index new file mode 100644 index 0000000..68c48c6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.0.SP1.jar.index @@ -0,0 +1,11 @@ +org/jboss/security + +META-INF/maven +org/jboss +META-INF/maven/org.jboss.security/jboss-negotiation-ntlm +org/jboss/security/negotiation/ntlm/encoding +org/jboss/security/negotiation +META-INF/maven/org.jboss.security +org/jboss/security/negotiation/ntlm +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar new file mode 100644 index 0000000..f681651 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar.index new file mode 100644 index 0000000..cdfbb49 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.0.SP1.jar.index @@ -0,0 +1,11 @@ +org/jboss/security + +org/jboss/security/negotiation/spnego +META-INF/maven +org/jboss +org/jboss/security/negotiation +META-INF/maven/org.jboss.security +org/jboss/security/negotiation/spnego/encoding +META-INF/maven/org.jboss.security/jboss-negotiation-spnego +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/module.xml new file mode 100644 index 0000000..9052654 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/security/negotiation/main/module.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/xacml/main/jbossxacml-2.0.6.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/security/xacml/main/jbossxacml-2.0.6.Final.jar new file mode 100644 index 0000000..7ee12a2 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/security/xacml/main/jbossxacml-2.0.6.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/security/xacml/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/security/xacml/main/module.xml new file mode 100644 index 0000000..20906f2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/security/xacml/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/module.xml new file mode 100644 index 0000000..f61c137 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar new file mode 100644 index 0000000..8ccafa8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar.index new file mode 100644 index 0000000..0ebad00 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0-cr-1.jar.index @@ -0,0 +1,17 @@ + +META-INF/maven/org.jboss.shrinkwrap/shrinkwrap-api +org/jboss/shrinkwrap/api/formatter +META-INF/maven +org/jboss +org/jboss/shrinkwrap/api/exporter +org +META-INF +org/jboss/shrinkwrap/api/spec +org/jboss/shrinkwrap/api/asset +org/jboss/shrinkwrap/api +org/jboss/shrinkwrap +org/jboss/shrinkwrap/api/importer +org/jboss/shrinkwrap/api/classloader +org/jboss/shrinkwrap/api/serialization +META-INF/maven/org.jboss.shrinkwrap +org/jboss/shrinkwrap/api/container diff --git a/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar new file mode 100644 index 0000000..9b0a79c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar.index new file mode 100644 index 0000000..3bd7994 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0-cr-1.jar.index @@ -0,0 +1,27 @@ + +org/jboss/shrinkwrap/impl/base/container +org/jboss/shrinkwrap/impl/base/serialization +org +org/jboss/shrinkwrap/impl +org/jboss/shrinkwrap/impl/base/path +org/jboss/shrinkwrap/api/asset +org/jboss/shrinkwrap/impl/base/filter +org/jboss/shrinkwrap/impl/base/importer/zip +META-INF/maven/org.jboss.shrinkwrap/shrinkwrap-impl-base +org/jboss/shrinkwrap/impl/base/spec +org/jboss/shrinkwrap/impl/base/exporter/tar +org/jboss/shrinkwrap/impl/base/io/tar +org/jboss +META-INF/maven +org/jboss/shrinkwrap/impl/base +org/jboss/shrinkwrap/impl/base/io +org/jboss/shrinkwrap/impl/base/asset +META-INF +org/jboss/shrinkwrap/api +org/jboss/shrinkwrap +META-INF/services +META-INF/maven/org.jboss.shrinkwrap +org/jboss/shrinkwrap/impl/base/exporter +org/jboss/shrinkwrap/impl/base/importer +org/jboss/shrinkwrap/impl/base/importer/tar +org/jboss/shrinkwrap/impl/base/exporter/zip diff --git a/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar new file mode 100644 index 0000000..323973e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar.index new file mode 100644 index 0000000..d334c72 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0-cr-1.jar.index @@ -0,0 +1,9 @@ + +org/jboss/shrinkwrap +META-INF/maven +org/jboss +META-INF/maven/org.jboss.shrinkwrap +org/jboss/shrinkwrap/spi +META-INF/maven/org.jboss.shrinkwrap/shrinkwrap-spi +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/staxmapper/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/staxmapper/main/module.xml new file mode 100644 index 0000000..5c25034 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/staxmapper/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar new file mode 100644 index 0000000..27b2854 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar.index new file mode 100644 index 0000000..1103e4a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar.index @@ -0,0 +1,8 @@ + +META-INF/maven/org.jboss/staxmapper +org/jboss/staxmapper +META-INF/maven +org/jboss +META-INF/maven/org.jboss +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar new file mode 100644 index 0000000..c2c3a3b Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index new file mode 100644 index 0000000..9a36d46 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index @@ -0,0 +1,8 @@ + +META-INF/maven/org.jboss.stdio +META-INF/maven/org.jboss.stdio/jboss-stdio +META-INF/maven +org/jboss +org/jboss/stdio +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/stdio/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/stdio/main/module.xml new file mode 100644 index 0000000..5ff1810 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/stdio/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar new file mode 100644 index 0000000..845d4ce Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index new file mode 100644 index 0000000..89424f8 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven/org.jboss.threads +META-INF/maven +org/jboss +org/jboss/threads +org/jboss/threads/management +META-INF/maven/org.jboss.threads/jboss-threads +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/threads/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/threads/main/module.xml new file mode 100644 index 0000000..b42463e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/threads/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar new file mode 100644 index 0000000..6d9b9cd Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar.index new file mode 100644 index 0000000..a68dae6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar.index @@ -0,0 +1,15 @@ + +org/jboss +META-INF/maven +org/jboss/vfs/util +META-INF/maven/org.jboss +org/jboss/vfs +org +META-INF +org/jboss/vfs/protocol/vfs +org/jboss/vfs/protocol/file +META-INF/maven/org.jboss/jboss-vfs +META-INF/services +org/jboss/vfs/util/automount +org/jboss/vfs/spi +org/jboss/vfs/protocol diff --git a/files/jboss-as-7.1.1/modules/org/jboss/vfs/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/vfs/main/module.xml new file mode 100644 index 0000000..75ac774 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/vfs/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/weld/api/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/weld/api/main/module.xml new file mode 100644 index 0000000..8074934 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/weld/api/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar new file mode 100644 index 0000000..1c62481 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar.index new file mode 100644 index 0000000..de451ff --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar.index @@ -0,0 +1,13 @@ + +META-INF/maven/org.jboss.weld +org/jboss +META-INF/maven +org +org/jboss/weld/context +META-INF +org/jboss/weld/context/bound +org/jboss/weld/context/http +META-INF/maven/org.jboss.weld/weld-api +org/jboss/weld +org/jboss/weld/context/ejb +org/jboss/weld/context/unbound diff --git a/files/jboss-as-7.1.1/modules/org/jboss/weld/core/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/weld/core/main/module.xml new file mode 100644 index 0000000..41bd6b1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/weld/core/main/module.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/weld/core/main/weld-core-1.1.5.AS71.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/weld/core/main/weld-core-1.1.5.AS71.Final.jar new file mode 100644 index 0000000..a74787e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/weld/core/main/weld-core-1.1.5.AS71.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/weld/core/main/weld-core-1.1.5.AS71.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/weld/core/main/weld-core-1.1.5.AS71.Final.jar.index new file mode 100644 index 0000000..761de1c --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/weld/core/main/weld-core-1.1.5.AS71.Final.jar.index @@ -0,0 +1,55 @@ + +org/jboss/weld/bean/interceptor +org/jboss/weld/context/cache +org/jboss/weld/bean/proxy/util +org/jboss/weld/context/beanstore +org/jboss/weld/manager +org/jboss/weld/ws +org/jboss/weld/context/http +org/jboss/weld/introspector +org/jboss/weld +org/jboss/weld/logging/messages +org/jboss/weld/metadata +org/jboss/weld/util/collections +org/jboss/weld/context/unbound +org/jboss/weld/messages +org/jboss/weld/xml +org/jboss/weld/bean/proxy +META-INF/maven +org/jboss/weld/jsf +org/jboss/weld/util/bytecode +org/jboss/weld/bootstrap +org/jboss/weld/util/dom +org/jboss/weld/bean +org/jboss/weld/logging +org/jboss/weld/context/ejb +org/jboss/weld/metadata/cache +org/jboss/weld/context/beanstore/ejb +META-INF/maven/org.jboss.weld +org/jboss/weld/context/beanstore/http +org/jboss/weld/bootstrap/events +org/jboss/weld/literal +org/jboss/weld/context/conversation +org/jboss/weld/context +org +org/jboss/weld/context/bound +org/jboss/weld/resolution +org/jboss/weld/el +org/jboss/weld/ejb +org/jboss/weld/exceptions +META-INF/maven/org.jboss.weld/weld-core +org/jboss/weld/resources +org/jboss/weld/event +org/jboss/weld/servlet +org/jboss/weld/util/reflection +org/jboss/weld/util +org/jboss +org/jboss/weld/bean/builtin +org/jboss/weld/persistence +org/jboss/weld/bean/builtin/ee +META-INF +org/jboss/weld/injection +org/jboss/weld/util/reflection/instantiation +org/jboss/weld/util/el +org/jboss/weld/serialization +org/jboss/weld/introspector/jlr diff --git a/files/jboss-as-7.1.1/modules/org/jboss/weld/spi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/weld/spi/main/module.xml new file mode 100644 index 0000000..6aa3084 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/weld/spi/main/module.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar new file mode 100644 index 0000000..36a57e1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar.index new file mode 100644 index 0000000..cfe3853 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar.index @@ -0,0 +1,39 @@ + +META-INF/maven/org.jboss.weld +org/jboss/weld/manager/api +org/jboss/weld/manager +org/jboss/weld/serialization/spi +org/jboss/weld/context +org/jboss/weld/bootstrap/api +org +org/jboss/weld/validation/spi +org/jboss/weld/injection/spi +org/jboss/weld/bootstrap/spi/helpers +org/jboss/weld/ejb +org/jboss/weld +org/jboss/weld/validation +org/jboss/weld/resources/spi/helpers +org/jboss/weld/resources +org/jboss/weld/transaction/spi +org/jboss/weld/servlet +org/jboss/weld/ejb/api +org/jboss/weld/bootstrap/spi +org/jboss/weld/ejb/spi/helpers +org/jboss/weld/transaction +org/jboss/weld/serialization/spi/helpers +org/jboss/weld/bootstrap/api/helpers +META-INF/maven +org/jboss +org/jboss/weld/injection/spi/helpers +org/jboss/weld/servlet/api +META-INF +org/jboss/weld/context/api +org/jboss/weld/bootstrap +org/jboss/weld/injection +org/jboss/weld/security +org/jboss/weld/ejb/spi +org/jboss/weld/servlet/api/helpers +org/jboss/weld/resources/spi +META-INF/maven/org.jboss.weld/weld-spi +org/jboss/weld/serialization +org/jboss/weld/security/spi diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar new file mode 100644 index 0000000..0d78dfa Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar.index new file mode 100644 index 0000000..a1d5764 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar.index @@ -0,0 +1,16 @@ + +org/jboss/ws/api/handler +org/jboss/ws/api/addressing +META-INF/maven +org/jboss +org/jboss/ws/api/util +org/jboss/ws/api/annotation +org/jboss/ws +org +META-INF +org/jboss/ws/api/binding +org/jboss/ws/api/tools +org/jboss/ws/api/monitoring +META-INF/maven/org.jboss.ws/jbossws-api +org/jboss/ws/api +META-INF/maven/org.jboss.ws diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/api/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/api/main/module.xml new file mode 100644 index 0000000..4254b20 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/api/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/common/main/jbossws-common-2.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/common/main/jbossws-common-2.0.2.GA.jar new file mode 100644 index 0000000..adb8a74 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/common/main/jbossws-common-2.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/common/main/jbossws-common-2.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/common/main/jbossws-common-2.0.2.GA.jar.index new file mode 100644 index 0000000..fb9812f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/common/main/jbossws-common-2.0.2.GA.jar.index @@ -0,0 +1,27 @@ + +org/jboss/ws/common/utils +org/jboss/ws/common/monitoring +org/jboss/ws/common/serviceref +org/jboss/ws +org/jboss/ws/common/injection +org/jboss/ws/common/deployment +org +org/jboss/ws/common/spi +org/jboss/ws/common/invocation +org/jboss/ws/common/injection/finders +org/jboss/ws/common/concurrent +org/jboss +META-INF/maven +org/jboss/ws/common/sort +org/jboss/ws/common/injection/resolvers +org/jboss/ws/common/security +org/jboss/ws/common/io +META-INF +org/jboss/ws/common/servlet +org/jboss/ws/common/integration +org/jboss/ws/common/management +META-INF/services +META-INF/maven/org.jboss.ws +org/jboss/ws/common/reflection +org/jboss/ws/common +META-INF/maven/org.jboss.ws/jbossws-common diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/common/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/common/main/module.xml new file mode 100644 index 0000000..6abe1a5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/common/main/module.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml new file mode 100644 index 0000000..80e7c7a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.2.GA.jar new file mode 100644 index 0000000..83f6ec2 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.2.GA.jar.index new file mode 100644 index 0000000..fcfd7b2 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.2.GA.jar.index @@ -0,0 +1,6 @@ + +META-INF/maven +META-INF/maven/org.jboss.ws.cxf +META-INF/services +META-INF +META-INF/maven/org.jboss.ws.cxf/jbossws-cxf-factories diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml new file mode 100644 index 0000000..12953cc --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.2.GA.jar new file mode 100644 index 0000000..26d39b1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.2.GA.jar.index new file mode 100644 index 0000000..5900471 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.2.GA.jar.index @@ -0,0 +1,28 @@ + +org/jboss/wsf/stack/cxf/metadata +org/jboss/wsf/stack/cxf/security +org/jboss/wsf/stack/cxf/configuration +org/jboss/wsf/stack/cxf/metadata/services +org/jboss/wsf/stack/cxf/spring/parser +org +org/jboss/wsf/stack/cxf/deployment +org/jboss/wsf/stack +META-INF/maven/org.jboss.ws.cxf/jbossws-cxf-server +META-INF/maven/org.jboss.ws.cxf +org/jboss/wsf/stack/cxf/security/authentication/callback +org/jboss/wsf/stack/cxf/spring +org/jboss/wsf/stack/cxf/security/nonce +org/jboss/wsf/stack/cxf/transport +org/jboss/wsf/stack/cxf/config +org/jboss/wsf/stack/cxf/interceptor +META-INF/maven +org/jboss +META-INF +org/jboss/wsf +org/jboss/wsf/stack/cxf/security/authentication +org/jboss/wsf/stack/cxf/resolver +META-INF/services +org/jboss/wsf/stack/cxf/spring/handler +org/jboss/wsf/stack/cxf +org/jboss/wsf/stack/cxf/management +org/jboss/wsf/stack/cxf/deployment/aspect diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml new file mode 100644 index 0000000..e837479 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.2.GA.jar new file mode 100644 index 0000000..0ddfac6 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.2.GA.jar.index new file mode 100644 index 0000000..840edd1 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.2.GA.jar.index @@ -0,0 +1,14 @@ + +META-INF/maven/org.jboss.ws.cxf/jbossws-cxf-transports-httpserver +org/jboss/wsf/stack/cxf/addons/transports/httpserver +META-INF/cxf +org/jboss +META-INF/maven +org +META-INF +org/jboss/wsf/stack/cxf/addons +org/jboss/wsf/stack/cxf/addons/transports +org/jboss/wsf +org/jboss/wsf/stack +META-INF/maven/org.jboss.ws.cxf +org/jboss/wsf/stack/cxf diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml new file mode 100644 index 0000000..96cf996 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.2.GA.jar new file mode 100644 index 0000000..e272a59 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.2.GA.jar.index new file mode 100644 index 0000000..eed8d19 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.2.GA.jar.index @@ -0,0 +1,22 @@ + +META-INF/maven +META-INF/cxf +org/jboss +META-INF/maven/org.jboss.ws.cxf/jbossws-cxf-client +org/jboss/wsf/stack/cxf/extensions/addressing/map +org/jboss/wsf/stack/cxf/extensions/addressing +org/jboss/wsf/stack/cxf/client/serviceref +org +META-INF +org/jboss/wsf/stack/cxf/client/util +org/jboss/wsf/stack/cxf/tools +org/jboss/wsf +org/jboss/wsf/stack/cxf/client +org/jboss/wsf/stack +META-INF/maven/org.jboss.ws.cxf +META-INF/services +org/jboss/wsf/stack/cxf/saaj +org/jboss/wsf/stack/cxf +org/jboss/wsf/stack/cxf/extensions/security +org/jboss/wsf/stack/cxf/extensions +org/jboss/wsf/stack/cxf/client/configuration diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-client/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-client/main/module.xml new file mode 100644 index 0000000..e70d286 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-client/main/module.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar new file mode 100644 index 0000000..d397b9d Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar.index new file mode 100644 index 0000000..ae7ef13 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven +org/jboss +org/jboss/ws +META-INF/maven/org.jboss.ws.projects +org/jboss/ws/httpserver_httpspi +org +META-INF +META-INF/maven/org.jboss.ws.projects/jaxws-jboss-httpserver-httpspi diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml new file mode 100644 index 0000000..4b66b57 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar new file mode 100644 index 0000000..d2bf955 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar.index new file mode 100644 index 0000000..7d42ba6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar.index @@ -0,0 +1,105 @@ + +org/jboss/ws/core/jaxws/wsaddressing +org/jboss/ws/extensions/security/jaxrpc +org/jboss/ws/metadata/jaxrpcmapping +org/jboss/ws/metadata/wsse +org/jboss/ws/core/jaxrpc/binding +org/jboss/ws/extensions/xop/jaxws +org/jboss/ws/extensions/addressing +schema +org/jboss/ws/extensions/security/auth/callback +org/jboss/wsf/stack +org/jboss/ws/metadata/config/jaxrpc +org/jboss/ws/feature +org/jboss/ws/extensions/security +org/jboss/ws/tools/wsdl +org/jboss/ws/extensions/security/auth +org/jboss/ws/annotation +META-INF/maven +org/jboss/wsf/stack/jbws +org/jboss/ws/extensions/addressing/map +org/jboss/ws/tools/helpers +org/jboss/ws/core/client/transport +org/jboss/ws/metadata/config +org/jboss/ws/core/jaxws/binding +org/jboss/ws/core/jaxrpc/handler +javax/xml +javax/xml/ws +org/jboss/ws/metadata/builder +org/jboss/ws/core/server +org/jboss/ws/tools/jaxws +javax/xml/ws/addressing +org/jboss/ws/core/jaxws/spi/http +org/jboss/ws/tools/client +org/jboss/ws/extensions/security/jaxws +org/jboss/ws/core/jaxws +org/jboss/ws/util +org/jboss/ws/tools/exceptions +org/jboss/ws/metadata/umdm +META-INF/maven/org.jboss.ws.native +org/jboss/ws/core/jaxws/client +org +org/jboss/ws/metadata/wsdl/xsd +org/jboss/ws/metadata/config/binding +org/jboss/ws/core/jaxrpc/client +org/jboss/ws/jaxrpc +org/jboss/ws/extensions/validation +org/jboss/ws/extensions/xop +org/jboss/ws/tools/jaxws/impl +org/jboss/ws/extensions/security/element +org/jboss/ws/extensions/policy/deployer/exceptions +org/jboss/ws/metadata/builder/jaxws +org/jboss/ws/extensions/policy/deployer/domainAssertion +org/jboss/ws/metadata/builder/jaxrpc +org/jboss/ws/extensions +org/jboss/ws/core/soap/attachment +org/jboss/ws/tools/ant +javax/xml/ws/addressing/soap +org/jboss/ws/core/jaxrpc/binding/jbossxb +org/jboss/wsf +org/jboss/ws/tools/factories +org/jboss/ws/tools/mapping +org/jboss/ws/extensions/security/nonce +org/jboss/ws/metadata/wsdl/xmlschema +META-INF/maven/org.jboss.ws.native/jbossws-native-core +org/jboss/ws/core/utils +org/jboss/ws +org/jboss/ws/core/jaxws/handler +org/jboss/ws/core/jaxws/client/serviceref +org/jboss/ws/tools/config +org/jboss/ws/core/jaxrpc/client/serviceref +org/jboss/ws/extensions/addressing/soap +org/jboss/ws/extensions/security/operation +org/jboss/ws/core/server/netty +javax +org/jboss/ws/core/jaxrpc +dtd +org/jboss/ws/extensions/security/exception +org/jboss/ws/util/xml +org/jboss/ws/tools/interfaces +org/jboss/ws/core/client +org/jboss/ws/extensions/addressing/jaxws +org/jboss/ws/tools/metadata +org/jboss/ws/extensions/policy/metadata +META-INF/services +org/jboss/ws/tools +org/jboss/ws/metadata +org/jboss/ws/core/jaxws/spi +org/jboss/ws/core/client/ssl +org/jboss/ws/core +org/jboss/ws/extensions/policy +org/jboss/ws/extensions/policy/deployer +org/jboss/ws/extensions/addressing/metadata +org/jboss/ws/extensions/policy/deployer/util +org/jboss/ws/extensions/addressing/policy +org/jboss +org/jboss/ws/extensions/json +org/jboss/ws/tools/schema +org/jboss/ws/extensions/policy/annotation +org/jboss/ws/core/soap +org/jboss/ws/core/binding +META-INF +org/jboss/ws/extensions/xop/jaxrpc +org/jboss/ws/metadata/wsdl +org/jboss/ws/metadata/accessor +org/jboss/ws/extensions/addressing/jaxrpc diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-core/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-core/main/module.xml new file mode 100644 index 0000000..9e31865 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-core/main/module.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.2.GA.jar new file mode 100644 index 0000000..e9101b1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.2.GA.jar.index new file mode 100644 index 0000000..1cb4a99 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-factories/main/jbossws-native-factories-4.0.2.GA.jar.index @@ -0,0 +1,6 @@ + +META-INF/maven/org.jboss.ws.native/jbossws-native-factories +META-INF/maven +META-INF/services +META-INF/maven/org.jboss.ws.native +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-factories/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-factories/main/module.xml new file mode 100644 index 0000000..54beed4 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-factories/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.2.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.2.GA.jar new file mode 100644 index 0000000..b71b5dd Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.2.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.2.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.2.GA.jar.index new file mode 100644 index 0000000..5dde966 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.2.GA.jar.index @@ -0,0 +1,6 @@ + +META-INF/maven/org.jboss.ws.native/jbossws-native-services +META-INF/maven +META-INF/services +META-INF/maven/org.jboss.ws.native +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-services/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-services/main/module.xml new file mode 100644 index 0000000..d0b2577 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/native/jbossws-native-services/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/saaj-impl/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/saaj-impl/main/module.xml new file mode 100644 index 0000000..958fc5d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/saaj-impl/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.3.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.3.GA.jar new file mode 100644 index 0000000..185a449 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.3.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.3.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.3.GA.jar.index new file mode 100644 index 0000000..cc5d734 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.3.GA.jar.index @@ -0,0 +1,26 @@ + +org/jboss/wsf/spi/serviceref +org/jboss/wsf/spi/metadata/config +org +org/jboss/wsf/spi/metadata/j2ee/serviceref +schema +META-INF/maven/org.jboss.ws/jbossws-spi +org/jboss/wsf/spi/metadata/jms +org/jboss/wsf/spi/util +org/jboss/wsf/spi/classloading +org/jboss/wsf/spi +org/jboss/wsf/spi/security +org/jboss/wsf/spi/invocation +org/jboss/wsf/spi/metadata/j2ee +org/jboss +META-INF/maven +org/jboss/wsf/spi/management +org/jboss/wsf/spi/metadata +META-INF +org/jboss/wsf +org/jboss/wsf/spi/publish +org/jboss/wsf/spi/deployer +META-INF/maven/org.jboss.ws +org/jboss/wsf/spi/metadata/webservices +org/jboss/wsf/spi/invocation/integration +org/jboss/wsf/spi/deployment diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/spi/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/spi/main/module.xml new file mode 100644 index 0000000..b4d95ce --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/spi/main/module.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/common/main/jbossws-common-tools-1.0.0.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/common/main/jbossws-common-tools-1.0.0.GA.jar new file mode 100644 index 0000000..d7a6ee8 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/common/main/jbossws-common-tools-1.0.0.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/common/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/common/main/module.xml new file mode 100644 index 0000000..9ad8556 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/common/main/module.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/wsconsume/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/wsconsume/main/module.xml new file mode 100644 index 0000000..7e8cacb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/wsconsume/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/wsprovide/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/wsprovide/main/module.xml new file mode 100644 index 0000000..2ead78e --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/ws/tools/wsprovide/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar new file mode 100644 index 0000000..5f6a590 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index new file mode 100644 index 0000000..7fb9435 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index @@ -0,0 +1,31 @@ + +org/jboss/xb/builder +org/jboss/xb/binding/group +org +schema +org/jboss/xb/binding/parser +org/jboss/xb/spi +org/jboss/xb/binding/sunday/unmarshalling +org/jboss/javabean/plugins/jaxb +org/jboss/xb/util +org/jboss/javabean/plugins +org/jboss/xb/binding/introspection +org/jboss/xb/binding/sunday/marshalling +org/jboss/xb/binding/sunday/xop +org/jboss/xb/builder/runtime +org/jboss/xb/binding/resolver +META-INF/maven +org/jboss/xb/annotations +org/jboss +META-INF/maven/org.jboss/jbossxb +META-INF/maven/org.jboss +org/jboss/xb/binding/metadata +org/jboss/xb/binding/sunday/unmarshalling/impl/runtime +META-INF +org/jboss/xb/binding/sunday/unmarshalling/impl +org/jboss/xb/binding +org/jboss/xb/binding/parser/sax +org/jboss/javabean +org/jboss/xb +org/jboss/xb/binding/metadata/unmarshalling +org/jboss/xb/binding/sunday diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xb/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/xb/main/module.xml new file mode 100644 index 0000000..f57f1e3 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xb/main/module.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xnio/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/xnio/main/module.xml new file mode 100644 index 0000000..97d3663 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xnio/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xnio/main/xnio-api-3.0.3.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/xnio/main/xnio-api-3.0.3.GA.jar new file mode 100644 index 0000000..215ab12 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/xnio/main/xnio-api-3.0.3.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xnio/main/xnio-api-3.0.3.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/xnio/main/xnio-api-3.0.3.GA.jar.index new file mode 100644 index 0000000..1e1da28 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xnio/main/xnio-api-3.0.3.GA.jar.index @@ -0,0 +1,11 @@ + +META-INF/maven +org/xnio +META-INF/maven/org.jboss.xnio +org/xnio/channels +org/xnio/ssl +org/xnio/streams +META-INF/maven/org.jboss.xnio/xnio-api +org/xnio/sasl +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xnio/nio/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/xnio/nio/main/module.xml new file mode 100644 index 0000000..87beac0 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xnio/nio/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.3.GA.jar b/files/jboss-as-7.1.1/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.3.GA.jar new file mode 100644 index 0000000..49e4684 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.3.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.3.GA.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.3.GA.jar.index new file mode 100644 index 0000000..0c15bfd --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.3.GA.jar.index @@ -0,0 +1,9 @@ + +META-INF/maven +META-INF/maven/org.jboss.xnio/xnio-nio +META-INF/services +org/xnio +META-INF/maven/org.jboss.xnio +org/xnio/nio +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbosstxbridge-4.16.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbosstxbridge-4.16.2.Final.jar new file mode 100644 index 0000000..ee5b417 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbosstxbridge-4.16.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbosstxbridge-4.16.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbosstxbridge-4.16.2.Final.jar.index new file mode 100644 index 0000000..d29fe49 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbosstxbridge-4.16.2.Final.jar.index @@ -0,0 +1,9 @@ +org/jboss/jbossts/txbridge/outbound + +org/jboss/jbossts/txbridge +org/jboss +org/jboss/jbossts/txbridge/inbound +org/jboss/jbossts/txbridge/utils +org +org/jboss/jbossts +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-4.16.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-4.16.2.Final.jar new file mode 100644 index 0000000..fbb26c7 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-4.16.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-4.16.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-4.16.2.Final.jar.index new file mode 100644 index 0000000..70fea87 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-4.16.2.Final.jar.index @@ -0,0 +1,189 @@ +org/jboss/jbossts/xts/environment + +com/arjuna/mw/wstx +org/jboss/jbossts/xts/recovery/participant +com/arjuna/schemas +com/arjuna/mwlabs/wst/ba +com/arjuna/mw/wscf/model/sagas/hls +com/arjuna/webservices11/wsarjtx/client +com/arjuna/webservices11/wsat/processors +com/arjuna/mw/wsas/logging +org/jboss/jbossts +com/arjuna/webservices11/wsat +com/arjuna/wst11/messaging +org/jboss/jbossts/xts/recovery +com/arjuna/mwlabs/wscf/model/sagas/arjunacore/subordinate +com/arjuna/webservices11/wsaddr/processor +com/arjuna/webservices/base/processors +org/jboss/jbossts/xts/recovery/participant/at +com/arjuna/mw/wscf/model/twophase/outcomes +com/arjuna/wst11/messaging/deploy +com/arjuna/mwlabs/wscf11/model +com/arjuna/webservices11/wscoor/server +org/jboss/jbossts/xts11/recovery +com/arjuna/wst11/messaging/engines +com/arjuna/mw/wsas/context/soap +com/arjuna/webservices11/wscoor/processors +com/arjuna/mwlabs/wscf11/model/twophase +org/jboss/jbossts/xts/recovery/participant/ba +com/arjuna/webservices11/wsarj +com/arjuna/webservices +com/arjuna/mwlabs/wscf/model/sagas/arjunacore +com/arjuna/mwlabs/wst11/ba/participants +com/arjuna/mwlabs/wscf11/model/sagas/arjunacore +com/arjuna/webservices/logging +com/arjuna/mwlabs/wscf/model/twophase/arjunacore/subordinate +com/arjuna/mwlabs/wscf +com/arjuna/mw/wscf/utils +org/oasis_open/docs/ws_tx/wscoor/_2006 +com/arjuna/mwlabs/wsas/activity +com/arjuna/mw/wsc11/context +com/arjuna/mwlabs/wst11/ba/context +com/arjuna/webservices/base +com/arjuna/webservices11/wscoor +com/arjuna/mwlabs/wst/at/remote +com/arjuna/mw/wscf/model/twophase/participants +com/arjuna/webservices/soap +com/arjuna/webservices11/wsba/server +com/arjuna/mw/wscf +org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl +com/arjuna/wsc11/messaging +org/oasis_open/docs/ws_tx/wsat/_2006/_06 +com/arjuna/schemas/ws/_2005 +com/arjuna/mw/wscf/model/twophase/api +com/arjuna/mwlabs/wsas/common +com/arjuna/mwlabs/wsas/common/arjunacore +com/arjuna/wst/stub +com/arjuna/webservices11/wsba/client +com/arjuna/mwlabs/wscf/model/sagas +com/arjuna/mwlabs/wst11/ba/remote +com/arjuna/webservices11/wsarj/handler +org/oasis_open +org +com/arjuna/mwlabs +com/arjuna/mw/wsas/context/corba +org/xmlsoap/schemas/soap/envelope +com/arjuna/mw/wst +com/arjuna +com/arjuna/mwlabs/wscf/model/twophase/arjunacore +com/arjuna/mw/wscf/model/sagas/common +org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl +org/jboss/jbossts/xts/logging +com/arjuna/mw/wscf/model/sagas/api +com/arjuna/mwlabs/wsas +com/arjuna/mwlabs/wst11/at/remote +com/arjuna/services/framework +com/arjuna/mw +org/jboss/jbossts/xts/recovery/coordinator/at +org/jboss/jbossts/xts11/recovery/participant +com/arjuna/webservices11/wsarjtx/processors +com/arjuna/webservices11/util +com/arjuna/mw/wsas/exceptions +com/arjuna/mw/wscf/logging +com/arjuna/mwlabs/wst11/at/participants +com/arjuna/mw/wscf/model/twophase/common +com/arjuna/mw/wsc11 +com/arjuna/mw/wscf/model +com/arjuna/mw/wsas +com/arjuna/mwlabs/wst11 +com/arjuna/mwlabs/wst11/at/context +com/arjuna/mw/wst/common +com/arjuna/mwlabs/wst +com/arjuna/webservices11/wsarjtx +com/arjuna/mw/wst11/common +com/arjuna/mw/wsc11/deploy +com/arjuna/schemas/ws/_2005/_10 +org/jboss/jbossts/xts11/recovery/participant/ba +com/arjuna/webservices11/wsba +com/arjuna/mw/wscf/model/twophase/vote +com/arjuna/mwlabs/wst/at +org/oasis_open/docs/ws_tx/wsba +com/arjuna/webservices11/wsarjtx/sei +com +com/arjuna/mw/wst11 +com/arjuna/mw/wstx/logging +org/oasis_open/docs +com/arjuna/mwlabs/wscf/utils +com/arjuna/mw/wstx/status +org/jboss/jbossts/xts +com/arjuna/webservices11 +com/arjuna/mw/wsas/activity +org/jboss/jbossts/xts/recovery/logging +com/arjuna/mw/wsas/context +com/arjuna/mw/wscf/model/sagas/status +com/arjuna/webservices/wsarjtx +org/jboss/jbossts/xts11/recovery/participant/at +com/arjuna/webservices/util +com/arjuna/webservices11/wscoor/sei +com/arjuna/mw/wscf/model/sagas/outcomes +org/oasis_open/docs/ws_tx/wsat +com/arjuna/mw/wsas/status +com/arjuna/mwlabs/wst/at/participants +com/arjuna/services +org/jboss/jbossts/xts/recovery/coordinator/ba +org/jboss/jbossts/xts/recovery/coordinator +com/arjuna/mw/wst11/deploy +com/arjuna/webservices11/wsba/sei +org/oasis_open/docs/ws_tx/wsat/_2006 +com/arjuna/mwlabs/wscf11/model/twophase/arjunacore +com/arjuna/wsc +com/arjuna/webservices11/wscoor/client +com/arjuna/mw/wst11/client +org/jboss/jbossts/xts11 +com/arjuna/webservices/wsarj +com/arjuna/services/framework/task +com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl +com/arjuna/mw/wscf11 +com/arjuna/schemas/ws +com/arjuna/mw/wscf/model/sagas/exceptions +org/oasis_open/docs/ws_tx +com/arjuna/schemas/ws/_2005/_10/wsarjtx +org/oasis_open/docs/ws_tx/wsba/_2006/_06 +com/arjuna/mw/wsas/completionstatus +org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl +com/arjuna/wsc/common +com/arjuna/mw/wscf/model/sagas/participants +com/arjuna/mwlabs/wst/ba/remote +com/arjuna/wst11 +com/arjuna/webservices11/wsat/server +org/oasis_open/docs/ws_tx/wsba/_2006 +com/arjuna/mw/wscf/common +org/jboss/jbossts/xts/initialisation +com/arjuna/mw/wscf/model/twophase/exceptions +org/oasis_open/docs/ws_tx/wscoor/_2006/_06 +com/arjuna/mwlabs/wscf/model +com/arjuna/mwlabs/wscf/model/twophase +org/oasis_open/docs/ws_tx/wscoor +com/arjuna/mw/wscf11/model/sagas +com/arjuna/mwlabs/wscf/coordinator +com/arjuna/wsc11 +com/arjuna/mw/wscf/exceptions +com/arjuna/mwlabs/wst/util +com/arjuna/webservices11/wsat/client +com/arjuna/mwlabs/wst11/ba +com/arjuna/mw/wscf/api +com/arjuna/mw/wscf/model/twophase +com/arjuna/wst +com/arjuna/mw/wscf11/model/twophase +com/arjuna/mwlabs/wst11/at +org/xmlsoap/schemas/soap +com/arjuna/mw/wsas/common +org/xmlsoap +org/jboss +com/arjuna/webservices11/wsarj/processor +com/arjuna/mw/wst11/service +com/arjuna/wsc11/messaging/deploy +com/arjuna/mw/wscf/model/sagas +org/xmlsoap/schemas +com/arjuna/webservices11/wsat/sei +com/arjuna/webservices11/wsarjtx/server +com/arjuna/mw/wscf/model/twophase/status +META-INF +com/arjuna/webservices11/wsaddr +com/arjuna/mw/wscf11/model +com/arjuna/mw/wscf/model/twophase/hls +com/arjuna/mwlabs/wscf11/model/sagas +com/arjuna/webservices11/wsba/processors +com/arjuna/mwlabs/wscf11 +com/arjuna/mw/wscf/protocols +com/arjuna/wst11/stub diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-api-4.16.2.Final.jar b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-api-4.16.2.Final.jar new file mode 100644 index 0000000..7cf6206 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-api-4.16.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-api-4.16.2.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-api-4.16.2.Final.jar.index new file mode 100644 index 0000000..9d38a3b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/jbossxts-api-4.16.2.Final.jar.index @@ -0,0 +1,22 @@ + +org/jboss/jbossts/xts/recovery/participant/ba +org/jboss/jbossts/xts/recovery/participant +com +com/arjuna/mw/wst11 +com/arjuna/wst11 +org/jboss +org/jboss/jbossts/xts/bridge/at +com/arjuna/mw +com/arjuna/mw/wst11/service +com/arjuna/wsc +org/jboss/jbossts/xts +com/arjuna/mw/wst11/client +org +org/jboss/jbossts +META-INF +org/jboss/jbossts/xts/recovery +com/arjuna +com/arjuna/mw/wst +org/jboss/jbossts/xts/recovery/participant/at +org/jboss/jbossts/xts/bridge +com/arjuna/wst diff --git a/files/jboss-as-7.1.1/modules/org/jboss/xts/main/module.xml b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/module.xml new file mode 100644 index 0000000..9483955 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jboss/xts/main/module.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/jdom/main/jdom-1.1.2.jar b/files/jboss-as-7.1.1/modules/org/jdom/main/jdom-1.1.2.jar new file mode 100644 index 0000000..b8091ef Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jdom/main/jdom-1.1.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jdom/main/module.xml b/files/jboss-as-7.1.1/modules/org/jdom/main/module.xml new file mode 100644 index 0000000..0b01b07 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jdom/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/modules/org/jgroups/main/jgroups-3.0.6.Final.jar b/files/jboss-as-7.1.1/modules/org/jgroups/main/jgroups-3.0.6.Final.jar new file mode 100644 index 0000000..6674b7c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/jgroups/main/jgroups-3.0.6.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/jgroups/main/jgroups-3.0.6.Final.jar.index b/files/jboss-as-7.1.1/modules/org/jgroups/main/jgroups-3.0.6.Final.jar.index new file mode 100644 index 0000000..d7999bb --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jgroups/main/jgroups-3.0.6.Final.jar.index @@ -0,0 +1,26 @@ + +org/jgroups/logging +org/jgroups/tests +licenses +org/jgroups/blocks +org +org/jgroups/protocols/pbcast +org/jgroups/stack +org/jgroups +org/jgroups/demos +org/jgroups/auth +org/jgroups/client +org/jgroups/jmx +org/jgroups/blocks/executor +org/jgroups/annotations +org/jgroups/conf +META-INF +org/jgroups/blocks/mux +org/jgroups/blocks/atomic +org/jgroups/blocks/locking +org/jgroups/tests/perf +org/jgroups/demos/wb +org/jgroups/demos/applets +org/jgroups/util +org/jgroups/tests/perf/transports +org/jgroups/protocols diff --git a/files/jboss-as-7.1.1/modules/org/jgroups/main/module.xml b/files/jboss-as-7.1.1/modules/org/jgroups/main/module.xml new file mode 100644 index 0000000..0ecaf39 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/jgroups/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/joda/time/main/joda-time-1.6.2.jar b/files/jboss-as-7.1.1/modules/org/joda/time/main/joda-time-1.6.2.jar new file mode 100644 index 0000000..9b045c3 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/joda/time/main/joda-time-1.6.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/joda/time/main/joda-time-1.6.2.jar.index b/files/jboss-as-7.1.1/modules/org/joda/time/main/joda-time-1.6.2.jar.index new file mode 100644 index 0000000..5448a69 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/joda/time/main/joda-time-1.6.2.jar.index @@ -0,0 +1,29 @@ + +org/joda/time/tz/data/Atlantic +org/joda/time/tz/data/Indian +org/joda/time/convert +org +org/joda/time/tz/data/America +org/joda/time/tz/data/America/North_Dakota +org/joda/time/base +org/joda/time/tz/data/Africa +org/joda/time/tz/data/Australia +org/joda/time/format +org/joda/time/tz +org/joda/time/tz/data/Etc +org/joda/time/tz/data/America/Argentina +org/joda/time/tz/data/America/Kentucky +org/joda/time/tz/data/Asia +org/joda/time/field +org/joda +org/joda/time +META-INF/maven +org/joda/time/tz/data +META-INF/maven/joda-time/joda-time +META-INF +org/joda/time/chrono +org/joda/time/tz/data/Antarctica +org/joda/time/tz/data/America/Indiana +META-INF/maven/joda-time +org/joda/time/tz/data/Pacific +org/joda/time/tz/data/Europe diff --git a/files/jboss-as-7.1.1/modules/org/joda/time/main/module.xml b/files/jboss-as-7.1.1/modules/org/joda/time/main/module.xml new file mode 100644 index 0000000..dfed5b5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/joda/time/main/module.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/omg/api/main/module.xml b/files/jboss-as-7.1.1/modules/org/omg/api/main/module.xml new file mode 100644 index 0000000..45a37ee --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/omg/api/main/module.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/osgi/core/main/module.xml b/files/jboss-as-7.1.1/modules/org/osgi/core/main/module.xml new file mode 100644 index 0000000..85ce7dc --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/osgi/core/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar b/files/jboss-as-7.1.1/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar new file mode 100644 index 0000000..b986ac1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index b/files/jboss-as-7.1.1/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index new file mode 100644 index 0000000..c440145 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index @@ -0,0 +1,28 @@ + +org/osgi/framework/launch +OSGI-OPT/src +org/osgi/framework +org +org/osgi/framework/hooks/service +OSGI-OPT/src/org/osgi/framework/hooks +org/osgi/service/packageadmin +OSGI-OPT/src/org/osgi/framework/hooks/service +OSGI-OPT/src/org/osgi/service/permissionadmin +OSGI-OPT/src/org/osgi/service +OSGI-OPT/src/org/osgi/framework/launch +org/osgi/service/permissionadmin +OSGI-OPT/src/org +org/osgi +org/osgi/framework/hooks +org/osgi/service/url +OSGI-OPT/src/org/osgi/service/startlevel +org/osgi/service +OSGI-OPT/src/org/osgi/framework +OSGI-OPT/src/org/osgi +META-INF +OSGI-OPT/src/org/osgi/service/url +OSGI-OPT/src/org/osgi/service/packageadmin +org/osgi/service/condpermadmin +org/osgi/service/startlevel +OSGI-OPT/src/org/osgi/service/condpermadmin +OSGI-OPT diff --git a/files/jboss-as-7.1.1/modules/org/picketbox/main/module.xml b/files/jboss-as-7.1.1/modules/org/picketbox/main/module.xml new file mode 100644 index 0000000..55d32c6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/picketbox/main/module.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-4.0.7.Final.jar b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-4.0.7.Final.jar new file mode 100644 index 0000000..44fb52c Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-4.0.7.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-4.0.7.Final.jar.index b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-4.0.7.Final.jar.index new file mode 100644 index 0000000..62553d6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-4.0.7.Final.jar.index @@ -0,0 +1,83 @@ +org/jboss/security/mapping/providers/attribute +org/jboss/security + +org/jboss/security/plugins/auth +org/jboss/security/authorization/modules/web +org/jboss/security/auth/container +org/picketbox/core/authorization/resources +org/jboss/security/identity +org/jboss/security/plugins/mapping +org/jboss/security/mapping/providers/principal +org/picketbox/plugins +org/jboss/crypto/digest +org/jboss/crypto +org/jboss/security/client +org/jboss/security/authorization/resources +schema +org/jboss/security/plugins/authorization +org/jboss/security/javaee +org/picketbox/plugins/authorization +dtd +org/jboss/security/mapping +org/picketbox/datasource/security +org/jboss/security/plugins/audit +org/jboss/security/vault +org/picketbox/plugins/vault +org/picketbox/factories +org/jboss/security/audit/config +org/jboss/security/plugins +org/jboss/security/identitytrust/config +org/jboss/security/config +org/jboss/security/identity/plugins +org/jboss/security/authorization/modules/ejb +org/jboss/security/acl +org/jboss/security/authorization/modules +org/picketbox/config +org/jboss/security/auth/callback +org/jboss/security/auth +org/jboss/security/util/xml +org/jboss/security/util/state +org/jboss/security/auth/container/config +org/jboss/security/auth/spi +org/picketbox/core +org/picketbox +org/jboss/security/cache +org/picketbox/datasource +org/jboss/security/audit/providers +org/jboss/security/auth/container/modules +org/picketbox/util +org/jboss/security/config/parser +org +org/jboss/security/acl/config +org/jboss/security/mapping/providers +org/jboss/security/identity/fed +org/picketbox/core/authorization +org/jboss/security/plugins/identitytrust +org/jboss/security/annotation +org/jboss/security/auth/login +org/jboss/security/authorization +org/picketbox/sandbox +org/jboss/security/util +org/jboss/security/auth/message +org/jboss/security/identity/extensions +org/jboss/security/otp +org/jboss/security/authorization/util +org/jboss/security/audit +org/picketbox/exceptions +org/jboss +org/jboss/security/mapping/providers/role +org/jboss/security/auth/message/config +org/jboss/security/jacc +org/jboss/security/auth/certs +org/jboss/security/mapping/config +META-INF +org/jboss/security/factories +org/jboss/security/util/state/xml +org/jboss/security/callbacks +org/jboss/security/plugins/javaee +org/jboss/security/identitytrust/modules +org/jboss/security/auth/spi/otp +org/picketbox/handlers +org/jboss/security/javaee/exceptions +org/jboss/security/authorization/config +org/jboss/security/identitytrust diff --git a/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar new file mode 100644 index 0000000..54b90ae Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar.index b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar.index new file mode 100644 index 0000000..b7466ac --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar.index @@ -0,0 +1,10 @@ + +META-INF/maven +org/picketbox/commons/ssl +META-INF/maven/org.picketbox +org/picketbox/commons/cipher +org +org/picketbox +META-INF +org/picketbox/commons +META-INF/maven/org.picketbox/picketbox-commons diff --git a/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-infinispan-4.0.7.Final.jar b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-infinispan-4.0.7.Final.jar new file mode 100644 index 0000000..3360db1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-infinispan-4.0.7.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-infinispan-4.0.7.Final.jar.index b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-infinispan-4.0.7.Final.jar.index new file mode 100644 index 0000000..5fe9f22 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/picketbox/main/picketbox-infinispan-4.0.7.Final.jar.index @@ -0,0 +1,9 @@ +org/jboss/security + +META-INF/maven/org.picketbox/picketbox-infinispan +META-INF/maven +org/jboss +META-INF/maven/org.picketbox +org/jboss/security/authentication +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/picketlink/main/module.xml b/files/jboss-as-7.1.1/modules/org/picketlink/main/module.xml new file mode 100644 index 0000000..9b573c5 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/picketlink/main/module.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final-jandex.jar new file mode 100644 index 0000000..485a0a6 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final.jar b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final.jar new file mode 100644 index 0000000..9bca586 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-bindings-2.0.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-bindings-jboss-2.0.2.Final.jar b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-bindings-jboss-2.0.2.Final.jar new file mode 100644 index 0000000..a3a0104 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-bindings-jboss-2.0.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex-jandex.jar b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex-jandex.jar new file mode 100644 index 0000000..97d8fd0 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex.jar b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex.jar new file mode 100644 index 0000000..9137c99 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-fed-2.0.2.Final-jandex.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-fed-2.0.2.Final.jar b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-fed-2.0.2.Final.jar new file mode 100644 index 0000000..93d8c09 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/picketlink/main/picketlink-fed-2.0.2.Final.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar b/files/jboss-as-7.1.1/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar new file mode 100644 index 0000000..3535747 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar.index b/files/jboss-as-7.1.1/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar.index new file mode 100644 index 0000000..82af527 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar.index @@ -0,0 +1,173 @@ + +org/python/apache/wml +org/python/apache/xerces/impl/xs/opti +jni/sparcv9-SunOS +org/python/apache/xerces/dom/events +com/kenai/jaffl/byref +org/python/apache/xerces/impl/dtd/models +org/python/google/common/io +org/python/apache/xerces/parsers +org/python/tests/inbred +com/google/common/util/concurrent +org/python/apache/xerces/impl/dv/util +org/python/apache/xerces/xni +org/python/modules/jffi +org/python/tests/mro +org/python/objectweb/asm/util +jline +org/python/apache/xerces/impl/xs/identity +org/python/apache/xerces/xni/grammars +com/ziclix/python/sql/pipe/db +com/kenai/jaffl/annotations +org/python/apache/xml/serialize +org/python/apache/html/dom +org/python/constantine/platform/sunos +com/google/common/base +Lib/distutils/command +org/python/google/common/base/internal +org/python/antlr/op +org/python/apache/xerces/impl/xs/models +org/python/antlr/runtime +org/python/google/common/base +org/python/apache/xerces/xpointer +org/python/constantine/platform/openbsd +jni/ppc-Linux +org/python/apache/wml/dom +javatests +org/python/apache/xerces/impl/dtd +org/python/apache/xerces/impl/dv/dtd +org/python/google/common/primitives +com/google/common/collect +org/python/google/common/collect +com/ziclix/python/sql/pipe/csv +Lib/modjy +org/python/expose +jni/sparc-SunOS +org/python/apache/xerces/xs +org/python/objectweb/asm/signature +org/python/apache/xerces/impl/xs/traversers +com/kenai/jaffl/provider/jffi +Lib/ctypes +org/python/modules/_csv +META-INF/maven/org.jruby.extras/constantine +org/python/apache/xerces/dom +org/python/apache/xerces/impl/xs +com/google/common/io +Lib/xml/parsers +Lib/logging +org/python/apache/xerces/impl/io +org/python/modules/_collections +com/ziclix/python/sql +Lib/compiler +org/python/apache/xerces/jaxp +org/python/modules/_weakref +org/python/apache/xerces/xs/datatypes +org/python/apache/xerces/impl/xpath/regex +org/python/apache/xerces/impl/validation +org/python/constantine/platform +jni/Darwin +org/python/constantine/platform/linux +org/python/indexer/ast +org/python/core +jni/i386-FreeBSD +jni/x86_64-FreeBSD +Lib/xml/sax +org/python/core/io +org/python/modules/time +Lib/xml/dom +org/python/modules/thread +com/ziclix/python/sql/util +Lib/site-packages +org/python/indexer +META-INF/maven/org.jruby.extras/jffi +Lib/xml/etree +org/python/apache/xerces/xni/parser +com/kenai/jaffl/util +org/python/modules/sre +Lib +org/python/posix +org/python/antlr/base +org/python/antlr/runtime/misc +org/python/tests/props +org/python/apache/xerces/dom3/as +com/ziclix/python/sql/pipe +META-INF/maven/org.jruby.ext.posix/jnr-posix +META-INF/maven/org.jruby.extras/jnr-netdb +org/python/indexer/demos +org/python/util +Lib/xml/sax/drivers2 +org/python/antlr/runtime/tree +com/kenai/jffi +org/python/core/util +org/python/compiler +Lib/pawt +Lib/email/mime +com/xhaus/modjy +jni/x86_64-Windows +org/python/tests/constructor_kwargs +org/python/modules/posix +org/python/indexer/types +com/kenai/jaffl +org/python/core/adapter +com/kenai/jaffl/struct +com/ziclix/python/sql/resource +org/python/constantine/platform/darwin +com/google/common/net +org/python/google/common/net +Lib/encodings +Lib/email +META-INF/maven/jline/jline +org/python/constantine +org/python/antlr +jni/i386-Windows +jnr/netdb +org/python/antlr/adapter +org/python/apache/xerces/impl/xpath +org/python/constantine/platform/windows +META-INF/services +com/ziclix/python/sql/connect +Lib/xml +jni/i386-Linux +org/python/modules/zipimport +org/python/objectweb/asm/commons +org/python/google/common/annotations +Lib/distutils +Lib/distutils/tests +org/w3c/dom/html +org/python/antlr/runtime/debug +org/python/apache/xerces/xinclude +com/google/common/primitives +org/python/tests/multihidden +org/python/objectweb/asm +Lib/collections +org/python/posix/util +META-INF/maven/org.jruby.extras/jaffl +org/python/apache/xerces/impl/xs/util +com/kenai/jaffl/mapper +org/python/tests/identity +META-INF/maven/org.antlr/antlr-runtime +org/python/apache/xerces/jaxp/validation +org/python +org/python/modules +jni/x86_64-Linux +org/python/jsr223 +org/python/modules/_functools +Lib/wsgiref +org/python/apache/xerces/impl/msg +org/python/apache/xerces/impl +org/python/modules/random +org/python/antlr/ast +org/python/apache/xerces/util +META-INF +com/kenai/jaffl/provider +org/python/apache/xerces/impl/dv +org/python/apache/xerces/impl/dv/xs +org/python/apache/xerces/jaxp/datatype +org/python/constantine/platform/fake +com/ziclix/python/sql/handler +org/python/core/packagecache +org/python/google/common/util/concurrent +org/python/constantine/platform/freebsd +org/python/modules/_threading +com/ziclix/python/sql/procedure +org/python/tests diff --git a/files/jboss-as-7.1.1/modules/org/python/jython/standalone/main/module.xml b/files/jboss-as-7.1.1/modules/org/python/jython/standalone/main/module.xml new file mode 100644 index 0000000..4414b34 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/python/jython/standalone/main/module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/scannotation/scannotation/main/module.xml b/files/jboss-as-7.1.1/modules/org/scannotation/scannotation/main/module.xml new file mode 100644 index 0000000..a77c3b6 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/scannotation/scannotation/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar b/files/jboss-as-7.1.1/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar new file mode 100644 index 0000000..599753a Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index b/files/jboss-as-7.1.1/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index new file mode 100644 index 0000000..182db3b --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index @@ -0,0 +1,8 @@ +META-INF/maven/org.scannotation + +org/scannotation +META-INF/maven +META-INF/maven/org.scannotation/scannotation +org +org/scannotation/archiveiterator +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/ext/main/module.xml b/files/jboss-as-7.1.1/modules/org/slf4j/ext/main/module.xml new file mode 100644 index 0000000..132e9cf --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/slf4j/ext/main/module.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar b/files/jboss-as-7.1.1/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar new file mode 100644 index 0000000..564562e Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index b/files/jboss-as-7.1.1/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index new file mode 100644 index 0000000..0159d41 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index @@ -0,0 +1,12 @@ +org/slf4j/instrumentation +org/slf4j/cal10n +org/slf4j/agent + +META-INF/maven/org.slf4j/slf4j-ext +META-INF/maven +org/slf4j +META-INF/maven/org.slf4j +org/slf4j/ext +org +META-INF +org/slf4j/profiler diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/impl/main/module.xml b/files/jboss-as-7.1.1/modules/org/slf4j/impl/main/module.xml new file mode 100644 index 0000000..9391c77 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/slf4j/impl/main/module.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar b/files/jboss-as-7.1.1/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar new file mode 100644 index 0000000..5bf9b0f Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index b/files/jboss-as-7.1.1/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index new file mode 100644 index 0000000..29506b9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index @@ -0,0 +1,8 @@ +META-INF/maven/org.jboss.slf4j/slf4j-jboss-logmanager + +META-INF/maven +org/slf4j/impl +META-INF/maven/org.jboss.slf4j +org/slf4j +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar b/files/jboss-as-7.1.1/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar new file mode 100644 index 0000000..c44d8de Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index b/files/jboss-as-7.1.1/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index new file mode 100644 index 0000000..60cd2e0 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index @@ -0,0 +1,11 @@ + +org/apache/commons +org/apache +META-INF/maven +META-INF/services +META-INF/maven/org.slf4j/jcl-over-slf4j +META-INF/maven/org.slf4j +org/apache/commons/logging/impl +org +org/apache/commons/logging +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/jcl-over-slf4j/main/module.xml b/files/jboss-as-7.1.1/modules/org/slf4j/jcl-over-slf4j/main/module.xml new file mode 100644 index 0000000..2247f20 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/slf4j/jcl-over-slf4j/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/main/module.xml b/files/jboss-as-7.1.1/modules/org/slf4j/main/module.xml new file mode 100644 index 0000000..21c01b9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/slf4j/main/module.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/main/slf4j-api-1.6.1.jar b/files/jboss-as-7.1.1/modules/org/slf4j/main/slf4j-api-1.6.1.jar new file mode 100644 index 0000000..f1f4fdd Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/slf4j/main/slf4j-api-1.6.1.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index b/files/jboss-as-7.1.1/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index new file mode 100644 index 0000000..d68ec48 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index @@ -0,0 +1,9 @@ + +org/slf4j/spi +META-INF/maven/org.slf4j/slf4j-api +org/slf4j/helpers +META-INF/maven +org/slf4j +META-INF/maven/org.slf4j +org +META-INF diff --git a/files/jboss-as-7.1.1/modules/org/w3c/css/sac/main/module.xml b/files/jboss-as-7.1.1/modules/org/w3c/css/sac/main/module.xml new file mode 100644 index 0000000..990878f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/w3c/css/sac/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/w3c/css/sac/main/sac-1.3.jar b/files/jboss-as-7.1.1/modules/org/w3c/css/sac/main/sac-1.3.jar new file mode 100644 index 0000000..39b92b1 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/w3c/css/sac/main/sac-1.3.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/yaml/snakeyaml/main/module.xml b/files/jboss-as-7.1.1/modules/org/yaml/snakeyaml/main/module.xml new file mode 100644 index 0000000..084f43d --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/yaml/snakeyaml/main/module.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/org/yaml/snakeyaml/main/snakeyaml-1.8.jar b/files/jboss-as-7.1.1/modules/org/yaml/snakeyaml/main/snakeyaml-1.8.jar new file mode 100644 index 0000000..2086727 Binary files /dev/null and b/files/jboss-as-7.1.1/modules/org/yaml/snakeyaml/main/snakeyaml-1.8.jar differ diff --git a/files/jboss-as-7.1.1/modules/org/yaml/snakeyaml/main/snakeyaml-1.8.jar.index b/files/jboss-as-7.1.1/modules/org/yaml/snakeyaml/main/snakeyaml-1.8.jar.index new file mode 100644 index 0000000..b03b882 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/org/yaml/snakeyaml/main/snakeyaml-1.8.jar.index @@ -0,0 +1,34 @@ + +org/yaml/snakeyaml/reader +com +org/yaml/snakeyaml/introspector +biz/source_code/base64Coder +org/yaml/snakeyaml/emitter +org +org/yaml/snakeyaml/representer +org/yaml +org/yaml/snakeyaml/nodes +META-INF/maven/org.yaml +org/yaml/snakeyaml/parser +org/yaml/snakeyaml/tokens +org/yaml/snakeyaml/composer +org/yaml/snakeyaml/scanner +org/yaml/snakeyaml/extensions +org/yaml/snakeyaml/resolver +org/yaml/snakeyaml/extensions/compactnotation +com/google/gdata/util/common/base +org/yaml/snakeyaml +biz/source_code +com/google/gdata +META-INF/maven +org/yaml/snakeyaml/serializer +META-INF/maven/org.yaml/snakeyaml +com/google/gdata/util +org/yaml/snakeyaml/events +META-INF +biz +org/yaml/snakeyaml/util +com/google/gdata/util/common +com/google +org/yaml/snakeyaml/error +org/yaml/snakeyaml/constructor diff --git a/files/jboss-as-7.1.1/modules/sun/jdk/main/module.xml b/files/jboss-as-7.1.1/modules/sun/jdk/main/module.xml new file mode 100644 index 0000000..cc86ee9 --- /dev/null +++ b/files/jboss-as-7.1.1/modules/sun/jdk/main/module.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/jboss-as-7.1.1/modules/sun/jdk/main/service-loader-resources.index b/files/jboss-as-7.1.1/modules/sun/jdk/main/service-loader-resources.index new file mode 100644 index 0000000..5f3ae4f --- /dev/null +++ b/files/jboss-as-7.1.1/modules/sun/jdk/main/service-loader-resources.index @@ -0,0 +1,3 @@ + +META-INF +META-INF/services diff --git a/files/jboss-as-7.1.1/modules/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory b/files/jboss-as-7.1.1/modules/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory new file mode 100644 index 0000000..53b436a --- /dev/null +++ b/files/jboss-as-7.1.1/modules/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory @@ -0,0 +1 @@ +com.sun.script.javascript.RhinoScriptEngineFactory diff --git a/files/jboss-as-7.1.1/standalone/configuration/application-roles.properties b/files/jboss-as-7.1.1/standalone/configuration/application-roles.properties new file mode 100644 index 0000000..d81ed5f --- /dev/null +++ b/files/jboss-as-7.1.1/standalone/configuration/application-roles.properties @@ -0,0 +1,22 @@ +# +# Properties declaration of users roles for the realm 'ApplicationRealm'. +# +# This includes the following protocols: remote ejb, remote jndi, web, remote jms +# +# Users can be added to this properties file at any time, updates after the server has started +# will be automatically detected. +# +# The format of this file is as follows: - +# username=role1,role2,role3 +# +# A utility script is provided which can be executed from the bin folder to add the users: - +# - Linux +# bin/add-user.sh +# +# - Windows +# bin\add-user.bat +# +# The following illustrates how an admin user could be defined. +# +#admin=PowerUser,BillingAdmin, +#guest=guest \ No newline at end of file diff --git a/files/jboss-as-7.1.1/standalone/configuration/application-users.properties b/files/jboss-as-7.1.1/standalone/configuration/application-users.properties new file mode 100644 index 0000000..49caeee --- /dev/null +++ b/files/jboss-as-7.1.1/standalone/configuration/application-users.properties @@ -0,0 +1,23 @@ +# +# Properties declaration of users for the realm 'ApplicationRealm' which is the default realm +# for application services on a new AS 7.1 installation. +# +# This includes the following protocols: remote ejb, remote jndi, web, remote jms +# +# Users can be added to this properties file at any time, updates after the server has started +# will be automatically detected. +# +# The format of this realm is as follows: - +# username=HEX( MD5( username ':' realm ':' password)) +# +# A utility script is provided which can be executed from the bin folder to add the users: - +# - Linux +# bin/add-user.sh +# +# - Windows +# bin\add-user.bat +# +# The following illustrates how an admin user could be defined, this +# is for illustration only and does not correspond to a usable password. +# +#admin=2a0923285184943425d1f53ddd58ec7a \ No newline at end of file diff --git a/files/jboss-as-7.1.1/standalone/configuration/logging.properties b/files/jboss-as-7.1.1/standalone/configuration/logging.properties new file mode 100644 index 0000000..8a011f0 --- /dev/null +++ b/files/jboss-as-7.1.1/standalone/configuration/logging.properties @@ -0,0 +1,52 @@ +# +# JBoss, Home of Professional Open Source. +# Copyright 2010, Red Hat, Inc., and individual contributors +# as indicated by the @author tags. See the copyright.txt file in the +# distribution for a full listing of individual contributors. +# +# This is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation; either version 2.1 of +# the License, or (at your option) any later version. +# +# This software is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this software; if not, write to the Free +# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# + +# Additional logger names to configure (root logger is always configured) +loggers=org.jboss.as.config + +# Dump system environment at boot by default +logger.org.jboss.as.config.level=DEBUG + +# Root logger level +logger.level=${jboss.boot.server.log.level:INFO} +# Root logger handlers +logger.handlers=FILE,CONSOLE + +# Console handler configuration +handler.CONSOLE=org.jboss.logmanager.handlers.ConsoleHandler +handler.CONSOLE.properties=autoFlush +handler.CONSOLE.level=${jboss.boot.server.log.console.level:INFO} +handler.CONSOLE.autoFlush=true +handler.CONSOLE.formatter=PATTERN + +# File handler configuration +handler.FILE=org.jboss.logmanager.handlers.FileHandler +handler.FILE.level=DEBUG +handler.FILE.properties=autoFlush,fileName +handler.FILE.autoFlush=true +handler.FILE.fileName=${org.jboss.boot.log.file:boot.log} +handler.FILE.formatter=PATTERN + +# Formatter pattern configuration +formatter.PATTERN=org.jboss.logmanager.formatters.PatternFormatter +formatter.PATTERN.properties=pattern +formatter.PATTERN.pattern=%d{HH:mm:ss,SSS} %-5p [%c] %s%E%n diff --git a/files/jboss-as-7.1.1/standalone/configuration/mgmt-users.properties b/files/jboss-as-7.1.1/standalone/configuration/mgmt-users.properties new file mode 100644 index 0000000..7c464df --- /dev/null +++ b/files/jboss-as-7.1.1/standalone/configuration/mgmt-users.properties @@ -0,0 +1,22 @@ +# +# Properties declaration of users for the realm 'ManagementRealm' which is the default realm +# for new AS 7.1 installations. Further authentication mechanism can be configured +# as part of the in standalone.xml. +# +# Users can be added to this properties file at any time, updates after the server has started +# will be automatically detected. +# +# By default the properties realm expects the entries to be in the format: - +# username=HEX( MD5( username ':' realm ':' password)) +# +# A utility script is provided which can be executed from the bin folder to add the users: - +# - Linux +# bin/add-user.sh +# +# - Windows +# bin\add-user.bat + +# The following illustrates how an admin user could be defined, this +# is for illustration only and does not correspond to a usable password. +# +#admin=2a0923285184943425d1f53ddd58ec7a \ No newline at end of file diff --git a/files/jboss-as-7.1.1/standalone/configuration/standalone-full-ha.xml b/files/jboss-as-7.1.1/standalone/configuration/standalone-full-ha.xml new file mode 100644 index 0000000..b3137c5 --- /dev/null +++ b/files/jboss-as-7.1.1/standalone/configuration/standalone-full-ha.xml @@ -0,0 +1,519 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + 102400 + 2 + + + + + + + + + + + + + + + + + + 231.7.7.7 + 9876 + 5000 + netty + + + + + 231.7.7.7 + 9876 + 10000 + + + + +
jms
+ netty + +
+
+ + + + + + + + + + + + jms.queue.DLQ + jms.queue.ExpiryQueue + 0 + 1000 + 10485760 + BLOCK + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/files/jboss-as-7.1.1/standalone/configuration/standalone-full.xml b/files/jboss-as-7.1.1/standalone/configuration/standalone-full.xml new file mode 100644 index 0000000..be04de7 --- /dev/null +++ b/files/jboss-as-7.1.1/standalone/configuration/standalone-full.xml @@ -0,0 +1,409 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + 102400 + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + jms.queue.DLQ + jms.queue.ExpiryQueue + 0 + 10485760 + BLOCK + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/standalone/configuration/standalone-ha.xml b/files/jboss-as-7.1.1/standalone/configuration/standalone-ha.xml new file mode 100644 index 0000000..94752a2 --- /dev/null +++ b/files/jboss-as-7.1.1/standalone/configuration/standalone-ha.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/standalone/configuration/standalone.xml b/files/jboss-as-7.1.1/standalone/configuration/standalone.xml new file mode 100644 index 0000000..2fcbf1e --- /dev/null +++ b/files/jboss-as-7.1.1/standalone/configuration/standalone.xml @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + ${jboss.bind.address:127.0.0.1} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/files/jboss-as-7.1.1/standalone/deployments/README.txt b/files/jboss-as-7.1.1/standalone/deployments/README.txt new file mode 100644 index 0000000..a14f1c1 --- /dev/null +++ b/files/jboss-as-7.1.1/standalone/deployments/README.txt @@ -0,0 +1,190 @@ +The standalone/deployments directory in the JBoss Application Server +distribution is the location end users can place their deployment content +(e.g. war, ear, jar, sar files) to have it automatically deployed into the server +runtime. + +Users, particularly those running production systems, are encouraged to use the +JBoss AS management APIs to upload and deploy deployment content instead of +relying on the deployment scanner subsystem that periodically scans this +directory. See the JBoss AS documentation for details. + +DEPLOYMENT MODES + +The filesystem deployment scanner in AS 7 and later works differently from +previous JBoss AS releases. The scanner can operate in one of two different +modes, depending on whether it will directly monitor the deployment content +in order to decide to deploy (or redeploy) it. + +1) Auto-deploy mode: The scanner will directly monitor the deployment content, +automatically deploying new content and redeploying content whose timestamp +has changed. This is similiar to the behavior of previous AS releases, although +there are differences: + +a) A change in any file in an exploded deployment triggers redeploy. Because +EE 6 applications do not require deployment descriptors, there is no attempt +to monitor deployment descriptors and only redeploy when a deployment +descriptor changes. +b) The scanner will place marker files in this directory as an indication of +the status of its attempts to deploy or undeploy content. These are detailed +below. + +2) Manual deploy mode: The scanner will not attempt to directly monitor the +deployment content and decide if or when the end user wishes the content to +be deployed or undeployed. Instead, the scanner relies on a system of marker +files, with the user's addition or removal of a marker file serving as a sort +of command telling the scanner to deploy, undeploy or redeploy content. + + +Auto-deploy mode and manual deploy mode can be independently configured for +zipped deployment content and exploded deployment content. This is done +via the "auto-deploy" attributes on the deployment-scanner element in the +standalone.xml configuration file: + + + +By default, auto-deploy of zipped content is enabled, and auto-deploy of +exploded content is disabled. Manual deploy mode is strongly recommended for +exploded content, as exploded content is inherently vulnerable to the scanner +trying to auto-deploy partially copied content. Manual deploy mode also allows +deployment resources (e.g. html and css files) to be replaced without +triggering a redeploy of the application. + + +MARKER FILES + +The marker files always have the same name as the deployment content to which +they relate, but with an additional file suffix appended. For example, the +marker file to indicate the example.war file should be deployed is named +example.war.dodeploy. Different marker file suffixes have different meanings. + +The relevant marker file types are: + +.dodeploy -- Placed by the user to indicate that the given content should + be deployed into the runtime (or redeployed if already + deployed in the runtime.) + +.skipdeploy -- Disables auto-deploy of the content for as long as the file + is present. Most useful for allowing updates to exploded + content without having the scanner initiate redeploy in the + middle of the update. Can be used with zipped content as + well, although the scanner will detect in-progress changes + to zipped content and wait until changes are complete. + +.isdeploying -- Placed by the deployment scanner service to indicate that it + has noticed a .dodeploy file or new or updated auto-deploy + mode content and is in the process of deploying the content. + This marker file will be deleted when the deployment process + completes. + +.deployed -- Placed by the deployment scanner service to indicate that the + given content has been deployed into the runtime. If an end + user deletes this file, the content will be undeployed. + +.failed -- Placed by the deployment scanner service to indicate that the + given content failed to deploy into the runtime. The content + of the file will include some information about the cause of + the failure. Note that with auto-deploy mode, removing this + file will make the deployment eligible for deployment again. + +.isundeploying -- Placed by the deployment scanner service to indicate that it + has noticed a .deployed file has been deleted and the + content is being undeployed. This marker file will be deleted + when the undeployment process completes. + +.undeployed -- Placed by the deployment scanner service to indicate that the + given content has been undeployed from the runtime. If an end + user deletes this file, it has no impact. + +.pending -- Placed by the deployment scanner service to indicate that it + has noticed the need to deploy content but has not yet + instructed the server to deploy it. This file is created if + the scanner detects that some auto-deploy content is still in + the process of being copied or if there is some problem that + prevents auto-deployment. The scanner will not instruct the + server to deploy or undeploy any content (not just the + directly affected content) as long as this condition holds. + +Basic workflows: + +All examples assume variable $AS points to the root of the JBoss AS distribution. +Windows users: the examples below use Unix shell commands; see the "Windows +Notes" below. + +A) Add new zipped content and deploy it: + +1. cp target/example.war $AS/standalone/deployments +2. (Manual mode only) touch $AS/standalone/deployments/example.war.dodeploy + +B) Add new unzipped content and deploy it: + +1. cp -r target/example.war/ $AS/standalone/deployments +2. (Manual mode only) touch $AS/standalone/deployments/example.war.dodeploy + +C) Undeploy currently deployed content: + +1. rm $AS/standalone/deployments/example.war.deployed + +D) Auto-deploy mode only: Undeploy currently deployed content: + +1. rm $AS/standalone/deployments/example.war + +Note that this approach is not recommended with unzipped content as the server +maintains no other copy of unzipped content and deleting it without first +triggering an undeploy temporarily results in a live application with +potentially critical resources no longer available. For unzipped content use +the 'rm $AS/standalone/deployments/example.war.deployed' approach. + +E) Replace currently deployed zipped content with a new version and deploy it: + +1. cp target/example.war/ $AS/standalone/deployments +2. (Manual mode only) touch $AS/standalone/deployments/example.war.dodeploy + +F) Manual mode only: Replace currently deployed unzipped content with a new + version and deploy it: + +1. rm $AS/standalone/deployments/example.war.deployed +2. wait for $AS/standalone/deployments/example.war.undeployed file to appear +3. cp -r target/example.war/ $AS/standalone/deployments +4. touch $AS/standalone/deployments/example.war.dodeploy + +G) Auto-deploy mode only: Replace currently deployed unzipped content with a + new version and deploy it: + +1. touch $AS/standalone/deployments/example.war.skipdeploy +2. cp -r target/example.war/ $AS/standalone/deployments +3. rm $AS/standalone/deployments/example.war.skipdeploy + +H) Manual mode only: Live replace portions of currently deployed unzipped + content without redeploying: + +1. cp -r target/example.war/foo.html $AS/standalone/deployments/example.war + +I) Auto-deploy mode only: Live replace portions of currently deployed unzipped + content without redeploying: + +1. touch $AS/standalone/deployments/example.war.skipdeploy +2. cp -r target/example.war/foo.html $AS/standalone/deployments/example.war + +J) Manual or auto-deploy mode: Redeploy currently deployed content (i.e. bounce + it with no content change): + +1. touch $AS/standalone/deployments/example.war.dodeploy + +K) Auto-deploy mode only: Redeploy currently deployed content (i.e. bounce + it with no content change): + +1. touch $AS/standalone/deployments/example.war + + +Windows Notes: + +The above examples use Unix shell commands. Windows equivalents are: + +cp src dest --> xcopy /y src dest +cp -r src dest --> xcopy /e /s /y src dest +rm afile --> del afile +touch afile --> echo>> afile + +Note that the behavior of 'touch' and 'echo' are different but the +differences are not relevant to the usages in the examples above. diff --git a/files/jboss-as-7.1.1/welcome-content/as7_logo.png b/files/jboss-as-7.1.1/welcome-content/as7_logo.png new file mode 100644 index 0000000..bd192cd Binary files /dev/null and b/files/jboss-as-7.1.1/welcome-content/as7_logo.png differ diff --git a/files/jboss-as-7.1.1/welcome-content/as7_style.css b/files/jboss-as-7.1.1/welcome-content/as7_style.css new file mode 100644 index 0000000..43c5d28 --- /dev/null +++ b/files/jboss-as-7.1.1/welcome-content/as7_style.css @@ -0,0 +1,63 @@ +/* + ~ JBoss, Home of Professional Open Source. + ~ Copyright (c) 2011, Red Hat, Inc., and individual contributors + ~ as indicated by the @author tags. See the copyright.txt file in the + ~ distribution for a full listing of individual contributors. + ~ + ~ This is free software; you can redistribute it and/or modify it + ~ under the terms of the GNU Lesser General Public License as + ~ published by the Free Software Foundation; either version 2.1 of + ~ the License, or (at your option) any later version. + ~ + ~ This software is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + ~ Lesser General Public License for more details. + ~ + ~ You should have received a copy of the GNU Lesser General Public + ~ License along with this software; if not, write to the Free + ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. +*/ + +body { + font-family : Verdana, Arial, Helvetica, sans-serif; + background-image:url(bkg.gif); + background-repeat: repeat-x; + color: #5B5B5B; + font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Verdana, Arial, sans-serif; + margin-top: 100px; + text-align:center; +} +.wrapper { + margin-left: auto; + margin-right:auto; + width:50em; + text-align: left; +} +a { + text-decoration: none; + color: #5e8a9a; +} +h1 { + padding-top: 20px; + color: #7b1e1e; +} +a:hover { + text-decoration: underline; + color: #8ec6d9; +} +.content { + margin-left: 230px; +} +.dualbrand { + padding-top: 20px; +} +.as7 { + float:left; + margin-left: 10px; +} +.note { + font-size: 8pt; + color: #aaaaaa; +} diff --git a/files/jboss-as-7.1.1/welcome-content/bkg.gif b/files/jboss-as-7.1.1/welcome-content/bkg.gif new file mode 100644 index 0000000..523877c Binary files /dev/null and b/files/jboss-as-7.1.1/welcome-content/bkg.gif differ diff --git a/files/jboss-as-7.1.1/welcome-content/documentation.html b/files/jboss-as-7.1.1/welcome-content/documentation.html new file mode 100644 index 0000000..b9ba7e4 --- /dev/null +++ b/files/jboss-as-7.1.1/welcome-content/documentation.html @@ -0,0 +1,75 @@ + + + + + + JBoss Application Server 7 Documentation + + + + + +
+
+ JBoss Application Server 7... it's here. +
+ +
+

Documentation

+ +

Administrator Guides

+ +

Getting Started Guide Introduces + you to installing and running the server in standalone and domain modes, how to deploy a data source, and + how to use the Web Management Interface and Command Line interface to manage the server.

+ +

Admin Guide A complete guide to + configuring and administering the application server.

+ +

High Availability Guide A guide + to how to create a cluster, how configure the web container and EJB container for clustering, and show to configure load balancing + and failover.

+ +

Developer Guides

+ +

Getting Started + Developing Applications Guide Introduces you to writing simple Java EE 6 applications and deploying them to the + application server. Each tutorial is accompanied by a quick-start sample application. Finally the guide shows you + how to create your own application skeleton.

+ +

Developer Guide A + complete guide to all deployment descriptors and APIs available in the application server.

+ +

Java EE Tutorial A complete guide + to developing Java EE 6 applications for JBoss AS.

+ +

JBoss and JBoss Community

+ +

To replace this page set "enable-welcome-root" to false in your server configuration and deploy + your own war with / as its context path.

+
+
+ + diff --git a/files/jboss-as-7.1.1/welcome-content/favicon.ico b/files/jboss-as-7.1.1/welcome-content/favicon.ico new file mode 100644 index 0000000..f80d269 Binary files /dev/null and b/files/jboss-as-7.1.1/welcome-content/favicon.ico differ diff --git a/files/jboss-as-7.1.1/welcome-content/index.html b/files/jboss-as-7.1.1/welcome-content/index.html new file mode 100644 index 0000000..5b563c8 --- /dev/null +++ b/files/jboss-as-7.1.1/welcome-content/index.html @@ -0,0 +1,57 @@ + + + + + + Welcome to JBoss Application Server 7 + + + + + +
+
+ JBoss Application Server 7... it's here. +
+ +
+

Welcome to AS 7

+ +

Your JBoss Application Server 7 is running.

+ +

Documentation | Quickstarts | Administration Console
+ +
+ JBoss AS Project
| User + Forum | Report an issue

+ +

JBoss and JBoss Community

+ +

To replace this page set "enable-welcome-root" to false in your server configuration and deploy + your own war with / as its context path.

+
+
+ + diff --git a/files/jboss-as-7.1.1/welcome-content/index_noconsole.html b/files/jboss-as-7.1.1/welcome-content/index_noconsole.html new file mode 100644 index 0000000..c2822b3 --- /dev/null +++ b/files/jboss-as-7.1.1/welcome-content/index_noconsole.html @@ -0,0 +1,57 @@ + + + + + + Welcome to JBoss Application Server 7 + + + + + +
+
+ JBoss Application Server 7... it's here. +
+ +
+

Welcome to AS 7

+ +

Your JBoss Application Server 7 is running.

+ +

Documentation
+ +
+ JBoss AS Project
| User + Forum | Report an issue

+ +

JBoss and JBoss Community

+ +

To replace this page set "enable-welcome-root" to false in your server configuration and deploy + your own war with / as its context path.

+
+
+ + diff --git a/files/jboss-as-7.1.1/welcome-content/jboss_community.png b/files/jboss-as-7.1.1/welcome-content/jboss_community.png new file mode 100644 index 0000000..946e8f9 Binary files /dev/null and b/files/jboss-as-7.1.1/welcome-content/jboss_community.png differ diff --git a/files/jboss-as-7.1.1/welcome-content/noconsole.html b/files/jboss-as-7.1.1/welcome-content/noconsole.html new file mode 100644 index 0000000..d34b4b4 --- /dev/null +++ b/files/jboss-as-7.1.1/welcome-content/noconsole.html @@ -0,0 +1,47 @@ + + + + + + No Console Active + + + + + +
+
+ JBoss Application Server 7... it's here. +
+ +
+

No Console Active

+ +

The server configuration does not appear to have an active console. If you are running a standalone server + check the http interface is enabled in the standalone.xml configuration, if you are running a domain the + http interface can not be automatically detected so check the host.xml configuration and connect directly.

+
+
+ + diff --git a/files/jboss-as-7.1.1/welcome-content/noredirect.html b/files/jboss-as-7.1.1/welcome-content/noredirect.html new file mode 100644 index 0000000..416e7bc --- /dev/null +++ b/files/jboss-as-7.1.1/welcome-content/noredirect.html @@ -0,0 +1,46 @@ + + + + + + No Console Active + + + + + +
+
+ JBoss Application Server 7... it's here. +
+ +
+

Unable to redirect.

+ +

It is not possible to redirect to the console, please contact the system administrator for the + correct address to access the console.

+
+
+ + diff --git a/files/jbossinstall.sh b/files/jbossinstall.sh new file mode 100644 index 0000000..a03edd8 --- /dev/null +++ b/files/jbossinstall.sh @@ -0,0 +1,7 @@ +rpm -Uvh https://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm +yum install -y puppet-agent +systemctl restart network +echo "server = master.minsk.epam.com" >> /etc/puppetlabs/puppet/puppet.conf +echo "192.168.33.33 master.minsk.epam.com master" >> /etc/hosts +/opt/puppetlabs/bin/puppet resource service puppet ensure=running enable=true +echo "Done." \ No newline at end of file diff --git a/files/jbossprepare.sh b/files/jbossprepare.sh new file mode 100644 index 0000000..65defd6 --- /dev/null +++ b/files/jbossprepare.sh @@ -0,0 +1,10 @@ +rpm -Uvh https://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm +yum install -y puppetserver +systemctl restart network +cp /vagrant/autosign.conf /etc/puppetlabs/puppet +systemctl start puppetserver +source ~/.bashrc +cp -R /vagrant/modules/* /etc/puppetlabs/code/environments/production/modules +chmod -R 0777 /etc/puppetlabs/code/environments/production/modules/jboss/files +cp /vagrant/site.pp /etc/puppetlabs/code/environments/production/manifests +echo "Done." \ No newline at end of file diff --git a/init.pp b/init.pp new file mode 100755 index 0000000..325fa35 --- /dev/null +++ b/init.pp @@ -0,0 +1,70 @@ +class jboss{ + + $servicename = 'jboss' + $jboss_home = '/opt/jboss-as-7.1.1' + $java_version = '1.7.0' + + + package { 'java': + name => "java-$java_version-openjdk", + ensure => installed, + } + + file { $jboss_home: + ensure => directory, + source => 'puppet:///modules/jboss/jboss-as-7.1.1', + path => $jboss_home, + owner => 'root', + group => 'root', + mode => '0755', + recurse => 'remote', + require => Package['java'] + } + + file { '/etc/init.d/jboss': + content => template('jboss/jboss-init.sh.erb'), + owner => root, + group => root, + mode => '0755', + ensure => file, + notify => Service[$servicename] + } + + service { $servicename: + ensure => 'running', + enable => true, + require => Exec['Register_init'] + } + + exec { 'Register_init': + command => "chkconfig --add /etc/init.d/jboss", + path => ['/usr/bin', '/usr/sbin',], + } + +} + +class deploy{ + + $app_url = "http://www.cumulogic.com/download/Apps/testweb.zip" + $app_file = "/opt/jboss-as-7.1.1/standalone/deployments/testweb.zip" + $app_folder = "/opt/jboss-as-7.1.1/standalone/deployments/" + + package { 'unzip': + ensure => installed, + } + + file { $app_file: + ensure => file, + source => $app_url, + owner => 'root', + group => 'root', + mode => '0755', + } + + exec {'unzip': + command => "unzip -j ${app_file} -d ${app_folder}", + path => ['/usr/bin', '/usr/sbin',], + creates => "${app_folder}/testweb.war", + } + +} diff --git a/jbossprodsite.pp b/jbossprodsite.pp new file mode 100644 index 0000000..00d5e0c --- /dev/null +++ b/jbossprodsite.pp @@ -0,0 +1,4 @@ +node 'client.minsk.epam.com' { + include jboss + include deploy +}