Description
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.
It is not possible to force Axis to create only one instance of a service implementation class for the whole runtime any longer.
related entry in mailing list is
http://marc.theaimsgroup.com/?l=axis-user&m=113711865827709&w=2