EJB store and transactions

2004-04-23 Thread Carlos Villegas
Hi, I'm trying to write a EJB store for slide. In other words, I want to use entity beans to implement the slide store. I see I also need to make my store an XAResource. I saw a thread about external UserTransactions not being supported. But I think in this case is the oppossite, Slide remains

Re: Complete newbie

2004-04-23 Thread Amr Elssamadisy
Hi Simone, Thanks so much for the input. I just got the source and it seems the files you are describing here are no longer part of the distribution (both Client.java and WebdavSystemView.java). The download I got was version 1.016 of slide. If you don't mind can you just attach those two

Slide, webdav and transactions

2004-04-23 Thread Robert Leftwich
In the archive there is a mention (http://www.mail-archive.com/[EMAIL PROTECTED]/msg05258.html) about adding a webdav method for accessing transactions. Is this feature/method available? Robert --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com)

Trying to understand NodeStore

2004-04-23 Thread Matthew Flower
I've been trying to implement a new DAV store, and I'm having trouble figuring out what I'm supposed to do in my subclass of NodeStore. What exactly does the URI that is being passed to NodeStore.retrieveObject(Uri) refer to? I originally figured that the root "/" was the root of the filesystem.

Status of events in Slide

2004-04-23 Thread Robert Leftwich
What is the status of events (for things like change notification)? I see that the server javadoc on the web site (for b1) includes an event package but this is not present in rc1. At a minimum I need to send out notifications when an item in the repository is created, changed or deleted. What i

Re: Complete newbie

2004-04-23 Thread Simone Gianni
Hi Amr, actually 1.0.x is two years old, and even if it's the last stable release it is really a small subset of the 2.0 functionality and performance. Anyway, the command line client is present also in the 1.0.x and is even easier to read since it's by far less complicated (since has less

Create a user dynamically

2004-04-23 Thread Alan Yu
Hi, all, I just started playing with slide a few days ago. I am able to do customized authentication by using JAAS. And I am also able to upload/download files via Webdav client lib. But I am stuck with how to create a user dynamically on server side and allow the new users with same author

RE: Create a user dynamically

2004-04-23 Thread Ryan Rhodes
Hi Alan, At the very bottom of the Security page, there is some information on this. http://jakarta.apache.org/slide/howto-acl.html It says: *** Although the creation and maintenance of principal resources (users, roles/groups) is out of scop