It looks like this has to do with my latest change to WebDAVSource
http://marc.theaimsgroup.com/?l=xml-cocoon-cvs&m=107166853429254&w=2

I just checked in a fix. Please test.

Thanks
Guido

Jeroen Reijn wrote:
> Hi guys,
>
> about 30 minutes ago i updated my Cocoon version with the latest from
> CVS.
> I started my cocoon again and now my pipeline is broken.
>
> In my sitemap i use an aggregate that looks like this.
>
> <map:match pattern="xpath-news-items/*/*">
>   <map:generate type="xpath-ts"
> src="webdav://user:[EMAIL PROTECTED]:82/dav/content/{2}">
>    <map:parameter name="depth" value="{1}"/>
>    <map:parameter name="xmlFiles" value="\.x.*$"/>
>    <map:parameter name="xpath" value="/document/content/title"/>
>   </map:generate>
>   <map:serialize type="xml"/>
> </map:match>
>
> The xpath-ts in my generator stands for the
> XPathTraversableSourceGenerator
>
> The output to screen looks like this:
>
> [ quote from IE ]
>
> cause
>
> org.apache.commons.httpclient.HttpException
>
> request-uri
>
> /index.html
>
> full exception chain stacktrace
>
> Original Exception: org.apache.cocoon.ProcessingException: Error
> adding paths: org.apache.excalibur.source.SourceException: Failed to
> get WebDAV collection children.
>
> [/ quote from IE ]
>
> In my prompt window i get the following message:
>
> 22-dec-2003 15:03:50 org.apache.commons.httpclient.HttpMethodBase
> processAuthenticationResponse
> WARNING: No credentials available for the basicauthentication realm
> 'My
> Project'
>
> I'm lost here what changed that my code is broken?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to