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 Illsley (JIRA)" <ji...@apache.org> on 2006/12/05 14:31:21 UTC

[jira] Created: (AXIS2-1829) Threading problem with SOAPMessageBodyBasedDispatcher

Threading problem with SOAPMessageBodyBasedDispatcher
-----------------------------------------------------

                 Key: AXIS2-1829
                 URL: http://issues.apache.org/jira/browse/AXIS2-1829
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.1
            Reporter: David Illsley
            Priority: Critical


The SOAPMessageBodyBasedDispatcher uses instance variables to temporarily store the service and operation names. If the same instance is invoked simultaneously from different threads (allowed by the handler model) then the results would be unpredictable.

I will commit the fix to the trunk then attach the patch for review for the 1.1 branch

-- 
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] Updated: (AXIS2-1829) Threading problem with SOAPMessageBodyBasedDispatcher

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1829?page=all ]

Deepal Jayasinghe updated AXIS2-1829:
-------------------------------------

    Priority: Blocker  (was: Critical)

is that is the case then , this shoud be a blocker

> Threading problem with SOAPMessageBodyBasedDispatcher
> -----------------------------------------------------
>
>                 Key: AXIS2-1829
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1829
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: David Illsley
>            Priority: Blocker
>         Attachments: AXIS2-1829-patch.txt
>
>
> The SOAPMessageBodyBasedDispatcher uses instance variables to temporarily store the service and operation names. If the same instance is invoked simultaneously from different threads (allowed by the handler model) then the results would be unpredictable.
> I will commit the fix to the trunk then attach the patch for review for the 1.1 branch

-- 
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] Commented: (AXIS2-1829) Threading problem with SOAPMessageBodyBasedDispatcher

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1829?page=comments#action_12455637 ] 
            
Davanum Srinivas commented on AXIS2-1829:
-----------------------------------------

David,

+1 to commit it.

thanks,
dims

> Threading problem with SOAPMessageBodyBasedDispatcher
> -----------------------------------------------------
>
>                 Key: AXIS2-1829
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1829
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: David Illsley
>            Priority: Blocker
>         Attachments: AXIS2-1829-patch.txt
>
>
> The SOAPMessageBodyBasedDispatcher uses instance variables to temporarily store the service and operation names. If the same instance is invoked simultaneously from different threads (allowed by the handler model) then the results would be unpredictable.
> I will commit the fix to the trunk then attach the patch for review for the 1.1 branch

-- 
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] Closed: (AXIS2-1829) Threading problem with SOAPMessageBodyBasedDispatcher

Posted by "David Illsley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1829?page=all ]

David Illsley closed AXIS2-1829.
--------------------------------

    Resolution: Fixed

Committed fix to branch r482655 per comment from Dims

> Threading problem with SOAPMessageBodyBasedDispatcher
> -----------------------------------------------------
>
>                 Key: AXIS2-1829
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1829
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: David Illsley
>            Priority: Blocker
>         Attachments: AXIS2-1829-patch.txt
>
>
> The SOAPMessageBodyBasedDispatcher uses instance variables to temporarily store the service and operation names. If the same instance is invoked simultaneously from different threads (allowed by the handler model) then the results would be unpredictable.
> I will commit the fix to the trunk then attach the patch for review for the 1.1 branch

-- 
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] Updated: (AXIS2-1829) Threading problem with SOAPMessageBodyBasedDispatcher

Posted by "David Illsley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1829?page=all ]

David Illsley updated AXIS2-1829:
---------------------------------

    Attachment: AXIS2-1829-patch.txt

Patch to fix issue on 1.1 branch

> Threading problem with SOAPMessageBodyBasedDispatcher
> -----------------------------------------------------
>
>                 Key: AXIS2-1829
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1829
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: David Illsley
>            Priority: Critical
>         Attachments: AXIS2-1829-patch.txt
>
>
> The SOAPMessageBodyBasedDispatcher uses instance variables to temporarily store the service and operation names. If the same instance is invoked simultaneously from different threads (allowed by the handler model) then the results would be unpredictable.
> I will commit the fix to the trunk then attach the patch for review for the 1.1 branch

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