Hi, All: I tries to set the scope for my handler,
I know that Axis right now support only "per-access & per-request" and
singleton,
I tries to set my handler's scope to "per-access",
but Axis never instanciates multiple handlers of mine for different
access(request),
the following is my seeting:
<handler type="java:......." scope=""per-access" >
<.........>
</handler>
why?????
I tries to trace Axis'es code,
WSDDDeployableItem.getInstance(...) will never be called more than once!
Sting
