[jboss-cvs] JBossAS SVN: r82088 - projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 6 03:31:57 EST 2008


Author: scott.stark at jboss.org
Date: 2008-12-06 03:31:57 -0500 (Sat, 06 Dec 2008)
New Revision: 82088

Modified:
   projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/resolved.xml
Log:
Update deployers/deploy files


Modified: projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/resolved.xml
===================================================================
--- projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/resolved.xml	2008-12-05 22:32:44 UTC (rev 82087)
+++ projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/resolved.xml	2008-12-06 08:31:57 UTC (rev 82088)
@@ -2024,14 +2024,6 @@
 							</row>
 							<row>
 								<entry>
-									<literal>standardjaws.xml</literal>
-								</entry>
-								<entry>
-									This file provides the default configuration for the legacy EJB 1.1 CMP engine.
-								</entry>
-							</row>
-							<row>
-								<entry>
 									<literal>standardjboss.xml</literal>
 								</entry>
 								<entry>
@@ -2059,14 +2051,14 @@
 				</table>
 			</para>
 		</section>
-		
-		<section id="The_default_Server_Configuration_File_Set-Contents_of_deploy_directory">
-			<title>Contents of "deploy" directory</title>
+
+		<section id="The_default_Server_Configuration_File_Set-Contents_of_deployers_directory">
+			<title>Contents of "deployers" directory</title>
 			<para>
-				The files in the <literal>deploy</literal> directory are explained in the following table.
+				The files in the <literal>deployers</literal> directory are explained in the following table.
 			</para>
 			<para>
-				<table id="Contents_of_deploy_directory-Contents_of_deploy_directory">
+				<table id="Contents_of_deploy_directory-Contents_of_deployers_directory">
 					<title>Contents of "deploy" directory</title>
 					<tgroup cols="2">
 						<colspec colname="c1" colnum="1" colwidth="4*"/>
@@ -2082,239 +2074,534 @@
 							</row>
 						</thead>
 						<tbody>
+						<row>
+							<entry>
+								<literal>alias-deployers-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								Deployers that know how to handle The know how to handle &lt;alias&gt; in &lt;deployment&gt; as true controller context.
+									Meaning they will only get active/installed when their original is installed. 
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>bsh.deployer</literal>
+							</entry>
+							<entry>
+								This file configures the bean shell deployer, which deploys bean shell scripts as JBoss mbean services.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>clustering-deployer-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								Clustering-related deployers which add dependencies on needed clustering services to clustered EJB3, EJB2 beans and to distributable web applications. 
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>dependency-deployers-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								Deployers for aliases.txt, jboss-dependency.xml  jboss-depedency.xml adds generic dependency on whatever. aliases.txt adds human-readable name for deployments, e.g. vfszip://home/blah/.../jboss-5.0.0.GA/server/default/deploy/some-long-name.ear aliased to ales-app.ear.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>directory-deployer-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								Adds legacy behavior for directories, handling its children as possible deployments.
+								e.g. .sar's lib directory to treat its .jar files as deployments
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>ear-deployer-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								JavaEE 5 enterprise application related deployers
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>ejb-deployer-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								Legacy JavaEE 1.4 ejb jar related deployers
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>ejb3.deployer</literal>
+							</entry>
+							<entry>
+								This is a deployer that supports JavaEE 5 ejb3, JPA, and application client deployments, .
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>hibernate-deployer-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								Deployers for Hibernate -hibernate.xml descriptors, which are similar to Hibernate's .cfg.xml files.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>jboss-aop-jboss5.deployer</literal>
+							</entry>
+							<entry>
+								JBossAspectLibrary and base aspects. Why is this in deployers, dependencies?
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>jboss-jca.deployer</literal>
+							</entry>
+							<entry>
+								<literal>jboss-jca.deployer</literal> description
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>jbossweb.deployer</literal>
+							</entry>
+							<entry>
+								The JavaEE 5 servlet, JSF, JSP deployers.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>jbossws.deployer</literal>
+							</entry>
+							<entry>
+								The JavaEE 5 webservices endpoint deployers.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>jsr77-deployers-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								Deployers for creating the JSR77 MBeans from the JavaEE components.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>metadata-deployer-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								Deployers for processing the JavaEE metadata from xml, annotations.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>seam.deployer</literal>
+							</entry>
+							<entry>
+								Deployer providing integration support for JBoss Seam applications.
+							</entry>
+						</row>
+						<row>
+							<entry>
+								<literal>security-deployer-jboss-beans.xml</literal>
+							</entry>
+							<entry>
+								Deployers for configuration the security layers of the JavaEE components.
+							</entry>
+						</row>
+					</tbody>
+					</tgroup>
+				</table>
+			</para>
+		</section>
+
+		<section id="The_default_Server_Configuration_File_Set-Contents_of_deploy_directory">
+			<title>Contents of "deploy" directory</title>
+			<para>
+				The files in the <literal>deploy</literal> directory are explained in the following table.
+			</para>
+			<para>
+				<table id="Contents_of_deploy_directory-Contents_of_deploy_directory">
+					<title>Contents of "deploy" directory</title>
+					<tgroup cols="2">
+						<colspec colname="c1" colnum="1" colwidth="4*"/>
+						<colspec colname="c2" colnum="2" colwidth="4*"/>
+						<thead>
 							<row>
 								<entry>
-									<literal>bsh-deployer.xml</literal>
+									File
 								</entry>
 								<entry>
-									This file configures the bean shell deployer, which deploys bean shell scripts as JBoss services.
+									Description
 								</entry>
 							</row>
-							<row>
-								<entry>
-									<literal>cache-invalidation-service.xml</literal>
-								</entry>
-								<entry>
-									This is a service that allows for custom invalidation of the EJB caches via JMS notifications. It is disabled by default.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>client-deployer-service.xml</literal>
-								</entry>
-								<entry>
-									This is a service that provides support for Java EE application clients. It manages the <literal>java:comp/env</literal> enterprise naming context for client applications based on the <literal>application-client.xml</literal> descriptor.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>ear-deployer.xml</literal>
-								</entry>
-								<entry>
-									The EAR deployer is the service responsible for deploying Java EE EAR files.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>ejb-deployer.xml</literal>
-								</entry>
-								<entry>
-									The EJB deployer is the service responsible for deploying JEE EJB JAR files.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>hsqldb-ds.xml</literal>
-								</entry>
-								<entry>
-									<literal>hsqldb-ds.xml</literal> configures the Hypersonic embedded database service configuration file. It sets up the embedded database and related connection factories.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>http-invoker.sar</literal>
-								</entry>
-								<entry>
-									<literal>http-invoker.sar</literal> contains the detached invoker that supports RMI over HTTP. It also contains the proxy bindings for accessing JNDI over HTTP.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jboss-aop-jdk50.deployer</literal>
-								</entry>
-								<entry>
-									This service configures the <literal>AspectManagerService</literal> and deploys JBoss AOP applications.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jboss-bean.deployer</literal>
-								</entry>
-								<entry>
-									<literal>jboss-bean.deployer</literal> provides the JBoss microcontainer, which deploys POJO services wrapped in <literal>.beans</literal> files.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jboss-ha-local-jdbc.rar</literal>
-								</entry>
-								<entry>
-									<literal>jboss-ha-local-jdbc.rar</literal> is an experimental version of <literal>jboss-local-jdbc.rar</literal> that supports datasource failover.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jboss-ha-xa-jdbc.rar</literal>
-								</entry>
-								<entry>
-									<literal>jboss-ha-xa-jdbc.rar</literal> is an experimental version of <literal>jboss-xa-jdbc.rar</literal> that supports datasource failover.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jboss-local-jdbc.rar</literal>
-								</entry>
-								<entry>
-									<literal>jboss-local-jdbc.rar</literal> is a JCA resource adaptor that implements the JCA <literal>ManagedConnectionFactory</literal> interface for JDBC drivers that support the <literal>DataSource</literal> interface but not JCA.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jboss-xa-jdbc.rar</literal>
-								</entry>
-								<entry>
-									<literal>jboss-xa-jdbc.rar</literal> is a JCA resource adaptor that implements the JCA <literal>ManagedConnectionFactory</literal> interface for JDBC drivers that support the <literal>XADataSource</literal> interface.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jbossjca-service.xml</literal>
-								</entry>
-								<entry>
-									<literal>jbossjca-service.xml</literal> is the application server implementation of the JCA specification. It provides the connection management facilities for integrating resource adaptors into the JBoss server.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jboss-web.deployer</literal>
-								</entry>
-								<entry>
-									The <literal>jboss-web.deployer</literal> directory provides the Tomcat servlet engine.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jbossws.sar</literal>
-								</entry>
-								<entry>
-									<literal>jbossws.sar</literal> provides JEE web services support.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>messaging/destinations-service.xml</literal>
-								</entry>
-								<entry>
-									<literal>destinations-service.xml</literal> configures a number of Messaging queues and topics used by the Messaging unit tests.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>messaging/messaging-service.xml</literal>
-								</entry>
-								<entry>
-									The <literal>messaging-service.xml</literal> file configures the core JBoss Messaging service.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jmx-console.war</literal>
-								</entry>
-								<entry>
-									The <literal>jmx-console.war</literal> directory provides the JMX Console. The JMX Console provides a simple web interface for managing the MBean server.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jmx-invoker-service.sar</literal>
-								</entry>
-								<entry>
-									<literal>jmx-invoker-service.sar</literal> is an unpacked MBean service archive that exposes a subset of the JMX <literal>MBeanServer</literal> interface methods as an RMI interface to enable remote access to the JMX core functionality. This is similar to the legacy <literal>jmx-rmi-adaptor.sar</literal>, with the difference that the transport is handled by the detached invoker architecture.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>jsr-88-service.xml</literal>
-								</entry>
-								<entry>
-									<literal>jsr-88-service.xml</literal> provides the JSR 88 remote deployment service.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>mail-ra.rar</literal>
-								</entry>
-								<entry>
-									<literal>mail-ra.rar</literal> is a resource adaptor that provides a JavaMail connector.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>mail-service.xml</literal>
-								</entry>
-								<entry>
-									The <literal>mail-service.xml</literal> file is an MBean service descriptor that provides JavaMail sessions for use inside the JBoss server.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>management/console-mgr.sar</literal>
-								</entry>
-								<entry>
-									<literal>console-mgr.sar</literal> provides the Web Console. It is a web application/applet that provides a richer view of the JMX server management data than the JMX console. You may view the console using the URL <literal>http://localhost:8080/web-console/</literal>.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>monitoring-service.xml</literal>
-								</entry>
-								<entry>
-									The <literal>monitoring-service.xml</literal> file configures alert monitors like the console listener and email listener used by JMX notifications.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>properties-service.xml</literal>
-								</entry>
-								<entry>
-									The <literal>properties-service.xml</literal> file is an MBean service descriptor that allows for customization of the JavaBeans <literal>PropertyEditor</literal>s as well as the definition of system properties.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>scheduler-service.xml</literal>
-								</entry>
-								<entry>
-									The <literal>scheduler-service.xml</literal> and <literal>schedule-manager-service.xml</literal> files are MBean service descriptors that provide a scheduling type of service.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>sqlexception-service.xml</literal>
-								</entry>
-								<entry>
-									The <literal>sqlexception-service.xml</literal> file is an MBean service descriptor for the handling of vendor specific <literal>SQLException</literal>s.
-								</entry>
-							</row>
-							<row>
-								<entry>
-									<literal>uuid-key-generator.sar</literal>
-								</entry>
-								<entry>
-									The <literal>uuid-key-generator.sar</literal> service provides a UUID-based key generation facility.
-								</entry>
-							</row>
-						</tbody>
+						</thead>
+									<tbody>
+										<row>
+											<entry>
+												<literal>ROOT.war</literal>
+											</entry>
+											<entry>
+												<literal>ROOT.war</literal> establishes the '/' root
+												web application. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>cache-invalidation-service.xml</literal>
+											</entry>
+											<entry> This is a service that allows for custom
+												invalidation of the EJB caches via JMS
+												notifications. It is disabled by default. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>ejb2-container-jboss-beans.xml</literal>
+											</entry>
+											<entry>
+												<literal>ejb2-container-jboss-beans.xml</literal>
+												UserTransaction integration bean for the EJB2
+												containers. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>ejb2-timer-service.xml</literal>
+											</entry>
+											<entry>
+												<literal>ejb2-timer-service.xml</literal> contains
+												the ejb timer service beans. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>ejb3-connectors-jboss-beans.xml</literal>
+											</entry>
+											<entry>
+												<literal>ejb3-connectors-jboss-beans.xml</literal>
+												EJB3 remoting transport beans. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>ejb3-container-jboss-beans.xml</literal>
+											</entry>
+											<entry>
+												<literal>ejb3-container-jboss-beans.xml</literal>
+												UserTransaction integration bean for the EJB3
+												containers. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>ejb3-interceptors-aop.xml</literal>
+											</entry>
+											<entry>
+												<literal>ejb3-interceptors-aop.xml</literal> defines
+												the EJB3 container aspects. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>ejb3-timer-service.xml</literal>
+											</entry>
+											<entry>
+												<literal>ejb3-timer-service.xml</literal> an
+												alternate quartz based timer service </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>hdscanner-jboss-beans.xml</literal>
+											</entry>
+											<entry>
+												<literal>hdscanner-jboss-beans.xml</literal> the
+												deploy directory hot deployment scanning bean
+											</entry>
+										</row>
+										<row>
+											<entry>hsqldb-ds.xml</entry>
+											<entry>configures the Hypersonic embedded database
+												service configuration file. It sets up the embedded
+												database and related connection factories. </entry>
+										</row>
+										<row>
+											<entry>http-invoker.sar</entry>
+											<entry>contains the detached invoker that supports RMI
+												over HTTP. It also contains the proxy bindings for
+												accessing JNDI over HTTP. </entry>
+										</row>
+										<row>
+											<entry>jboss-local-jdbc.rar</entry>
+											<entry>is a JCA resource adaptor that implements the JCA
+												<literal>ManagedConnectionFactory</literal>
+												interface for JDBC drivers that support the
+												<literal>DataSource</literal> interface but not
+												JCA. </entry>
+										</row>
+										<row>
+											<entry>jboss-xa-jdbc.rar</entry>
+											<entry>JCA resource adaptors for XA DataSources</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>jbossweb.sar</literal>
+											</entry>
+											<entry>an mbean service supporting TomcatDeployer with
+												web application deployment service
+											management.</entry>
+										</row>
+										<row>
+											<entry><literal>jbossws.sar</literal></entry>
+											<entry>provides JEE web services support. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>jca-jboss-beans.xml</literal>
+											</entry>
+											<entry>
+												<literal>jca-jboss-beans.xml</literal> is the
+												application server implementation of the JCA
+												specification. It provides the connection management
+												facilities for integrating resource adaptors into
+												the JBoss server. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>jms-ra.rar</literal>
+											</entry>
+											<entry>
+												<literal>jms-ra.rar</literal> JBoss JMS Resource
+												Adapter </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>messaging/connection-factories-service.xml</literal>
+											</entry>
+											<entry>configures the DLQ, ExpiryQueue JMS connection
+												factory</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>messaging/destinations-service.xml</literal>
+											</entry>
+											<entry>The message persistence store service</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>messaging/destinations-service.xml</literal>
+											</entry>
+											<entry>configures the DLQ, ExpiryQueue JMS destinations.
+											</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>messaging/jms-ds.xml</literal>
+											</entry>
+											<entry>
+												<literal>jms-ds.xml</literal> configures the
+												JMSProviderLoader and JmsXA inflow resource adaptor
+												connection factory binding. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>messaging/legacy-service.xml</literal>
+											</entry>
+											<entry>
+												<literal>legacy-service.xml</literal> configures the
+												JMSProviderLoader and JmsXA inflow resource adaptor
+												connection factory binding. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>messaging/messaging-jboss-beans.xml</literal>
+											</entry>
+											<entry> The <literal>messaging-jboss-beans.xml</literal>
+												file configures JMS security and management beans.
+											</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>messaging/messaging-service.xml</literal>
+											</entry>
+											<entry> The <literal>messaging-service.xml</literal>
+												file configures the core JBoss Messaging service.
+											</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>messaging/remoting-bisocket-service.xml</literal>
+											</entry>
+											<entry> The
+												<literal>remoting-bisocket-service.xml</literal>
+												configures the JMS remoting service layer. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>jmx-console.war</literal>
+											</entry>
+											<entry> The <literal>jmx-console.war</literal> directory
+												provides the JMX Console. The JMX Console provides a
+												simple web interface for managing the MBean server.
+											</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>jmx-invoker-service.xml</literal>
+											</entry>
+											<entry>
+												<literal>jmx-invoker-service.xml</literal> is an
+												MBean service archive that exposes a subset of the
+												JMX <literal>MBeanServer</literal> interface methods
+												as an RMI interface to enable remote access to the
+												JMX core functionality. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>jmx-remoting.sar</literal>
+											</entry>
+											<entry>
+												<literal>jmx-remoting.sar</literal> is a
+												javax.management.remote implementation providing
+												access to the JMX server. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>legacy-invokers-service.xml</literal>
+											</entry>
+											<entry>
+												<literal>legacy-invokers-service.xml</literal> the
+												legacy detached jmx invoker remoting services.
+											</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>jsr-88-service.xml</literal>
+											</entry>
+											<entry>
+												<literal>jsr-88-service.xml</literal> provides the
+												JSR 88 remote deployment service. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>mail-ra.rar</literal>
+											</entry>
+											<entry>
+												<literal>mail-ra.rar</literal> is a resource adaptor
+												that provides a JavaMail connector. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>mail-service.xml</literal>
+											</entry>
+											<entry> The <literal>mail-service.xml</literal> file is
+												an MBean service descriptor that provides JavaMail
+												sessions for use inside the JBoss server. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>monitoring-service.xml</literal>
+											</entry>
+											<entry> The <literal>monitoring-service.xml</literal>
+												file configures alert monitors like the console
+												listener and email listener used by JMX
+												notifications. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>profileservice-jboss-beans.xml</literal>
+											</entry>
+											<entry>
+												<literal>profileservice-jboss-beans.xml</literal>
+												description </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>properties-service.xml</literal>
+											</entry>
+											<entry></entry>
+											</row>
+											<row>
+												<entry>
+												<literal>quartz-ra.rar</literal>
+												</entry>
+												<entry>
+												<literal>quartz-ra.rar</literal> is a resource
+												adaptor for inflow of Quartz events </entry>
+											</row>
+											<row>
+												<entry>
+												<literal>remoting-jboss-beans.xml</literal>
+												</entry>
+												<entry>
+												<literal>remoting-jboss-beans.xml</literal>
+												contains the unified invokers based on JBoss
+												Remoting. </entry>
+											</row>
+										<row>
+											<entry> The <literal>properties-service.xml</literal>
+												file is an MBean service descriptor that allows for
+												customization of the JavaBeans
+												<literal>PropertyEditor</literal>s as well as
+												the definition of system properties. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>scheduler-service.xml</literal>
+											</entry>
+											<entry> The <literal>scheduler-service.xml</literal> and
+												<literal>schedule-manager-service.xml</literal>
+												files are MBean service descriptors that provide a
+												scheduling type of service. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>security/security-jboss-beans.xml</literal>
+											</entry>
+											<entry>
+												<literal>security-jboss-beans.xml</literal> security
+												domain related beans. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>security/security-policies-jboss-beans.xml</literal>
+											</entry>
+											<entry>
+												<literal>security-policies-jboss-beans.xml</literal>
+												security authorization related beans for ejb and web
+												authorization. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>sqlexception-service.xml</literal>
+											</entry>
+											<entry> The <literal>sqlexception-service.xml</literal>
+												file is an MBean service descriptor for the handling
+												of vendor specific <literal>SQLException</literal>s.
+											</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>transaction-jboss-beans.xml</literal>
+											</entry>
+											<entry>
+												<literal>transaction-jboss-beans.xml</literal> JTA
+												transaction manager related beans. </entry>
+										</row>
+										<row>
+											<entry>
+												<literal>transaction-service.xml</literal>
+											</entry>
+											<entry>
+												<literal>transaction-service.xml</literal>
+												ClientUserTransaction proxy service configuration.
+											</entry>
+										</row>
+										<row>
+											<entry>
+												<literal>uuid-key-generator.sar</literal>
+											</entry>
+											<entry> The <literal>uuid-key-generator.sar</literal>
+												service provides a UUID-based key generation
+												facility. </entry>
+										</row>
+									</tbody>
 					</tgroup>
 				</table>
 			</para>




More information about the jboss-cvs-commits mailing list