Stuart,
</snip>
>
> A request for "new-test_news.html" is going to request
> "cocoon:/select/news/test_news.xml" which, during its processing is going
> to look for JaxpTransformer components from its own pool before that of
> its parent. Consequently, on every call it is going to create a whole new
> pool and set of transformers.
SitemapComponentSelectors (and their pools) are created once during initialization
of (sub)sitemap, and parent is set to appropriate SitemapComponentSelector from the
parent sitemap (or Cocoon itself for main sitemap), see AbstractSitemap.compose()
method.
When looking for component, first component from this sitemap is looked up. If none
found,
selector attempts to get component from parent.
Are you able to reproduce your problem on Cocoon's example sitemap?
Vadim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]