You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Roman D <do...@gmail.com> on 2005/02/05 04:07:08 UTC

WCK NPE with litmus

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 
org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625)

It has something to do with namespaces, and it happens when litmus test 
for setting property "http://something/something/", value "something"

Storing of properties implemented same as reference WebdavFileStore, so 
I am wondering,

Is WCK WebDAV-compliant according to litmus test?
Should WCK-based implementation be expected to pass all litmus tests ?

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK NPE with litmus

Posted by Roman D <do...@gmail.com>.
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 implementation to find out.
> 
> Oliver
> 
> 
> On Sat, 05 Feb 2005 16:51:52 +0200, Roman D <do...@gmail.com> wrote:
> 
>>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..... pass
>>  4. propfind_d0........... pass
>>  5. propinit.............. pass
>>  6. propset............... pass
>>  7. propget............... FAIL (No value given for property
>>{http://webdav.org/neon/litmus/}prop9)
>>  8. propextended.......... pass
>>  9. propmove.............. pass
>>10. propget............... FAIL (No value given for property
>>{http://webdav.org/neon/litmus/}prop9)
>>11. propdeletes........... pass
>>12. propget............... FAIL (No value given for property
>>{http://webdav.org/neon/litmus/}prop9)
>>13. propreplace........... pass
>>14. propget............... FAIL (No value given for property
>>{http://webdav.org/neon/litmus/}prop9)
>>15. propnullns............ pass
>>16. propget............... FAIL (No value given for property {}nonamespace)
>>17. prophighunicode....... pass
>>18. propget............... FAIL (No value given for property
>>{http://webdav.org/neon/litmus/}high-unicode)
>>19. propvalnspace......... pass
>>20. propwformed........... pass
>>21. propinit.............. pass
>>22. propmanyns............ pass
>>23. propget............... FAIL (No value given for property
>>{kappa}somename)
>>
>>Is it WCK problem or Is there anything I can do to improve situation?
>>
>>Is WCK supposed to be litmus-proof?
>>
>>Thanks.
>>
>>Oliver Zeigermann wrote:
>>
>>>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 <do...@gmail.com> wrote:
>>>
>>>
>>>>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
>>>>org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625)
>>>>
>>>>It has something to do with namespaces, and it happens when litmus test
>>>>for setting property "http://something/something/", value "something"
>>>>
>>>>Storing of properties implemented same as reference WebdavFileStore, so
>>>>I am wondering,
>>>>
>>>>Is WCK WebDAV-compliant according to litmus test?
>>>>Should WCK-based implementation be expected to pass all litmus tests ?
>>>>
>>>>Thanks.
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>
>>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK NPE with litmus

Posted by Oliver Zeigermann <ol...@gmail.com>.
No idea why the tests are failing. Compare the results of the WCK
reference implement to those of your implementation to find out.

Oliver


On Sat, 05 Feb 2005 16:51:52 +0200, Roman D <do...@gmail.com> wrote:
> 
> 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..... pass
>   4. propfind_d0........... pass
>   5. propinit.............. pass
>   6. propset............... pass
>   7. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}prop9)
>   8. propextended.......... pass
>   9. propmove.............. pass
> 10. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}prop9)
> 11. propdeletes........... pass
> 12. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}prop9)
> 13. propreplace........... pass
> 14. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}prop9)
> 15. propnullns............ pass
> 16. propget............... FAIL (No value given for property {}nonamespace)
> 17. prophighunicode....... pass
> 18. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}high-unicode)
> 19. propvalnspace......... pass
> 20. propwformed........... pass
> 21. propinit.............. pass
> 22. propmanyns............ pass
> 23. propget............... FAIL (No value given for property
> {kappa}somename)
> 
> Is it WCK problem or Is there anything I can do to improve situation?
> 
> Is WCK supposed to be litmus-proof?
> 
> Thanks.
> 
> Oliver Zeigermann wrote:
> > 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 <do...@gmail.com> wrote:
> >
> >>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
> >>org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625)
> >>
> >>It has something to do with namespaces, and it happens when litmus test
> >>for setting property "http://something/something/", value "something"
> >>
> >>Storing of properties implemented same as reference WebdavFileStore, so
> >>I am wondering,
> >>
> >>Is WCK WebDAV-compliant according to litmus test?
> >>Should WCK-based implementation be expected to pass all litmus tests ?
> >>
> >>Thanks.
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>
> >>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK NPE with litmus

Posted by Roman D <do...@gmail.com>.
I am getting this failure with WCK;

  org.apache.slide.transaction.SlideTransaction - WARNING - Commit 
failure: Resource manager 
org.apache.slide.simple.store.WebdavStoreMacroAdapter@9a18a0 Error code 
XAER_NOTA in Transaction 13 xid [B@19e733e-[B@1a01f91 in thread 
http-8180-Processor25
javax.transaction.xa.XAException
         at 
org.apache.commons.transaction.util.xa.AbstractXAResource.commit(AbstractXAResource.java:71)
         at 
org.apache.slide.transaction.SlideTransaction.commit(SlideTransaction.java:300)
         at 
org.apache.slide.transaction.SlideTransactionManager.commit(SlideTransactionManager.java:186)
         at 
org.apache.slide.common.NamespaceAccessTokenImpl.commit(NamespaceAccessTokenImpl.java:390)
         at 
org.apache.slide.webdav.method.AbstractWebdavMethod.run(AbstractWebdavMethod.java:445)
         at 
org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:151)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at 
org.apache.slide.webdav.filter.LogFilter.doFilter(LogFilter.java:147)
         at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)


James Mason wrote:
> 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 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 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 D wrote:
>>>
>>>
>>>>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..... pass
>>>> 4. propfind_d0........... pass
>>>> 5. propinit.............. pass
>>>> 6. propset............... pass
>>>> 7. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}prop9)
>>>> 8. propextended.......... pass
>>>> 9. propmove.............. pass
>>>>10. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}prop9)
>>>>11. propdeletes........... pass
>>>>12. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}prop9)
>>>>13. propreplace........... pass
>>>>14. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}prop9)
>>>>15. propnullns............ pass
>>>>16. propget............... FAIL (No value given for property 
>>>>{}nonamespace)
>>>>17. prophighunicode....... pass
>>>>18. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}high-unicode)
>>>>19. propvalnspace......... pass
>>>>20. propwformed........... pass
>>>>21. propinit.............. pass
>>>>22. propmanyns............ pass
>>>>23. propget............... FAIL (No value given for property 
>>>>{kappa}somename)
>>>>
>>>>
>>>>Is it WCK problem or Is there anything I can do to improve situation?
>>>>
>>>>Is WCK supposed to be litmus-proof?
>>>>
>>>>Thanks.
>>>>
>>>>Oliver Zeigermann wrote:
>>>>
>>>>
>>>>>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 <do...@gmail.com> wrote:
>>>>>
>>>>>
>>>>>>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
>>>>>>org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625) 
>>>>>>
>>>>>>
>>>>>>It has something to do with namespaces, and it happens when litmus test
>>>>>>for setting property "http://something/something/", value "something"
>>>>>>
>>>>>>Storing of properties implemented same as reference WebdavFileStore, so
>>>>>>I am wondering,
>>>>>>
>>>>>>Is WCK WebDAV-compliant according to litmus test?
>>>>>>Should WCK-based implementation be expected to pass all litmus tests ?
>>>>>>
>>>>>>Thanks.
>>>>>>
>>>>>>---------------------------------------------------------------------
>>>>>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>>>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>>>
>>>>>>
>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>
>>>>
>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK NPE with litmus

Posted by John Rousseau <jr...@archivas.com>.
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 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/fcfs_data
> -> running `props':
>   0. init.................. pass
>   1. begin................. pass
>   2. propfind_invalid...... pass
>   3. propfind_invalid2..... pass
>   4. propfind_d0........... pass
>   5. propinit.............. pass
>   6. propset............... pass
>   7. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}prop9)
>   8. propextended.......... pass
>   9. propmove.............. pass
> 10. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}prop9)
> 11. propdeletes........... pass
> 12. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}prop9)
> 13. propreplace........... pass
> 14. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}prop9)
> 15. propnullns............ pass
> 16. propget............... FAIL (No value given for property {}nonamespace)
> 17. prophighunicode....... pass
> 18. propget............... FAIL (No value given for property
> {http://webdav.org/neon/litmus/}high-unicode)
> 19. propvalnspace......... pass
> 20. propwformed........... pass
> 21. propinit.............. pass
> 22. propmanyns............ pass
> 23. propget............... FAIL (No value given for property
> {kappa}somename)
> 24. propcleanup........... pass
> 25. finish................ pass
> <- summary for `props': of 26 tests run: 19 passed, 7 failed. 73.1%
> [jrousseau-d800]:~/build/litmus/litmus-0.10.1>
> 
> 
> Attached are 3 files (in a tarball):
> request: A tcptunnel trace of the HTTP requests from the above to my server
> response: The obvious counterpart to 'request'
> debug.log: the litmus debug output for the above
> 
> Let me know what else you need.
> 
> Thanks!
> -John
> 
> 
> James Mason wrote:
> 
>> 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 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 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 D wrote:
>>>>
>>>>
>>>>> 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..... pass
>>>>> 4. propfind_d0........... pass
>>>>> 5. propinit.............. pass
>>>>> 6. propset............... pass
>>>>> 7. propget............... FAIL (No value given for property 
>>>>> {http://webdav.org/neon/litmus/}prop9)
>>>>> 8. propextended.......... pass
>>>>> 9. propmove.............. pass
>>>>> 10. propget............... FAIL (No value given for property 
>>>>> {http://webdav.org/neon/litmus/}prop9)
>>>>> 11. propdeletes........... pass
>>>>> 12. propget............... FAIL (No value given for property 
>>>>> {http://webdav.org/neon/litmus/}prop9)
>>>>> 13. propreplace........... pass
>>>>> 14. propget............... FAIL (No value given for property 
>>>>> {http://webdav.org/neon/litmus/}prop9)
>>>>> 15. propnullns............ pass
>>>>> 16. propget............... FAIL (No value given for property 
>>>>> {}nonamespace)
>>>>> 17. prophighunicode....... pass
>>>>> 18. propget............... FAIL (No value given for property 
>>>>> {http://webdav.org/neon/litmus/}high-unicode)
>>>>> 19. propvalnspace......... pass
>>>>> 20. propwformed........... pass
>>>>> 21. propinit.............. pass
>>>>> 22. propmanyns............ pass
>>>>> 23. propget............... FAIL (No value given for property 
>>>>> {kappa}somename)
>>>>>
>>>>>
>>>>> Is it WCK problem or Is there anything I can do to improve situation?
>>>>>
>>>>> Is WCK supposed to be litmus-proof?
>>>>>
>>>>> Thanks.
>>>>>
>>>>> Oliver Zeigermann wrote:
>>>>>
>>>>>
>>>>>> 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 <do...@gmail.com> 
>>>>>> wrote:
>>>>>>
>>>>>>
>>>>>>> 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
>>>>>>> org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625) 
>>>>>>>
>>>>>>>
>>>>>>> It has something to do with namespaces, and it happens when 
>>>>>>> litmus test
>>>>>>> for setting property "http://something/something/", value 
>>>>>>> "something"
>>>>>>>
>>>>>>> Storing of properties implemented same as reference 
>>>>>>> WebdavFileStore, so
>>>>>>> I am wondering,
>>>>>>>
>>>>>>> Is WCK WebDAV-compliant according to litmus test?
>>>>>>> Should WCK-based implementation be expected to pass all litmus 
>>>>>>> tests ?
>>>>>>>
>>>>>>> Thanks.
>>>>>>>
>>>>>>> --------------------------------------------------------------------- 
>>>>>>>
>>>>>>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>>>>>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>>
>>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
> 

-- 
John Rousseau
Archivas, Inc.
jrousseau@archivas.com

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK NPE with litmus

Posted by John Rousseau <jr...@archivas.com>.
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. begin................. pass
   2. propfind_invalid...... pass
   3. propfind_invalid2..... pass
   4. propfind_d0........... pass
   5. propinit.............. pass
   6. propset............... pass
   7. propget............... FAIL (No value given for property
{http://webdav.org/neon/litmus/}prop9)
   8. propextended.......... pass
   9. propmove.............. pass
10. propget............... FAIL (No value given for property
{http://webdav.org/neon/litmus/}prop9)
11. propdeletes........... pass
12. propget............... FAIL (No value given for property
{http://webdav.org/neon/litmus/}prop9)
13. propreplace........... pass
14. propget............... FAIL (No value given for property
{http://webdav.org/neon/litmus/}prop9)
15. propnullns............ pass
16. propget............... FAIL (No value given for property {}nonamespace)
17. prophighunicode....... pass
18. propget............... FAIL (No value given for property
{http://webdav.org/neon/litmus/}high-unicode)
19. propvalnspace......... pass
20. propwformed........... pass
21. propinit.............. pass
22. propmanyns............ pass
23. propget............... FAIL (No value given for property
{kappa}somename)
24. propcleanup........... pass
25. finish................ pass
<- summary for `props': of 26 tests run: 19 passed, 7 failed. 73.1%
[jrousseau-d800]:~/build/litmus/litmus-0.10.1>


Attached are 3 files (in a tarball):
request: A tcptunnel trace of the HTTP requests from the above to my server
response: The obvious counterpart to 'request'
debug.log: the litmus debug output for the above

Let me know what else you need.

Thanks!
-John


James Mason wrote:
> 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 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 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 D wrote:
>>>
>>>
>>>>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..... pass
>>>> 4. propfind_d0........... pass
>>>> 5. propinit.............. pass
>>>> 6. propset............... pass
>>>> 7. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}prop9)
>>>> 8. propextended.......... pass
>>>> 9. propmove.............. pass
>>>>10. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}prop9)
>>>>11. propdeletes........... pass
>>>>12. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}prop9)
>>>>13. propreplace........... pass
>>>>14. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}prop9)
>>>>15. propnullns............ pass
>>>>16. propget............... FAIL (No value given for property 
>>>>{}nonamespace)
>>>>17. prophighunicode....... pass
>>>>18. propget............... FAIL (No value given for property 
>>>>{http://webdav.org/neon/litmus/}high-unicode)
>>>>19. propvalnspace......... pass
>>>>20. propwformed........... pass
>>>>21. propinit.............. pass
>>>>22. propmanyns............ pass
>>>>23. propget............... FAIL (No value given for property 
>>>>{kappa}somename)
>>>>
>>>>
>>>>Is it WCK problem or Is there anything I can do to improve situation?
>>>>
>>>>Is WCK supposed to be litmus-proof?
>>>>
>>>>Thanks.
>>>>
>>>>Oliver Zeigermann wrote:
>>>>
>>>>
>>>>>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 <do...@gmail.com> wrote:
>>>>>
>>>>>
>>>>>>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
>>>>>>org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625) 
>>>>>>
>>>>>>
>>>>>>It has something to do with namespaces, and it happens when litmus test
>>>>>>for setting property "http://something/something/", value "something"
>>>>>>
>>>>>>Storing of properties implemented same as reference WebdavFileStore, so
>>>>>>I am wondering,
>>>>>>
>>>>>>Is WCK WebDAV-compliant according to litmus test?
>>>>>>Should WCK-based implementation be expected to pass all litmus tests ?
>>>>>>
>>>>>>Thanks.
>>>>>>
>>>>>>---------------------------------------------------------------------
>>>>>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>>>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>>>
>>>>>>
>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>
>>>>
>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 

-- 
John Rousseau
Archivas, Inc.
jrousseau@archivas.com


Re: WCK NPE with litmus

Posted by James Mason <ma...@apache.org>.
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 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 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 D wrote:
> > 
> >>
> >> 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..... pass
> >>  4. propfind_d0........... pass
> >>  5. propinit.............. pass
> >>  6. propset............... pass
> >>  7. propget............... FAIL (No value given for property 
> >> {http://webdav.org/neon/litmus/}prop9)
> >>  8. propextended.......... pass
> >>  9. propmove.............. pass
> >> 10. propget............... FAIL (No value given for property 
> >> {http://webdav.org/neon/litmus/}prop9)
> >> 11. propdeletes........... pass
> >> 12. propget............... FAIL (No value given for property 
> >> {http://webdav.org/neon/litmus/}prop9)
> >> 13. propreplace........... pass
> >> 14. propget............... FAIL (No value given for property 
> >> {http://webdav.org/neon/litmus/}prop9)
> >> 15. propnullns............ pass
> >> 16. propget............... FAIL (No value given for property 
> >> {}nonamespace)
> >> 17. prophighunicode....... pass
> >> 18. propget............... FAIL (No value given for property 
> >> {http://webdav.org/neon/litmus/}high-unicode)
> >> 19. propvalnspace......... pass
> >> 20. propwformed........... pass
> >> 21. propinit.............. pass
> >> 22. propmanyns............ pass
> >> 23. propget............... FAIL (No value given for property 
> >> {kappa}somename)
> >>
> >>
> >> Is it WCK problem or Is there anything I can do to improve situation?
> >>
> >> Is WCK supposed to be litmus-proof?
> >>
> >> Thanks.
> >>
> >> Oliver Zeigermann wrote:
> >>
> >>> 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 <do...@gmail.com> wrote:
> >>>
> >>>> 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
> >>>> org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625) 
> >>>>
> >>>>
> >>>> It has something to do with namespaces, and it happens when litmus test
> >>>> for setting property "http://something/something/", value "something"
> >>>>
> >>>> Storing of properties implemented same as reference WebdavFileStore, so
> >>>> I am wondering,
> >>>>
> >>>> Is WCK WebDAV-compliant according to litmus test?
> >>>> Should WCK-based implementation be expected to pass all litmus tests ?
> >>>>
> >>>> Thanks.
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> >>>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>>>
> >>>>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>
> >>
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK NPE with litmus

Posted by Roman D <do...@gmail.com>.
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 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 D wrote:
> 
>>
>> 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..... pass
>>  4. propfind_d0........... pass
>>  5. propinit.............. pass
>>  6. propset............... pass
>>  7. propget............... FAIL (No value given for property 
>> {http://webdav.org/neon/litmus/}prop9)
>>  8. propextended.......... pass
>>  9. propmove.............. pass
>> 10. propget............... FAIL (No value given for property 
>> {http://webdav.org/neon/litmus/}prop9)
>> 11. propdeletes........... pass
>> 12. propget............... FAIL (No value given for property 
>> {http://webdav.org/neon/litmus/}prop9)
>> 13. propreplace........... pass
>> 14. propget............... FAIL (No value given for property 
>> {http://webdav.org/neon/litmus/}prop9)
>> 15. propnullns............ pass
>> 16. propget............... FAIL (No value given for property 
>> {}nonamespace)
>> 17. prophighunicode....... pass
>> 18. propget............... FAIL (No value given for property 
>> {http://webdav.org/neon/litmus/}high-unicode)
>> 19. propvalnspace......... pass
>> 20. propwformed........... pass
>> 21. propinit.............. pass
>> 22. propmanyns............ pass
>> 23. propget............... FAIL (No value given for property 
>> {kappa}somename)
>>
>>
>> Is it WCK problem or Is there anything I can do to improve situation?
>>
>> Is WCK supposed to be litmus-proof?
>>
>> Thanks.
>>
>> Oliver Zeigermann wrote:
>>
>>> 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 <do...@gmail.com> wrote:
>>>
>>>> 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
>>>> org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625) 
>>>>
>>>>
>>>> It has something to do with namespaces, and it happens when litmus test
>>>> for setting property "http://something/something/", value "something"
>>>>
>>>> Storing of properties implemented same as reference WebdavFileStore, so
>>>> I am wondering,
>>>>
>>>> Is WCK WebDAV-compliant according to litmus test?
>>>> Should WCK-based implementation be expected to pass all litmus tests ?
>>>>
>>>> Thanks.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>
>>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK NPE with litmus

Posted by John Rousseau <jr...@archivas.com>.
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 D wrote:
> 
> 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..... pass
>  4. propfind_d0........... pass
>  5. propinit.............. pass
>  6. propset............... pass
>  7. propget............... FAIL (No value given for property 
> {http://webdav.org/neon/litmus/}prop9)
>  8. propextended.......... pass
>  9. propmove.............. pass
> 10. propget............... FAIL (No value given for property 
> {http://webdav.org/neon/litmus/}prop9)
> 11. propdeletes........... pass
> 12. propget............... FAIL (No value given for property 
> {http://webdav.org/neon/litmus/}prop9)
> 13. propreplace........... pass
> 14. propget............... FAIL (No value given for property 
> {http://webdav.org/neon/litmus/}prop9)
> 15. propnullns............ pass
> 16. propget............... FAIL (No value given for property {}nonamespace)
> 17. prophighunicode....... pass
> 18. propget............... FAIL (No value given for property 
> {http://webdav.org/neon/litmus/}high-unicode)
> 19. propvalnspace......... pass
> 20. propwformed........... pass
> 21. propinit.............. pass
> 22. propmanyns............ pass
> 23. propget............... FAIL (No value given for property 
> {kappa}somename)
> 
> 
> Is it WCK problem or Is there anything I can do to improve situation?
> 
> Is WCK supposed to be litmus-proof?
> 
> Thanks.
> 
> Oliver Zeigermann wrote:
> 
>> 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 <do...@gmail.com> wrote:
>>
>>> 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
>>> org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625) 
>>>
>>>
>>> It has something to do with namespaces, and it happens when litmus test
>>> for setting property "http://something/something/", value "something"
>>>
>>> Storing of properties implemented same as reference WebdavFileStore, so
>>> I am wondering,
>>>
>>> Is WCK WebDAV-compliant according to litmus test?
>>> Should WCK-based implementation be expected to pass all litmus tests ?
>>>
>>> Thanks.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>
>>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 

-- 
John Rousseau
Archivas, Inc.
jrousseau@archivas.com

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK NPE with litmus

Posted by Roman D <do...@gmail.com>.
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..... pass
  4. propfind_d0........... pass
  5. propinit.............. pass
  6. propset............... pass
  7. propget............... FAIL (No value given for property 
{http://webdav.org/neon/litmus/}prop9)
  8. propextended.......... pass
  9. propmove.............. pass
10. propget............... FAIL (No value given for property 
{http://webdav.org/neon/litmus/}prop9)
11. propdeletes........... pass
12. propget............... FAIL (No value given for property 
{http://webdav.org/neon/litmus/}prop9)
13. propreplace........... pass
14. propget............... FAIL (No value given for property 
{http://webdav.org/neon/litmus/}prop9)
15. propnullns............ pass
16. propget............... FAIL (No value given for property {}nonamespace)
17. prophighunicode....... pass
18. propget............... FAIL (No value given for property 
{http://webdav.org/neon/litmus/}high-unicode)
19. propvalnspace......... pass
20. propwformed........... pass
21. propinit.............. pass
22. propmanyns............ pass
23. propget............... FAIL (No value given for property 
{kappa}somename)


Is it WCK problem or Is there anything I can do to improve situation?

Is WCK supposed to be litmus-proof?

Thanks.

Oliver Zeigermann wrote:
> 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 <do...@gmail.com> wrote:
> 
>>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
>>org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625)
>>
>>It has something to do with namespaces, and it happens when litmus test
>>for setting property "http://something/something/", value "something"
>>
>>Storing of properties implemented same as reference WebdavFileStore, so
>>I am wondering,
>>
>>Is WCK WebDAV-compliant according to litmus test?
>>Should WCK-based implementation be expected to pass all litmus tests ?
>>
>>Thanks.
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK NPE with litmus

Posted by Oliver Zeigermann <ol...@gmail.com>.
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 <do...@gmail.com> wrote:
> 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
> org.apache.slide.simple.store.WebdavStoreAdapter$TransactionId.retrieveRevisionDescriptor(WebdavStoreAdapter.java:625)
> 
> It has something to do with namespaces, and it happens when litmus test
> for setting property "http://something/something/", value "something"
> 
> Storing of properties implemented same as reference WebdavFileStore, so
> I am wondering,
> 
> Is WCK WebDAV-compliant according to litmus test?
> Should WCK-based implementation be expected to pass all litmus tests ?
> 
> Thanks.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org