WCK question

2004-12-03 Thread John Rousseau
life very easy. BTW, I'm having a very hard time groking what I need (and what I don't) in my Domain.xml. The wiki is a little light on details. Anyone have a minimalist Domain.xml for WCK? I just want to serve content. I don't care about authent

Re: WCK question

2004-12-03 Thread John Rousseau
s been done with the latest 29th November patch by Stefan. I will fix this ASAP, thanks for reporting :) Oliver On Fri, 03 Dec 2004 10:28:55 -0500, John Rousseau <[EMAIL PROTECTED]> wrote: I'm new to slide and WebDAV (but not to Java, HTTP, etc.). I'm trying to put a WebDAV fronte

WCK API question

2004-12-03 Thread John Rousseau
back. Can someone describe these two methods in a bit more detail and explain what I should be doing in them? Should I just make createResource a no-op? Thanks -John --- John Rousseau Archivas, Inc. - To unsubscribe, e-mail: [EMAIL

Re: WCK API question

2004-12-06 Thread John Rousseau
will check this with the reference implementation. Oliver On Fri, 03 Dec 2004 15:59:59 -0500, John Rousseau <[EMAIL PROTECTED]> wrote: I'm trying to understand the BasicWebdavStore API a bit better. I was expecting that during a PUT, createResource() would be called with the name of a n

Re: Performance

2004-12-06 Thread John Rousseau
I am seeing this also (see my previous post). We can deal with Very Large Objects in our archive, and the hard-coded 2k buffer size in org/apache/slide/webdav/method/GetMethod.java was killing read performance. Getting a single chunk of data from our archive is a bit expensive, so I implemented

Re: WCK API question

2004-12-06 Thread John Rousseau
indicated in the last post. Concerning the occurennce of the method calls, they are just needed by the Slide core... Oliver On Mon, 06 Dec 2004 10:51:18 -0500, John Rousseau <[EMAIL PROTECTED]> wrote: H. That's just not what I am seeing. I have a printout in each of my BasicWebda

WCK Transaction error during commit

2004-12-08 Thread John Rousseau
I've been working with WCK for about a week now and today I started seeing these exceptions. I backed out all recent configuration changes and updated from HEAD, but I'm still seeing these. The exception is caused by commons/transaction's AbstractXAResource not being able to find the current tr

Litmus propget problem

2005-01-12 Thread John Rousseau
I'm playing with litmus (http://www.webdav.org/neon/litmus/) to do some basic testing against our Slide-WCK fronted archive. All of the "propget" props tests are failing. I'm running Slide HEAD from about 3 weeks ago (roughly 2.2-pre1). I'm running this on Jetty 4.2.19 and Sun's J2SDK 1.4.2_06.

Bug 33068

2005-01-26 Thread John Rousseau
Can I gently encourage one of the committers to look at (and apply the patch in) bug 33068? Thanks -John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Mainline broken?

2005-02-01 Thread John Rousseau
D FAILED /home/jrousseau/build/slide/cvs/jakarta-slide/build.xml:398: org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'mysql.vm' Total time: 12 seconds -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] - To

Re: Mainline broken?

2005-02-01 Thread John Rousseau
f/ojb/templates, which should have been added to the classpath of the ojb-sql ant task. What version of the JDK and ant are you using? Are you running ant from within a IDE like NetBeans or Eclipse? Carlos John Rousseau wrote: I just updated from HEAD for the first time in a few weeks and I'm

Re: Experiences with WebDAV Construction Kit

2005-02-04 Thread John Rousseau
anged. :) - Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTE

Re: Experiences with WebDAV Construction Kit

2005-02-04 Thread John Rousseau
Nope. In fact for the 250M test, we were just using HTTP PUTs. Like I said, a narrow path. -John Warwick Burrows wrote: John, do you use client side transactions? Thanks, Warwick -Original Message- From: John Rousseau [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 10:50 AM

Re: WCK NPE with litmus

2005-02-05 Thread John Rousseau
r additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] ---

Re: Server Shutdown Event Notification?

2005-03-08 Thread John Rousseau
, WCK, or Tomcat APIs? Brian Ferris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Rousseau Archivas, Inc. [EMAIL PROT

Recent behavior change

2005-03-14 Thread John Rousseau
Servlet.service(WebdavServlet.java:151) at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Recent behavior change

2005-03-16 Thread John Rousseau
Anyone with any thoughts on this? Can others run litmus against their server running recent HEAD code? Thanks -John John Rousseau wrote: I just updated to HEAD after ignoring our WebDAV gateway for several (6 or so) weeks. I'm using the WCK (this obviously stands for WebDAV For Dummies, I

Re: WCK NPE with litmus

2005-03-24 Thread John Rousseau
t, 2005-02-05 at 23:48 +0200, Roman D wrote: That thread from 25-Jan-2005 is indeed about this same issue. I build from HEAD and tests fail with reference implementation. Well he said it "should" be fixed. hmm... "should" doesn't mean "had" I wonder if patch got

Double PUT from some clients

2005-03-24 Thread John Rousseau
that is confusing the clients? Can others talk from Nautilus or WinXP's "Web Client Network" to a slide server? Thanks for any help, I'm really stuck. -John -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] logs.tgz Description: application/compressed-tar -

Re: Double PUT from some clients

2005-03-25 Thread John Rousseau
on a subsequent request. -John John Rousseau wrote: I'm seeing a strange problem from some WebDAV clients where a PUT is done twice. I'm running slide HEAD from ~March 15. WCK. Java 1.4.2_06. If I use the slide webdavclient, or IE and tell it to "Open as Web Folder", everythin

Re: WCK NPE with litmus

2005-03-27 Thread John Rousseau
handle property setting and getting. -John John Rousseau wrote: Sorry for the delay. The INBOX never forgets. :-) Slide HEAD from ~March 15. WCK. Java 1.4.2_06. litmus 0.10.1. Here's what I see for litmus output: [jrousseau-d800]:~/build/litmus/litmus-0.10.1> ./props http://localhost:8081/f

Re: Error while trying to run ant for WCK

2005-04-21 Thread John Rousseau
AILED C:\tmp\jakarta-slide\wck\build.xml:92: Following error occured while executing this line java.lang.NoSuchMethodError: org.jdom.Element.detach()Lorg/jdom/Content;" Who can tell me what to do now ? What mistake did I make ? Greetings Mark -- John Rousseau Archiv

Re: Using Slide as network ressource with windows

2005-05-03 Thread John Rousseau
that share as using the "Web Client Network". I think only WinXP does this. -John -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] Warwick Burrows wrote: Hi Mark, How did you mount slide as a network resource? Are you using Windows Explorer and webfolders or did you use "net use&qu

Re: WCK Transaction error during commit

2005-06-03 Thread John Rousseau
Just to help anyone searching on this problem, this is Apache Jakarta bug 35201. http://issues.apache.org/bugzilla/show_bug.cgi?id=35201 -John John Rousseau wrote: I've been working with WCK for about a week now and today I started seeing these exceptions. I backed out all r

Re: Using proppatch to set properties with XML results in escaped XML in server metadata file

2005-06-30 Thread John Rousseau
aracters can be used? -John Thanks. Sean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] - To unsubsc

Re: How to change the path slide is accessible???

2005-07-14 Thread John Rousseau
another one, like this : http://localhost:8080/anyFoldername/slide ??? Please help me, this is very urgent With kind regards M.B. -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to change the path slide is accessible???

2005-07-14 Thread John Rousseau
plication isn´t reachable any more. So I have to find a way to make WCK accessible within my web application. Can anyone help me ? With kind regards Mark breitner --- Ursprüngliche Nachricht --- Von: John Rousseau <[EMAIL PROTECTED]> An: Slide Users Mailing List Betreff: Re: How t

Re: How to change the path slide is accessible???

2005-07-14 Thread John Rousseau
t; any more. Do you know how to fix this ? With kind regards Mark breitner --- Ursprüngliche Nachricht --- Von: John Rousseau <[EMAIL PROTECTED]> An: Slide Users Mailing List Betreff: Re: How to change the path slide is accessible??? Datum: Thu, 14 Jul 2005 10:03:44 -0400 Change the web.

Re: How to change the path slide is accessible???

2005-07-14 Thread John Rousseau
false ... is this correct so far ? mark --- Ursprüngliche Nachricht --- Von: John Rousseau <[EMAIL PROTECTED]> An: Slide Users Mailing List Betreff: Re: How to change the path slide is accessible??? Datum: Thu, 14 Jul 2005 11:08:54 -0400 H. I'm stumped on that one. Yo

Re: Webdavresource

2005-07-14 Thread John Rousseau
IL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Windows XP mapping

2005-08-01 Thread John Rousseau
-- GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -

Re: Windows XP mapping

2005-08-04 Thread John Rousseau
n be found in the archive. I don't know why my message isn't attached to the end of my thread You can read it here: http://mail-archives.apache.org/mod_mbox/jakarta-slide-user/200507.mbox/[EMAIL PROTECTED] regards tobi --- Ursprüngliche Nachricht --- Von: John Rousseau <[E

Re: Windows XP mapping

2005-08-04 Thread John Rousseau
your machine? Do you think the server's root dir must be slide(WebDAV enabled) too? Other ideas? regards Tobi --- Ursprüngliche Nachricht --- Von: John Rousseau <[EMAIL PROTECTED]> An: Slide Users Mailing List Betreff: Re: Windows XP mapping Datum: Thu, 04 Aug 2005 06:57:11 -0400 Hi To

Re: Connection Refused

2005-08-28 Thread John Rousseau
y.parseMachinesFromId(MachineFactory.java:295) ... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] ---

Re: HTTP 405 from propfind method

2006-08-24 Thread John Rousseau
5 2F .g3!..Yu/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- John Rousseau Archivas, Inc. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Slide Client and HttpClient 3.x

2007-10-11 Thread John Rousseau
ail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- John Rousseau Technical Lead, Archivas Business Unit Hitachi Data Systems +1-781-890-8353 x178 [EMAIL PROTECTED] - To unsubscribe, e-ma