Re: problem with subsitemap

2002-04-26 Thread Frank Taffelt

i play arround and forced the strange behaviour in annother way:
i tested the follwing scenario:

the Base-Sitemap:


  
  

 

  
 
 
 ...
 
   
  


the SubSitemap :



   
  
  
   

   
   
  
  


   


this gives an error. it seems that cocoon tries to find the correspondig
matches for "header.xml" and
"footer.xml" in the base-sitemap and not in the sub-sitemap.

--
Frank




-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: problem with subsitemap

2002-04-26 Thread Frank Taffelt

> So good ,but what this?: 
> this line -is knoledge about the mounted subsitemap.

yes and no. It's a minimal knowledge ... no knowledge means nothing ;-) 

> You can use  also instead of  src="cocoon:/sub/"/>.

ok,  lets discuss this snippet:


   
   
   
   
   


the question is: is it  bug or a feature ?

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: problem with subsitemap

2002-04-26 Thread Vadim Gritsenko

> From: Frank Taffelt [mailto:[EMAIL PROTECTED]]
> 
> Hi,
> 
> i'm trying to serve my application-content from subsitemaps.
> Here is a example from my sitemap.
> 
> the Base-Sitemap:
> 
> 
>   
>   
> 
>  
> 
>   
>  
>
>   
> 
> 
> the SubSitemap :
> 
> 
>
> 

Try here:

  

Or:

  
  


>
> 
>
> 
>

This is not needed. It should never match.

 
>
>
>
>
> 
> 
> When requesting "/test" i expect the content from /sub/entry.
> But i'm getting the following error message in sitemap.log:
> org.apache.cocoon.ResourceNotFoundException: No pipeline matched
request:
> sub//entry
> 
> is this a bug or did i something misunderstand?

Looks like a good place where bug or two can hide.

Vadim


> 
> Thanks lot
>-Frank


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: problem with subsitemap

2002-04-26 Thread yuryx

Frank Taffelt wrote:

>> try this:
>>
>> 
>>
>> 
>>
>
>yes this should work. But the idea is:
> The delegating sitemap has no knowledge about the the structure (matches
>and internal redirects)
>of the mounted subsitmap's (suppose the mounted subsitmap also only
>delegates into deeper subsitemaps ...)
>
So good ,but what this?: 
this line -is knoledge about the mounted subsitemap.
You can use  also instead of .
;)
Regards.
Yury.

>
>
>
>-
>Please check that your question has not already been answered in the
>FAQ before posting. 
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
>




-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: problem with subsitemap

2002-04-26 Thread Frank Taffelt

>  try this:
>
>  
> 
>  

yes this should work. But the idea is:
 The delegating sitemap has no knowledge about the the structure (matches
and internal redirects)
of the mounted subsitmap's (suppose the mounted subsitmap also only
delegates into deeper subsitemaps ...)



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: problem with subsitemap

2002-04-26 Thread yuryx

Frank Taffelt wrote:

>>Try  
>>
>
>no this works when requesting url directly "/sub/" OR "/sub/entry". the
>subsitemap is found and compiled.
>

 try this:

 

 
Yury.

>
>
>
>-
>Please check that your question has not already been answered in the
>FAQ before posting. 
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
>




-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: problem with subsitemap

2002-04-26 Thread Frank Taffelt

> Try  

no this works when requesting url directly "/sub/" OR "/sub/entry". the
subsitemap is found and compiled.



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: problem with subsitemap

2002-04-26 Thread yuryx

Frank Taffelt wrote:

>Hi,
>
>i'm trying to serve my application-content from subsitemaps.
>Here is a example from my sitemap.
>
>the Base-Sitemap:
>
>
>  
>  
>
> 
>
Try  
Yury

>
>
>  
> 
>   
>  
>
>
>the SubSitemap :
>
>
>   
>
>   
>
>   
>
>   
>
>   
>   
>   
>   
>
>
>When requesting "/test" i expect the content from /sub/entry.
>But i'm getting the following error message in sitemap.log:
>org.apache.cocoon.ResourceNotFoundException: No pipeline matched request:
>sub//entry
>
>is this a bug or did i something misunderstand?
>
>Thanks lot
>   -Frank
>
>
>-
>Please check that your question has not already been answered in the
>FAQ before posting. 
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
>




-
Please check that your question has not already been answered in the
FAQ before posting. 

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




problem with subsitemap

2002-04-26 Thread Frank Taffelt

Hi,

i'm trying to serve my application-content from subsitemaps.
Here is a example from my sitemap.

the Base-Sitemap:


  
  

 

  
 
   
  


the SubSitemap :


   

   

   

   

   
   
   
   


When requesting "/test" i expect the content from /sub/entry.
But i'm getting the following error message in sitemap.log:
org.apache.cocoon.ResourceNotFoundException: No pipeline matched request:
sub//entry

is this a bug or did i something misunderstand?

Thanks lot
   -Frank


-
Please check that your question has not already been answered in the
FAQ before posting. 

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