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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/04/20 07:35:15 UTC

[jira] Created: (AXIS2-2568) Null value returns when getting the lastOperationContext using stubs

Null value returns when getting the lastOperationContext using stubs
--------------------------------------------------------------------

                 Key: AXIS2-2568
                 URL: https://issues.apache.org/jira/browse/AXIS2-2568
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.2
         Environment: tomcat 6.0.10, jdk15, Axis2-1.2-RC3
            Reporter: Charitha Kankanamge


I could not get the last operation context using stubs. Here is the code I used to get the last operation context.

OperationContext opCtx = stub._getServiceClient().getLastOperationContext();
System.out.println("Operation context: " + opCtx);

It always return 'Opeartion context: null' as the output.

-- 
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] Resolved: (AXIS2-2568) Null value returns when getting the lastOperationContext using stubs

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-2568.
--------------------------------------

    Resolution: Fixed

issue is fixed in 1.2 version

> Null value returns when getting the lastOperationContext using stubs
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2568
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2568
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: tomcat 6.0.10, jdk15, Axis2-1.2-RC3
>            Reporter: Charitha Kankanamge
>
> I could not get the last operation context using stubs. Here is the code I used to get the last operation context.
> OperationContext opCtx = stub._getServiceClient().getLastOperationContext();
> System.out.println("Operation context: " + opCtx);
> It always return 'Opeartion context: null' as the output.

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