You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/09/01 10:36:57 UTC

svn commit: r690908 - /tuscany/java/sca/itest/jms-definitions/src/main/resources/jndi.properties

Author: antelder
Date: Mon Sep  1 01:36:57 2008
New Revision: 690908

URL: http://svn.apache.org/viewvc?rev=690908&view=rev
Log:
Correct typo in jms definitions

Modified:
    tuscany/java/sca/itest/jms-definitions/src/main/resources/jndi.properties

Modified: tuscany/java/sca/itest/jms-definitions/src/main/resources/jndi.properties
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms-definitions/src/main/resources/jndi.properties?rev=690908&r1=690907&r2=690908&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms-definitions/src/main/resources/jndi.properties (original)
+++ tuscany/java/sca/itest/jms-definitions/src/main/resources/jndi.properties Mon Sep  1 01:36:57 2008
@@ -29,7 +29,7 @@
 
 # register some queues in JNDI using the form
 # queue.[jndiName] = [physicalName]
-queue.ServiceQueue = MyServiceQueue
+queue.MyServiceQueue= MyServiceQueue
 
 # register some topics in JNDI using the form
 # topic.[jndiName] = [physicalName]