Author: seanoc
Date: Fri Apr 18 09:34:35 2008
New Revision: 649597
URL: http://svn.apache.org/viewvc?rev=649597&view=rev
Log:
Update READMES and build.xml files to use latest release versions of ActiveMQ
(5.0.0) and ServiceMix(3.2.1)
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/build.xml
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/README.txt?rev=649597&r1=649596&r2=649597&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_external_consumer/README.txt
Fri Apr 18 09:34:35 2008
@@ -51,7 +51,7 @@
Build Instructions
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/servicemix-31.html
+ http://servicemix.apache.org/servicemix-321.html
. export SERVICEMIX_HOME for your shell envirnoment
@@ -73,16 +73,9 @@
Start cxf server
For UNIX:
- > ant server
-Dthirdparty.classpath=$SERVICEMIX_HOME/lib/activemq-core-4.1-incubator-20070103.jar:$SERVICEMIX_HOME/lib/backport-util-concurrent-2.2.jar:$SERVICEMIX_HOME/lib/activeio-core-3.0.0-incubator.jar:$SERVICEMIX_HOME/lib/geronimo-j2ee-management_1.0_spec-1.1.jar
+ > ant server
-Dthirdparty.classpath=$SERVICEMIX_HOME/lib/activemq-core-4.1.1.jar:$SERVICEMIX_HOME/lib/backport-util-concurrent-2.2.jar:$SERVICEMIX_HOME/lib/activeio-core-3.0.0-incubator.jar:$SERVICEMIX_HOME/lib/geronimo-j2ee-management_1.0_spec-1.1.jar
For Windows:
- > ant server
-Dthirdparty.classpath="%SERVICEMIX_HOME%"/lib/activemq-core-4.1-incubator-20070103.jar:"%SERVICEMIX_HOME%"/lib/backport-util-concurrent-2.2.jar:"%SERVICEMIX_HOME%"/lib/activeio-core-3.0.0-incubator.jar:"%SERVICEMIX_HOME%"/lib/geronimo-j2ee-management_1.0_spec-1.1.jar
-
-Install and start the ServiceMix soap/jms binding component
-copy servicemix-jms-3.1-incubating-installer.zip,
servicemix-http-3.1-incubating-installer.zip and
-servicemix-shared-3.1-incubating-installer.zip to the deploy directory
-where servicemix monitor on, for a instance, start servicemix from
-$SERVICEMIX_HOME/bin, then copy the three zip files into deploy directory under
-$SERVICEMIX_HOME/bin
+ > ant server
-Dthirdparty.classpath="%SERVICEMIX_HOME%"/lib/activemq-core-4.1.1.jar:"%SERVICEMIX_HOME%"/lib/backport-util-concurrent-2.2.jar:"%SERVICEMIX_HOME%"/lib/activeio-core-3.0.0-incubator.jar:"%SERVICEMIX_HOME%"/lib/geronimo-j2ee-management_1.0_spec-1.1.jar
Deploy and start the CXF demo service assembly
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/README.txt?rev=649597&r1=649596&r2=649597&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/README.txt
Fri Apr 18 09:34:35 2008
@@ -49,7 +49,7 @@
Build Instructions
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/servicemix-31.html
+ http://servicemix.apache.org/servicemix-321.html
. export SERVICEMIX_HOMEfor your shell envirnoment
@@ -71,9 +71,9 @@
Start cxf server
For UNIX:
- > ant server
-Dthirdparty.classpath=$SERVICEMIX_HOME/lib/activemq-core-4.1-incubator-20070103.jar:$SERVICEMIX_HOME/lib/backport-util-concurrent-2.2.jar:$SERVICEMIX_HOME/lib/activeio-core-3.0.0-incubator.jar:$SERVICEMIX_HOME/lib/geronimo-j2ee-management_1.0_spec-1.1.jar
+ > ant server
-Dthirdparty.classpath=$SERVICEMIX_HOME/lib/activemq-core-4.1.1.jar:$SERVICEMIX_HOME/lib/backport-util-concurrent-2.2.jar:$SERVICEMIX_HOME/lib/activeio-core-3.0.0-incubator.jar:$SERVICEMIX_HOME/lib/geronimo-j2ee-management_1.0_spec-1.1.jar
For Windows:
- > ant server
-Dthirdparty.classpath="%SERVICEMIX_HOME%"/lib/activemq-core-4.1-incubator-20070103.jar:"%SERVICEMIX_HOME%"/lib/backport-util-concurrent-2.2.jar:"%SERVICEMIX_HOME%"/lib/activeio-core-3.0.0-incubator.jar:"%SERVICEMIX_HOME%"/lib/geronimo-j2ee-management_1.0_spec-1.1.jar
+ > ant server
-Dthirdparty.classpath="%SERVICEMIX_HOME%"/lib/activemq-core-4.1.1.jar:"%SERVICEMIX_HOME%"/lib/backport-util-concurrent-2.2.jar:"%SERVICEMIX_HOME%"/lib/activeio-core-3.0.0-incubator.jar:"%SERVICEMIX_HOME%"/lib/geronimo-j2ee-management_1.0_spec-1.1.jar
Install and start the CXF Service Engine:
@@ -85,14 +85,6 @@
> ant -f "%SERVICEMIX_HOME%"/ant/servicemix-ant-task.xml install-component
-Dsm.install.file=../service-engine/build/lib/cxf-service-engine.jar
-Dsm.username=smx -Dsm.password=smx
> ant -f "%SERVICEMIX_HOME%"/ant/servicemix-ant-task.xml start-component
-Dsm.component.name=CXFServiceEngine -Dsm.username=smx -Dsm.password=smx
-
-Install and start the ServiceMix jms binding component
-
-copy servicemix-jms-3.1-incubating-installer.zip and
-servicemix-shared-3.1-incubating-installer.zip to the deploy directory
-where servicemix monitor on, for a instance, start servicemix from
-$SERVICEMIX_HOME/bin, then copy the two zip files into deploy directory under
-$SERVICEMIX_HOME/bin
Deploy the and start CXF demo service assembly
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt?rev=649597&r1=649596&r2=649597&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt
Fri Apr 18 09:34:35 2008
@@ -42,7 +42,7 @@
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/servicemix-31.html
+ http://servicemix.apache.org/servicemix-321.html
. export SERVICEMIX_HOME for your shell envirnoment
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/README.txt?rev=649597&r1=649596&r2=649597&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_external_consumer/README.txt
Fri Apr 18 09:34:35 2008
@@ -51,7 +51,7 @@
Build Instructions
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/servicemix-31.html
+ http://servicemix.apache.org/servicemix-321.html
. export SERVICEMIX_HOME for your shell envirnoment
@@ -78,14 +78,6 @@
For Windows:
> ant -f "%SERVICEMIX_HOME%"/ant/servicemix-ant-task.xml install-component
-Dsm.install.file=../service-engine/build/lib/cxf-service-engine.jar
-Dsm.username=smx -Dsm.password=smx
> ant -f "%SERVICEMIX_HOME%"/ant/servicemix-ant-task.xml start-component
-Dsm.component.name=CXFServiceEngine -Dsm.username=smx -Dsm.password=smx
-
-Install and start the ServiceMix soap binding component
-
-copy servicemix-http-3.1-incubating-installer.zip and
-servicemix-shared-3.1-incubating-installer.zip to the deploy directory
-where servicemix monitor on, for a instance, start servicemix from
-$SERVICEMIX_HOME/bin, then copy the two zip files into deploy directory under
-$SERVICEMIX_HOME/bin
Deploy the and start CXF demo service assembly
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/README.txt?rev=649597&r1=649596&r2=649597&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/README.txt
Fri Apr 18 09:34:35 2008
@@ -46,7 +46,7 @@
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/servicemix-31.html
+ http://servicemix.apache.org/servicemix-321.html
. export SERVICEMIX_HOME for your shell envirnoment
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt?rev=649597&r1=649596&r2=649597&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
Fri Apr 18 09:34:35 2008
@@ -26,28 +26,28 @@
javac, and java to build and run the demos, you must set the
environment.
-This demo requires ActiveMQ 4.1.X. Before you run this
-demo, please make sure you had installed the ActiveMQ 4.1.X and
+This demo requires ActiveMQ 5.0.0. Before you run this
+demo, please make sure you had installed the ActiveMQ 5.0.0 and
set ACTIVEMQ_HOME and ACTIVEMQ_VERSION environment variables.
-ActiveMQ 4.1.0 the version variable should be
+ActiveMQ 5.0.0 the version variable should be
For Unix:
-export ACTIVEMQ_VERSION=4.1.0-incubator
+export ACTIVEMQ_HOME=/installdir/apache-activemq-5.0.0
For Windows:
-set ACTIVEMQ_VERSION=4.1.0-incubator
+set ACTIVEMQ_VERSION=installdir\apache-activemq-5.0.0
-ActiveMQ 4.1.1 the version variable should be
+ActiveMQ 5.0.0 the version variable should be
For Unix:
-export ACTIVEMQ_VERSION=4.1.1
+export ACTIVEMQ_VERSION=5.0.0
For Windows:
-set ACTIVEMQ_VERSION=4.1.1
+set ACTIVEMQ_VERSION=5.0.0
Before you run this demo, start up the JMS message broker.
-From ActiveMQ 4.1.X insallation launch ActiveMQ JMS Broker in seperate window
+From ActiveMQ 5.0.0 insallation launch ActiveMQ JMS Broker in seperate window
or in background using the commands:
For Unix:
@@ -105,13 +105,13 @@
For UNIX:
export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-manifest.jar:./build/classes:
-$ACTIVEMQ_HOME/apache-activemq-$ACTIVEMQ_VERSION.jar
+$ACTIVEMQ_HOME/activemq-all-$ACTIVEMQ_VERSION.jar
javac -d build/classes src/demo/jms_greeter/client/*.java
javac -d build/classes src/demo/jms_greeter/server/*.java
For Windows:
set classpath=%classpath%;%CXF_HOME%\lib\cxf-manifest.jar;.\build\classes;
-%ACTIVEMQ_HOME%\apache-activemq-%ACTIVEMQ_VERSION%.jar
+%ACTIVEMQ_HOME%\activemq-all-%ACTIVEMQ_VERSION%.jar
javac -d build\classes src\demo\jms_greeter\client\*.java
javac -d build\classes src\demo\jms_greeter\server\*.java
@@ -194,7 +194,7 @@
</condition>
<fail message="this sample need to use activemq, please setup
ACTIVEMQ_VERSION in your envrionment"
unless="activemq.version"/>
- <property name="thirdparty.classpath"
location="${activemq.home}/incubator-activemq-${activemq.version}.jar"/>
+ <property name="thirdparty.classpath"
location="${activemq.home}/activemq-all-${activemq.version}.jar"/>
with
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/build.xml?rev=649597&r1=649596&r2=649597&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/build.xml
Fri Apr 18 09:34:35 2008
@@ -31,7 +31,7 @@
<fail message="this sample need to use activemq, please setup
ACTIVEMQ_VERSION in your envrionment"
unless="activemq.version"/>
- <property name="thirdparty.classpath"
location="${activemq.home}/apache-activemq-${activemq.version}.jar"/>
+ <property name="thirdparty.classpath"
location="${activemq.home}/activemq-all-${activemq.version}.jar"/>
<import file="../common_build.xml"/>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt?rev=649597&r1=649596&r2=649597&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
Fri Apr 18 09:34:35 2008
@@ -26,29 +26,29 @@
javac, and java to build and run the demos, you must set the
environment.
-This demo requires ActiveMQ 4.1.X. Before you run this
-demo, please make sure you had installed the ActiveMQ 4.1.X and
+This demo requires ActiveMQ 5.0.0. Before you run this
+demo, please make sure you had installed the ActiveMQ 5.0.0 and
set ACTIVEMQ_HOME and ACTIVEMQ_VERSION environment variables.
-ActiveMQ 4.1.0 the version variable should be
+ActiveMQ 5.0.0 the version variable should be
For Unix:
-export ACTIVEMQ_VERSION=4.1.0-incubator
+export ACTIVEMQ_HOME=/installdir/apache-activemq-5.0.0
For Windows:
-set ACTIVEMQ_VERSION=4.1.0-incubator
+set ACTIVEMQ_VERSION=installdir\apache-activemq-5.0.0
-ActiveMQ 4.1.1 the version variable should be
+ActiveMQ 5.0.0 the version variable should be
For Unix:
-export ACTIVEMQ_VERSION=4.1.1
+export ACTIVEMQ_VERSION=5.0.0
For Windows:
-set ACTIVEMQ_VERSION=4.1.1
+set ACTIVEMQ_VERSION=5.0.0
Before you run this demo, please start up the JMS message broker first.
-From your ActiveMQ 4.1.X installation launch ActiveMQ JMS broker in a
+From your ActiveMQ 5.0.0 installation launch ActiveMQ JMS broker in a
separate window or in the background using the commandline:
For Unix:
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/build.xml?rev=649597&r1=649596&r2=649597&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/build.xml
Fri Apr 18 09:34:35 2008
@@ -30,7 +30,7 @@
<fail message="this sample need to use activemq, please setup
ACTIVEMQ_VERSION in your envrionment"
unless="activemq.version"/>
- <property name="thirdparty.classpath"
location="${activemq.home}/apache-activemq-${activemq.version}.jar"/>
+ <property name="thirdparty.classpath"
location="${activemq.home}/activemq-all-${activemq.version}.jar"/>
<import file="../common_build.xml"/>