Re: Sitemap problem... help! :-)

2005-05-23 Thread Joerg Heinicke
On 30.01.2005 21:32, Mark Lundquist wrote: It can be argued that it should be possible to match any continuation resource in any context and have it resumed correctly. The rationale is the intuition that the sitemap context is part of the control thread being resumed. I agree. Isn't it poss

Re: Sitemap problem... help! :-)

2005-01-30 Thread Mark Lundquist
On Jan 30, 2005, at 5:21 AM, Sylvain Wallez wrote: I don't think we should go that far: IMO, having an exception with a clear reason message is enough, as it shows that there is a bug in the application that needs to be fixed. Mark had no such exception, and that's why he spent much time to find

Re: Sitemap problem... help! :-)

2005-01-30 Thread Mark Lundquist
On Jan 30, 2005, at 3:07 AM, Leszek Gawron wrote: You should have errors in your log files when getting this kind of InvalidContinuationException: if (!kont.interpreterMatches(interpreterId)) { getLogger().error( "WK: Continuation (" + kont.getId()

Re: Sitemap problem... help! :-)

2005-01-30 Thread Sylvain Wallez
Leszek Gawron wrote: Sylvain Wallez wrote: Mark Lundquist wrote: OK, I figured out the problem (qv. http://marc.theaimsgroup.com/?t=11070194514&r=1&w=2). I had one matcher in the root sitemap that handled all continuation URIs, even those that are generated from pipelines in subsitemaps. So

Re: Sitemap problem... help! :-)

2005-01-30 Thread Leszek Gawron
Sylvain Wallez wrote: Mark Lundquist wrote: OK, I figured out the problem (qv. http://marc.theaimsgroup.com/?t=11070194514&r=1&w=2). I had one matcher in the root sitemap that handled all continuation URIs, even those that are generated from pipelines in subsitemaps. So apparently, the cont

Re: Sitemap problem... help! :-)

2005-01-30 Thread Sylvain Wallez
Mark Lundquist wrote: OK, I figured out the problem (qv. http://marc.theaimsgroup.com/?t=11070194514&r=1&w=2). I had one matcher in the root sitemap that handled all continuation URIs, even those that are generated from pipelines in subsitemaps. So apparently, the context for the redirector

Re: Sitemap problem... help! :-)

2005-01-29 Thread Mark Lundquist
OK, I figured out the problem (qv. http://marc.theaimsgroup.com/?t=11070194514&r=1&w=2). I had one matcher in the root sitemap that handled all continuation URIs, even those that are generated from pipelines in subsitemaps. So apparently, the context for the redirector invoked from the flo

Re: Sitemap problem... help! :-)

2005-01-29 Thread Sylvain Wallez
Mark Lundquist wrote: I posted the following a couple of days ago on the users list. I've discovered a wee bit more information (see below). Anyway, the problem (I'm using Cocoon 2.1.6): On Jan 26, 2005, at 5:42 PM, Mark Lundquist wrote: Hi, I'm having trouble figuring out this problem... I ha

Re: Sitemap problem... help! :-)

2005-01-29 Thread Mark Lundquist
On Jan 29, 2005, at 9:07 AM, Mark Lundquist wrote: <...snip> This morning I modified o.a.c.matching.AbstractPreparableMatcher to log failed matches actually it is o.a.c.components.treeprocessor.sitemap.PreparableMatchNode that I instrumented. — mark

Sitemap problem... help! :-)

2005-01-29 Thread Mark Lundquist
I posted the following a couple of days ago on the users list. I've discovered a wee bit more information (see below). Anyway, the problem (I'm using Cocoon 2.1.6): On Jan 26, 2005, at 5:42 PM, Mark Lundquist wrote: Hi, I'm having trouble figuring out this problem... I have a flowscript that d