Hello Martin,
I'm glad to inform you that I was able to navigate that error successfully.
What happened was that I was using the same Database as that of the one I used for 
talking with the data store thru the helper classes.
So all the objects and contents I added using the namespaceAccessToken and 
RevisionDescriptor class I guess were not compatible with the slide Tomcat webserver.
My reason is based on the response I got when connected to that database thru the 
slide Tomcat server from the Internet explorer. The url of the objects I added thru 
helper classes displays a server error message(this was not so for resources I added 
thru the webdavresource class).
As such when I tried to connect thru webfolders, i also got errors in return.
What I did
===========
I abandoned that database and setup a new one and the new tables correct using the 
schema provided. I adjusted the Domain.xml file to point to the new database.
When I tried the connection again thru a webfolder It was perfect and smooth without 
errors.
I am Scared
===========
It suddenly became clear to me that I cannot use same database for a webfolder, 
webdavresource class for the one I am using with helper classes. I may be wrong but 
this is exactly the experience I got
Please I need you comment.
I am scared because I suddenly realise that when I relate with the datastore thru 
helper classes, I cannot relate properly from other clients like the http client and 
webfolders especially with the resources I added thru the helper classes.
Did I do anything wrong?
I would need your comment on this quickly.
I hope you got the gist.
Once again thank you for being friendly and kind
I await your response.
COGI


Gbenga Bello <[EMAIL PROTECTED]> wrote:
Hello Martin,
I wish to thank you for the guidance you gave me last weekend on using mysql as a 
datastore for slide and achieving my versioning objective thru a java application like 
I did with the file content store.
After making a few modifications to the domain.xml file,I then put the driver jar file 
in the right directory in the slide web server. And that was it. My server started 
successfully and my java codes which I showed you too related well with the server and 
the data repository.
Once again I am very greatful
MATTERS ARISING
===============
Following this implementation, I could no longer connect to the server through a 
webfolder. I get an error after setting up the connection. The error reads...
"Documents in this folder are not available. The folder may have been moved or 
deleted, or network problems preventing a connection to the server."
Please could you help me with a clue on What the cause of the error is.
This error came eventhough the webfolder was on the same local machine hosting the 
server or another machine using a webfolder to connect to the server.
I am running Windows OS 2000 Professional.
I will be glad to hear from you the soonest you can.
Thank you in advance!
COGI


Martin Holz wrote:


Gbenga Bello 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]


---------------------------------
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

---------------------------------
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

Reply via email to