Author: bdaniel
Date: Mon Oct 11 21:08:02 2010
New Revision: 1021508

URL: http://svn.apache.org/viewvc?rev=1021508&view=rev
Log:
Fix URI in JMS sample composite and update README

Modified:
    
tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/README
    
tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/src/main/webapp/WEB-INF/web.composite

Modified: 
tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/README
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/README?rev=1021508&r1=1021507&r2=1021508&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/README
 (original)
+++ 
tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/README
 Mon Oct 11 21:08:02 2010
@@ -3,7 +3,7 @@ JMS HelloWorld Sample
 This sample demonstrates a simple webapp containing a hello world  style client
 and service using the JMS binding for request-response style messaging. 
 
-The README in the samples directory (the directory above this) provides 
+The README in the samples directory (the directory three directories above 
this) provides 
 general instructions about building and running samples. Take a look there 
 first. 
 
@@ -128,4 +128,4 @@ Others...
 
 
 
- 
\ No newline at end of file
+ 

Modified: 
tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/src/main/webapp/WEB-INF/web.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/src/main/webapp/WEB-INF/web.composite?rev=1021508&r1=1021507&r2=1021508&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/src/main/webapp/WEB-INF/web.composite
 (original)
+++ 
tuscany/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-contribution/src/main/webapp/WEB-INF/web.composite
 Mon Oct 11 21:08:02 2010
@@ -30,7 +30,7 @@
     <component name="HelloWorldClientComponent">
         <implementation.java class="sample.HelloWorldClient"/>
         <reference name="helloWorldRef">
-            <binding.jms uri="jms:HelloWorldService"/>
+            <binding.jms uri="jms:queue:HelloWorldService"/>
         </reference>
     </component>
 


Reply via email to