mholz       2004/02/01 04:40:44

  Modified:    src/doc  Tag: SLIDE_2_0_RELEASE_BRANCH changelog.xml
  Added:       src/stores/org/apache/slide/store/impl/rdbms Tag:
                        SLIDE_2_0_RELEASE_BRANCH OldJDBCAdapter.java
  Log:
  Added a JDBC adapter, which provides backward compatibitly to slide 1.x
  slidestore.reference.JDBCDescriptorsStore.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.84.2.7  +9 -8      jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.84.2.6
  retrieving revision 1.84.2.7
  diff -u -r1.84.2.6 -r1.84.2.7
  --- changelog.xml     29 Jan 2004 13:01:46 -0000      1.84.2.6
  +++ changelog.xml     1 Feb 2004 12:40:44 -0000       1.84.2.7
  @@ -8,21 +8,22 @@
           <section name="Slide 2.x">
               <subsection name="Slide 2.0b1">
                   <p>This is the first beta of Slide's major release 2.0. It can be 
considered
  -generally imcompatible to the previous 1.x release. Slide's main focus has shifted 
  +generally incompatible to the previous 1.x release. Slide's main focus has shifted 
   to a fully transactional content repository supporting file system stores
   as well as database stores. Both can be considered to be of a much higher
   quality in terms of correctness and completeness than the ones of the 1.x 
   release.
        
         <changelog>
  -             <fix date="Januray 29, 2004" author="ozeigermann">SQL Server now 
allows for unicode in all strings. Patched contributed by Jacob Lund.</fix>
  +        <add date="February 01, 2004" author="mholz">Added JDBC adapter, which 
provides backward compatibility with Slide 1.x JDBC store.</add>    
  +             <fix date="January 29, 2004" author="ozeigermann">SQL Server now 
allows for unicode in all strings. Patched contributed by Jacob Lund.</fix>
   
  -             <add date="Januray 29, 2004" author="ozeigermann">Added flag to 
configure if tx file store shall use encoded names or plain ones. Plaines are the 
default.</add>
  +             <add date="January 29, 2004" author="ozeigermann">Added flag to 
configure if tx file store shall use encoded names or plain ones. Plaines are the 
default.</add>
         <fix date="January 26, 2004" author="pnever">
         Final fixes to get the DeltaV testcases error-free.
         </fix>
                           <add date="January 22, 2004" author="pnever">
  -             Added means for creating principals (users, roles, groups) through the 
MKCOL or PUT methods. Note that creating and maintaining principals is out of scope of 
the ACL specification. Now, principals are automcatically provided with 
DAV:displayname (last URI segment by default) and DAV:principal element in its 
DAV:resourcetype property.
  +             Added means for creating principals (users, roles, groups) through the 
MKCOL or PUT methods. Note that creating and maintaining principals is out of scope of 
the ACL specification. Now, principals are automatically provided with DAV:displayname 
(last URI segment by default) and DAV:principal element in its DAV:resourcetype 
property.
         </add>
                           <update date="January 19, 2004" author="ozeigermann">
           Augmented the changelog features to support
  @@ -70,7 +71,7 @@
             components (RM)
           </add>
                           <add>
  -          Filesystem dedscriptors store (Marc Decugis)
  +          Filesystem descriptors store (Marc Decugis)
           </add>
                           <add>
             DataSource based JDBC store (Ashok Kumar, RM)
  @@ -460,7 +461,7 @@
             client (DV)
           </add>
                           <update>
  -          Complete the integration with Catalina, so that the sevlet 
  +          Complete the integration with Catalina, so that the servlet 
             container is run on top of the CMS (RM)
           </update>
                           <add>
  @@ -749,7 +750,7 @@
             DAV request (JP, RM)
           </update>
                           <add>
  -          Add a new Service abstract implementation which handles mulpiple
  +          Add a new Service abstract implementation which handles multiple
             concurrent transaction contexts (JP)
           </add>
                           <scode>
  @@ -840,7 +841,7 @@
             API changes in the Content helper (limited to branches handling) (RM)
           </scode>
                           <update>
  -          Update the behavior of ContentStores reagrding the content length 
  +          Update the behavior of ContentStores regarding the content length 
             (RM)
           </update>
                           <update>
  
  
  
  No                   revision
  No                   revision
  1.1.2.1   +1369 -0   
jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/Attic/OldJDBCAdapter.java
  
  
  
  

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

Reply via email to