Re: WCK NPE with litmus

2005-03-27 Thread John Rousseau
Again, answering my own question... I had some time this weekend to do some debugging... If you are using the WCK and you want property access to work, you need to implement either WebdavStoreSinglePropertyExtension or WebdavStoreBulkPropertyExtension. Once you do that, you (and litmus) can

Re: WCK NPE with litmus

2005-03-24 Thread John Rousseau
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/fcfs_data - running `props': 0. init.. pass 1.

Re: WCK NPE with litmus

2005-02-07 Thread James Mason
Well, I looked and the code is still in there. It must not be working right. Can someone post a trace of a failing request? -James On Sat, 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

Re: WCK NPE with litmus

2005-02-07 Thread Roman D
I am getting this failure with WCK; org.apache.slide.transaction.SlideTransaction - WARNING - Commit failure: Resource manager [EMAIL PROTECTED] Error code XAER_NOTA in Transaction 13 xid [EMAIL PROTECTED]@1a01f91 in thread http-8180-Processor25 javax.transaction.xa.XAException at

Re: WCK NPE with litmus

2005-02-05 Thread Oliver Zeigermann
Thanks for reporting. Of course no test should cause a NullPointerException. I have committed a patch that adapts WCK to the new PropertyName version that should fix this issue. Oliver On Sat, 05 Feb 2005 05:07:08 +0200, Roman D [EMAIL PROTECTED] wrote: Hi, I have store with WCK, and when

Re: WCK NPE with litmus

2005-02-05 Thread Roman D
Thank you for the patch! that fixed NPE! My WCK store saves properties and return them exactly as they were set by client. Still I have litmus failures; - running `props': 0. init.. pass 1. begin. pass 2. propfind_invalid.. pass 3. propfind_invalid2.

Re: WCK NPE with litmus

2005-02-05 Thread Roman D
Running WCK reference WebdavFileStore and litmus failures are exactly same. It's built from current HEAD. Can it be true that WCK is not litmus-compliant? Regards. Oliver Zeigermann wrote: No idea why the tests are failing. Compare the results of the WCK reference implement to those of your

Re: WCK NPE with litmus

2005-02-05 Thread John Rousseau
I thought James Mason submitted a patch for this recently (he sent mail on 24 Jan, copied below) after I reported the same issue. Unfortuantely, I have not yet had a chance to verify it myself. -John On 2005-01-24 at 11:17 +0500 James Mason wrote: This should be fixed in Slide HEAD now. Roman

Re: WCK NPE with litmus

2005-02-05 Thread Roman D
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 lost on the way or something. John Rousseau wrote: I thought James Mason submitted a

WCK NPE with litmus

2005-02-04 Thread Roman D
Hi, I have store with WCK, and when testing with litmus I get a java.lang.NullPointerException at org.apache.slide.common.PropertyName.getPropertyName(PropertyName.java:121) at org.apache.slide.content.NodeProperty.init(NodeProperty.java:117) at