[jboss-cvs] JBossAS SVN: r95232 - projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 20 21:43:40 EDT 2009
Author: laubai
Date: 2009-10-20 21:43:39 -0400 (Tue, 20 Oct 2009)
New Revision: 95232
Modified:
projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/General_Configuration.xml
projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Messaging.xml
projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Pooling.xml
projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Revision_History.xml
Log:
Removing empty tags for brew build.
Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/General_Configuration.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/General_Configuration.xml 2009-10-21 01:10:49 UTC (rev 95231)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/General_Configuration.xml 2009-10-21 01:43:39 UTC (rev 95232)
@@ -8,12 +8,12 @@
This chapter covers general configuration issues for the JBoss Enterprise Application Platform.
</para>
-
+<!--
<section><title>Configuring Multiple JBoss Instances On One Machine</title>
<para>
</para>
-</section>
+</section>-->
<section><title>Hosting multiple domains with your JBoss Enterprise Application Platform</title>
<para>
Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Messaging.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Messaging.xml 2009-10-21 01:10:49 UTC (rev 95231)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Messaging.xml 2009-10-21 01:43:39 UTC (rev 95232)
@@ -367,8 +367,7 @@
</section>
<section><title>MBean operations of the ServerPeer MBean</title>
- <para>
- </para>
+
<section><title>DeployQueue</title>
<para>
@@ -388,13 +387,12 @@
<section><title>DestroyQueue</title>
<para>
This operation lets you programmatically destroy a queue.
- The queue is undeployed and then all its data is destroyed from the database.
+ The queue is undeployed and then all its data is destroyed from the database.</para>
-
<warning><title>Warning</title>
<para>Be cautious when using this method since it will delete all data for the queue.</para>
</warning>
-
+ <para>
This operation returns true if the queue was successfully destroyed. otherwise it returns false.
</para>
@@ -433,13 +431,13 @@
</para>
<para>
The topic is undeployed and then all its data is destroyed from the database.
-
+</para>
<warning><title>Warning</title>
<para>
Be careful when using this method since it will delete all data for the topic.
</para>
</warning>
- This operation returns true if the topic was successfully destroyed. otherwise it returns false.
+ <para>This operation returns true if the topic was successfully destroyed. otherwise it returns false.
</para>
</section>
<section><title>ListMessageCountersAsHTML</title>
Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Pooling.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Pooling.xml 2009-10-21 01:10:49 UTC (rev 95231)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Pooling.xml 2009-10-21 01:43:39 UTC (rev 95232)
@@ -26,12 +26,12 @@
<para>Description</para>
</entry>
<entry>
-<para/>
+<para> </para>
</entry>
</row>
<row>
<entry>
-<para/>
+<para> </para>
</entry>
<entry>
<para>ByNothing</para>
@@ -43,7 +43,7 @@
<para>A single pool of equivalent connections</para>
</entry>
<entry>
-<para/>
+<para> </para>
</entry>
</row>
<row>
@@ -60,7 +60,7 @@
<para>Use the connection properties from allocateConnection()</para>
</entry>
<entry>
-<para/>
+<para> </para>
</entry>
</row>
<row>
@@ -77,7 +77,7 @@
<para>A pool per Subject, e.g. preconfigured or EJB/Web login subjects</para>
</entry>
<entry>
-<para/>
+<para> </para>
</entry>
</row>
<row>
@@ -94,7 +94,7 @@
<para>A per Subject and connection property combination</para>
</entry>
<entry>
-<para/>
+<para> </para>
</entry>
</row></tbody></tgroup>
</informaltable>
Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Revision_History.xml 2009-10-21 01:10:49 UTC (rev 95231)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Revision_History.xml 2009-10-21 01:43:39 UTC (rev 95232)
@@ -9,7 +9,7 @@
<revhistory>
<revision>
<revnumber>1.0</revnumber>
- <date></date>
+ <date>Wed Oct 21 2009</date>
<author>
<firstname>Laura</firstname>
<surname>Bailey</surname>
@@ -17,7 +17,7 @@
</author>
<revdescription>
<simplelist>
- <member>Final review copy.</member>
+ <member>Initial draft.</member>
</simplelist>
</revdescription>
</revision>
More information about the jboss-cvs-commits
mailing list