Hi richard
It works well form me .. But i have value="application" .. Just the "a" in 
lowercase
philippe
-----Message d'origine-----
De : richard falconer [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 19 août 2005 11:45
À : [email protected]
Objet : application scope in axis 1.2

Hi,

I originally deployed my axis 1.2.1 service with the <parameter name="scope" 
value="Session"/> As expected each time my client invokes a service method a 
new instance of the class is created to satisfy the request. However I've tried 
to change this so that I can do some one-off bootstrapping of resources so 
changed the parameter setting to the following:

<parameter name="scope" value="Application"/>

However I'm still getting a new instance of my class generated for each client 
request. Also tried removing the parameter altogether but again my class is 
being re-created each time a request comes in.

Any help appreciated,
thanks Richard 


Reply via email to