DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11167>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11167

[PATCH] NPE with XMLFileDescriptorsStore

           Summary: [PATCH] NPE with XMLFileDescriptorsStore
           Product: Slide
           Version: Nightly
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Stores
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I got a NPE if I use the XMLFileDescriptorsStore and try the
following sequence:
cd files; mkcol 1; rm 1; mkcol 2; mkcol 1

java.lang.NullPointerException
        at 
slidestore.file.AbstractUriProperties.createObject(AbstractUriProperties.java:181)
        at
slidestore.file.XMLFileDescriptorsStore.createObject(XMLFileDescriptorsStore.java:292)
        at org.apache.slide.store.AbstractStore.createObject(AbstractStore.java:589)
        at org.apache.slide.store.StandardStore.createObject(StandardStore.java:209)
        at org.apache.slide.structure.StructureImpl.create(StructureImpl.java:416)
        at 
org.apache.slide.webdav.method.MkcolMethod.executeRequest(MkcolMethod.java:237)
        at
org.apache.slide.webdav.method.AbstractWebdavMethod.run(AbstractWebdavMethod.java:323)
        at org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:221)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to