You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2017/06/20 12:26:00 UTC

[jira] [Created] (CXF-7415) Unexpected WS-RM error in PolicyVerificationInInterceptor

Hadrian Zbarcea created CXF-7415:
------------------------------------

             Summary: Unexpected WS-RM error in PolicyVerificationInInterceptor 
                 Key: CXF-7415
                 URL: https://issues.apache.org/jira/browse/CXF-7415
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 3.1.10
            Reporter: Hadrian Zbarcea
             Fix For: 3.2.0, 3.1.12


Using the same test as in CXF-7398 I get unexpected error related to WS-RM. Test seems to work well, however the logs indicate an ERROR, not even a warn.

{code}
2017-06-20 07:45:26,611 | WARN  | tp1361963729-252 | RMOutInterceptor                 | 53 - org.apache.cxf.cxf-rt-ws-rm - 3.2.0.SNAPSHOT | sequence not set for outbound message, skipped acknowledgement request
2017-06-20 07:45:26,613 | INFO  | tp1361963729-252 | RMCaptureOutInterceptor          | 53 - org.apache.cxf.cxf-rt-ws-rm - 3.2.0.SNAPSHOT | Captured message 8 in sequence urn:uuid:1a8bcb7e-7e54-48ca-b01c-f4ff69413a7b
2017-06-20 07:45:26,622 | ERROR | tp1361963729-215 | PolicyVerificationInInterceptor  | 52 - org.apache.cxf.cxf-rt-ws-policy - 3.2.0.SNAPSHOT | Inbound policy verification failed: These policy alternatives can not be satisfied:
{http://docs.oasis-open.org/ws-rx/wsrmp/200702}RMAssertion
{http://docs.oasis-open.org/ws-rx/wsrmp/200702}DeliveryAssurance
{http://docs.oasis-open.org/ws-rx/wsrmp/200702}AtLeastOnce
{http://docs.oasis-open.org/ws-rx/wsrmp/200702}InOrder
{http://www.w3.org/2007/02/addressing/metadata}Addressing
2017-06-20 07:45:26,622 | INFO  | pool-69-thread-5 | RMCaptureOutInterceptor          | 53 - org.apache.cxf.cxf-rt-ws-rm - 3.2.0.SNAPSHOT | Captured message 18 in sequence urn:uuid:c274c02e-c23d-4490-b435-4deac6254451
2017-06-20 07:45:26,624 | INFO  | pool-69-thread-6 | RESP_IN                          | 42 - org.apache.cxf.cxf-rt-features-logging - 3.2.0.SNAPSHOT | RESP_IN

{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)