User: alborini
  Date: 01/05/21 23:28:05

  Modified:    src/docs advconfig.xml
  Log:
  Typo in example: Bean A is supposed to be a session bean
  
  Revision  Changes    Path
  1.9       +1 -1      manual/src/docs/advconfig.xml
  
  Index: advconfig.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/advconfig.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- advconfig.xml     2001/05/18 10:39:33     1.8
  +++ advconfig.xml     2001/05/22 06:28:05     1.9
  @@ -137,7 +137,7 @@
   server VM.</para>
                <para>This call will look like this: (beans running on the server must 
use the 
   java:comp/env namespace).</para>
  -             <programlisting>public class ABean implements EntityBean {             
               
  +             <programlisting>public class ABean implements SessionBean {            
                
       ...
       public void BusinessMethod(...) {
           ...
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to