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=12992>. 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=12992 JNDI Wrapper cannot handle workspaces Summary: JNDI Wrapper cannot handle workspaces Product: Slide Version: Nightly Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The JNDI wrapper isCollection() method does something like: if (resourcetype.equals("<collection/>") to determine if a node is a collection or not. In my opinion workspaces should be handled like collections by the SlideDirContext but it would appear they are created differently, their resourcetype is <D:collection xmlns:D="DAV:" />. Thus the SlideDirContext does not treat them as a collection, with the result that workspaces are not browsable as a SlideContext. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
