You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/03/30 19:56:58 UTC

svn commit: r1307557 [1/2] - in /cxf/trunk: systests/ systests/ws-rm/ systests/ws-rm/src/ systests/ws-rm/src/test/ systests/ws-rm/src/test/java/ systests/ws-rm/src/test/java/org/ systests/ws-rm/src/test/java/org/apache/ systests/ws-rm/src/test/java/org...

Author: dkulp
Date: Fri Mar 30 17:56:54 2012
New Revision: 1307557

URL: http://svn.apache.org/viewvc?rev=1307557&view=rev
Log:
Move ws-rm related systest to their own module

Added:
    cxf/trunk/systests/ws-rm/
    cxf/trunk/systests/ws-rm/pom.xml   (with props)
    cxf/trunk/systests/ws-rm/src/
    cxf/trunk/systests/ws-rm/src/test/
    cxf/trunk/systests/ws-rm/src/test/java/
    cxf/trunk/systests/ws-rm/src/test/java/org/
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/Server.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/Server.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/persistent.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/rminterceptors.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/rminterceptors.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/rminterceptors_provider.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/rminterceptors_provider.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/seqlength1.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/seqlength1.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/seqlength10.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/seqlength10.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/suppressed.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/suppressed.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sync-ack-atmostonce-server.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/sync-ack-atmostonce-server.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sync-ack-persistent-server.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/sync-ack-persistent-server.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sync-ack-server.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/sync-ack-server.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/terminate-on-shutdown.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/terminate-on-shutdown.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/twoway-endpoint-specific.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/twoway-endpoint-specific.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/twowayReqOne.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/twowayReqOne.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/twowayReqThree.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/twowayReqThree.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/twowayReqTwo.xml   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/twowayReqTwo.xml
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/util/
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/util/ConnectionHelper.java
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/util/ConnectionHelper.java
    cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/util/MessageFlow.java   (with props)
    cxf/trunk/testutils/src/main/java/org/apache/cxf/testutil/recorders/
    cxf/trunk/testutils/src/main/java/org/apache/cxf/testutil/recorders/InMessageRecorder.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/util/InMessageRecorder.java
    cxf/trunk/testutils/src/main/java/org/apache/cxf/testutil/recorders/MessageRecorder.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/util/MessageRecorder.java
    cxf/trunk/testutils/src/main/java/org/apache/cxf/testutil/recorders/OutMessageRecorder.java   (contents, props changed)
      - copied, changed from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/util/OutMessageRecorder.java
Removed:
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/Server.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/persistent.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/rminterceptors.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/rminterceptors_provider.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/seqlength1.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/seqlength10.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/suppressed.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/sync-ack-atmostonce-server.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/sync-ack-persistent-server.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/sync-ack-server.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/terminate-on-shutdown.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/twoway-endpoint-specific.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/twowayReqOne.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/twowayReqThree.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/twowayReqTwo.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/util/InMessageRecorder.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/util/MessageRecorder.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/util/OutMessageRecorder.java
Modified:
    cxf/trunk/systests/pom.xml
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/AddressingOptionalPolicyTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/RMPolicyTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/RMPolicyWsdlTest.java
    cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/util/ConnectionHelper.java

Modified: cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/pom.xml?rev=1307557&r1=1307556&r2=1307557&view=diff
==============================================================================
--- cxf/trunk/systests/pom.xml (original)
+++ cxf/trunk/systests/pom.xml Fri Mar 30 17:56:54 2012
@@ -41,6 +41,7 @@
         <module>databinding</module>
         <module>jaxrs</module>
         <module>ws-specs</module>
+        <module>ws-rm</module>
         <module>ws-security</module>
         <module>ws-security-examples</module>
         <module>rs-security</module>

Added: cxf/trunk/systests/ws-rm/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/pom.xml?rev=1307557&view=auto
==============================================================================
--- cxf/trunk/systests/ws-rm/pom.xml (added)
+++ cxf/trunk/systests/ws-rm/pom.xml Fri Mar 30 17:56:54 2012
@@ -0,0 +1,197 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <parent>
+        <artifactId>cxf-parent</artifactId>
+        <groupId>org.apache.cxf</groupId>
+        <version>2.6.0-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.cxf.systests</groupId>
+    <artifactId>cxf-systests-ws-rm</artifactId>
+    <name>Apache CXF WS-RM Specifications System Tests</name>
+    <description>Apache CXF WS-RM Specifications System Tests</description>
+    <version>2.6.0-SNAPSHOT</version>
+    <url>http://cxf.apache.org</url>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-databinding-jaxb</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-frontend-jaxws</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-bindings-soap</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-transports-http</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-transports-http-jetty</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-ws-addr</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-ws-rm</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-ws-policy</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-testutils</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>asm</groupId>
+            <artifactId>asm</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+            <version>${cxf.derby.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    <properties>
+        <cxf.surefire.fork.mode>pertest</cxf.surefire.fork.mode>
+    </properties>
+    <profiles>
+        <profile>
+            <id>jaxws22</id>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-jaxws_2.2_spec</artifactId>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
+            <properties>
+                <cxf.spi-dir>spi-2.2</cxf.spi-dir>
+            </properties>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-dependency-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>create-endorsed-dir</id>
+                                <phase>validate</phase>
+                                <goals>
+                                    <goal>copy</goal>
+                                </goals>
+                                <configuration>
+                                    <artifactItems>
+                                        <artifactItem>
+                                            <groupId>org.apache.geronimo.specs</groupId>
+                                            <artifactId>geronimo-jaxws_2.2_spec</artifactId>
+                                            <outputDirectory>${basedir}/target/endorsed</outputDirectory>
+                                        </artifactItem>
+                                    </artifactItems>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                        <configuration>
+                            <compilerArguments>
+                                <endorseddirs>${basedir}/target/endorsed</endorseddirs>
+                            </compilerArguments>
+                        </configuration>
+                    </plugin>
+
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <argLine>-Djava.endorsed.dirs=${basedir}/target/endorsed</argLine>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+</project>

Propchange: cxf/trunk/systests/ws-rm/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutClientPersistenceTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutMessageTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/CachedOutServerPersistenceTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
--- cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java (original)
+++ cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java Fri Mar 30 17:56:54 2012
@@ -37,13 +37,12 @@ import org.apache.cxf.greeter_control.Gr
 import org.apache.cxf.greeter_control.GreeterService;
 import org.apache.cxf.interceptor.LoggingInInterceptor;
 import org.apache.cxf.interceptor.LoggingOutInterceptor;
-import org.apache.cxf.systest.ws.policy.GreeterImpl;
-import org.apache.cxf.systest.ws.util.InMessageRecorder;
 import org.apache.cxf.systest.ws.util.MessageFlow;
-import org.apache.cxf.systest.ws.util.MessageRecorder;
-import org.apache.cxf.systest.ws.util.OutMessageRecorder;
 import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
 import org.apache.cxf.testutil.common.AbstractBusTestServerBase;
+import org.apache.cxf.testutil.recorders.InMessageRecorder;
+import org.apache.cxf.testutil.recorders.MessageRecorder;
+import org.apache.cxf.testutil.recorders.OutMessageRecorder;
 import org.apache.cxf.ws.addressing.VersionTransformer.Names200408;
 import org.apache.cxf.ws.rm.DestinationSequence;
 import org.apache.cxf.ws.rm.ProtocolVariation;

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ClientPersistenceTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ControlImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledBareTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DecoupledClientServerTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/DeliveryAssuranceOnewayTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/GreeterImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ManagedEndpointsTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/MessageLossSimulator.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/PersistentGreeterImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
--- cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java (original)
+++ cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java Fri Mar 30 17:56:54 2012
@@ -37,12 +37,12 @@ import org.apache.cxf.greeter_control.Gr
 import org.apache.cxf.greeter_control.GreeterService;
 import org.apache.cxf.jaxws.DispatchImpl;
 import org.apache.cxf.systest.ws.util.ConnectionHelper;
-import org.apache.cxf.systest.ws.util.InMessageRecorder;
 import org.apache.cxf.systest.ws.util.MessageFlow;
-import org.apache.cxf.systest.ws.util.MessageRecorder;
-import org.apache.cxf.systest.ws.util.OutMessageRecorder;
 import org.apache.cxf.test.TestUtilities;
 import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
+import org.apache.cxf.testutil.recorders.InMessageRecorder;
+import org.apache.cxf.testutil.recorders.MessageRecorder;
+import org.apache.cxf.testutil.recorders.OutMessageRecorder;
 import org.apache.cxf.transport.http.HTTPConduit;
 import org.apache.cxf.transports.http.configuration.HTTPClientPolicy;
 import org.apache.cxf.ws.addressing.Names;

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ProtocolVariationsTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RetransmissionQueueTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/RobustServiceAtMostOnceTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
--- cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java (original)
+++ cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java Fri Mar 30 17:56:54 2012
@@ -67,12 +67,12 @@ import org.apache.cxf.message.Message;
 import org.apache.cxf.phase.AbstractPhaseInterceptor;
 import org.apache.cxf.phase.Phase;
 import org.apache.cxf.systest.ws.util.ConnectionHelper;
-import org.apache.cxf.systest.ws.util.InMessageRecorder;
 import org.apache.cxf.systest.ws.util.MessageFlow;
-import org.apache.cxf.systest.ws.util.MessageRecorder;
-import org.apache.cxf.systest.ws.util.OutMessageRecorder;
 import org.apache.cxf.test.TestUtilities;
 import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
+import org.apache.cxf.testutil.recorders.InMessageRecorder;
+import org.apache.cxf.testutil.recorders.MessageRecorder;
+import org.apache.cxf.testutil.recorders.OutMessageRecorder;
 import org.apache.cxf.transport.http.HTTPConduit;
 import org.apache.cxf.transports.http.configuration.HTTPClientPolicy;
 import org.apache.cxf.ws.addressing.VersionTransformer.Names200408;

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SequenceTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/Server.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/Server.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/Server.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/Server.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/Server.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/Server.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/Server.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
--- cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java (original)
+++ cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java Fri Mar 30 17:56:54 2012
@@ -35,11 +35,11 @@ import org.apache.cxf.greeter_control.Gr
 import org.apache.cxf.greeter_control.GreeterService;
 import org.apache.cxf.greeter_control.types.GreetMeResponse;
 import org.apache.cxf.systest.ws.util.ConnectionHelper;
-import org.apache.cxf.systest.ws.util.InMessageRecorder;
 import org.apache.cxf.systest.ws.util.MessageFlow;
-import org.apache.cxf.systest.ws.util.MessageRecorder;
-import org.apache.cxf.systest.ws.util.OutMessageRecorder;
 import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
+import org.apache.cxf.testutil.recorders.InMessageRecorder;
+import org.apache.cxf.testutil.recorders.MessageRecorder;
+import org.apache.cxf.testutil.recorders.OutMessageRecorder;
 import org.apache.cxf.transport.http.HTTPConduit;
 import org.apache.cxf.transports.http.configuration.HTTPClientPolicy;
 import org.apache.cxf.ws.addressing.VersionTransformer.Names200408;

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServerPersistenceTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckBase.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckPersistenceTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAckTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/ServiceInvocationAtMostOnceAckTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/SlowProcessingSimulator.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atleastonce.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce-inorder.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/atmostonce.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/decoupled_bare.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/deferred.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce-inorder.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/exactlyonce.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/expire-fast-seq.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inactivity-timeout.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/inorder.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-client.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/managed-server.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss-server.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/message-loss.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/no-offer.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqOne.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqThree.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/onewayReqTwo.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent-message-loss-server.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent.xml (from r1307520, cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/persistent.xml)
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent.xml?p2=cxf/trunk/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/persistent.xml&p1=cxf/trunk/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/rm/persistent.xml&r1=1307520&r2=1307557&rev=1307557&view=diff
==============================================================================
    (empty)