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 "David Blevins (JIRA)" <ax...@ws.apache.org> on 2005/06/17 21:55:17 UTC

[jira] Created: (AXIS-2062) Bug in RPCElement.getParams. Can only be called once reliably

Bug in RPCElement.getParams.  Can only be called once reliably
--------------------------------------------------------------

         Key: AXIS-2062
         URL: http://issues.apache.org/jira/browse/AXIS-2062
     Project: Apache Axis
        Type: Bug
  Components: SAAJ  
    Versions: 1.2.1    
    Reporter: David Blevins
 Attachments: RPCElementTest.java

Attaching a test case which should illustrate that the getParams method of RPCElement can only be called once.  Further calls will not reflect the state of the Message.


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


[jira] Updated: (AXIS-2062) Bug in RPCElement.getParams. Can only be called once reliably

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS-2062:
-----------------------------------

    Assignee:     (was: Davanum Srinivas)

> Bug in RPCElement.getParams.  Can only be called once reliably
> --------------------------------------------------------------
>
>                 Key: AXIS-2062
>                 URL: https://issues.apache.org/jira/browse/AXIS-2062
>             Project: Axis
>          Issue Type: Bug
>          Components: SAAJ
>    Affects Versions: 1.2.1
>            Reporter: David Blevins
>         Attachments: RPCElementTest.java, TestRPCElement.java
>
>
> Attaching a test case which should illustrate that the getParams method of RPCElement can only be called once.  Further calls will not reflect the state of the Message.

-- 
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] Commented: (AXIS-2062) Bug in RPCElement.getParams. Can only be called once reliably

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2062?page=comments#action_12314125 ] 

Davanum Srinivas commented on AXIS-2062:
----------------------------------------

You can cut-n-paste the same test case and submit a new one for 2062. I don't think that is fixed either (even after your 2 patches for setDirty and recorder replay.

thanks,
dims

> Bug in RPCElement.getParams.  Can only be called once reliably
> --------------------------------------------------------------
>
>          Key: AXIS-2062
>          URL: http://issues.apache.org/jira/browse/AXIS-2062
>      Project: Apache Axis
>         Type: Bug
>   Components: SAAJ
>     Versions: 1.2.1
>     Reporter: David Blevins
>     Assignee: Davanum Srinivas
>  Attachments: RPCElementTest.java, TestRPCElement.java
>
> Attaching a test case which should illustrate that the getParams method of RPCElement can only be called once.  Further calls will not reflect the state of the Message.

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


[jira] Updated: (AXIS-2062) Bug in RPCElement.getParams. Can only be called once reliably

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2062?page=all ]

Davanum Srinivas updated AXIS-2062:
-----------------------------------

    Attachment: TestRPCElement.java

David, I have a bit of trouble understanding the test case. For example, calling getNodeValue (a DOM method) on RPCParam returns null.  Can you please update the test case and upload a new one?

thanks,
dims

> Bug in RPCElement.getParams.  Can only be called once reliably
> --------------------------------------------------------------
>
>          Key: AXIS-2062
>          URL: http://issues.apache.org/jira/browse/AXIS-2062
>      Project: Apache Axis
>         Type: Bug
>   Components: SAAJ
>     Versions: 1.2.1
>     Reporter: David Blevins
>  Attachments: RPCElementTest.java, TestRPCElement.java
>
> Attaching a test case which should illustrate that the getParams method of RPCElement can only be called once.  Further calls will not reflect the state of the Message.

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


[jira] Commented: (AXIS-2062) Bug in RPCElement.getParams. Can only be called once reliably

Posted by "David Blevins (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2062?page=comments#action_12314129 ] 

David Blevins commented on AXIS-2062:
-------------------------------------

Right.  The two patches (AXIS-2068, AXIS-2069) don't apply to this issue.  This one seems to be due to a completely different state flag not being set (needDesr, I think).

I'll work on the test case and get back to you.  Probably not this week as I'm working around the issue for the meantime and off working on failing TCK tests.

> Bug in RPCElement.getParams.  Can only be called once reliably
> --------------------------------------------------------------
>
>          Key: AXIS-2062
>          URL: http://issues.apache.org/jira/browse/AXIS-2062
>      Project: Apache Axis
>         Type: Bug
>   Components: SAAJ
>     Versions: 1.2.1
>     Reporter: David Blevins
>     Assignee: Davanum Srinivas
>  Attachments: RPCElementTest.java, TestRPCElement.java
>
> Attaching a test case which should illustrate that the getParams method of RPCElement can only be called once.  Further calls will not reflect the state of the Message.

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


[jira] Updated: (AXIS-2062) Bug in RPCElement.getParams. Can only be called once reliably

Posted by "David Blevins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2062?page=all ]

David Blevins updated AXIS-2062:
--------------------------------

    Attachment: RPCElementTest.java

> Bug in RPCElement.getParams.  Can only be called once reliably
> --------------------------------------------------------------
>
>          Key: AXIS-2062
>          URL: http://issues.apache.org/jira/browse/AXIS-2062
>      Project: Apache Axis
>         Type: Bug
>   Components: SAAJ
>     Versions: 1.2.1
>     Reporter: David Blevins
>  Attachments: RPCElementTest.java
>
> Attaching a test case which should illustrate that the getParams method of RPCElement can only be called once.  Further calls will not reflect the state of the Message.

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


[jira] Assigned: (AXIS-2062) Bug in RPCElement.getParams. Can only be called once reliably

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2062?page=all ]

Davanum Srinivas reassigned AXIS-2062:
--------------------------------------

    Assign To: Davanum Srinivas

> Bug in RPCElement.getParams.  Can only be called once reliably
> --------------------------------------------------------------
>
>          Key: AXIS-2062
>          URL: http://issues.apache.org/jira/browse/AXIS-2062
>      Project: Apache Axis
>         Type: Bug
>   Components: SAAJ
>     Versions: 1.2.1
>     Reporter: David Blevins
>     Assignee: Davanum Srinivas
>  Attachments: RPCElementTest.java, TestRPCElement.java
>
> Attaching a test case which should illustrate that the getParams method of RPCElement can only be called once.  Further calls will not reflect the state of the Message.

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