Custom generator not call recycle method

Miguel <[email protected]> Tue, 04 Feb 2014 16:52:53 +0100
Newsgroups gmane.text.xml.cocoon.user
Message-ID <[email protected]>
Hi,

I'm migrating configuration custom generator from Avalon to Spring and 
generator is working well but I have checked that generator does not 
call recycled method when it has finished.

My generator configuration in servlet-service.xml file is:

<bean scope="prototype" 
name="org.apache.cocoon.generation.Generator/customGenerator" 
class="es.juntadeandalucia.generation.CustomGenerator">
       <property name="server" value="${ip.machine}" />
       <property name="port" value="${port_machine}" />
       <property name="parser" ref="org.apache.cocoon.core.xml.SAXParser"/>
       <property name="manager" 
ref="org.apache.avalon.framework.service.DefaultServiceManager" />
</bean>

When I used old configuration:

<map:generator label="customGenerator" name="customGenerator"
       src="es.juntadeandalucia.generation.CustomGenerator">
     <server>${ip.machine}</server>
     <port>${port_machine}</port>
</map:generator>

then, my generator work all well and execute recycle method when 
generator is finished.

Any ideas?
Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
miguel_valencia.vcf (text/x-vcard, 379 B)
begin:vcard
fn:Miguel Valencia Zurera
n:Valencia Zurera;Miguel
org;quoted-printable:Sociedad Andaluza para el Desarrollo de las Telecomunicaciones, S.A.;Departamento de Sistemas de Informaci=C3=B3n
adr;dom:;;Avda de la Arboleda s/n;Sevilla;Tomares ;41940 
email;internet:[email protected]
tel;cell:742377 (670942377)
x-mozilla-html:TRUE
version:2.1
end:vcard