You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2007/03/23 19:50:32 UTC

[jira] Created: (GERONIMO-3012) Axis: fix jaxws-war client invocation failure after moving to xbeans

Axis: fix jaxws-war client invocation failure after moving to xbeans
--------------------------------------------------------------------

                 Key: GERONIMO-3012
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3012
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 2.0
         Environment: winxp + sun 1.5
            Reporter: Lin Sun
             Fix For: 2.0


When the jaxws-war test ran, the third test will fail, caused by NPE.  The NPE is caused by

HandlerChainsDocument.Factory.parse(this.handlerChainsXML).getHandlerChains();

It is possible that this.handlerChainsXML is null, which is the case for the jaxws-war test as we didn't specifiy any ServiceRefHandlerChainsType for client.  The patch will simply return null as there is no need to call HandlerChainsDocument.Factory.parse when this.handlerChainsXML is null.

With this patch (and latest change Jarek checked in), all 3 tests of jaxws-war run fine.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3012) Axis: fix jaxws-war client invocation failure after moving to xbeans

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483718 ] 

Lin Sun commented on GERONIMO-3012:
-----------------------------------

>From IRC: dims>	linsun: GERONIMO-3012 looks good to me :)

If someone can commit this, I'd appreciate it.  Thanks, Lin

> Axis: fix jaxws-war client invocation failure after moving to xbeans
> --------------------------------------------------------------------
>
>                 Key: GERONIMO-3012
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3012
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winxp + sun 1.5
>            Reporter: Lin Sun
>             Fix For: 2.0
>
>         Attachments: G3012.patch
>
>
> When the jaxws-war test ran, the third test will fail, caused by NPE.  The NPE is caused by
> HandlerChainsDocument.Factory.parse(this.handlerChainsXML).getHandlerChains();
> It is possible that this.handlerChainsXML is null, which is the case for the jaxws-war test as we didn't specifiy any ServiceRefHandlerChainsType for client.  The patch will simply return null as there is no need to call HandlerChainsDocument.Factory.parse when this.handlerChainsXML is null.
> With this patch (and latest change Jarek checked in), all 3 tests of jaxws-war run fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-3012) Axis: fix jaxws-war client invocation failure after moving to xbeans

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

Lin Sun closed GERONIMO-3012.
-----------------------------


This has been checked in.

> Axis: fix jaxws-war client invocation failure after moving to xbeans
> --------------------------------------------------------------------
>
>                 Key: GERONIMO-3012
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3012
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0-M5
>         Environment: winxp + sun 1.5
>            Reporter: Lin Sun
>             Fix For: 2.0-M5
>
>         Attachments: G3012.patch
>
>
> When the jaxws-war test ran, the third test will fail, caused by NPE.  The NPE is caused by
> HandlerChainsDocument.Factory.parse(this.handlerChainsXML).getHandlerChains();
> It is possible that this.handlerChainsXML is null, which is the case for the jaxws-war test as we didn't specifiy any ServiceRefHandlerChainsType for client.  The patch will simply return null as there is no need to call HandlerChainsDocument.Factory.parse when this.handlerChainsXML is null.
> With this patch (and latest change Jarek checked in), all 3 tests of jaxws-war run fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-3012) Axis: fix jaxws-war client invocation failure after moving to xbeans

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

Jarek Gawor resolved GERONIMO-3012.
-----------------------------------

    Resolution: Fixed

Patch committed (Committed revision 521979).


> Axis: fix jaxws-war client invocation failure after moving to xbeans
> --------------------------------------------------------------------
>
>                 Key: GERONIMO-3012
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3012
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winxp + sun 1.5
>            Reporter: Lin Sun
>             Fix For: 2.0
>
>         Attachments: G3012.patch
>
>
> When the jaxws-war test ran, the third test will fail, caused by NPE.  The NPE is caused by
> HandlerChainsDocument.Factory.parse(this.handlerChainsXML).getHandlerChains();
> It is possible that this.handlerChainsXML is null, which is the case for the jaxws-war test as we didn't specifiy any ServiceRefHandlerChainsType for client.  The patch will simply return null as there is no need to call HandlerChainsDocument.Factory.parse when this.handlerChainsXML is null.
> With this patch (and latest change Jarek checked in), all 3 tests of jaxws-war run fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3012) Axis: fix jaxws-war client invocation failure after moving to xbeans

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

Lin Sun updated GERONIMO-3012:
------------------------------

    Attachment: G3012.patch

also organized the imports a bit.

> Axis: fix jaxws-war client invocation failure after moving to xbeans
> --------------------------------------------------------------------
>
>                 Key: GERONIMO-3012
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3012
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winxp + sun 1.5
>            Reporter: Lin Sun
>             Fix For: 2.0
>
>         Attachments: G3012.patch
>
>
> When the jaxws-war test ran, the third test will fail, caused by NPE.  The NPE is caused by
> HandlerChainsDocument.Factory.parse(this.handlerChainsXML).getHandlerChains();
> It is possible that this.handlerChainsXML is null, which is the case for the jaxws-war test as we didn't specifiy any ServiceRefHandlerChainsType for client.  The patch will simply return null as there is no need to call HandlerChainsDocument.Factory.parse when this.handlerChainsXML is null.
> With this patch (and latest change Jarek checked in), all 3 tests of jaxws-war run fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.