User: d_jencks
Date: 01/08/22 14:47:51
Modified: src/docs jbossjms.xml
Log:
Fixed a couple of minor xml problems psgml/emacs didn't like and added (commented
out) doctype for ease of using psgml
Revision Changes Path
1.4 +16 -14 manual/src/docs/jbossjms.xml
Index: jbossjms.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/docs/jbossjms.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jbossjms.xml 2001/08/09 19:58:21 1.3
+++ jbossjms.xml 2001/08/22 21:47:51 1.4
@@ -1,6 +1,8 @@
<?xml version = "1.0" encoding = "UTF-8"?>
+<!--DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"docbookx/docbookx.dtd"/-->
+<!--for standalone validation uncomment the DOCTYPE declaration-->
-<!-- Version: $Revision: 1.3 $ -->
+<!-- Version: $Revision: 1.4 $ -->
<chapter id = "jms">
<title>JBoss and JMS</title>
<subtitle>Java Messaging Service in JBoss</subtitle>
@@ -40,7 +42,7 @@
</figure>
<para>The Ant bin directory and JDK bin directory must also be in your PATH as
-described in the First Steps chapter of the JBoss manual <xref
linkend="intro.install.Ant"/></para>.
+described in the First Steps chapter of the JBoss manual <xref
linkend="intro.install.Ant"/>.</para>
<para>Different examples work with different version of JBoss. You will have to
make sure that the JBOSS_DIST environment variable points to the correct version of
JBoss for the particular example.</para>
@@ -124,7 +126,7 @@
<para>JBossMQ is its own CVS module and has its own mailing list, where the
core JBossMQ programmers hang out
- <ulink url="http://groups.yahoo.com/group/spyderMQ/" />.</para>
+ <ulink url="http://groups.yahoo.com/group/spyderMQ/">spyderMQ</ulink>.</para>
<para>JBossMQ was created by Norbert Lataille in the spring of 2000. Hiram
Chirino sort of took over the responsibility in late 2000 and added
@@ -938,7 +940,7 @@
*
* <p><b>NOTE</b>This code is showcase only. It may not provide a stable production
example.</p>
* @author Peter Antman
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class HelloPublisher {
@@ -1136,7 +1138,7 @@
* <p><b>NOTE</b>This code is showcase only. It may not provide a stable production
example.</p>
*
* @author Peter Antman
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
@@ -1821,7 +1823,7 @@
* Created: Thu Jul 26 13:20:32 2001
*
* @author Peter Antman
- * @version $Revision: 1.3 $ $Date: 2001/08/09 19:58:21 $
+ * @version $Revision: 1.4 $ $Date: 2001/08/22 21:47:51 $
*/
public class HelloMDB implements MessageDrivenBean, MessageListener {
@@ -2022,7 +2024,7 @@
* Created: Thu Jul 26 16:02:46 2001
*
* @author Peter Antman
- * @version $Revision: 1.3 $ $Date: 2001/08/09 19:58:21 $
+ * @version $Revision: 1.4 $ $Date: 2001/08/22 21:47:51 $
*/
public interface HelloWorkerHome extends EJBHome {
@@ -2051,7 +2053,7 @@
* Created: Thu Jul 26 15:50:06 2001
*
* @author Peter Antman
- * @version $Revision: 1.3 $ $Date: 2001/08/09 19:58:21 $
+ * @version $Revision: 1.4 $ $Date: 2001/08/22 21:47:51 $
*/
public interface HelloWorker extends EJBObject {
@@ -2085,7 +2087,7 @@
*
*
* @author Peter Antman
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class HelloWorkerBean implements SessionBean {
@@ -2183,7 +2185,7 @@
* Created: Thu Jul 26 13:20:32 2001
*
* @author Peter Antman
- * @version $Revision: 1.3 $ $Date: 2001/08/09 19:58:21 $
+ * @version $Revision: 1.4 $ $Date: 2001/08/22 21:47:51 $
*/
public class HelloListener implements MessageDrivenBean, MessageListener {
@@ -3115,7 +3117,7 @@
*
*
* @author Peter Antman
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class TopicHelloBean implements SessionBean {
@@ -3244,7 +3246,7 @@
*
*
* @author Peter Antman
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public interface Hello extends EJBObject {
@@ -3272,7 +3274,7 @@
*
*
* @author Peter Antman
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public interface HelloHome extends EJBHome {
Hello create() throws RemoteException, CreateException;
@@ -3301,7 +3303,7 @@
*
*
* @author Peter Antman
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class HelloClient
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development