You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2009/02/01 23:46:48 UTC

svn commit: r739877 - /cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jms/tx/jms_server_config.xml

Author: cschneider
Date: Sun Feb  1 22:46:47 2009
New Revision: 739877

URL: http://svn.apache.org/viewvc?rev=739877&view=rev
Log:
CXF-2018 Avoid wrapping a SingleConnectionFactory to make the config downwards compatible. Revert test to old setting as we are compatible now.

Modified:
    cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jms/tx/jms_server_config.xml

Modified: cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jms/tx/jms_server_config.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jms/tx/jms_server_config.xml?rev=739877&r1=739876&r2=739877&view=diff
==============================================================================
--- cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jms/tx/jms_server_config.xml (original)
+++ cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jms/tx/jms_server_config.xml Sun Feb  1 22:46:47 2009
@@ -79,6 +79,6 @@
   	p:sessionTransacted="true"
   	p:transactionManager-ref="jmsTransactionManager"  	
   	p:usingEndpointInfo="true"
-  	p:wrapInSingleConnectionFactory="false"/>
+  />
 
 </beans>