oracle db_schema??

2004-06-07 Thread Slide Tao
hi, I want to use slide with oracle, but there is no db schema for oracle, who could provide the schema for me? thank you very much. bset luck _ Tired of spam? Get advanced junk mail protection with MSN 8.

large file upload problem,plx help!

2004-06-07 Thread
hi,friends I use webdave client api to upload files. When I upload a small file, there is no problem, but if I upload a file larger than 30M, I meet the following problem? I use TxFileStore to store the file. Do somebody could help me.thanks a lot.15:29:19,650 INFO [STDOUT] Thread-10, 07--2004

Re: oracle db_schema??

2004-06-07 Thread Davide Savazzi
On Monday 07 June 2004 09:50, Slide Tao wrote: I want to use slide with oracle, but there is no db schema for oracle, who could provide the schema for me? thank you very much. In 2.1M1 sources there is a Oracle schema and a Oracle adapter

Re: Who's using Slide

2004-06-07 Thread Jean-Baptiste Lièvremont
Hi, Here planning: deployment as content and version manager for a major actor in the french DoD Antti Koivunen wrote: Hi there, We're considering of using Slide as the document repository for an extranet solution. Our client is pretty comfortable with the idea, but since Slide is not yet

How to create nested properties

2004-06-07 Thread Lanto Randriamiharisoa
I want to add a new nested property for a new file created on WebDav, like the properties supportedlock or resourcetype on files or collections. The problem is that the method WebdavResource.proppatchMethod() doesn't offer this possibility : the Hashtable needed by this method must have a

Re: Who's using Slide

2004-06-07 Thread Erik Hatcher
You folks should set up a wiki, and have a page similar to this: http://wiki.apache.org/jakarta-lucene/PoweredBy On Jun 7, 2004, at 4:11 AM, Jean-Baptiste Lièvremont wrote: Hi, Here planning: deployment as content and version manager for a major actor in the french DoD Antti Koivunen

Re: How to create nested properties

2004-06-07 Thread Jacob Lund
What you are referring to is not nested properties but xml elements placed in the string value of a property. The WebDAV protocol does not support nested properties directly. /jacob - Original Message - From: Lanto Randriamiharisoa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

Re: How to create nested properties

2004-06-07 Thread Julian Reschke
Jacob Lund wrote: What you are referring to is not nested properties but xml elements placed in the string value of a property. The WebDAV protocol does not support nested properties directly. /jacob What would be the definition of nested property? Best regards, Julian -- green/bytes GmbH --

Is there any way to open document in edit mode using IE

2004-06-07 Thread Solanki Mihir
Hi, I have setup slide context in my tomcat. I have also setup the Network place for it. Now through network place when I am opening say any word document (assume that the document exist under files folder of slide) it is opening in edit mode in MS Word. I can edit the contents of

Re: Is there any way to open document in edit mode using IE

2004-06-07 Thread Luke Noel-Storr
The following JavaScript should do the trick: script language=javascript function OpenDoc(strLocation) { try { var objWord = new ActiveXObject(Word.Application); objWord.Visible = true; } catch (e) { // unable to create an instance of Word alert(Unable to open Word - check your security settings);

Re: How to create nested properties

2004-06-07 Thread Ingo Brunberg
Properties are Strings. Just construct the complex type within your application. Ingo I want to add a new nested property for a new file created on WebDav, like the properties supportedlock or resourcetype on files or collections. The problem is that the method

Re: How to create nested properties

2004-06-07 Thread Jacob Lund
I assume that it meant properties inside properties and the ability to change them separately using proppatch. /jacob - Original Message - From: Julian Reschke [EMAIL PROTECTED] To: Slide Users Mailing List [EMAIL PROTECTED] Sent: Monday, June 07, 2004 1:20 PM Subject: Re: How to create

Re: How to create nested properties

2004-06-07 Thread Lanto Randriamiharisoa
My first goal is to create only properties inside properties. For the ability to change them separately, it's not necessary -- Lanto Jacob Lund wrote: I assume that it meant properties inside properties and the ability to change them separately using proppatch. /jacob - Original Message

Re: How to create nested properties

2004-06-07 Thread Julian Reschke
Lanto Randriamiharisoa wrote: My first goal is to create only properties inside properties. For the ability to change them separately, it's not necessary There is no such thing as properties inside properties. What you're referring to are properties that have structured content. Best regards,

JDBCRealm problem

2004-06-07 Thread Lea
Hi, I'm trying to use JDBCRealm and MySQL to authenticate user in tomcat 4.1. I followed the steps described on http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm- howto.html#JDBCRealm: I added a user table and a user_roles table in my database (ABCDatabase); I made all necessary columns

RE: Is there any way to open document in edit mode using IE

2004-06-07 Thread Fallin, Jonathan A.
Mihir, The answer is No as far as I can tell. I will bet you are using Office 2000 SR1 or greater, and if you are then you are out of luck. This post from Microsoft's site details their decision to discontinue support of the feature you (and I) both want. Not sure why but note the This

Slide testsuite in CVS HEAD

2004-06-07 Thread Warwick Burrows
Hi guys, For those who worked on the M1 release recently, did you also run the testsuite in the CVS HEAD against it? I've pulled down and built the Slide M1 source, have deployed it to Tomcat 4.1.30 and when running the testsuite I am getting a lot of failures. For example, with the

Re: Slide testsuite in CVS HEAD

2004-06-07 Thread Oliver Zeigermann
Last time I had it run was just before the 2.0 release which was in early Mai. I will have a look at what may be wrong ASAP. Oliver Warwick Burrows wrote: Hi guys, For those who worked on the M1 release recently, did you also run the testsuite in the CVS HEAD against it? I've pulled down and

RE: Who's using Slide

2004-06-07 Thread Michael Oliver
I completely agree can one of the Apache folks on here get that ball rolling? Michael Oliver CTO Matrix Intermedia Inc. 3325 N. Nellis Blvd, #1 Las Vegas, NV 89115 Phone:(702)643-7425 Fax:(520)844-1036 Lord, I love you and I need you, come into my heart, and bless me, my family, my home, and my

WVCM Implementation - Activity Support Resource.get/setProperty() API Extension

2004-06-07 Thread Chris Potter
Hi All: Thanks in advance for your response. I'm beginning to experiment with the Slide Server (2.1M1) and WVCM proposal implmentation within the Slide project. I'm confused by two items which may be related to sparse knowledge on WebDAV, DeltaV, and the current state of Slide and the WVCM

How to execute grant/deny/revoke commands

2004-06-07 Thread Solanki Mihir
Hi, I have created say xyz.doc in the files directory of the slide. I am login to the slide using say john user. Now I want that whenever I login to the slide using john user I can open the xyz.doc file in the read-only mode. What I guess is I can change the rights of