Can't manage session -------------------- Key: AXIS2-1638 URL: http://issues.apache.org/jira/browse/AXIS2-1638 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.1 Reporter: takanori
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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]