Re: max revision limit?

2004-09-06 Thread Jacob Lund
Well I don't know anything about oracle, so you have to do some investigation yourself. But in the properties table you have following line: PROPERTY_VALUE VARCHAR2(255) This line should be changed to something like: PROPERTY_VALUE long varchar /jacob - Original Message - From: [EMAIL

RE: Confirmation for defect 30902?

2004-09-06 Thread paulo . albuquerque
The patch that i submitted to bug 23392 solves problems connected to unescaped paths in the client. Grab the latest version from CVS. -Original Message- From: Warwick Burrows [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 2 de Setembro de 2004 2:54 To: 'Slide Users Mailing List' Subject:

Re: Multilple jdbcstores in domain.xml

2004-09-06 Thread Jacob Lund
I think you have the same problems as I had. I was able to configure several different store (jdbc) without a problem, but when I tried to create the collections in domain.xml then slide hang during startup. I was able to add one store at a time if I only added one collection (objectnode) at a

Re: Slide Revision Management + Revision History

2004-09-06 Thread Stefan Fromm
Hello Gbenga, sorry that I answer so late. Didn't check the Slide mails :( I tried to reproduce the error but with minor success. How do you create versions - via Slide API or with a WebDAV client? Have you had a look into your repository directories (by default store/content, store/metadata and

URLGetMethod.executeMethod is hanging under multi threaded environment

2004-09-06 Thread Koundinya \(Sudhakar Chavali\)
Hello Guys, Subject: URLGetMethod.executeMethod is hanging under multi threaded environment Please see the folloiwng code. I am trying to download the mails of MS Exchange Server using URLGetMethod.executeMethod. But when execution pointer comes to the thread area (URLGetMethod.executemethod),

Re: URLGetMethod.executeMethod is hanging under multi threaded environment

2004-09-06 Thread Ingo Brunberg
First, this is not quite the right list for asking this question. It would have better been asked on the commons-httpclient-dev list. But anyway, your code snippet does not show how you create the HttpClient instance that you use. Be aware that by default you get one that uses the so called

Re: URLGetMethod.executeMethod is hanging under multi threaded environment

2004-09-06 Thread Koundinya \(Sudhakar Chavali\)
This is how I am getting the Client Instance. org.apache.commons.httpclient.HttpURL url = (org.apache.commons. httpclient.HttpURL) getURL(path + / + user); org.prithvi.docparser.microsoft.msexchange.apache.OwaWebdavResource webDavResourceFile = getWebResource(

Re: Slide Revision Management + Revision History

2004-09-06 Thread Stefan Fromm
Hm, where was the Java code? I send it again. Am Mon, 06 Sep 2004 11:41:44 +0200 schrieb Stefan Fromm [EMAIL PROTECTED]: Hello Gbenga, sorry that I answer so late. Didn't check the Slide mails :( I tried to reproduce the error but with minor success. How do you create versions - via Slide API or

Re: Slide Revision Management + Revision History

2004-09-06 Thread Stefan Fromm
Didn't work 2nd time. So here is the code as text: import java.io.ByteArrayInputStream; import java.util.Date; import java.util.Enumeration; import java.util.Hashtable; import java.util.Vector; import org.apache.commons.codec.digest.DigestUtils; import

New docs on custom store creation

2004-09-06 Thread Oliver Zeigermann
Folks! As promised before my vacation I have added more information how to interface Slide to your custom stores. However, be aware that such a task requires both very good knowledge of your system, a good understanding of Slide and mature knowlege of Java and transactions. It is tough work...

Re: URLGetMethod.executeMethod is hanging under multi threaded environment

2004-09-06 Thread Ingo Brunberg
This is how I am getting the Client Instance. org.apache.commons.httpclient.HttpURL url = (org.apache.commons. httpclient.HttpURL) getURL(path + / + user); org.prithvi.docparser.microsoft.msexchange.apache.OwaWebdavResource webDavResourceFile =

Re: SQLServer exception

2004-09-06 Thread Oliver Zeigermann
Hi Stefan! I am wondering why the direct mode did not work. When we created the initial version of the store it did. To explain, the direct mode as opposed to the cursor mode is said to be faster, but only works when there is at least one open statement per connection. This was guaranteed with

Re: DB2 server not responding after short time using Slide 2.1 beta

2004-09-06 Thread Oliver Zeigermann
This can not be a deadlock as DB2 would resolve it automatically. Maybe there is another transaction running that holds locks on the concerned table. Maybe from the DB2 CLI? I'd suspect that... And yes, actually if you switch on parameter name=sequential-modefull/parameter in

Re: Can WebDAV servlet serve non-slide-managed filesystem?

2004-09-06 Thread alon salant
http://cvs.sourceforge.net/viewcvs.py/photospace/slidespace/WEB-INF/src/photospace/slide/ AbstractSimpleFileStore implements ContentStore, NodeStore, RevisionDescriptorStore, RevisionDescriptorsStore, no-ops most of the interface methods, and declares abstract those that you need to implement to