[ 
https://issues.apache.org/jira/browse/CXF-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023196#comment-13023196
 ] 

Aki Yoshida commented on CXF-3179:
----------------------------------

Hi Daniel,
Thanks..

There is one more thing I wanted to add in this test, namely the
checking of the acknowledgement range in the sequence acknowledgement
header. I mentioned you about the problem in which the ack range
information after server restart was lost (CXF-3219). In particular,
in this test case, the last ack message from the server returns  the
range being [4,4] and not [1,4].

I have now a reasonable solution using the CachedOutStream. Basically,
I would insert a rm-capture interceptor in the receive phase when the
rmstore is configured. This interceptor stores the COS instance and
this can be used to instantiate an rm-message to be stored in the
inbound db-table later.

With this change, the ack range test will also succeed. But there are
a few open questions regarding which configuration options and
additional features that we can offer. So I will describe this and ask
af the dev list before doing any changes.

Regards, Aki









> ServerPersistenceTest fail intermittently
> -----------------------------------------
>
>                 Key: CXF-3179
>                 URL: https://issues.apache.org/jira/browse/CXF-3179
>             Project: CXF
>          Issue Type: Test
>            Reporter: Freeman Fang
>            Assignee: Aki Yoshida
>             Fix For: 2.4.1
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to