DEBUG (2004-02-02) 15:55.06:770 [sitemap] (/test/report-save)
PoolThread-9/DefaultComponentFactory: ComponentFactory decommissioning
instance of com.***.ReportAcceptor.
I keep getting those messages in my sitemap.xmap. What does it really mean and
how can I get rid of it. The action is quite simple. It does some request
parameters processing and inserts data into the database.
The sitemap snippets follow.
<map:actions>
<map:action logger="sitemap.action.serverpages" name="serverpages"
src="org.apache.cocoon.acting.ServerPagesAction"/>
<map:action logger="sitemap.action.ruch-reports" name="ruch-reports"
pool-grow="2" pool-max="32" pool-min="4" src="com.***.ReportAcceptor"/>
</map:actions>
<map:match pattern="report-save">
<map:act type="ruch-reports">
<map:parameter name="pool" value="tha-pool"/>
<map:generate src="ok.xml"/>
<map:serialize/>
</map:act>
</map:match>
--
Leszek Gawron
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]