summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/jms-osgi/README.txt
blob: a14e94945303fd8348898ab492a481b0be91017c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1/ download latest Tuscany build

https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.zip

2/ Unzip somewhere convenient (TUSCANY_ROOT)

3/ Fire up Tuscany in OSGi

e.g.

cd TUSCANY_ROOT/modules
java -jar osgi-3.5.0-v20090520.jar -configuration ..\features\configuration -clean -console

4/ Create a contribution that will run in Tuscany in OSGi

see 

5/ Install the contribution bundle into OSGi

osgi> install file:///./path/to/sample-jms-osgi.jar
Bundle id is 266
osgi> start 266

5/ Fire a message into JMS

see


install file:///c:/simon/svn/sandbox/jms-osgi/jms-osgi/target/sample-jms-osgi.jar