You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by vo...@basf-it-services.com on 2003/02/12 08:54:20 UTC

Re: cvs commit: xml-cocoon2/src/scratchpad/webapp/samples/taglib sitemap.xmap


Hi Vadim,

I think pool-min="0" should be allowed. The reason setting this to "0" was a
problem in Avalon, because the TagTransformer lookup the TransformerSelector in
the configure method and if the pool-min > 0 this trigger a loop in Avalon. I am
not sure if this is fixed now.

Volker



vgritsenko    2003/02/11 20:43:47

  Modified:    src/scratchpad/webapp/samples/taglib sitemap.xmap
  Log:
  Tab to space, fix pool-min.

  Revision  Changes    Path
  1.2       +4 -5
  xml-cocoon2/src/scratchpad/webapp/samples/taglib/sitemap.xmap

  Index: sitemap.xmap
  ===================================================================
  RCS file:
  /home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/taglib/sitemap.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap.xmap   9 Feb 2003 14:06:21 -0000     1.1
  +++ sitemap.xmap   12 Feb 2003 04:43:47 -0000    1.2
  @@ -3,11 +3,11 @@

    <map:components>
      <map:transformers>
  -      <map:transformer name="tag"
  src="org.apache.cocoon.transformation.TagTransformer" pool-max="64"
  pool-min="0" pool-grow="2" logger="sitemap.transformer.newtag">
  -      <transformer-hint>tag</transformer-hint>
  +      <map:transformer name="tag"
  src="org.apache.cocoon.transformation.TagTransformer" pool-max="64"
  pool-min="1" pool-grow="2" logger="sitemap.transformer.newtag">
  +        <transformer-hint>tag</transformer-hint>
        </map:transformer>
  -  </map:transformers>
  -  <map:actions>
  +     </map:transformers>
  +     <map:actions>
        <map:action name="tagtest" logger="sitemap.action.locale"
        src="org.apache.cocoon.taglib.test.acting.TagtestAction" />
        <map:action name="locale"  logger="sitemap.action.locale"
        src="org.apache.cocoon.acting.LocaleAction">
         <store-in-session>true</store-in-session>
  @@ -27,5 +27,4 @@
        </map:match>
      </map:pipeline>
    </map:pipelines>
  -
   </map:sitemap>




----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org






---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: cvs commit: xml-cocoon2/src/scratchpad/webapp/samples/taglib sitemap.xmap

Posted by Vadim Gritsenko <va...@verizon.net>.
volker.schmitt@basf-it-services.com wrote:

>Hi Vadim,
>
>I think pool-min="0" should be allowed. The reason setting this to "0" was a
>problem in Avalon, because the TagTransformer lookup the TransformerSelector in
>the configure method and if the pool-min > 0 this trigger a loop in Avalon. I am
>not sure if this is fixed now.
>  
>

Thanks, I've changed it back, and fixed the schema.

Vadim



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org