Interpreted sitemap failing in 2.0.3

2002-08-03 Thread Tuomo Lesonen

I enabled the interpreted sitemap component in order to get the
cocoon:/ protocol workin properly. Everything looked nice, but then I
noticed that mounted sitemaps were not inheriting any components from
their parents. I wouldn't like to include same declarations in every
sitemap. I have the map:components, map:transformers etc. in all the
subsitemaps, some of them are empty though.

Any workaround?

ps. I tried 2.1-DEV already to get around this. It helped, but cocoon kept
sending blank pages after a while. This is not good either, but is
probably another issue?

-Tuomo


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Interpreted sitemap failing in 2.0.3

2002-07-02 Thread Per Kreipke

Can anyone help? Can't get interperted sitemap to run.

Thanks in advance, Per Kreipke

   I'm getting an error that a generator for type 'file' doesn't
 exist when
   inf fact (as in many examples) it refers to the calling sitemap
  (the cocoon
   default map).
  
   Do I need to create a stand alone sitemap?
 
  Do you still have a map:generators section under you
  map:components section un
  your subsitemap? The interpreted sitemap may require an element,
  even if it
  is empty.

 I do and it is empty :-) THis is the whole section:


 !-- This sitemap is mounted from the cocoon default sitemap --
 map:components
  map:generators default=file/
  map:transformers default=xslt/
  map:readers default=resource/
  map:serializers default=html/
  map:selectors default=browser/
  map:matchers default=wildcard
   map:matcher logger=sitemap.matcher.sessionname=session-attribute
src=org.apache.cocoon.matching.SessionAttributeMatcher /
  /map:matchers

  map:actions
   map:action logger=sitemap.action.session-create name=session-create
 src=org.onclave.SessionCreateAction
currentAgencyus/currentAgency
   /map:action
  /map:actions
 /map:components


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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