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 "takanori (JIRA)" <ji...@apache.org> on 2006/11/07 16:32:50 UTC

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

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


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

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org