You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2007/04/16 10:18:15 UTC

[jira] Updated: (AXIS2-2380) Session scope not working

     [ https://issues.apache.org/jira/browse/AXIS2-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe updated AXIS2-2380:
-------------------------------------

    Priority: Major  (was: Blocker)

No point of keeping this as a blocker , since that is how Axis2 has designed to work


> Session scope not working
> -------------------------
>
>                 Key: AXIS2-2380
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2380
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: deployment
>    Affects Versions: 1.1.1
>         Environment: Windows XP Service Pack2, Axis2 running as server, java 1.5.0_05
>            Reporter: Stephan Gloor
>
> <service name="WeatherService" scope="soapsession"> ....
> doesn't work, when using the following code fragment:
>  
> ------------------------------------------------------------------------------------
> RPCServiceClient serviceClient = 
> new RPCServiceClient(); 
> Options options 
> = serviceClient.getOptions(); 
> options.setManageSession(true); 
> ... 
> serviceClient.invokeRobust(opSetWeather, opSetWeatherArgs); 
> ------------------------------------------------------------------------------------
>  
> the init method of the service is called every time the client executes invokeRobust on the same serviceClient instance.
> Thanks and kind regards, Stephan Gloor, Webservices Teacher, Switzerland
> ps. would be glad to know, if this is an 1.1.1 issue - so switching to a previous version would help.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org