Re: Web-based interface

2005-11-10 Thread Paul Hussein
Not as far as I am aware in production open source, however graffito is coming along nicely Ted Shab wrote: Are there any web-based interfaces that have been created for Slide beyond what is distributed with the standard installer? Thanks! --Ted

Re: Fill store with files

2005-11-08 Thread Paul Hussein
Mount with davfs and use rsync Bart Frackiewicz wrote: Hello, i finished a small application (a CMS) with slide, and now i have to copy about 2000 files from the old application (filesystem-based), is there a simple way to do this? I have tried to copy the files into the slide store

Re: Slide vs. Jackrabbit

2005-10-31 Thread Paul Hussein
Could also consider normal apache mod-dav with cadaver, and the slide webdav api as client. Max Pfingsthorn wrote: Hi! Jackrabbit is still immature, while slide is not very active, as you said. However, Jackrabbit seems to implement the JCR stuff quite nicely, as it is the reference

Re: Domain.xml

2005-09-29 Thread Paul Hussein
Read the Wiki, some good examples in there V K wrote: Hello All, Is there any schema available for Domain.xml to understand? Also, if some one can provide me some insight on how can I modify objectnode element(s) in order to support multi-data-store (like MySQL, Oracle and file system

mysql max_allowed_packet and file size

2005-09-28 Thread Paul Hussein
I have an issue with the MYSQL4.1 version of the slide store. From what I can see, the store has a file size limit governed by the max_allowed_packet setting of mysql http://dev.mysql.com/doc/mysql/en/packet-too-large.html If i try to write a large file to the store i get packet too large

Re: mysql max_allowed_packet and file size

2005-09-28 Thread Paul Hussein
This is an interesting post which seems to suggest that the max file size is the max (available) memory size of your machine MYSQL bug 5677 Paul Hussein wrote: I have an issue with the MYSQL4.1 version of the slide store. From what I can see, the store has a file size limit governed

DASL not working with expression factory for mysql 4.1 binding store

2005-09-08 Thread Paul Hussein
I am trying to turn on the expression factory for my store. However when I turn the expression factory on, none of my DASL queries return any results. When i switch off the expression factory, all is well again. I am using the mysql 4.1 store with binding. Can someone help or give me some

Re: JSR-170

2005-08-05 Thread Paul Hussein
I believe it all moved to jackrabbit Michael Oliver wrote: FYI http://www.theserverside.com/news/thread.tss?thread_id=34659 Good question though, I haven't seen much Slide related chatter. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156

Re: quick help? / OutOfMemory Error?

2005-07-28 Thread Paul Hussein
Hav you tried upping the stack size in catalina.sh try JAVA_OPTS=-server -Xms256m -Xmx1024m and read the tomcat performance articles, they may explain some more. From what I have seen also, its that tomcat/slide seems to eat memory. SO with a large number of transactions, the stack size of

Error downloading over https with IE

2005-06-23 Thread Paul Hussein
Hi, I cant believe it, but there seems to be an issue with Internet Explorer from slide over https. I have configred slide to run in tomcat with https, however IE cannot download files such as zips, pdf's or office docs, Does anyone have any I dea how to enable this. I have searched for

subversion on slide

2005-05-26 Thread Paul Hussein
Has anyone tried running subversion on top of slide as the WebDAV server ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Deadlock in Slide 2.1 RC 1 /Tomcat 5.0.29

2005-05-25 Thread Paul Hussein
Whats the machine you are running on ? linux kernel with smp ? Marco T. Avila wrote: There is a bug entry for this, is it related to your problem? http://issues.apache.org/bugzilla/show_bug.cgi?id=34753 Regards KeyEvent wrote: Hi 2.1 final is already released, you can use that

Re: Deadlock in Slide 2.1 RC 1 /Tomcat 5.0.29

2005-05-25 Thread Paul Hussein
=580350messageID=2936747 Give me a shout how u get on ;) Cheers Paul. Marco T. Avila wrote: Yes, I am running Linux (uname -a), Linux mycomputer 2.6.11-gentoo-r8 #3 SMP Sat May 14 01:08:00 CEST 2005 i686 Mobile AMD Athlon(tm) XP-M Processor 3000+ AuthenticAMD GNU/Linux Regards Paul Hussein

Handling Windows Style file names

2005-05-19 Thread Paul Hussein
Hi, I wonder if someone can give me some quick advice about spaces and funny windows style file names, and how to handle these in slide using the client api. Do I need to encode and decode the URL's? I see that DASL searching returns encoded URLS. Are there cerain calls that auto encode/decode

Re: bind example ?

2005-05-09 Thread Paul Hussein
There is example code in the slide client Laurent Michenaud wrote: Has anybody a bind example ? I've tried to use it. In the tomcat console, I can see a successful creation message but I can't see it anywhere. HttpURL oHttpURL = new HttpURL(http://; + SLIDE_HOST + : + SLIDE_PORT +

Re: bind example ?

2005-05-09 Thread Paul Hussein
; } finally { // restore path this.webdavResource.setPath (savePath); } } Laurent Michenaud wrote: I can't find it, are u sure ? -Message d'origine- De : Paul Hussein [mailto:[EMAIL PROTECTED] Envoyé : lundi 9 mai 2005 11:45 À : Slide Users Mailing

Re: bind example ?

2005-05-09 Thread Paul Hussein
I use both and seems to work ok. Laurent Michenaud wrote: Thanks a lot. The binding is an extension of the standard store ? Still compatible with versioning ? -Message d'origine- De : Paul Hussein [mailto:[EMAIL PROTECTED] Envoyé : lundi 9 mai 2005 12:45 À : Slide Users Mailing List Objet

Help! My DASL search not ordering results

2005-04-20 Thread Paul Hussein
I am trying to get my DASL search to order my results. I use this XML D:searchrequest xmlns:D =DAV:D:basicsearchD:selectD:allprop//D:selectD:fromD:scopeD:href/D:hrefD:depth1/D:depth/D:scope/D:from/D:basicsearch D:orderby D:order D:propD:displayname//D:prop /D:order /D:orderby

Help with ACL on hidden collection

2005-04-20 Thread Paul Hussein
I have a collection /slide/file/prop that has some ACL on it which means I cant see it. using the webdav client i issue grant all on /slide/files/prop to /slide/roles/root and it gives to server --- PROPFIND /slide/files/prop HTTP/1.1

Re: Bind question ( Bound to be a file ? ;) )

2005-04-13 Thread Paul Hussein
Thanks for the eloquent explanation Julian. Nice concept, which makes my question redundant. Julian Reschke wrote: Miguel Figueiredo wrote: Hello, From my experience with the bind store, the first DAV:parent child in a DAV:parent-set element is the 'real' or original resource. If a bind is

Bind question ( Bound to be a file ? ;) )

2005-04-12 Thread Paul Hussein
Hi, Was wondering if there was a quick way to know if a file/collection is real collection/file or a link ( bind ) item. Cheers Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: creating users with a name

2005-04-08 Thread Paul Hussein
http://jakarta.apache.org/slide/howto-create-users.html http://jakarta.apache.org/slide/howto-acl.html Have a look at the projector code. It shows how to do it. import java.util.List; import java.util.Iterator; import java.util.Vector; import java.util.Enumeration; import java.io.InputStream;

Re: DASL search results ordering

2005-04-07 Thread Paul Hussein
Thanks again. I like succint answers ;) So, I guess the only other way to do it is then to drop down to native store searching. So, I use mysql as my backen store, I can use mysql sql ? This would solve my issue, but not be standard dasl. Julian Reschke wrote: Paul Hussein wrote: Thanks

DASL search results ordering

2005-04-06 Thread Paul Hussein
Hi, I am attempting to do a search where i list the contents of a directory, much like listContents but with DASL I am ordering by resourcetype and then displayname using the XML below, however it does not seem to order at all. Has anyone got a better example'dir' list or any idea why my

Re: DASL search results ordering

2005-04-06 Thread Paul Hussein
Thanks for the reply. OK, can I achieve the sorting first on type, then on name another way ? Some have displayname set, some dont. Can I sort on path? Cheers Paul. Julian Reschke wrote: Paul Hussein wrote: Hi, I am attempting to do a search where i list the contents of a directory, much like

DASL question : Search excluding binds

2005-03-21 Thread Paul Hussein
Hi, I wonder if someone can help with a DASL question. Is there a way I can do a search for files and folders but excluding bins ( items found but that are bind items in the search path ). Cheers Paul. - To unsubscribe, e-mail:

Re: AW: content listening

2005-02-24 Thread Paul Hussein
... Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Paul Hussein Gesendet: Mittwoch, 23. Februar 2005 17:24 An: slide-user@jakarta.apache.org Betreff: Re: content listening Using the code below, which seems to be correct, I get a strange log

content listening

2005-02-23 Thread Paul Hussein
Hi, Before diving into some code I would like some advice on content listening. Whats the best way to listen to any additions/deletions or updates of files/collections and addition/deleteion update of the properties of a collection/file. Can this all be done through the

Re: content listening

2005-02-23 Thread Paul Hussein
and copies as the macro listener uses combinations of copy and delete to execute certain transactions. Hope this helps Evan -Original Message- From: Paul Hussein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 8:59 AM To: Slide Users Mailing List Subject: content listening Hi

Re: content listening

2005-02-23 Thread Paul Hussein
transactions. Hope this helps Evan -Original Message- From: Paul Hussein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 8:59 AM To: Slide Users Mailing List Subject: content listening Hi, Before diving into some code I would like some advice on content listening. Whats the best way

Re: Fw: How to connect DAV explorer to WebDAV server

2005-01-31 Thread Paul Hussein
You usually get this if you put the whole address including http:// in the text box try just putting 127.0.0.1:8080/slide Suresh Rao Ambarkar wrote: Hi, I downloaded DAV Explorer and installed. Now, I want to connect the DAV Explorer to Slide (WebDAV) server. As per the

Re: Opening MS Visio docs

2005-01-24 Thread Paul Hussein
Just a guess, but it may be due to the fact that Vision was a third party product. Office products have the libraries built-in to allow them to access webfolders, but other windows apps ( such as wordpad ) do not. Maybe MS have not changed the original visio source enough to incorporate the

Re: problem configuring simple example JAAS Authentication

2005-01-14 Thread Paul Hussein
not that big of a deal for your application). If you configure your Slide repository so that the authenticated principal has inherited read permissions to the root node everything should work fine (with auto-create-users turned on). -James On Tue, 2005-01-11 at 18:00 +0100, Paul Hussein wrote: I

possible bug or misconfiguration with auto-create-users?

2005-01-13 Thread Paul Hussein
I am trying to configure the development version of slide from cvs with tomcat 5 to use the auto-create-user option available in Domain.xml. I have changed Domain.xml as in wck Domain.xml to have auto-create-userstrue/auto-create-users

Re: problem configuring simple example JAAS Authentication

2005-01-11 Thread Paul Hussein
, if the original JAAS authentication did work for you this does not seem to be a Slide related problem. I have no idea what parts of the Sun tutorial you used or what you even want ot achieve. The information you provide does not give me a clue either. Oliver On Tue, 04 Jan 2005 15:11:49 +0100, Paul

Re: problem configuring simple example JAAS Authentication

2005-01-11 Thread Paul Hussein
-roleorg.apache.slide.structure.SubjectNode/auto-create-users-role to the configuration section of Domain.xml Oliver On Tue, 11 Jan 2005 11:25:49 +0100, Paul Hussein [EMAIL PROTECTED] wrote: The JAAS authentication for me is working happily. However, I wish to remove the custom authentication within the slide login module and replace

Re: problem configuring simple example JAAS Authentication

2005-01-11 Thread Paul Hussein
. Oliver On Tue, 11 Jan 2005 17:20:41 +0100, Paul Hussein [EMAIL PROTECTED] wrote: Thanks for the reply. The problem I am having is that from the resources I see available to give me information on how to write my own login module ( for which I am using http://forum.java.sun.com/thread.jspa

Re: lack of help with JAAS

2005-01-10 Thread Paul Hussein
developers ;) Oliver Zeigermann wrote: Of course I can only speak for myself here: I have done some work with JAAS, but have absolutely no idea what you are referring to. Do you think Slide developers have written JAAS? Oliver On Fri, 07 Jan 2005 14:36:25 +0100, Paul Hussein [EMAIL PROTECTED] wrote

lack of help with JAAS

2005-01-07 Thread Paul Hussein
I have posted twice on this form, and seen a couple of posts from other people about the JAAS stuff that is going without reply. The whole point I thought of writing the JAAS stuff is to enable people to easily use slide. However, if noone is willing to lend a hand when there are no

problem configuring simple example JAAS Authentication

2005-01-04 Thread Paul Hussein
I am having a slight problem configuring a simple JAAS authentication using slide 2.1rc1 ( tomcat binary ) and the example code from the JAAS tutorial http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html I have downloaded and build the example code from above

Help integrating slide into an existing tomcat JAAS

2004-12-20 Thread Paul Hussein
I am attempting to deploy jakarta slide into liferay, the tomcat version (www.liferay.com) so that I can write WebDAV portlets, and have SSO with liferay to an authenticated webdav server. I can get slide deployed ok into the liferay tomcat, and can add the custom JAAS profile installed

RE: Property Namespaces question

2004-06-23 Thread Paul Hussein
It matters when I want to somehow determine which is a custom property and which is not. In IIS the system ones are prefixed with a:, and in slide d:. Is there another way to determine what is a predefined system property, and a custom one? Cheers Paul. -Original Message- From:

RE: Property Namespaces question

2004-06-23 Thread Paul Hussein
Namespaces question Paul Hussein wrote: It matters when I want to somehow determine which is a custom property and which is not. In IIS the system ones are prefixed with a:, and in slide d:. Is there another way to determine what is a predefined system property, and a custom one

Property Namespaces question

2004-06-22 Thread Paul Hussein
Hi, Can someone do me the favour of answering this question. Why when I connect to a IIS WebDAV server when i call property.getName() on a property it is prefixed by 'a:' and for Slide it is prefixed by 'D:' when I explicitly enter my namespace when creating the property. Is there a standard

RE: Help adding users, access denied when logging in

2004-06-21 Thread Paul Hussein
of the next milestone drop, so this might help. Regards, Daniel Von: Paul Hussein [mailto:[EMAIL PROTECTED] Gesendet: Fr 18.06.2004 11:34 An: Slide Users Mailing List Betreff: RE: Help adding users, access denied when logging in I have followed these posts

RE: Slide bundle does not run under Windows 2003 Server

2004-06-18 Thread Paul Hussein
to change into the bin directory first and run catalina.bat there. Oliver Paul Hussein wrote: The slide prepackages binary : jakarta-slide-2.1M1-tomcat-5.0.19.zip gives this error when starting under 2003 Server C:\Program Files\jakarta-slide-2.1M1-tomcat-5.0.19bin\catalina.bat

RE: Help adding users, access denied when logging in

2004-06-18 Thread Paul Hussein
is set to http://jakarta.apache.org/slide. Look at some similar posting related to creating a new user... - Original Message - From: Paul Hussein [EMAIL PROTECTED] To: Slide Mailing List [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 9:17 AM Subject: Help adding users, access denied

Slide bundle does not run under Windows 2003 Server

2004-06-17 Thread Paul Hussein
The slide prepackages binary : jakarta-slide-2.1M1-tomcat-5.0.19.zip gives this error when starting under 2003 Server C:\Program Files\jakarta-slide-2.1M1-tomcat-5.0.19bin\catalina.bat run Using CATALINA_BASE: . Using CATALINA_HOME: . Using CATALINA_TMPDIR: .\temp Using JAVA_HOME:

Help adding users, access denied when logging in

2004-06-17 Thread Paul Hussein
I am using the tomcat 5.0 M1 Slide on an XP machine. I have followed as much as I can the instruction about adding a user in slide. 1. Create collection under /users with name of user 2. Add a field called password in properties of collection set to the password required. Then when I try to

RE: JFileChooser for WebDAV

2004-05-27 Thread Paul Hussein
Thanks for the reply Ingo, My intention was to include it into the Slide CVS tree when finished. However, I am finding it difficult to track errors as the classloading and callback mechanisms used in the JFIleBrowser mean its very difficult to track the origin of calls. How can I test the

JFileChooser for WebDAV

2004-05-26 Thread Paul Hussein
Hi, I am in the process of developing a FileSystemView for WebDAV using the Slide Client API. This will give the JFileChosser the ability to browse a WebDAV repository. Would anyone else be interested in this ? It would be nice to have a hand if anyone is interested in helping. Cheers

RE: Slide and XP drive mapping

2004-05-18 Thread Paul Hussein
XP without 3rd party software will only mount a non IIS WebDAV 'share' as a WebFolder. This is only accesible from Office products and products with built-in WebDAV client. Normal windows programs such as notepad, wordpad will not. However, if you use IIS 6, the WebDAV 'share' gets automatically

RE: Slide and XP drive mapping

2004-05-18 Thread Paul Hussein
than using 3rd party software, please tell us. Cheers Paul. -Original Message- From: Julian Reschke [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 9:38 AM To: Slide Users Mailing List Subject: Re: Slide and XP drive mapping Paul Hussein wrote: XP without 3rd party software