Author: cschneider
Date: Sun Feb  1 17:54:42 2009
New Revision: 739800

URL: http://svn.apache.org/viewvc?rev=739800&view=rev
Log:
CXF-2018 Wrap connectionfactory into a SingleConnectionFactory by default. 
Added a config element to make this configurable. Moved jndi config stuff to 
own class so it is more transparent that this should normally not be set when 
using the new style config.

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=739800&r1=739799&r2=739800&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 17:54:42 2009
@@ -78,6 +78,7 @@
        p:connectionFactory-ref="singleConnectionFactory"
        p:sessionTransacted="true"
        p:transactionManager-ref="jmsTransactionManager"        
-       p:usingEndpointInfo="true"/>
+       p:usingEndpointInfo="true"
+       p:wrapInSingleConnectionFactory="false"/>
 
 </beans>


Reply via email to