ozeigermann    2004/02/25 00:37:05

  Modified:    src/doc  howto-j2eestore.xml
               docs     howto-j2eestore.html
  Log:
  Fixed wrong content store configuration
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-slide/src/doc/howto-j2eestore.xml
  
  Index: howto-j2eestore.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/howto-j2eestore.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- howto-j2eestore.xml       15 Jan 2004 13:23:09 -0000      1.6
  +++ howto-j2eestore.xml       25 Feb 2004 08:37:05 -0000      1.7
  @@ -31,8 +31,8 @@
           <revisiondescriptorstore>
               <reference store="nodestore"/>
           </revisiondescriptorstore>
  -        <contentstore classname="slidestore.j2ee.J2EEContentStore">
  -            <parameter name="datasource">jdbc/mtx</parameter>
  +        <contentstore>
  +            <reference store="nodestore"/>
           </contentstore>
       </store>
       <scope match="/" store="j2ee"/>
  
  
  
  1.7       +2 -2      jakarta-slide/docs/howto-j2eestore.html
  
  Index: howto-j2eestore.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/howto-j2eestore.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- howto-j2eestore.html      23 Feb 2004 14:00:12 -0000      1.6
  +++ howto-j2eestore.html      25 Feb 2004 08:37:05 -0000      1.7
  @@ -145,8 +145,8 @@
           <revisiondescriptorstore>
               <reference store="nodestore"/>
           </revisiondescriptorstore>
  -        <contentstore classname="slidestore.j2ee.J2EEContentStore">
  -            <parameter name="datasource">jdbc/mtx</parameter>
  +        <contentstore>
  +            <reference store="nodestore"/>
           </contentstore>
       </store>
       <scope match="/" store="j2ee"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to