You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/06/30 17:33:47 UTC

[jira] Resolved: (CXF-2317) NPE in WS-RM RetransmissionQueueImpl

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

Daniel Kulp resolved CXF-2317.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.3
                   2.1.6
                   2.0.12
         Assignee: Daniel Kulp

> NPE in WS-RM RetransmissionQueueImpl
> ------------------------------------
>
>                 Key: CXF-2317
>                 URL: https://issues.apache.org/jira/browse/CXF-2317
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.2.2
>            Reporter: Guillaume Porcher
>            Assignee: Daniel Kulp
>             Fix For: 2.0.12, 2.1.6, 2.2.3
>
>
> When using WS-RM with anonymous acks, this exception occurs after the LastMessage has been acknowledged:
> java.lang.NullPointerException
> 	at org.apache.cxf.ws.rm.soap.RetransmissionQueueImpl.purgeAcknowledged(RetransmissionQueueImpl.java:135)
> 	at org.apache.cxf.ws.rm.SourceSequence.setAcknowledged(SourceSequence.java:141)
> 	at org.apache.cxf.ws.rm.RMInInterceptor.processAcknowledgments(RMInInterceptor.java:125)
> 	at org.apache.cxf.ws.rm.RMInInterceptor.handle(RMInInterceptor.java:101)
> 	at org.apache.cxf.ws.rm.AbstractRMInterceptor.handleMessage(AbstractRMInterceptor.java:78)
> The TerminateSequence message is never sent.

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