summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-10-31 12:17:52 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-10-31 12:17:52 +0000
commit6a41868b23c2cbc21eed31ae02302d2d35d4f6c3 (patch)
tree0a38d94a1595c6bafd47acc77a68f812598d9437 /sandbox
parentda8d99e3057da530c37081991f476cdce09e904d (diff)
Add link to this sample in svn to the README
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195431 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/slaws/jms-osgi/README.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/sandbox/slaws/jms-osgi/README.txt b/sandbox/slaws/jms-osgi/README.txt
index a14e949453..b9b77832bf 100644
--- a/sandbox/slaws/jms-osgi/README.txt
+++ b/sandbox/slaws/jms-osgi/README.txt
@@ -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 -configuration ..\features\configuration -cle
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