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