Gbenga Bello <[EMAIL PROTECTED]> writes:
> =============== > The challenge has been to implement the versioning capability that is provided by > the slide api for the RDBMS store. so that the documents inside the version_content > table can be subject to version control. (I was able to implement this for the > filestore using the > webdavResource.VersionControlMethod(),webdavResource.CheckoutMethod(),webdavResource.checkinMethod()) > Please what classes do I use here for the RDBMS contentstore implementation. I need > your guidance. > So that new versions can be produced on checkout and checkin of the same document as > configured in the domain.xml file. > I suspect that this is a little different with the RDBMS store relative to how I > went about it for the filestore. I hope I'm right? > > My reasons are that when I implemented the versioning concept for the filestore. It > was quite cheap because I used just one class(WebdavResource class). All I had to do > was to call the right methods of that class to perform the versioning of a document > resource. At the webdav layer it should be absolutly no matter, which stores are used. A webdav client has no way of telling which stores are used. If your program successfully uses webdavResource.VersionControlMethod() etc. on a slide using the filestores, it should work without changes for a slide server using the RDBMS store. If it does not, there is a error in the configuration. But I can't find something obvious in your Domain.xml. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
