User: alborini
Date: 01/03/27 08:41:10
Modified: documentation rmh_howto.html
Log:
bug fix
Revision Changes Path
1.3 +2 -2 newsite/documentation/rmh_howto.html
Index: rmh_howto.html
===================================================================
RCS file: /cvsroot/jboss/newsite/documentation/rmh_howto.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rmh_howto.html 2001/02/08 05:31:34 1.2
+++ rmh_howto.html 2001/03/27 16:41:09 1.3
@@ -101,9 +101,9 @@
</p>
<p>In <em>com/titan/travelagent/Client_1.java</em> replace
-<pre>Object obj = jndiContext.lookup("ejb/CabinHome");</pre>
+<pre>Object obj = jndiContext.lookup("ejb/TravelAgentHome");</pre>
by
-<pre>Object obj = jndiContext.lookup("CabinBean");</pre>
+<pre>Object obj = jndiContext.lookup("TravelAgentBean");</pre>
</p>
<p>You can now use JBossMakeClients.sh to compile:</p>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development