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/02/07 11:57:05 UTC

[jira] Resolved: (AXIS2-1638) Can't manage session

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

Deepal Jayasinghe resolved AXIS2-1638.
--------------------------------------

    Resolution: Fixed

I improved the session handling a bit yesterday ,not the issue should be fixed.

> Can't manage session
> --------------------
>
>                 Key: AXIS2-1638
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1638
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: takanori
>         Assigned To: Deepal Jayasinghe
>
> I try to manage a session, but it is failed.
> I used the pojo sample 'AddressBook' which is in RC2.
> The entry is not keep when I change  as follows:
> Try : SOAP Session
>    1. services.xml
>        <service name="AddressBookService" scope="soapsession">
>    2. AddressBookRPCClient
>        Options options = serviceClient.getOptions();
>        options.setManageSession(true);
> Try : Transport Session
>    1. services.xml
>        <service name="AddressBookService" scope="transportsession">
>    2. AddressBookRPCClient
>        Options options = serviceClient.getOptions();
>        options.setManageSession(true);
>    3. axis2.xml
>       <parameter name="manageTransportSession" locked="false">true</parameter>

-- 
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