Object has been closed exception

2005-11-28 Thread jojada
Hi all, I am trying to configure slide2.1 with SQL Server 2000 and have been able to login from DAVExplorer. In DAVExplorer I can browse and create collection but when writing a file I get the following exception: org.apache.slide.common.ServiceAccessException: Service [EMAIL PROTECTED] access er

HELP with SQLServer2000: Simple Put method failed

2005-11-28 Thread jojada
Hi all, I am using Slide with SQLServer2000 as data store. Although I can successfully login and create a new collection, I cannot write a file. The put method fails. In the SQL Server logs, I've found the following error: 2005-11-28 12:10:52.31 spid54Invalid buffer received from client...

Re: [VOTE] New comitter: Michael Oliver

2005-11-28 Thread Martin Holz
Jacob Lund wrote: Hello, I'd like to nominate Michael Oliver <[EMAIL PROTECTED]> as a new committer for the Slide project. +1 -- Martin Holz <[EMAIL PROTECTED]> Produktentwicklung FIZ CHEMIE Berlin Franklinstrasse 11 D-10587 Berlin -

RE: transactions in slide

2005-11-28 Thread Ray Sprinkle
I should have been clearer. All of my experience with Slide has used one of the RDBMS stores. In that implementation, transactions seem to go in the lock table with the other locks. -Original Message- From: Guillaume Bailleul [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 20

RE: [VOTE] New comitter: Michael Oliver

2005-11-28 Thread Warwick Burrows
+1 > -Original Message- > From: Jacob Lund [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 24, 2005 3:44 AM > To: Slide Developers Mailing List > Subject: [VOTE] New comitter: Michael Oliver > > > Hello, > > I'd like to nominate Michael Oliver > <[EMAIL PROTECTED]> as a new >

RE: transactions in slide

2005-11-28 Thread Warwick Burrows
As Ray has noted Slide keeps track of transactions by creating a lock for them. Separately to this the transaction management implementation (which does the real work of keeping track of updates during a transaction and then committing them) must also keep some transaction related information

Semantic Binding

2005-11-28 Thread Lee Curtis
Greetings one and all, I am researching Slide as a vehicle to add semantic navigation to an intranet filing system. From what I understand, we'd need to implement a custom BindingStore - am I correct? I'd appreciate any guidance on where to begin? I've started to read the source for Bind