User: alborini
Date: 01/03/27 08:24:43
Modified: src/docs advconfig.xml customizingjaws.xml
howtormhexamples.xml
Log:
bug fix, links updated
Revision Changes Path
1.2 +1 -1 manual/src/docs/advconfig.xml
Index: advconfig.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/docs/advconfig.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- advconfig.xml 2001/02/11 00:55:31 1.1
+++ advconfig.xml 2001/03/27 16:24:42 1.2
@@ -2,7 +2,7 @@
<title>Advanced container configuration</title>
<para>Author:
<author><firstname>Sebastien</firstname><surname>Alborini</surname></author>
- <email>[EMAIL PROTECTED]</email>
+ <email>[EMAIL PROTECTED]</email>
</para>
<section>
<title>What is jboss.xml?</title>
1.3 +2 -2 manual/src/docs/customizingjaws.xml
Index: customizingjaws.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/docs/customizingjaws.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- customizingjaws.xml 2001/03/21 08:30:20 1.2
+++ customizingjaws.xml 2001/03/27 16:24:42 1.3
@@ -5,7 +5,7 @@
<firstname>Sebastien</firstname>
<surname>Alborini</surname>
</author>
- <email>[EMAIL PROTECTED]</email>
+ <email>[EMAIL PROTECTED]</email>
</para>
<section>
<title>Introduction</title>
@@ -382,4 +382,4 @@
find you have to modify it, please consider sharing your changes:
post the modified mapping on the JAWS mailing list.</para>
</section>
-</chapter>
\ No newline at end of file
+</chapter>
1.4 +6 -7 manual/src/docs/howtormhexamples.xml
Index: howtormhexamples.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/docs/howtormhexamples.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- howtormhexamples.xml 2001/03/21 08:30:20 1.3
+++ howtormhexamples.xml 2001/03/27 16:24:42 1.4
@@ -5,14 +5,13 @@
<firstname>Sebastien</firstname>
<surname>Alborini</surname>
</author>
- <email>[EMAIL PROTECTED]</email>
+ <email>[EMAIL PROTECTED]</email>
</para>
<para>This page describes how to run the examples from Richard Monson-Haefel's
book Enterprise JavaBeans, 2nd Edition
(Chapter 4) in JBoss.</para>
- <para>You can download the examples (zip file) from O'Reilly's site. I will
assume you have unzipped this file and you work in
+ <para>You can download <ulink
url="http://www.oreilly.com/catalog/entjbeans2/chapter/examples.zip">the
examples</ulink> (zip file) from O'Reilly's site. I will assume you have unzipped this
file and you work in
the chapter4/EJB11 directory.</para>
- <para>These examples need to be slightly modified to run with JBoss. You can
download the modified version from the files area in the
-documentation section on www.jboss.org. The archive name is
<quote>rmh_jboss.zip</quote>. But I
+ <para>These examples need to be slightly modified to run with JBoss. You can
download the modified version <ulink
url="http://www.jboss.org/documentation/rmh_jboss.zip">here</ulink>, but I
recommend you to follow these instructions which tell exactly what has to be
modified.</para>
<itemizedlist>
@@ -138,10 +137,10 @@
Object obj = jndiContext.lookup("CabinBean");</programlisting> In
com/titan/travelagent/Client_1.java replace
<programlisting>
- Object obj = jndiContext.lookup("ejb/CabinHome");</programlisting> by
+ Object obj = jndiContext.lookup("ejb/TravelAgentHome");</programlisting>
by
<programlisting>
- Object obj = jndiContext.lookup("CabinBean");</programlisting> You can now
use jBossMakeClients.sh to compile:
+ Object obj = jndiContext.lookup("TravelAgentBean");</programlisting> You
can now use jBossMakeClients.sh to compile:
<literallayout>
<command> #!/bin/sh
@@ -207,4 +206,4 @@
</listitem>
</itemizedlist>
-</section>
\ No newline at end of file
+</section>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development