[
https://issues.apache.org/jira/browse/AXIS2-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davanum Srinivas updated AXIS2-1638:
------------------------------------
Assignee: Deepal Jayasinghe
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]