AW: AW: Document Extension

2004-09-24 Thread Martin, Stefan
Hello Newsgroup, where can i define the Unicode or iso8859-1 settings for slide. the names are created on a windows box and then checked in. An other windows box will use this files only for reading. mfg Stefan Martin -Ursprüngliche Nachricht- Von: Henning Schmiedehausen

Re: AW: Document Extension

2004-09-24 Thread Jacob Lund
For TC 5: In the connector in server.xml add parameter: URIEncoding=UTF-8 Slide should be default set to utf-8 otherwise look in slide.properties. When you say windows box - what client are you talking about? Webfolders, IE or something else? Be sure that your client is using utf-8 too! /jacob

Put of a large file takes time.

2004-09-24 Thread Shuji Aono
Hi, I have a problem in put. I'm running version 2.0 of slide server and client library. When TxFileContentStore is used, upload time takes about 5 minutes by 100MB of file. The FileHelper.copy method is using the time of the great portion of processing. Upload time will become short if the class

Re: Put of a large file takes time.

2004-09-24 Thread Oliver Zeigermann
Hi Shuji, for me this is fast. What plattform are you working on? Anyway, FileChannel is avaible not before 1.4 and Slide tries to be compatible with 1.3... Oliver Shuji Aono wrote: Hi, I have a problem in put. I'm running version 2.0 of slide server and client library. When TxFileContentStore

Re: Put of a large file takes time.

2004-09-24 Thread Stefan Lützkendorf
Currently Slide tries to be compatible with JDK1.3 And FileChannel comes with 1.4, isn't it? So currently I see no chance. Or is there any implementation which work with 1.3? Stefan Shuji Aono wrote: Hi, I have a problem in put. I'm running version 2.0 of slide server and client library. When

RE: Does slide support Digest authentication?

2004-09-24 Thread Miguel Figueiredo
Hello Mat, Yes you can. But, from what I've seen, it's not slide's responsibility to digest the passwords, it's Tomcat's responsibility, or the web server you using... You can check the web server documentation to do just that, but here is something that works for me in tomcat 5.0.28, inside

Re: Simple question on opening a file (via webdav) for editing

2004-09-24 Thread Stefan Lützkendorf
I'm not sure that I like this idea. I currently click on a link, and get the file opend with word, arcobat etc. directly. With the FOLDER stuff I have to click the folder open I have to search the file again and click again. With the current state I can point people to a webdav document to read

RE: Simple question on opening a file (via webdav) for editing

2004-09-24 Thread Miguel Figueiredo
Hia folks, I too think it's too demanding to force people to always open a web folder to open a file, so it should be their option to do it or not. I'm thinking of it more of another feature we can have in the browser windows: a 'view in web folder' icon related with each shown collection. The

Re: Put of a large file takes time.

2004-09-24 Thread Oliver Zeigermann
Hi Shuji! Do you have something in mind to make it configurable which version to use, FileChannel if 1.4 is available and FileInputStream otherwise? Good idea, actually my first implementation of the file store made use of the locks that one can acquire over a FileChannel. Might even be a good

Re: Simple question on opening a file (via webdav) for editing

2004-09-24 Thread Oliver Zeigermann
Yes, either that or make it configurable like Stefan would want it. By the way, I still can not open Word docs with that snippet. Do I have to use IE for that? Oliver Miguel Figueiredo wrote: Hia folks, I too think it's too demanding to force people to always open a web folder to open a file,

Re: Simple question on opening a file (via webdav) for editing

2004-09-24 Thread Luke Noel-Storr
If you're still trying to solve this problem, these posts of mine may help: http://www.mail-archive.com/cgi-bin/htsearch?method=andformat=shortconfig=slide-user_jakarta_apache_orgrestrict=exclude=words=word.application Cheers Luke. - Nick Longinow wrote: Hi, I am just getting started with

The indexpath parameter in the domain.xml

2004-09-24 Thread L Z
Hello slide users, I am using slide-server-2.1b1 and when i try to use the SampleTxtContainsIndexer indexer uncommenting the: !-- contentindexer classname=org.apache.slide.index.SampleTxtContainsIndexer parameter name=indexpath./index/parameter

Re: Simple question on opening a file (via webdav) for editing

2004-09-24 Thread Stefan Lützkendorf
Oliver Zeigermann wrote: Yes, either that or make it configurable like Stefan would want it. By the way, I still can not open Word docs with that snippet. Do I have to use IE for that? Yes, it's a Microsoft specific extension. Oliver Miguel Figueiredo wrote: Hia folks, I too think it's too

RE: Error creating SearchQuery

2004-09-24 Thread Andy Bowes
Thanks Julian. That's great and the link is really useful. -Original Message- From: Julian Reschke [mailto:[EMAIL PROTECTED] Sent: 23 September 2004 16:47 To: Slide Users Mailing List Subject: Re: Error creating SearchQuery Andy Bowes wrote: Hi Guys, I am getting the following

AW: AW: Document Extension

2004-09-24 Thread Martin, Stefan
Hello Mister Schmiedehausen, the problem is that i check in the Document with the explorer/Webfolder. I use Windows 2000. After refreshing the explorer, the umlauts are wrong. So what can i do? Stefan Martin -Ursprüngliche Nachricht- Von: Henning Schmiedehausen [mailto:[EMAIL

Re: AW: Document Extension

2004-09-24 Thread Jacob Lund
Windows 2000 has some issues when it comes to webfolders! Have a look at: http://greenbytes.de/tech/webdav/webfolder-client-list.html /jacob - Original Message - From: Martin, Stefan [EMAIL PROTECTED] To: 'Slide Users Mailing List' [EMAIL PROTECTED] Sent: Friday, September 24, 2004 2:24

AW: AW: Document Extension

2004-09-24 Thread Martin, Stefan
exists a solution for this problem? -Ursprüngliche Nachricht- Von: Jacob Lund [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 24. September 2004 14:45 An: Slide Users Mailing List Betreff: Re: AW: Document Extension Windows 2000 has some issues when it comes to webfolders! Have a look

Re: AW: Document Extension

2004-09-24 Thread Jacob Lund
Well not that I know of. Except to make sure that all users has a version of MSDAIPP.DLL that resolves your problem. The fact that microsoft has not solved this on a windowsupdate patch is amazing! I my opinion this renders Microsoft webfoldes close to useless - maybe someone else has a

Re: Weird behaviour in transaction

2004-09-24 Thread Peder Nordvaller
Anyone? - Original Message - From: Peder Nordvaller [EMAIL PROTECTED] To: Slide Users Mailing List [EMAIL PROTECTED] Sent: Monday, September 20, 2004 10:56 PM Subject: Weird behaviour in transaction I'm using Slide 2.1b1 and MySql41RDBMSAdapter to a 4.1 MySQL nodestore, securitystore,

Re: AW: Document Extension

2004-09-24 Thread Oliver Zeigermann
When you distribute the MSDAIPP.DLL to all users it might be an option to use Netdrive... Oliver Jacob Lund wrote: Well not that I know of. Except to make sure that all users has a version of MSDAIPP.DLL that resolves your problem. The fact that microsoft has not solved this on a windowsupdate

RE: Simple question on opening a file (via webdav) for editing

2004-09-24 Thread Nick Longinow
Sorry guys, I left something out of my solution. It assumed the presence of OWSUPP.DLL, which comes with Office XP or Office 2003. Using that DLL, you call into the OpenDocuments control to open the document in Office. See hacked url below for info and examples.

Re: DASL and scope

2004-09-24 Thread Guido Casper
I believe, your scope should be /slide/files/docs. Guido Jacob Lund wrote: Hi I have some problems getting the scope part of my query to work. If I want a search to only search through the /files/docs collection then I set scope to /files/docs/ and the uri in the header to /files/docs (see

Getting 405 error on resource checkout... (webdav)

2004-09-24 Thread Nick Longinow
Hi I am just doing a simple resource checkout, and it is returning the 405 (Method not allowed) error. all I am doing is just like in the Wiki http://wiki.apache.org/jakarta-slide/CheckinCheckout But, when I call the checkout method, it returns false and puts that 405 error in the

Re: Getting 405 error on resource checkout... (webdav)

2004-09-24 Thread Oliver Zeigermann
I guess you will have to put it under version control. To do this automatically set the auto-version-control parameter in Domain.xml to true. Oliver Nick Longinow wrote: Hi I am just doing a simple resource checkout, and it is returning the 405 (Method not allowed) error. all I am doing

RE: Getting 405 error on resource checkout... (webdav)

2004-09-24 Thread Warwick Burrows
Yes. The resource must be version controlled before you can check it out/in etc. There's a versioncontrolMethod() that enables this that you need to run after your putMethod(). Auto-versioning can be turned on for the slide server so that all docs that are put to the server are automatically

Re: DASL and scope

2004-09-24 Thread Jacob Lund
My slide installation is mapped to the root of the server. However I found a solution. If I set the uri in the request header to / and the scope to files/docs then it works. If the uri in the scope starts with a / then the request fails. Is that a bug? - the DASL document does not really

Re: DASL and scope

2004-09-24 Thread Julian Reschke
Jacob Lund wrote: My slide installation is mapped to the root of the server. However I found a solution. If I set the uri in the request header to / and the scope to files/docs then it works. If the uri in the scope starts with a / then the request fails. Is that a bug? - the DASL document does