You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Leszek Gawron <lg...@mobilebox.pl> on 2004/02/02 16:03:19 UTC

ComponentFactory decommissioning instance

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org