Hi, in Axis2 0.93 follow configuration in a services.xml was possible:
<parameter name="ServiceClass" locked="false">com.MyService</parameter> <parameter name="scope">application</parameter> The AbstractMessageReceiver class in Axis2 0.94 takes no care about the scope parameter anymore. How can I force Axis to create only one instance of my service implementation class for the whole runtime? Thanks and good night, Andreas Bobek. --------------------- http://www.andreas-bobek.de http://www-md.e-technik.uni-rostock.de/~ab113/index.html
