You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Kevin Wolf (JIRA)" <ji...@apache.org> on 2007/08/10 14:17:43 UTC

[jira] Created: (MUSE-261) platform-mini: Crash handling empty response

platform-mini: Crash handling empty response
--------------------------------------------

                 Key: MUSE-261
                 URL: https://issues.apache.org/jira/browse/MUSE-261
             Project: Muse
          Issue Type: Bug
          Components: Deployment - Mini SOAP Engine
    Affects Versions: 2.3.0
            Reporter: Kevin Wolf
            Assignee: Dan Jemiolo


MiniIsolationLayer assumes that never null (i.e. an empty response) is returned as a response on a message. This is not necessarily true, e.g. WSRT Put operation can return null. This seems to be the same issue as the one reported as MUSE-92 for axis2.

I will attach a patch against current SVN which fixes the problem for me.

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


[jira] Updated: (MUSE-261) platform-mini: Crash handling empty response

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

Dan Jemiolo updated MUSE-261:
-----------------------------

    Fix Version/s: 2.3.0

> platform-mini: Crash handling empty response
> --------------------------------------------
>
>                 Key: MUSE-261
>                 URL: https://issues.apache.org/jira/browse/MUSE-261
>             Project: Muse
>          Issue Type: Bug
>          Components: Deployment - Mini SOAP Engine
>    Affects Versions: 2.3.0
>            Reporter: Kevin Wolf
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: mini-empty-response.patch
>
>
> MiniIsolationLayer assumes that never null (i.e. an empty response) is returned as a response on a message. This is not necessarily true, e.g. WSRT Put operation can return null. This seems to be the same issue as the one reported as MUSE-92 for axis2.
> I will attach a patch against current SVN which fixes the problem for me.

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


[jira] Updated: (MUSE-261) platform-mini: Crash handling empty response

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

Kevin Wolf updated MUSE-261:
----------------------------

    Attachment: mini-empty-response.patch

Add null checks to MiniIsolationLayer (patch against SVN Rev 564566)

> platform-mini: Crash handling empty response
> --------------------------------------------
>
>                 Key: MUSE-261
>                 URL: https://issues.apache.org/jira/browse/MUSE-261
>             Project: Muse
>          Issue Type: Bug
>          Components: Deployment - Mini SOAP Engine
>    Affects Versions: 2.3.0
>            Reporter: Kevin Wolf
>            Assignee: Dan Jemiolo
>         Attachments: mini-empty-response.patch
>
>
> MiniIsolationLayer assumes that never null (i.e. an empty response) is returned as a response on a message. This is not necessarily true, e.g. WSRT Put operation can return null. This seems to be the same issue as the one reported as MUSE-92 for axis2.
> I will attach a patch against current SVN which fixes the problem for me.

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


[jira] Closed: (MUSE-261) platform-mini: Crash handling empty response

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

Dan Jemiolo closed MUSE-261.
----------------------------

    Resolution: Fixed

Applied Kevin's patch with one change - we don't need to call importNode() when appending the SOAP body because the Document we pass in to the create* methods is the Document used for all SOAP elements.

> platform-mini: Crash handling empty response
> --------------------------------------------
>
>                 Key: MUSE-261
>                 URL: https://issues.apache.org/jira/browse/MUSE-261
>             Project: Muse
>          Issue Type: Bug
>          Components: Deployment - Mini SOAP Engine
>    Affects Versions: 2.3.0
>            Reporter: Kevin Wolf
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: mini-empty-response.patch
>
>
> MiniIsolationLayer assumes that never null (i.e. an empty response) is returned as a response on a message. This is not necessarily true, e.g. WSRT Put operation can return null. This seems to be the same issue as the one reported as MUSE-92 for axis2.
> I will attach a patch against current SVN which fixes the problem for me.

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