Re: Protected ACE

2001-12-20 Thread Dirk Verbeeck
Hi Hermann Inherited ACEs are protected but there is no support for other protected ACEs. The slide engine must be changed to support those. I first want to simplify the current implementation but if there is a real need we can think about it. What use do you have for protected ace, can you give

Re: Access Control Reports

2001-12-20 Thread Dirk Verbeeck
The report method will be implemented but for me it's not very high on my todo list. Dirk "Pill, Juergen" wrote: > > On behalf of Eckehard: (caught by a spam filter?) > > -Original Message- > From: Hermann, Eckehard > Sent: Thursd

Re: saving a doc to a webfolder unsuccessful

2001-12-20 Thread Dirk Verbeeck
I have tested your domain.xml file with WordXP and ExcellXP, I'm able to safe file in the /files folder and create new folders. Can you connect with the slide client and display the acl of your folder? Dirk John Regal wrote: > > Thanks Remy, > I have looked at the permissions in domain.xml

Re: Problem with examples and transactions

2001-12-20 Thread Dirk Verbeeck
Normally there should be an error message with the SQLException that caused the failure. What version are you using ? Can you give the line number in the example that causes the error? Dirk -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: FileContentStore and revision

2001-12-20 Thread Dirk Verbeeck
Hi Kevin The slide engine has versioning support but the WebDAV interface doesn't. That Delta V support is on our wish list but that wish hasn't been granted yet ;-) So there isn't a magic config option that you can enable. Dirk Kevin O'Neill wrote: > > Hey all, I'm wondering if someone could

Re: Access another webapp from webdav servlet

2002-01-06 Thread Dirk Verbeeck
Hi To use the tomcat webdav servlet you have to configure web.xml in the WEB-INF directory of that web application. Just add the and parts from the webdav/WEB-INF/web.xml to the example/WEB-INF/web.xml file. I have tested this with Tomcat/4.0.2-b1 and it works for me. If you have problems I c

Re: Using webdav servlet

2002-01-06 Thread Dirk Verbeeck
If you want to connect slide to your DMS repositry then you have to implement the Store interfaces. The are already some implementations available (JDBC, filesystem,memory,...) http://jakarta.apache.org/slide/architecture.html#Internal%20Architecture The interfaces you have to implement are in o

Re: default set isversioned

2002-01-06 Thread Dirk Verbeeck
Not implemented yet. Do you think it would be usefull ? You won't be able to get the old versions only the last one. (until there is some Delta-V support) Dirk Jacob Lund wrote: > > Hi all, > > is there a parameter that will enable or set the isversioned field in the > revisions table by de

Re: Help on persistent session and more

2002-01-06 Thread Dirk Verbeeck
Hi see comments inline... Hong ZHou wrote: > > Hi, Dear ALL: > > I believe some of you there must know the answers, that is why I am asking. Please >share your knowledge. > > I am using Tomcat4.0 and Slide1.0.9, I have not been able to solve the following >three problems by using the Apach

Re: Slide, JMX and JBoss

2002-01-06 Thread Dirk Verbeeck
How did you map the servlet? Do you have this in your web.xml file ? webdav /content/* Try first without the cocoon mapping. Can't help you with JBoss but let us know when everything works together. Dirk Kevin O'Neill wrote: > > I'm attempting to deploy slide inside of JBoss

Re: IRC

2002-01-06 Thread Dirk Verbeeck
I'm also in a different timezone (GMT+1) but it's a nice server with a lot of tech channels. To all slide IRC users: Post your questions (and answers) also to the slide-user list so that we have an archive. The xml.apache.org Axis group does the same and it's interesting reading material. As al

Re: J2EEDescriptorsStore - SUCCESS!

2002-01-11 Thread Dirk Verbeeck
Howto updated to use hsqldb as an example and with only one DataSource pool for the 2 stores. If you still have your debugging code then you maybe can make a patch to include it in the distribution. We should not get null exceptions but understandable error messages. Thanks Dirk Jason Harrop w

Re: Blank file

2002-01-11 Thread Dirk Verbeeck
If you can still connect from another computer then the server is still working. I bet on a client problem is the cause. Dirk John Regal wrote: > > Hi all, > > I have been using Slide for a few weeks now with little problem. However, > today, one of my users opened a spreadsheet via Slide an

Re: Deploying Slide 1.0.16 on HP Application Server 8.0

2002-01-13 Thread Dirk Verbeeck
Looking at the first line it seems that HP AS tries to translate something and doesn't have a string for it (com.hp.mw.common.lang.LocalizedIllegalArgumentException). Probably a webdav response code like 207 that isn't know by your app server. Are you using log4j to log? Try using it first and s

Re: Client problem with PutMethod on WebLogic 5.10

2002-01-13 Thread Dirk Verbeeck
Any message on server side ? First item to check, does WebLogic support "Transfer-Encoding: chunked" ? Dirk Frederic Kam-Thong wrote: > > Hi, > > I'm having problems getting the PUT method to work when accessing a slide > server running in WebLogic 5.10. > Any idea why? > > Here's the outp

Re: XMLDB

2002-01-13 Thread Dirk Verbeeck
Didn't see any message on the list so I don't think it already exists. It will be a nice project! Are you going to map the XML tree onto a folder tree or keep the documents as is? Dirk Michele Vivoda wrote: > > Hi, > > I was wondering if you plan support for xml databases through the XMLDB

Re: Status-code 102

2002-01-13 Thread Dirk Verbeeck
The slide server doesn't send it. On the client, it is defined but there is no specific code to process this status. You will have to write a test case for it and maybe write some kind of callback to notify your client app. Dirk Ram Kurapati wrote: > > RFC 2518 says about Process status. > S

Re: Admin Authentication Failure (newbie)

2002-01-13 Thread Dirk Verbeeck
I assume you use the binary distribution. The slide admin site is configured to use the slide users and not tomcat-users.xml This is done by this line in server.xml. So you have to login using a slide user and these are normally defined in domain.xml but in this case look for it in: E:\jak

Re: running examples application- problem

2002-01-13 Thread Dirk Verbeeck
It as always a matter of having everything in your classpath. The delivered scripts are very basic and don't warn you when you run something from a wrong directory or something cannot be found. For the binary distribution 1.0.16 the client: directory: E:\jakarta-slide-1.0.16\client comman

Re: Logging Into Slide from Client?

2002-01-13 Thread Dirk Verbeeck
answers inside... Jakob Jenkov wrote: > > Hi There!! > > Enthusiastically I read about Slide, downloaded, installed and got it > running. Not a big deal when you've played a little around with Tomcat > before. Then I connected and started looking around. And now I'm wondering, > how do I use Sl

Re: Read-ACL

2002-01-20 Thread Dirk Verbeeck
I think you are right but the place to look at is enumeratePermissions. PropFindMethod:1298 Enumeration aclList = security.enumeratePermissions(slideToken, current); I know there are some methods there without security checks but I thought they were only used internally. If you want add a check

Re: can connect to but not use MySQL collections...

2002-01-20 Thread Dirk Verbeeck
Have another look at your log file isn't there another error before this one? Post the you are using, MySQL and Slide version. Dirk Chris Stephens wrote: > > Hi folks, > > Just setting up Slide (and looking forward immensely to getting it > working - this looks like a fabulously useful thing

Re: Authentication issues:

2002-01-20 Thread Dirk Verbeeck
You must use the Security class to get the roles. The password is a normal property on the user object. Look at wrappers.catalina.SlideRealm for an example. Dirk "Yu, Hong (Frank)" wrote: > > In Slide architecture, it just depends on App Server(servlet engine)'s > authentication functionali

Re: slide 1.0.16

2002-01-20 Thread Dirk Verbeeck
The latest version has a fix for the CR and for the path in run.sh. There a 2 ways of installing Slide. You can deploy slide.war onto any servlet engine or you can integrate Slide with tomcat 4 like it is done in the binary distribution. The slide.war method uses a Domain.xml file, look at this

Re: enumeratePermissions in SecutiryStore

2002-01-20 Thread Dirk Verbeeck
The goal is to have the security algorithm inside SecurityHelper and not inside each store, that way the security is consistent for all stores. Maybe implement some caching of the permissions (it might already be cached inside slide). Dirk Sunny P wrote: > > Hello > > I was looking at imple

Re: second query

2002-01-20 Thread Dirk Verbeeck
You are changing the admin appl ? Let tomcat unpack the slide-admin.war and/or modify the war file. Just place your jsp file next to the default jsp files. Dirk Anshul Shrivastava wrote: > > hi, > now the problem i am facing is that if i had to run a jsp using this > server in which folder

Re: getMethodData() behavior

2002-01-20 Thread Dirk Verbeeck
You are correct in the analysis you posted in Commons mailing list. GetMethod streams everything to disk or memory in parseResponse. PostMethod.sendData(InputStream is) creates a memory buffer. PostMethod also has sendData(URL url) and this is probably the solution for your problem. destinationR

Re: Authorization problem

2002-01-21 Thread Dirk Verbeeck
You probably want to open a connection to http://localhost:8080/slide/files/ but first enable write access to guest by changing domain.xml: See also the mail "Logging Into Slide from client", 13 Jan I should make a FAQ item of this :-) Dirk A SG wrote: > > Hi guys, >

Re: userpath in ACL (original posting in Slide User)

2002-01-24 Thread Dirk Verbeeck
Hi Protecting the server configuration is needed, a misconfigured domain.xml can do a lot of damage. The more flexible configuration is one of the features of slide. http://jakarta.apache.org/slide/namespace.html I never used it myself and it is quite possible that there are problems with it. I

Re: FW: problem

2002-01-31 Thread Dirk Verbeeck
Can you send me an example / test case? Include tomcat logging + tomcat configuration version numbers of all components,... Dirk Anshul Shrivastava wrote: > > -Original Message- > From: Anshul Shrivastava > Sent: Thursday, January 31, 2002 2:36 PM > To: Slide Users List > Cc: [EMAIL PR

Re: Just started

2002-02-03 Thread Dirk Verbeeck
Slide uses HttpClient version 1.x. Actually it was devellopped over here and moved over to commons 7 months ago. During this move the API was changed and isn't usable anymore with slide. Use the version in Slide CVS to have a compatible version. You can use the HttpClient directly to execute a me

Re: Name Reset in ContentImpl.create()?

2002-02-03 Thread Dirk Verbeeck
Sounds like a good idea, try it and submit a patch if it works. Dirk Kevin Moran wrote: > > Hi, > I apologize if this observation has been made > before or if I'm wrong about this. But it looks like > the name I'm specifying for my NodeRevisionDescriptor > is being reset in Content.create(

Re: Implementing/ Starting Store

2002-02-09 Thread Dirk Verbeeck
The store is configured in Domain.xml (or /server/conf/slide/slide.def in the integrated distribution) The store is started when the servlet starts, you don't have to do anything. Currently there tables are created automatically if you use hsql or cloudscape, if you use another database you wil

Re: Help reqd : Command Line Client

2002-02-18 Thread Dirk Verbeeck
Hi The best place to ask these questions is in the slide user mailing list. http://jakarta.apache.org/site/mail.html The first problem is probably a client problem, the server responds with an error but the client doesn't report it. Why it fails and why your second test fails, I cannot say. Can

Re: help needed

2002-02-18 Thread Dirk Verbeeck
Hi The best place to ask these questions is in the slide user mailing list. http://jakarta.apache.org/site/mail.html If you can do it using the command line then it is a problem in the JSP. Try to create a small test case and run it with debug enabled. Be carefull to always use a full path, ex /

Re: Internal Server Error (500)

2002-02-18 Thread Dirk Verbeeck
Hi Bita, I think something is wrong with the environment variable that defines the temp directory that is being used by java. It is pointing to a directory that doesn't exist. slidestore.reference.JDBCContentStore - ERROR - java.io.IOException: No such file or directory during the calculation of

RE: My Network Places

2001-06-06 Thread dirk . verbeeck
Depends on the version of windows and/or the version of Internet explorer. On my machine NT4 SP6 with IE5 it is called "Web Folders" under "My Computer". There is a wizard in there "Add Web Folder" to add a folder... duh... First fill in the location http://localhost:8080/slide/files and on the

RE: Client-PropFind

2001-07-17 Thread dirk . verbeeck
Title: oracle database for storage Hi Rama   If you want to display the client-server communication from the client, you can turn on debug output: -d command line option or "set debug on" from the command line.   The version that you are using doesn't display the XML responses (it was add

RE: Using prop find for properties whose namespace is not DAV

2001-07-18 Thread dirk . verbeeck
> I'm wondering if there is an easy way to query for properties > that don't have DAV as their namespace. In looking at the source for > PropFindMethod I notice that in the generateQuery function, DAV is hardcoded in as the > namespace. I would like to query objects for properties > whose nam

RE: Using prop find for properties whose namespace is not DAV

2001-07-19 Thread dirk . verbeeck
> The only real difference is that in the BY_NAME case, a call to > propertyIndex.lastIndexOf(":") finds the last occurrence of ":" in the > property name. I use lastIndexOf because some of the properties I am > interested in querying, from Microsoft Exchange, have a > prefix of the form: > >

RE: Where can I find the commons.httpclient Source?

2001-07-20 Thread dirk . verbeeck
> Can anyone point me to the source for the commons.httpclient > package? The link I got from the jakarta website: > > http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons/httpclient/ > > is broken. Where is that link? The correct one is: http://cvs.apache.org/viewcvs/jakarta-commons/h

RE: Where can I find the commons.httpclient Source?

2001-07-20 Thread dirk . verbeeck
> http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons/httpclient/ > > > > is broken. > > Where is that link? Found it already, the commons homepage has broken links. The CVS Repositories link is correct.

Re: getUserInfo of a WebdavResource

2001-07-24 Thread Dirk Verbeeck
Tina Yang wrote: > Hi, > > I'm trying to get user information of a WebdavResource. Since there is > almost no documentation about this, I tried the following: > > webdavResource = new WebdavResource("http://www.anurl.com/aresource";); > httpURL = webdavResource.getHttpURL(); > System.out.println(

Re: JDBCContentStore -error (org.apache.webdav.lib.methods.PutMethod)

2001-07-26 Thread Dirk Verbeeck
> It's the error likely caused by using "/" (as per Unix) in the temp file > path on Win32 rather then "\". > Weird, because Remy fixed it a month or more ago. Indeed, fixed on 26/6/2001 and is released in Slide 1.0.11 Dirk

Re: How can i do Web Service!

2001-07-30 Thread Dirk Verbeeck
°­´ëÁß wrote: > If authorization setting is done in tomcat-users.xml > then webservice is without loginbox? > thanks To enable authentication you also have to uncomment the security-constraint and login-config settings in web.xml. Dirk

Re: Versioning client and JDBCDescriptorStore

2001-08-06 Thread Dirk Verbeeck
Jacob Lund wrote: > Hi all! > I have two question: > 1: Does any of you know of a good management application to the versioning > part of slide (Delta-v)for testing purposes? The Delta-V part of slide isn't ready yet, the slide engine and the interfaces to the backend are (mostly) ready but not

Re: org.apache.commons.httpclient source code?

2001-08-06 Thread Dirk Verbeeck
Vijaya Kumar wrote: > Hi Remy, > Can u tell me the place where you kept the source code for > "org.apache.commons.httpclient" package. It should be on the Commons site (http://jakarta.apache.org/commons/index.html) but that site is down. You can browse the cvs here: http://cvs.apache.org/viewcvs

Re: Documentation

2001-08-06 Thread Dirk Verbeeck
Vijaya Kumar wrote: > Hi,Where can I get the source code / doc for the > "org.apache.commons.httpclient" package. these are bundled with the > commons-httpclinet.jar. Is there source available for that or not. Plz > advice.Thanx I have send you a cvs snapshot. Dirk

Re: Compiling nightly releases

2001-08-06 Thread Dirk Verbeeck
Your problem might be that ant already includes a parser (an old one). rename/remove parser.jar in your ant lib directory. The easiest way to get all the correct jar files is to download a binary release and use the ones in there (this is the minimal set for the server) crimson.jar jaxp.jar jdom.

Re: Connection to ms sql 7.0

2001-08-09 Thread Dirk Verbeeck
> I am trying to use my MS SQL 7.0 and I get the following message: > 09 Aug 2001 11:41:22 - slidestore.reference.JDBCContentStore - INFO - > Connecting to "jdbc:odbc:store" as user "AgLogin" > 09 Aug 2001 11:41:22 - WARNING - Service > slidestore.reference.JDBCDescriptorsStore@22cdb6 access error

Re: Send Request...

2001-08-09 Thread Dirk Verbeeck
Vijaya Kumar wrote: > How many line breaks does we need to send along with the request 1. > Before the first request header2. For each after that. ( 1 )3. Between > Header and Message body4. After body ( in absence of body ... after > headers) Thanx Normally the HttpClient does all that and you

Re: Connection to ms sql 7.0

2001-08-09 Thread Dirk Verbeeck
Jacob Lund wrote: > Hi Dirk! > > My Database is empty - I have checked all tables. > > I still have some problems with the compilation. I am missing some > javax.servlet.* classes. > > Jacob In the binary release: jakarta-slide\server\common\lib\servlet.jar I will also send you a compiled slide

Re: Connection to ms sql 7.0

2001-08-09 Thread Dirk Verbeeck
Jacob Lund wrote: > No something is happening. Now I get a new message: > > 09 Aug 2001 17:15:16 - INFO - Initializing Store > jdbc(org.apache.slide.store.Sta > ndardStore) > 09 Aug 2001 17:15:16 - slidestore.reference.JDBCDescriptorsStore - INFO > - Loadin > g and registering driver: sun.jdbc.od

Re: Webdav Servlet programming.

2001-08-09 Thread Dirk Verbeeck
Bita Shadgar wrote: > Hi, > > I am wondering if anybody sends or references me a simple sample of > webdav servlet which is included the propfind and proppatch methods. I > know this program must extends WebdavServlet and inside the method > function the service > method has to be called. somth

Re: Webdav Servlet programming.

2001-08-09 Thread Dirk Verbeeck
> Thanks Dirk, I can access to Http://localhost:8080/slide/ which is > Directory listing for/ page. Now what I should do to run webdav > servlets. > I am able to see my http servlets like HelloWorld by: > http://localhost:8080/servlet/HelloWorld > however, when I try to see > http://localhost:808

Re: Connection to ms sql 7.0

2001-08-10 Thread Dirk Verbeeck
Jacob Lund wrote: > Hi Dirk > I really appreciate your help! And some people dare say that you don't get support on Open-Source software :-) > Here is the complete stacktrace: This is the line I was looking for: > slidestore.reference.JDBCDescriptorsStore.enumeratePermissions(JDBCDe > scripto

Re: Webdav servlet programming

2001-08-13 Thread Dirk Verbeeck
Bita Shadgar wrote: > > Here is how you have to extend the WebdavServlet: > > 1) compile the attached SimpleServlet > > 2) copy it here: webapps\slide\WEB-INF\classes\SimpleServlet.class > > 3) modify: webapps\slide\WEB-INF\web.xml > > change: > > org.apache.slide.webdav.WebdavServlet > > > > >

Re: Connection to ms sql 7.0

2001-08-13 Thread Dirk Verbeeck
Jacob Lund wrote: > Hi, > > When I start the server it does create some information in the database > - I have tried to delete everything in the database but the result is > the same. Can you clean out the database again and do a new test ? use the new slidestores.jar that I will send you and pu

Re: IllegalArgumentException

2001-08-13 Thread Dirk Verbeeck
"Kumar, Ashok" wrote: > Hi Sliders > > Trying to run the Slide thru the Tomcat giving problems. As given in the > http://jakarta.apache.org/slide/howto-tomcat.html > last section tried to activate wrappers.catalina.SlideRealm by having > the following entry in the conf/server.xml of tomcat > . Ge

Re: Connection to ms sql 7.0

2001-08-13 Thread Dirk Verbeeck
Hi Jacob, Jacob Lund wrote: > Hi Dirk! > When I set debug level to more than 2 I get a lot of blank lines. In > fact I get so many empty spaces that I cannot se what output the > catalina server has created since my console only has so many lines in > the buffer. Is there someway that I can out

Re: Creating dynamic web folder

2001-08-13 Thread Dirk Verbeeck
Stéphane De Jonghe wrote: > Hi everybody, > > I 'm currently testing slide 1.0.12 and using it with the > FileContentStore set on. If you want to use the FileContentStore to store permanent data set resetBeforeStarting=false and use a JDBC store to store the structure. > I would like to know if

Re: Connection to ms sql 7.0

2001-08-13 Thread Dirk Verbeeck
Jacob Lund wrote: > Hi Dirk! > > Log4j returns following: > > log4j:ERROR No appenders could be found for category > (org.apache.slide.util.logger). > log4j:ERROR Please initialize the log4j system properly. try setting this environment variable CATALINA_OPTS="-Dlog4j.configuration=log4j.propert

Re: Initials

2001-08-13 Thread Dirk Verbeeck
"Kumar, Ashok" wrote: > Hi All > > I downloaded and Build the slide.war file and deployed it in the > Tomcat4.0 b7. > When I used the slide client I am able to retrieve the docs with Get > statement. > PUT statement is not working. So I set the security-constraint. > Now all the OPTIONS (GET PUT

Re: Webdav programming

2001-08-13 Thread Dirk Verbeeck
Bita Shadgar wrote: > Dirk Verbeeck wrote: > >> Bita Shadgar wrote: >> >> > I had installed slide 1.0.11 before and I could create mkcol, >> proppatch >> > and propget by using the run.sh in client/bin directory and also >> make >> > them

Re: Connection to ms sql 7.0

2001-08-14 Thread Dirk Verbeeck
Hi Jacob > 14 Aug 2001 10:19:37 - INFO - Loading object /users/groupA > 14 Aug 2001 10:19:37 - slidestore.reference.JDBCDescriptorsStore - DEBUG - > retrieveObject(/users/groupA) > 14 Aug 2001 10:19:37 - slidestore.reference.JDBCDescriptorsStore - DEBUG - > did not find object /users/groupA > 14

Re: Connection to ms sql 7.0

2001-08-14 Thread Dirk Verbeeck
Jacob Lund wrote: > Hi Dirk! > > Objects is the same: > uri classname > / > /tempaction > > Do you need the contents of the fields? > > I am using the sun jdbc/odbc driver - could that be a problem. I am > developin

Re: hacking around

2001-08-14 Thread Dirk Verbeeck
Davide Rossi wrote: > Believe it or not: getting the handle to slide is quite complex... > > I have to create a XML tree for a collection so that under a root node all > the properties of the resources in the collection are collected. Do you want to retrieve that XML using a http get on the coll

Re: Webdav Propfind and JDBCDescriptorsStore

2001-08-14 Thread Dirk Verbeeck
ultiple requests at the same time (click very fast on different folders) ? On a multiprocessor machine ? Can you simulate the lockup with the slide client ? Dirk === Revision : 1.4 Date : 2001/5/8 22:28:46 Author : 'remm' State : 'Exp' Lines : +5 -5 Description : - The permissions were not correctly removed in both the JDBC store and in the extremely experimental file store. Patch submitted by Dirk Verbeeck

Re: Webdav programming

2001-08-14 Thread Dirk Verbeeck
"Kumar, Ashok" wrote: > Hi Dirk > > I tried out as U said. But seems there are some version mismatches. > I took the lates CVS source and build the slide.war and deployed in > tomcat4.0 b7 > Then Tried to connect using the Slide webdavclient(invoked using > therun.bat) > > When i tried using the

Re: Connection to ms sql 7.0

2001-08-15 Thread Dirk Verbeeck
Jacob Lund wrote: > Hi Dirk! > > I downloaded the jdbc driver for ms sql from Merant and it worked. It > create a lot of stuff in the database and it is a lot faster. This is > beautiful. > > Thank you very much - sorry that I did not try another driver before! > > I have one more question: Does

Re: Domain.xml and Webdav programming

2001-08-15 Thread Dirk Verbeeck
Bita Shadgar wrote: > Hi , > > First of all, I should appreciate for new documents in the FAQ, which > are very helpful. > > Indeed, I would like to know about subject="~" and subject="nobody" in > Domain.xml. > What are they and what they mean. "~" means "self" like in the rule you may cha

Re: org.apache.webdav.lib package

2001-08-15 Thread Dirk Verbeeck
Bita Shadgar wrote: > Hi, > > Unfortunately I can't find WebdavResource and ResponseEntity classes > in: > >http://www.aoindustries.com/docs/jakarta-slide-1.0m4/slide/client/doc/javadoc/index.html > > Do you know a new address included these classes. > Any help will be appreciated. > > Bita. Th

Re: Slide.java

2001-08-15 Thread Dirk Verbeeck
Bita Shadgar wrote: > Hi, > if you have a look at the source code of Slide.java , you can find > the 'deny ' command is implemented, however I don't know why this > command is refused > when I type: > > [LOCALHOST] /slide/users/ $ deny write on /slide/users to user > > Invalid Command. > > I ha

put command locks slide client (was: Re: Domain.xml and Webdav programming)

2001-08-15 Thread Dirk Verbeeck
gh the web and by file system. What's > wrong? I don't have such these problem with other commands like mkcol, > propfind, proppatch, acl, options,lock,... > Dirk Verbeeck wrote: > >> Version of slide ? >> Try "set debug on" and do the command, send me

Re: Slide.java

2001-08-15 Thread Dirk Verbeeck
Bita Shadgar wrote: > Dirk Verbeeck wrote: > > > > > You are using an old version, I committed the deny command a few weeks > > after the "grant" command) > > Use client version 1.0.12 > > Also the "locks" command isn't in a release

Re: put command locks slide client (was: Re: Domain.xml and Webdav programming)

2001-08-15 Thread Dirk Verbeeck
Bita Shadgar wrote: > Sorry I foget to attach Domain.xml. > > Bita. The is a extra --> behind the jdbc configuration, don't you get erors on that? You are using now oracle as a database can you test if you also get the error with hsqldb ? Just elimenating possible causes... Dirk

Re: Slide.java

2001-08-15 Thread Dirk Verbeeck
Bita Shadgar wrote: > Dirk Verbeeck wrote: > > > Bita Shadgar wrote: > > > > > Dirk Verbeeck wrote: > > > > > > > > > > > You are using an old version, I committed the deny command a few weeks > > > > after the "grant

Re: Webdav programming

2001-08-15 Thread Dirk Verbeeck
"Kumar, Ashok" wrote: > Hi Dirk > Thanks for the info. Now I find the the problem is really at the root > I made the build of the latest cvs release of slide and deployed the > slide.war > to tomcat4.b7 webapps folder and restarted the tomcat. If I check the > tomcat log > What is wrong with the

Re: WebdavResource upload wierdness

2001-08-15 Thread Dirk Verbeeck
Dan Diephouse wrote: > I'm sure this is really stupid of me, but I having some problems > with the webdav client lib and I am at the end of my rope in trying to > explain it! Also, if I should be posting to the http-commons list, let > me know... Anyway, here is the flow of things: > > 1)

Re: Questions about packaging jars for webdav-client-dist target in build.xml file

2001-08-16 Thread Dirk Verbeeck
Raj Kumar wrote: > hi dirk, >The package org.apache.slide.search goes into the slide.jar file when we > do the build. >But the classes of the package org.apache.slide.search like SearchQuery > are used on the client side as well >to generate the search string in xml format. Does this

Re: Slide Caching issue

2001-08-16 Thread Dirk Verbeeck
Matthew Stone wrote: > I've hit a snag using Slide Structure/Content store. Actually it's more > like 2 snags but I think they're related. > > Here's scenario 1: > 1 - Open a web folder > 2 - Create a folder/directory and add some files. > 3 - Now using a Web App and calling retrieve in the stru

Re: limits on filesize?

2001-08-16 Thread Dirk Verbeeck
Jacob Lund wrote: > Are there any limits on the size of files uploaded to the slide server? > > I get a "java.lang.OutOfMemoryError <>" when I > upload files bigger than 11 mb using Microsoft Windows explorer as a > webdav client. > > /Jacob Probably another JDBC driver issue. Using the FileCon

Re: Propfind command exits slide client & questions about slide with Tomcat/4.0-b7-dev.

2001-08-16 Thread Dirk Verbeeck
Bita Shadgar wrote: > > Hi , > > Because I had problem with put command, I have changed my slide and > also it's container. > Now I am using Slide1.0.12 with Apache Tomcat/4.0-b7-dev. > > I've got a problem with propfind, it exits program: > > [LAMA.CS.BRIS.AC.UK] /files/ $ mkcol test > Making '/

Re: Slide 1.0.12 and Oracle 8

2001-08-18 Thread Dirk Verbeeck
Bita Shadgar wrote: > Hi, > I am trying to use of oracle 8 as content store for slide. However I > don't know why it gives me such this error: > 17 Aug 2001 13:03:10 - slidestore.reference.JDBCDescriptorsStore - > INFO - Loading and registering driver: oracle.jdbc.driver.OracleDriver > 17 Aug 200

Re: Various jdbc drivers for ms sql

2001-08-18 Thread Dirk Verbeeck
Jacob Lund wrote: > Hi all! > > I need some feedback. I am using ms sql server 7 on a windows 2k pro. I > am running slide on a tomcat 4.0 b7. > > I have tried different jdbc drivers: > > I-net driver: When files are uploaded from a client the it is streamed > directly to the database. This is go

RE: resource locking

2001-08-22 Thread dirk . verbeeck
> -Original Message- > From: Carsten Eckelmann [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 22, 2001 11:46 AM > To: [EMAIL PROTECTED] > Subject: resource locking > > > Hi, > > I want to lock a WebDav resource and later unlock it. First I call > > webdavResource.lockMethod()

Re: Exception in Slide 1.0.12

2001-08-23 Thread Dirk Verbeeck
Yes, you need a newer parser, in the war file we have a newer parser (crimson.jar + jaxp.jar) but tomcat 3 uses the one from its lib directory (the first one). You can copy crimson.jar + jaxp.jar to tomcat/lib and remove parser.jar. Or use xerces like Colin suggested. I'll put a test in WevdavSe

Re: Exception in Slide 1.0.12

2001-08-24 Thread Dirk Verbeeck
Raj Kumar wrote: > hi, >I found the following piece of code in the class XMLUnmarshaller. > > NodeRevisionDescriptors revisionDescriptors = null; > try { > accessToken.getContentHelper().retrieve(token, uri); > } catch (ObjectLockedException e) { >

Re: ETag

2001-08-25 Thread Dirk Verbeeck
The ETag header is a HTTP header whereby a HTTP server can indicate the identify of a given entity variant or version. This identity can then be used to validate if it still is current, or in case of Vary to find which one of a known list of variants are valid for the current user/request. (http:

Re: cloudscape and slide

2001-08-27 Thread Dirk Verbeeck
Jacob Lund wrote: > Hi again! > > I got the cloudscape database working with slide. Cloudscape is a pure java > database for Informix. It is possible to get this database running on the > same JVM as the tomcat/slide server - this results in a very nice > performance using a small amount of hardw

Proppatch and namespaces (was RE: Inheritance on properties)

2001-08-27 Thread Dirk Verbeeck
Raj Kumar wrote: > hi , > Is there a way by which I can add custom properties whose namespace is not > "DAV:" to a resource using the proppatch method of the WebdavResource class > on the client side. > thanks, > rajkumar Just committed support for PropertyName with proppatch method.

Re: Inheritance on properties

2001-08-27 Thread Dirk Verbeeck
Bita Shadgar wrote: > Hi, > > Is there any possibility in slide to inheritance the property. In fact, > I have got a lots of files which they have the same properties, I am > thinking about inheritance of properties rather than saving all these > properties in the slide store which will be a mass

RE: Compilation error

2001-08-28 Thread dirk . verbeeck
> -Original Message- > From: Raj Kumar [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 12:31 AM > To: [EMAIL PROTECTED] > Subject: Compilation error > > > > hi, > I am getting the following error when compiling slide. > Can any body suggest a fix for this. > > Compilin

RE: Problem locating Domain.xml file

2001-08-28 Thread dirk . verbeeck
> -Original Message- > From: Raj Kumar [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 2:32 AM > To: [EMAIL PROTECTED] > Subject: Problem locating Domain.xml file > > > hi, > I recently updated my source files with the latest files > from the cvs.Now > when i run the web a

RE: PROPATCH

2001-08-28 Thread dirk . verbeeck
  Just a typo, it should be PROPPATCH not PROPATCH     Dirk   -Original Message-From: Vijaya Kumar [mailto:[EMAIL PROTECTED]]Sent: Tuesday, August 28, 2001 9:17 AMTo: [EMAIL PROTECTED]Subject: PROPATCH Hi,     I have one general doubt about PROPPACTCH.

Re: JDBCContentStore error

2001-08-31 Thread Dirk Verbeeck
Ram Kurapati wrote: > Hi, > > Uploading big files have no problem with FileContentStore. But it fails > with JDBCContentStore for files sizes above 5kb. Did i missed any bug > fixes. I am using Slide 1.0.10. > > Thanks, > > Rama What kind of database are you using? Dirk

Re: Connection in JDBCContentStore?

2001-08-31 Thread Dirk Verbeeck
Kiyoko Takanabe wrote: > Hi, Remy. > > Sorry, my question is poor explanation. > I get potentially the wrong idea. > I'd like to check again for your unswer. > > my questions are following: > > 1) If there are access of the one client to slidestore, > create a JDBCContentStore instance resp

Re: What should i use mysql table type to do transactions?

2001-08-31 Thread Dirk Verbeeck
Kiyoko Takanabe wrote: > Hello All, > > We tryied to use mysql v3.23+ via JDBC. > I have some question. > > Prior to version 3.23, MySQL had no support for transactions, so Slide's standard >JDBC store cannot populate the namespace properly. > > Slide use mysql Table type 'myisam' by default, >

Re: PROPATCH

2001-08-31 Thread Dirk Verbeeck
I have looked at your sample program and did some small modification to make it behave just like it is specified in the http RFC. - finish each header line with \r\n and an empty line between header and body. - remove spaces from xml (not really needed but is nicer for xml parser) I have run the

Re: Accessing domain in a servlet from the SlideRealm

2001-09-04 Thread Dirk Verbeeck
Stéphane De Jonghe wrote: > Hi Sliders, > > I would like to know how to access the domain object in a servlet (for a > directory browsing) when I initialize it directly from Tomcat using the > slidewrapper and configuring the server.xml file to use SlideRealm > instead of TomCat Realm > I 'm usin

  1   2   >