[daisy] Could not find mountPoint, is MountPointAction in the pipeline?

Bruno Dumon bruno at outerthought.org
Mon Nov 6 02:56:22 CST 2006


On Sun, 2006-11-05 at 17:59 +0000, Mark H wrote:
> I have a simple contact-us form as a daisy extension. But when the form is
> submitted and continues the continuation I sometimes get:
> 
> Sitemap: error calling continuation
> Could not find mountPoint, is MountPointAction in the pipeline?
> 
> I'm using JavaFlow and in my code this is where the error occurs:
> 
> WikiHelper.getMountPoint(request)
> 
> My extension sitemap looks like:
> 
> <map:pipeline internal-only="true" type="noncaching">
> ...
> </map:pipeline>
> 
> <map:pipeline type="noncaching">
>      <map:act type="DetermineMountPoint"/>
>      
>      <map:match pattern="*.continue">
>        <map:call continuation="{1}"/>
>      </map:match>
> ...
> 
> Any ideas why it's not running the DetermineMountPoint action on each
> request?

You don't need the DetermineMountPoint action in your extension sitemap,
it is part of the main Daisy sitemap and needs to be executed just once.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
bruno at outerthought.org                          bruno at apache.org



More information about the daisy mailing list