You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alessio Soldano (JIRA)" <ji...@apache.org> on 2009/10/09 11:16:31 UTC

[jira] Resolved: (CXF-1315) NPE in WS-Addressing MAPAggregator

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

Alessio Soldano resolved CXF-1315.
----------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: Invalid

I'm solving this as it's not reproducable anymore and the current MAPAggregator does not seem to have the bug anymore.

> NPE in WS-Addressing MAPAggregator
> ----------------------------------
>
>                 Key: CXF-1315
>                 URL: https://issues.apache.org/jira/browse/CXF-1315
>             Project: CXF
>          Issue Type: Sub-task
>          Components: WS-* Components
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>            Assignee: maomaode
>            Priority: Trivial
>             Fix For: Invalid
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.ws.addressing.MAPAggregator.hasUsingAddressingAssertion(MAPAggregator.java:235)
>         at org.apache.cxf.ws.addressing.MAPAggregator.usingAddressing(MAPAggregator.java:152)
>         at org.apache.cxf.ws.addressing.MAPAggregator.mediate(MAPAggregator.java:305)
>         at org.apache.cxf.ws.addressing.MAPAggregator.handleMessage(MAPAggregator.java:132)
>         at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
>         at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:254)
>         at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:205)
>         at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
>         at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:135)
>  Collection<AssertionInfo> ais = aim.get(MetadataConstants.USING_ADDRESSING_2004_QNAME);
>  if (null != ais || ais.size() > 0) {
>          return true;
>  }

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