You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Abhijeet Solanki <as...@cisco.com> on 2004/01/07 19:10:14 UTC

Pull Service

Hi,
 
I created a simple class with a print statement in init and added that
class to pull service in turbine.properties. The class scope is set to
request.
 
I see multiple print statements for a single request i.e. the
init(Object rundata) is getting called multiple times.
 
As per the doc "tool is instantiated once for each request", so I
concluded that init will be called only once for each request.
 
Can someone please clarify this?
 
thanks,
Abhijeet