[NOTICE] Jakarta Slide user list closing

2010-05-31 Thread Rahul Akolkar
The Jakarta Slide user mailing list will be closed shortly. The Jakarta Slide project has been retired and moved to the Apache Attic: http://attic.apache.org/ Any further comments may be sent to the Attic General mailing list. Information about the current Jakarta mailing lists is here:

How can I use PropFindMethod?

2009-05-03 Thread Tanakorn Leesatapornwongsa
I want to use PropFindMethod to retrieves my interesting properties of the file. When I used this, it didn't send XML properties name that I want to the server. My code like this, HttpClient http = new HttpClient(); Credentials credentials = new

Setting PR_CONVERSATION_INDEX

2009-04-14 Thread nitrogin
Hi all, I'm trying to do a seemingly simple task of setting the PR_CONVERSATION_INDEX (PidTagConversationIndex) on my item before I send my email out. I've tried to set other MAPI properties like PR_COVERSATION_TOPIC using the proppatch method and they seem to go through fine. But for

configure a namespace for each user

2008-11-17 Thread Jorge Fernando
Hello, I'm a new user of slide and I'd like to configure the namespace to create a namespace for each user defined in Domain.xml. I don't wanna justa create a folder for each user, but I want that the users use the same path to save the files and that files are saved in his own folders. I´m

accessing Exchange 2003

2008-04-28 Thread Michael Burkhardt
Hello, first of all, sorry for my English. Second, I'm using WebDAV since last friday. But I have some problems to learn WebDAV. I'm trying to connect to an Exchange server. Therefor I read on MSDN some articles and use the examples from there, e.g.

Re: Alternative webdav client api?

2008-04-07 Thread Eiríkur Sveinn Hrafnsson
Good initiative :) Eirikur S. Hrafnsson Chief Software Engineer Idega Software http://www.idega.com On Apr 7, 2008, at 1:12 AM, jharrop wrote: Roland Weber wrote: Is there a natural migration path for my situation? If all you use is the client, there is no immediate hurry. However, the

RE: The state of WebDAV Clients

2008-04-06 Thread jharrop
Roland Weber wrote: Users of the current Slide codebase are welcome to fork and support the code. They are even more welcome to form a new project to move away from the HttpClient 2.x/3.x API. I've uploaded the slide webdav client code to https://sourceforge.net/projects/webdavclient4j

Re: Alternative webdav client api?

2008-04-06 Thread jharrop
Roland Weber wrote: Is there a natural migration path for my situation? If all you use is the client, there is no immediate hurry. However, the Slide WebDAV client is based on an unsupported backlevel version of HttpClient, besides being unsupported itself. As long as it works, you're

How scalable is the slide in terms of storage.

2008-01-23 Thread Abhijeet Ramdhave
Hello All, We use the slide 2.1 milestone 1 as our repository solution. Recently we have faced an issue with the storage space. With the large number of content of size around 500 MB each, the storage space on single disk falls short. Slide provides multiple stores. We thought to leverage

Re: The state of WebDAV Clients

2007-11-29 Thread Raymond Bourges
Thank you for your answers Arne and Roland, But what do you think? Because our project wants to have additional WebDAV capacities I'd prefer extend a existing server coming form a active community and not fork from jackrabbit or slide WebDAV server and maintain this one. Do you think this

Re: The state of WebDAV Clients

2007-11-29 Thread Arne v.Irmer
Hi Raymond, we have to face the facts: Many people are interested in using a WebDAV-Server and Client-Lib that can be integrated easily in their projects, but no one (or only one - hi oliver ;-) ) is implementing it. The developer who should now help jackrabbit developers to implement a

Re: The state of WebDAV Clients

2007-11-28 Thread Arne v.Irmer
Their simple or default WebDAV server. That doesn't mean it can't be extended to JSR-170 + additional APIs for addressing additional functionality. Of course that's something that would need to be developed. I agree with you. But that is not in the interest of the Jackrabbit-Developers.

Re: The state of WebDAV Clients

2007-11-27 Thread Raymond Bourges
Hi, About: “Oliver made a fix in Subversion, but there was nobody who could release a fixed Slide, either as a minor update to the last Slide release years ago, or as a new release of the current code in Subversion.” In ESUP-Portail project we have made a lot of work over Slide. Perhaps

Re: The state of WebDAV Clients

2007-11-27 Thread Arne v.Irmer
Hi, us you read the answer to my question in the Jackrabbit User-mailing list you know, that jackrabbit does not want to replace slide. It is focused on the jsr-170 compatible store and not on webdav. (No ACLs, no Events, no Bindings) And this can't change, because their webdav server should run

Re: The state of WebDAV Clients

2007-11-27 Thread Roland Weber
Arne v.Irmer wrote: [...] jackrabbit does not want to replace slide. It is focused on the jsr-170 compatible store and not on webdav. (No ACLs, no Events, no Bindings) And this can't change, because their webdav server should run on any jsr-170-container. Their simple or default WebDAV

The state of WebDAV Clients

2007-11-26 Thread Chris Dail
I am a bit concerned at the state of WebDAV client implementations in Java. The slide project has been recently retired and Apache recommends using JackRabbit as an alternative. JackRabbit does not currently have a WebDAV client implementation according to this post

RE: The state of WebDAV Clients

2007-11-26 Thread ossfwot
Hello Chris, JackRabbit does not currently have a WebDAV client implementation according to this post (http://www.nabble.com/Webdav-Client-Examples--tf4803755.html#a13852979). The way I read this post, they have the implementation. It is just not released as a separate component. The

Re: Alternative webdav client api?

2007-11-22 Thread Alon Salant
We have found the slide client to be stable and free of issues. I would not immediately assume that it is not a good option because the development effort has been retired. Alon On 11/21/07, Florian Kirchhoff [EMAIL PROTECTED] wrote: Hi, the retirement announcement for Slide, mentions

RE: Alternative webdav client api?

2007-11-22 Thread Ard Schrijvers
Hi, the retirement announcement for Slide, mentions Jackrabbit as an alternative to slide. I am mostly interested in using the api to access an existing WebDav repository, but it seems Jackrabbit is mostly focused on the server side of webdav, not the client. Is there a natural

Re: Alternative webdav client api?

2007-11-22 Thread Roland Weber
Hello Florian, the retirement announcement for Slide, mentions Jackrabbit as an alternative to slide. I am mostly interested in using the api to access an existing WebDav repository, but it seems Jackrabbit is mostly focused on the server side of webdav, not the client. That is correct.

Alternative webdav client api?

2007-11-21 Thread Florian Kirchhoff
Hi, the retirement announcement for Slide, mentions Jackrabbit as an alternative to slide. I am mostly interested in using the api to access an existing WebDav repository, but it seems Jackrabbit is mostly focused on the server side of webdav, not the client. Is there a natural migration path

[ANNOUNCEMENT] Jakarta Slide is retired

2007-11-07 Thread Roland Weber
The Apache Jakarta PMC is sorry to announce the retirement of the Jakarta Slide subproject. After it's last release in December 2004, development activity was significantly reduced and came to a total standstill this year. Without a minimum developer community that can release security fixes, we

Warning: Security-Bug in Slide

2007-11-02 Thread Oliver Zeigermann
Folks! As described here http://www.milw0rm.com/exploits/4567 there is a security bug in the current Slide release. Using the LOCK methode it is possible to display content from your local file system. This works by passing over literate XML that contains entities that refer to your local file

Reading ok, trouble writing

2007-10-29 Thread Seth Tager
I have slide running on two servers, call them A and B. The slide setups are identical, as far as I can tell. On both A and B I can retrieve files in a web browser using the slide urls. On A I can connect to the server using the 'Connect to Server' feature of my Mac Finder, and I can view and

Not all collections get listed.

2007-10-25 Thread Florian Kirchhoff
Hi, I am new to Slide (version 2.1) and I am trying something pretty simple: 1) Connect to a WebDAV server 2) list the resources in the root collection. The code snippet is here: HttpURL url = new HttpURL(kirchhof, **,localhost, 9888); wdr = new WebdavResource(url,/,true);

Re: Can not log on

2007-10-22 Thread Hassan Schroeder
On 10/21/07, leep leep [EMAIL PROTECTED] wrote: I have tried the work around from MS, it seems it doesn't help. 4. use DAV explorer to connect Ah, sorry, missed that -- the MS tip was for the native Web folders approach. Afraid I didn't use the Slide realm so no experience setting it up.

Re: Can not log on

2007-10-21 Thread leep leep
Hi! Many thanks for a quick reply. I have tried the work around from MS, it seems it doesn't help. Maybe I missed something, following is what I did: 1. install Tomact 5.25 2. start Tomact 3. Just deploy the file slide.war 4. use DAV explorer to connect Any ideas? Regards, Lee On 10/20/07,

Can not log on

2007-10-20 Thread leep leep
Hi! I have installed Slide and Tomcat on a Windows XP. When I use DAV Explorer to log on, I got log on prompt. But when I type in root/root, it doesn't let me in. I checked the file, it says root has passwd root. Any ideas? Regards, Lee

Re: Can not log on

2007-10-20 Thread Hassan Schroeder
On 10/20/07, leep leep [EMAIL PROTECTED] wrote: I have installed Slide and Tomcat on a Windows XP. When I use DAV Explorer to log on, I got log on prompt. But when I type in root/root, it doesn't let me in. I checked the file, it says root has passwd root. Any ideas?

Clearing failed transaction leftovers...

2007-10-19 Thread Jeff Hillier
Hi all- We've been using slide to manage publishing files to our web sites for about 6 months now and everything is working very well. We are using the J2ee store backed by an oracle DB for the nodeStore and a TxFileContentStore for the file store. Our users move files from a staging

Re: Slide Client and HttpClient 3.x

2007-10-11 Thread Ali Naddaf
Thanks John. Ali. John Rousseau wrote: After applying the patch found in http://issues.apache.org/bugzilla/show_bug.cgi?id=35213, the slide client is working well for me. -John Ali Naddaf wrote: Hello all. Is there a simple way to get httpclient 3.x to work with Slide 2.2pre? I recently

Re: Slide Client and HttpClient 3.x

2007-10-11 Thread John Rousseau
After applying the patch found in http://issues.apache.org/bugzilla/show_bug.cgi?id=35213, the slide client is working well for me. -John Ali Naddaf wrote: Hello all. Is there a simple way to get httpclient 3.x to work with Slide 2.2pre? I recently had to move my httpclient to version 3 and

Slide Client and HttpClient 3.x

2007-10-10 Thread Ali Naddaf
Hello all. Is there a simple way to get httpclient 3.x to work with Slide 2.2pre? I recently had to move my httpclient to version 3 and that caused problems for my access to my Slide server. If it is not possible, what other (open/free) Java based clients can I use? Thanks Ali.

RE: PROPFIND 409 conflict ERROR with timeout/deadlock

2007-10-02 Thread Miguel Figueiredo
Hello again Shakti, Maybe you can't start a nested transaction like it happens in the no branch of point 3 and 4 (the 1st transaction happens on point 2). Hope this helps, Miguel Figueiredo -Original Message- From: Shakti Shrivastava [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 28 de

I am totally newbie. I am having trouble compiling Slide server with Ant

2007-10-02 Thread Newbie_han
First of all, I am not familiar with Java open-source and any build script for Java. I was given this open-source project and need to compile it on my computer. Before asking specific questions, let me explain what I tried so far to compile this. - Downloaded Slide server 2.1 from Jakarta

RE: PROPFIND 409 conflict ERROR with timeout/deadlock

2007-09-28 Thread Miguel Figueiredo
Hello Shakti, Although I'm not familiar with the details (Oliver would), you will be happy to know that Slide already wraps write requests in internal transactions. Checkout your Domain.xml, there is a piece of configuration that implicitly says just that: !-- false lets all read-only methods

RE: ubuntu + tomcat5: error initializing domain

2007-09-27 Thread Miguel Figueiredo
Hello Pere, I'm not sure that Slide is Java 6 compatible. Have you tried using it with a jdk5? Hope this helps, Miguel Figueiredo -Original Message- From: Pere Cortada Bonjoch [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 26 de Setembro de 2007 22:34 To:

Re: ubuntu + tomcat5: error initializing domain

2007-09-27 Thread Pere Cortada Bonjoch
I've found it!!! Thanks for the answer Miguel as far as i know (minimal features test) java 6 is ok with slide (wow: true retrocompatibility!) The problem disappeared when i set to no the TOMCAT_SECURITY = yes directive in /etc/init.d/tomcat5, i suppose it's a jaas permission problem, but i

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-27 Thread Arne v.Irmer
Hi Satish, Satish schrieb: Hi Arne, I manage to authenticate with http client 3.1, latest http client library with JAAS module. But I could not get webdav resource now. Upon searching on the forum I found Slide is not supporting http client 3.x libraries. We are using http client 3.01 and

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-27 Thread Satish
Hey Arne, Thanks for quick response. Well I am using JAAS module from Slide site, they have made it available for authentication with Slide. I did all configurations and tested by accessing from the browser and DavExplorer, its working well. JAAS module responding preety good way. I then tried

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-27 Thread Arne v.Irmer
Satish schrieb: Hey Arne, Thanks for quick response. Well I am using JAAS module from Slide site, they have made it available for authentication with Slide. I did all configurations and tested by accessing from the browser and DavExplorer, its working well. JAAS module responding preety

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-27 Thread Satish
Hi Arne, I got that. I have implemented it and working fine, I could authenticate with Slide this way. But after that this code is not working, what I am trying here is get the webdadv resource.. import org.apache.commons.httpclient.HttpURL; private HttpURL url; private WebdavResource

PROPFIND 409 conflict ERROR with timeout/deadlock

2007-09-27 Thread Shakti Shrivastava
I am getting 409 conflict error when trying to create a WebdavResource object for a given URL. The code is trying to create a file along with any missing collections (that may not exist). Everything works fine however the code seems to deadlock when trying to create a WebdavResource object on

Two different jdom.jars

2007-09-20 Thread Mario Becker-Reinhold
Hello everybody. I have the following problem with two different jdom.jar files: I have donwloaded the slide webdavclient. I want to use the webdav protocoll to store files from a webbased lifecycle management system to a storage system. In the WEB-INF\lib folder there is already a jdom.jar

Access to secrued WebDav Slide

2007-09-19 Thread kevnyang
HI, all. I am writing some java code to access the WebDav server using Slide API. I can successfully access http://webdav.host.com; to put and get. But I have problems in access the secured WebDav Server, i.e. access https://webdav.host.com; . Basically my code is as follows: HttpsURL

Re: Access to secrued WebDav Slide

2007-09-19 Thread Ali Naddaf
Kevin, I am not sure if this helps or not but you might want to give this a try: http://blogs.sun.com/andreas/entry/no_more_unable_to_find Ali. kevnyang wrote: HI, all. I am writing some java code to access the WebDav server using Slide API. I can successfully access

Re: Access to secrued WebDav Slide

2007-09-19 Thread kevnyang
Thanks. Ali. I did have a look. But I still can not get the code work properly. Can anybody share me his/her experience in using Slide API to write java code to access the the SECURED WebDav server(i.e. https://webdav.host.com) ? Look forward to itMany thanks! Kevin ali-10 wrote:

Re: Access to secrued WebDav Slide

2007-09-19 Thread kevnyang
Hi I have sorted the problem. It is now working... :jumping: Regards Kevin kevnyang wrote: Thanks. Ali. I did have a look. But I still can not get the code work properly. Can anybody share me his/her experience in using Slide API to write java code to access the the SECURED WebDav

Re: Access to secrued WebDav Slide

2007-09-19 Thread Ali Naddaf
Kevin, Would you share your findings with us? Ali. kevnyang wrote: Hi I have sorted the problem. It is now working... :jumping: Regards Kevin kevnyang wrote: Thanks. Ali. I did have a look. But I still can not get the code work properly. Can anybody share me his/her experience in

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-17 Thread Arne v.Irmer
Hi Satish, we have to discriminate between the client- and the server side. If you have a successful login with DAVExplorer the server side is now working properly. On client side you can easily access an address that is protected with basic authentication using the commons-http-client.(see

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-16 Thread Satish
Hi There were problem in environment variables, I set all environment variables correctly and its seems to be working :) Now tomcat is understanding Slide user database, tomcat-users.xml not required anymore for authentication. I was checking this using DAVExplorer but now I need to

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-15 Thread Satish
Hi Arne Using your guidelines I tried configuring JAAS with Slide. I did something like: 1) Configure tomcat web.xml to have Context path=/slide debug=0 privileged=true useNaming=true Realm className=org.apache.catalina.realm.JAASRealm appName=slide_login

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-15 Thread kiltesh patel
Hi Satish, try this... 1. 5) Set environment variable CATALINA_OPTS=-Djava.security.auth.login .config=$CATALINA_HOME/conf/jaas .config In place of = use == to set catalina_opts 2. Also, appName=slide_login name should exactly match in config.jaas file slide_login { 3. You can also try

RE: Newbee: Understanding question WebDAV-Protocoll

2007-09-14 Thread Miguel Figueiredo
Hello mate, If you need to do change the lastModified time of a resource, I would consider that an hacker wish ;) No way you're going to be able to that, especially if you are using the client API. You would need to change server behavior, and in a way that the server would not follow webdav

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Arne v.Irmer
Hi Satish, look for JAAS-Authentication that is a standard API that works pretty well with tomcat. A good introduction is found at http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-jaas.html Yours Arne Satish schrieb: Hi I need to authentication with Slide, there are two ways I can see

Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Satish
Hi I need to authentication with Slide, there are two ways I can see I am thinking of using Slide realm and configuring tomcat to use Slide user database for authentication. Otherwise if I rely completely on tomcat realm, typical tomcat-users.xml file based, authetication, I need to add user

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Satish
Hey Arne Thanks for quick reponse. Do you mean here that I should take steps below to implemnt authetication, - configure Slide realm, configure tomcat to use Slide users for authentication - configure JAAS for tomcat - use JAAS API to authenticate the requests, so here JAAS will ask tomcat

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Arne v.Irmer
Hi Satish, things are easy, if you look at the used technics: Silde is a servlet in tomcat and uses the authentication mechanism of tomcat. This includes such nice things like the sso-Valve. What you have to implement a user management that does both: 1. Creating/Deleting the user in silde by just

Re: Newbee: Understanding question WebDAV-Protocoll

2007-09-14 Thread Julian Reschke
Miguel Figueiredo wrote: Hello mate, If you need to do change the lastModified time of a resource, I would consider that an hacker wish ;) No way you're going to be able to that, especially if you are using the client API. You would need to change server behavior, and in a way that the server

RE: Newbee: Understanding question WebDAV-Protocoll

2007-09-13 Thread pk_jsp
Hi Miguel, I was wandering into this list and read this thread in whole. A very brief introduction: I am using Webdav to programatically (Java) bulk import text files from local drive into EMC eRoom Server. This line explains all my environment. I am using Slide client library. Can you help

Windows: org.apache.slide.versioncontrol=false

2007-08-31 Thread Robert Hudson
Hi, I'm trying to run slide on a Windows box. Everything runs fine. However now I wish to switch off the versioning so that I don't get all the files ending in _1.0 I have followed the instructions in: http://jakarta.apache.org/slide/howto-deltav.html But that doesn't work. I

Re: Office 2007 Docs open read only?

2007-08-22 Thread EricFried
there was that registry tweak that allowed files to be open read-write -- What key? I am having a similar problem between a WinXP workstation and a Win2003 Server. Thanks Eric Brian Schmidt-2 wrote: Hey guys, I am using slide to open and modify office docs. For Office 2003

Re: putMethod

2007-08-17 Thread Matthias Reischenbacher
Hey, try to use an absolute URL as parameter in the 'putMethod' method e.g.: webdavResource.putMethod(http://localhost:8080/slide/files/slide/files;, file) Matthias virtuallight wrote: I am trying to write some files to my store programatically utilizing the WebDavResource putMethod.

putMethod

2007-08-17 Thread virtuallight
I am trying to write some files to my store programatically utilizing the WebDavResource putMethod. This all seems straight forward, at least on the surface. Perhaps someone can explain to me why the following will succeed : boolean success = container.putMethod(/slide/files/myfile.txt, some

Re: putMethod

2007-08-17 Thread virtuallight
Matthias, thanks for the response. I tried your suggestion and got the same result. Maybe a better question would be does it work at all when passing in a file object or an inputstream? Bill - Original Message - From: Matthias Reischenbacher [EMAIL PROTECTED] To: Slide Users

Re: Office 2007 Docs open read only?

2007-08-10 Thread Arne v.Irmer
Hi, just put Slide in the webapps/ROOT of your tomcat. I had the same Problems with Office 2003 under XP and didn't know that registry tweak you mentioned. What I did is looking at the networktraffic with ethereal/wireshark and see that the webdav-client coming with the MS Office-Suite is

AW: Slide (2.1) - tuning. Make it faster and more stable.

2007-08-10 Thread Thorsten Saile
Hello Arne, thanks for youre usefull informations. I will test it in the next week. Can you also give me your Connector parameters from the server.xml file? This settings are very important. The Tomcat default Values for acceptCount and thread are to high. We have reduced it to the follow:

Re: AW: Slide (2.1) - tuning. Make it faster and more stable.

2007-08-10 Thread Arne v.Irmer
Hi Thorsten, Connector URIEncoding=UTF-8 acceptCount=100 address=tomcat1 connectionTimeout=2 debug=0 disableUploadTimeout=true enableLookups=false maxHttpHeaderSize=8192 maxSpareThreads=75 maxThreads=150 minSpareThreads=25 port=8080 redirectPort=8443/ and Connector URIEncoding=UTF-8

Re: Office 2007 Docs open read only?

2007-08-09 Thread Krzysztof Domalewski
Hi, I have the same problem. Vista x64, MS Office 2007. Everything works fine on MS Office XP or MS Office 2003. Regards, Chris Brian Schmidt-2 wrote: Hey guys, I am using slide to open and modify office docs. For Office 2003 documents, there was that registry tweak that allowed

RE: Office 2007 Docs open read only?

2007-08-09 Thread Brian Schmidt
It looks like our problem is vista related. I was able to add the registry entry to a friends machine who is running Windows XP and Office 2007 and it worked. So i guess our issue is more vista related, but I still don't know how to fix it :/ -Brian From:

Binding question

2007-08-08 Thread Tarek Hammoud
Hello, We have setup our server to use the binding store. All works fine. However, I have a question. We have a need to know how many bindings exist to a given resource. From my understanding, this information exist as DAV:parent-set property. I can not find this property amongst the ones

Slide (2.1) - tuning. Make it faster and more stable.

2007-08-07 Thread Arne v.Irmer
Hi Thorsten, we use Tomcat 5.5.23 and java version 1.5.0_10 and slide 2.1 with a Tx-filestore using openSuSE 10.2 . Now everything works fine (~2000 User a day / ~10 Gb Transfer / ~2 hits). But in the beginning we had the same problems. I try to give some hints to increase the stability

AW: Project Status

2007-08-06 Thread Thorsten Saile
Hello Arne, wich Java-Version, Application-Server and Version do you use in your Slide-Envoirement. I have many Problems with a few concurrent Users on Tomcat 5.5.17. Regards, Thorsten -Ursprüngliche Nachricht- Von: Arne v.Irmer [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 2. Mai

Newbie: How to debug lockMethod failure

2007-08-04 Thread Ian Pilcher
How can I determine why my call to lockMethod is failing? I am connecting to a local Apache server, with mod_dav. (Locking works fine with cadaver, BTW.) Here is the code I'm using right now: import org.apache.webdav.lib.WebdavResource; import org.apache.commons.httpclient.HttpURL;

Re: Newbie: How to debug lockMethod failure

2007-08-04 Thread Stephen Martin
Does your apache log give any information? Also in a debugger, you can examine the resource and snope for response information. Ian Pilcher wrote: How can I determine why my call to lockMethod is failing? I am connecting to a local Apache server, with mod_dav. (Locking works fine with

Re: Newbie: How to debug lockMethod failure

2007-08-04 Thread Ian Pilcher
Stephen Martin wrote: Does your apache log give any information? Also in a debugger, you can examine the resource and snope for response information. I've cranked the Apache LogLevel up to debug, and now I see this in the error_log: The lock refresh for /dav/ipilcher.ics failed because no

Re: Newbie: How to debug lockMethod failure

2007-08-04 Thread Stephen Martin
It sounds like the file is already locked. If you are trying to refresh the lock, try calling discoverOwnLocks() (or something like that) on the resource before you call the lock method. Also are you providing credentials anywhere, you will need to do that on the HttpURL as well. Ian Pilcher

Re: Newbie: How to debug lockMethod failure

2007-08-04 Thread Ian Pilcher
Stephen Martin wrote: It sounds like the file is already locked. If you are trying to refresh the lock, try calling discoverOwnLocks() (or something like that) on the resource before you call the lock method. Also are you providing credentials anywhere, you will need to do that on the

Re: Newbie: How to debug lockMethod failure

2007-08-04 Thread Ian Pilcher
This turns out to be a problem with one of the libraries I'm using. When I use the JARs from the Apache site, things work. Thanks for the responses! -- Ian Pilcher [EMAIL PROTECTED]

Version of commons-httpclient in webdavclient?

2007-08-04 Thread Ian Pilcher
I've tracked my lockMethod problem down to the commons-httpclient JAR. If I use the one included in the Apache distribution, things work; if I use any other version, lockMethod mysteriously fails. What version of commons-httpclient is this? Has it been modified in some way to work with the

Re: Version of commons-httpclient in webdavclient?

2007-08-04 Thread Ian Pilcher
Ian Pilcher wrote: What version of commons-httpclient is this? Has it been modified in some way to work with the webdavclient? Responding to myself again. 2.0.2 works; 3.0 and 3.0.1 fail, so I'll conclude that the webdavclient only works with commons-httpclient 2.x. Since my project is also

Office 2007 Docs open read only?

2007-08-02 Thread Brian Schmidt
Hey guys, I am using slide to open and modify office docs. For Office 2003 documents, there was that registry tweak that allowed files to be open read-write. I recently installed Office 2007 and all the documents open read only. Has anyone else encountered this and know a work-around?

Re: Dasl search error

2007-08-01 Thread Eirikur Hrafnsson
I have only gotten these types of errors when having an old version of Apache in front of tomcat or using and older AJP connector... But I haven't tried much with tomcat 6. Works fine with 5.0 and 5.5. (HEAD version) -Eiki, idega software. On Jul 28, 2007, at 5:31 AM, virtuallight wrote:

help,can't save any changes of a word document in the server,only save in local

2007-07-29 Thread tyshan Shi
Hi, I have downloaded the slide 2.1 +tomcat 5.28, and installed it as the default configure. I only changed, 1) added two user accounts user and root in the tomcat-users.xml 2) add the authority in Domain.xml for /roles/root objectnode classname=org.apache.slide.structure.SubjectNode

Dasl search error

2007-07-27 Thread virtuallight
I have been trying my hand at the Dasl Search with little luck. According to the documentation this is supposed to be on by default. I started with the dasl example pointed to in the wiki and modified it to fit my setup, but I keep getting 501 (unsupported errors) when I try it.

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-26 Thread Mario Becker-Reinhold
Hello Miguel, thanks, this hint helps me very much. Now it is all a little bit clear to me. So I have downloaded the client api and tried to send data from the pdm-system to the centera and also from the pdm-system to a simple filesystem - it works all very fine and like expected. So now I can

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-23 Thread Mario Becker-Reinhold
Hello once again Miguel, so I prefer to use the webdav protocol as interface to the repository, okay, I understand there is no other way excepting slide. So what I have tried: I followed the steps to install Slide at http://wiki.apache.org/jakarta-slide/WckQuickStart

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-23 Thread Miguel Figueiredo
Hello Mario, You dont need Slide Server to use ECM Centera, just the slide client API. It is available from jackarta downloads site, at http://jakarta.apache.org/site/downloads/downloads_slide.cgi - 2.1_client.zip (for example). Then it's all about using the containing jar (or source if u

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-20 Thread Mario Becker-Reinhold
Hello Miguel, thanks for you answer, but if I understood you correctly then there are 3 ways to use WebDAV. 1st) using it with the Slide (complexest way) 2nd) using it with the wck framework 3rd) using it directly (simplest way) So the 3rd alternative is the best for me, that means that I can

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-20 Thread Miguel Figueiredo
Hello Mario, Are you are planning to develop a server side application that integrates webdav functionalities? If that is the case, I'm sorry to mislead you in my last email recommending the use of slide's webdav client api. Never done what you are attempting to do, but from what I have read,

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-20 Thread Mario Becker-Reinhold
Hello Miguel, it does'nt matter, let me explain it in a little bit more detail: the goal of the project should be, that we are able to store engineering data from an pdm-system in an archive (save + find). The simplest way we wanne start is that a user of the pdm-system push a button (label like

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-20 Thread Miguel Figueiredo
Hello Mario, If the ECM Centera reporitory is remote to the pdm-system, there is no doubt you will want to use slide's webdav client API. You could use ECM Centera API if the pdm-system would be in the same app server, but since you prefer to use the webdav protocol as interface to the repository

RE: Newbee: Understanding question WebDAV-Protocoll

2007-07-19 Thread Mario Becker-Reinhold
Hi Miguel, thanks for the quick respopnse. Actually I think that the webdav-servlet which comes with tomcat is the best method of resolution for my problem too. So I try starting more to deal with this one. But, does anybody knows a simple example, how to use/how to access this webdav

Newbee: Understanding question WebDAV-Protocoll

2007-07-18 Thread Mario Becker-Reinhold
Hello everybody, I have the following problem: Since beginning of this week -in the course of a new project- I deal with WebDAV. I never heard something about it before, so I startet to read up on this protocoll. However now I have still some understanding problems. A goal of the project is that

Using subversion for slide version control

2007-07-17 Thread John Byrne
Hi, Can anyone tell me how (or if it's possible) to use Subversion to handle the automatic version control in Slide? I know Apache mod_dav uses Subversion, but we'd prefer to use Slide because of the indexing and DASL support. Also, what are the main differences between the deltaV version

Re: Using subversion for slide version control

2007-07-17 Thread Julian Reschke
John Byrne wrote: Hi, Can anyone tell me how (or if it's possible) to use Subversion to handle the automatic version control in Slide? I know Apache mod_dav uses Subversion, but we'd prefer to use Slide because of the indexing and DASL support. That's a misunderstanding. mod_dav doesn't

RE: java client and slide connection with Encrypted password

2007-07-13 Thread Miguel Figueiredo
Hello mridu, In fact it's quite easy. You should configure tomcat to serve your pages via (HTTPS): this means that any data, including credentials, going from/to the server and client will be encrypted. If you don't need or don't want to use HTTPS, there are other ways for authentication like,

Directory listings from Document Mgmt System missing directories

2007-07-12 Thread Clemens Renner
Hi everyone, I am trying to list the contents of a directory in a document mgmt system (Xythos) which appears to be implementing WebDAV correctly as tests e.g. using DAVExplorer (http://www.davexplorer.org) worked flawlessly. What I am doing is simply a list() call on the WebDavResource

Re: Directory listings from Document Mgmt System missing directories

2007-07-12 Thread Clemens Renner
My apologies, I see this has already been discussed in a bug report http://issues.apache.org/bugzilla/show_bug.cgi?id=32886 and it appears that this issue has been fixed in 2.2pre1 (SVN). Clemens - To unsubscribe, e-mail:

java client and slide connection with Encrypted password

2007-07-12 Thread Mridu Rajkhowa
hello i am developing one simple application using jakarta slide 2.1. I am using WebdavResource for connection to the slide. Now during connection i want to send the credentials accross the network in encrypted form . Is it possible ? Can any one help me out ? with regards mridu

  1   2   3   4   5   6   7   8   9   10   >