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 2009/09/21 20:20:00 UTC

svn commit: r817360 - in /cxf/branches/2.1.x-fixes: ./ testutils/src/main/resources/wsdl/jms_test.wsdl

Author: dkulp
Date: Mon Sep 21 18:19:59 2009
New Revision: 817360

URL: http://svn.apache.org/viewvc?rev=817360&view=rev
Log:
Merged revisions 817358 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes

........
  r817358 | dkulp | 2009-09-21 14:19:12 -0400 (Mon, 21 Sep 2009) | 2 lines
  
  Fix wsdl change that broke a unit test
........

Modified:
    cxf/branches/2.1.x-fixes/   (props changed)
    cxf/branches/2.1.x-fixes/testutils/src/main/resources/wsdl/jms_test.wsdl

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Sep 21 18:19:59 2009
@@ -1 +1 @@
-/cxf/branches/2.2.x-fixes:817321-817322
+/cxf/branches/2.2.x-fixes:817321-817322,817358

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.1.x-fixes/testutils/src/main/resources/wsdl/jms_test.wsdl
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/testutils/src/main/resources/wsdl/jms_test.wsdl?rev=817360&r1=817359&r2=817360&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/testutils/src/main/resources/wsdl/jms_test.wsdl (original)
+++ cxf/branches/2.1.x-fixes/testutils/src/main/resources/wsdl/jms_test.wsdl Mon Sep 21 18:19:59 2009
@@ -457,7 +457,7 @@
             <jms:address
                 jndiConnectionFactoryName="ConnectionFactory" 
                 jndiDestinationName="dynamicQueues/test.jmstransport.binary"
-                jndiReplyDestinationName="dynamicQueues/test.jmstransport.binary.reply">
+                jndiReplyDestinationName="dynamicQueues/test.jmstransport.binary">
                 <jms:JMSNamingProperty name="java.naming.factory.initial" value="org.apache.activemq.jndi.ActiveMQInitialContextFactory"/>
                 <jms:JMSNamingProperty name="java.naming.provider.url" value="tcp://localhost:61500"/>
             </jms:address>