You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2011/10/31 13:17:52 UTC

svn commit: r1195431 - /tuscany/sandbox/slaws/jms-osgi/README.txt

Author: slaws
Date: Mon Oct 31 12:17:52 2011
New Revision: 1195431

URL: http://svn.apache.org/viewvc?rev=1195431&view=rev
Log:
Add link to this sample in svn to the README

Modified:
    tuscany/sandbox/slaws/jms-osgi/README.txt

Modified: tuscany/sandbox/slaws/jms-osgi/README.txt
URL: http://svn.apache.org/viewvc/tuscany/sandbox/slaws/jms-osgi/README.txt?rev=1195431&r1=1195430&r2=1195431&view=diff
==============================================================================
--- tuscany/sandbox/slaws/jms-osgi/README.txt (original)
+++ tuscany/sandbox/slaws/jms-osgi/README.txt Mon Oct 31 12:17:52 2011
@@ -1,4 +1,4 @@
-1/ download latest Tuscany build
+1/ Download latest SNAPSHOT Tuscany build
 
 https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.zip
 
@@ -13,7 +13,15 @@ java -jar osgi-3.5.0-v20090520.jar -conf
 
 4/ Create a contribution that will run in Tuscany in OSGi
 
-see 
+see http://svn.apache.org/repos/asf/tuscany/sandbox/slaws/jms-osgi/
+
+I've started making a simple sample. At the moment this is just a bundle contribution that has a 
+calculator composite application which is implemented with Java classes rather than another bundle. 
+
+The sample is kicked off by a bundle activator when the bundle is started. 
+
+I'm having some issue with a SAX parser so need to fix that before enhancing the sample to include
+implementation.osgi.  
 
 5/ Install the contribution bundle into OSGi
 
@@ -23,7 +31,7 @@ osgi> start 266
 
 5/ Fire a message into JMS
 
-see
+At the moment the sample fires a message into JMS using an SCA reference. If that message needed to come from 
+elsewhere then manual configuration of ActiveMQ is likely required which is outside the scope of this sample. 
 
 
-install file:///c:/simon/svn/sandbox/jms-osgi/jms-osgi/target/sample-jms-osgi.jar