You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "maomaode (JIRA)" <ji...@apache.org> on 2007/05/21 10:50:16 UTC

[jira] Resolved: (CXF-646) NPE in JaxWsServiceConfiguration.getOutParameterName()

     [ https://issues.apache.org/jira/browse/CXF-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

maomaode resolved CXF-646.
--------------------------

    Resolution: Invalid

> NPE in JaxWsServiceConfiguration.getOutParameterName()
> ------------------------------------------------------
>
>                 Key: CXF-646
>                 URL: https://issues.apache.org/jira/browse/CXF-646
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0
>            Reporter: Rick McGuire
>         Assigned To: maomaode
>         Attachments: serviceimpl.patch
>
>
> I'm seeing some NPEs in JaxWsServiceConfiguration.getOutParameterName().  The NPE occur because the OperationInfo argument passed to the method is null.  I've been able to trace the source of the null back to line 332 in JaxWsServiceFactoryBean.  The getUnwrappedOperation() call is returning null.  It appears this is happening because the setPopulateFromClass() attribute is not getting set, which prevents the unwrappered information from getting created.  I've got a patch to ServiceImpl that fixes the NPEs I'm seeing, but I'm not certain if setting of that property needs to be conditional or not. 

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