Hugh Ross | 1 Nov 15:53

What's happening with slide?

Hi,
I am investigating the use of Slide for a project. I notice that there
hasn't been a release since December 2004. Is there an upcoming release? Is
JackRabbit going to replace some of the functionality?

Thanks,

Hugh
janwirtualny@op.pl | 1 Nov 18:44
Picon

WebDAV action after PUT files

Hi,

	It there any possiblity to call
some defined action after PUT method (also after
all methods, that changes file repository)?

I want to call checksumming method on uploaded file(s),
(and possibly, return error after PUT), and change
file names on the server side, using calculated checksum,
and custom file name pattern.

Cheers,
Jan
Sean Doyle | 1 Nov 19:33
Picon

Re: WebDAV action after PUT files

I've been working on something very similar. I decided against
changing the filenames on the server side because my clients couldn't
then find them (you may have an out-of-band way of doing this). I've
been using a SHA-1 calculation on each file that arrives. Basically
the mechanism is to create a separate store; extend
AbstractTxFileStoreService and put it on the server, then configure
the Domain.xml and web.xml files so that in this store your new class
is the one that is used.

I found this site very helpful:
http://wiki.apache.org/jakarta-slide/MultipleStoresWithSamples

On 11/1/05, janwirtualny <at> op.pl <janwirtualny <at> op.pl> wrote:
> Hi,
>
>         It there any possiblity to call
> some defined action after PUT method (also after
> all methods, that changes file repository)?
>
> I want to call checksumming method on uploaded file(s),
> (and possibly, return error after PUT), and change
> file names on the server side, using calculated checksum,
> and custom file name pattern.
>
> Cheers,
> Jan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe <at> jakarta.apache.org
> For additional commands, e-mail: slide-user-help <at> jakarta.apache.org
(Continue reading)

Martin Delgado | 1 Nov 19:55
Picon
Favicon

Dealing with linux permissions

Is there a way to work with Linux permissions inside
Slide/Webdav?

For instance I would like to set the permissions of
uploaded files to -rwxrw----.

I'd also like to be able to run Tomcat as root and
have slide su to the proper user depending on who logs
in.

I want to do this so webdav/internet users can
read/upload files that also work inside with a local
network using Samba/linux to access.

Thanks.

	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
slide.user | 2 Nov 13:49
Picon

Need help badly! (newbie)

Hi all,

I've been wandering around the Wiki and this mailing list for a couple of
days now and have yet to find the answers to my questions. I'm hoping this
will help.

I'm trying to add slide to an existing project. The project has it's
metadata stored in a database and it's files on a filesystem.
Authentication and authorisation is taken care of by the project.

My basic problem here is that I don't understand which parts there are in
the server, so I don't know which parts to override. It looked hopefull
while I was looking at http://wiki.apache.org/jakarta-slide/DomainConfig
but that document seems unfinished. BTW: I did look at
http://wiki.apache.org/jakarta-slide/CreateNewSlideStore but that hasn't
helped me.

To me it looks like I want to be using
http://wiki.apache.org/jakarta-slide/WebdavFileStore to store the files.
This seems to be configured in
<parameter
name="callback-store">org.apache.slide.store.simple.WebdavFileStore</parameter>
but what is this a parameter of?

As a FileDescriptor (?) I'd like to create my own class, which uses the
existing datamodel. Am I right in guessing that if I do this I won't need
the DataNode in the configuration?

Can somebody (Brian Lee?) shed some light on the ExtractorsNode and the
EventsNode?
(Continue reading)

Martin Delgado | 2 Nov 17:25
Picon
Favicon

Re: Need help badly! (newbie)

Hi, I'm also a newbie.  Maybe we can help each other
out because some of our needs may intersect.

First of all, are you using Slide inside Tomcat? 
That's what I'm doing.

On this question.

> This seems to be configured in
> <parameter
>
name="callback-store">org.apache.slide.store.simple.WebdavFileStore</parameter>
> but what is this a parameter of?
> 
I imagine it's a parameter of the store, namely
"<store name="primary">" inside domain.xml.  I'm just
guessing though.

http://wiki.apache.org/jakarta-slide/Getting_Started_Domain%2eXML

What is exactly your problem and what are you trying
to accomplish?  Do you need to update meta information
in your database whenever files are accessed/modified?
 I think maybe that would involve a minor rewrite of
the WebDavFileStore, although, again, I'm just
guessing.

Maybe we can work this out together.  My current
webdav question has to do with setting file upload
permissions and file access on a per user basis.  I
(Continue reading)

Sven Pfeiffer | 3 Nov 08:42
Picon
Favicon

Bug in WebdavResource.getCreationDate()?

Hi,

I am using slide in a project.

I build a custom GUI for browsing it and I encountered a problem.

WebdavResource.getCreationDate() always returns 0.

When executin a propfind on creationdate the correct creation date (minus
one hour) is returned.

Is this a known issue?

SVen
Laurent Michenaud | 3 Nov 11:31
Picon

Word documents in read-only with OpenOffice

Hi,

2 questions :

1) When i opened word documents with OpenOffice ( via web folder ), they
are in read-only.

Is it a slide issue or an openoffice issue ?

2) I can't open openoffice document using web folders. Do I have to
configure something

in slide ?

Thanks

Martin Delgado | 3 Nov 12:47
Picon
Favicon

Re: Word documents in read-only with OpenOffice

>  
> 
> 1) When i opened word documents with OpenOffice (
> via web folder ), they
> are in read-only.
> 
> Is it a slide issue or an openoffice issue ?

It's probably a permissions issue with your system. 
How are you running Slide/Tomcat?  The user that
Slide's running as has to have write privileges for
the files it wants to write.

> 
> 2) I can't open openoffice document using web
> folders. Do I have to
> configure something
> 
> in slide ?

OpenOffice doesn't support Webdav properly inside MS
Windows.  To use it, you have to set
Tools/Options/General Use OpenOffice.org dialogs. 
Then you have to punch in the URL.  It doesn't support
browsing.  

I think there's some kind of Mime-ish setting on
Windows that OpenOffice is supposed to do to use Web
Folders that it's not doing.

(Continue reading)

Laurent Michenaud | 3 Nov 12:51
Picon

RE: Word documents in read-only with OpenOffice

The user has write permission on the web folder.
If I open the document with Word, I can update it.
If I open the document with OO, I can't because
It is read only.

-----Message d'origine-----
De : Martin Delgado [mailto:martindel21 <at> yahoo.com] 
Envoyé : jeudi 3 novembre 2005 12:48
À : Slide Users Mailing List
Objet : Re: Word documents in read-only with OpenOffice

>  
> 
> 1) When i opened word documents with OpenOffice (
> via web folder ), they
> are in read-only.
> 
> Is it a slide issue or an openoffice issue ?

It's probably a permissions issue with your system. 
How are you running Slide/Tomcat?  The user that
Slide's running as has to have write privileges for
the files it wants to write.

> 
> 2) I can't open openoffice document using web
> folders. Do I have to
> configure something
> 
> in slide ?
(Continue reading)


Gmane