Author: ffang
Date: Sun Jun 10 18:42:16 2007
New Revision: 545986
URL: http://svn.apache.org/viewvc?view=rev&rev=545986
Log:
update JBI samples to work with servicemix 3.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/external_provider_internal_consumer/service-unit/build.xml
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/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/service-engine/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?view=diff&rev=545986&r1=545985&r2=545986
==============================================================================
---
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
Sun Jun 10 18:42:16 2007
@@ -51,9 +51,7 @@
Build Instructions
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/main/servicemix-30.html
- Note: Must isntall the ServiceMix 3.0 Release.
-
+ http://incubator.apache.org/servicemix/servicemix-31.html
. export SERVICEMIX_HOME for your shell envirnoment
@@ -63,9 +61,7 @@
Installation & Deployment
-------------------------
Ensure that the $SERVICEMIX_HOME/bin is on the path.
-To avoid wsdl4j version conflict, we need replace wsdl4j-1.5.1.jar in
-$SERVICEMIX_HOME/lib with
-wsdl4j-1.6.1.jar in $CXF_HOME/lib
+
Start ServiceMix
>servicemix
And then you can see logs from the shell which you start servicemix, including
@@ -76,7 +72,7 @@
java launch commandline
Start cxf server
- > ant server
-Dthirdparty.classpath=$SERVICEMIX_HOME/lib/activemq-core-4.0.2.jar:$SERVICEMIX_HOME/lib/backport-util-concurrent-2.1.jar:$SERVICEMIX_HOME/lib/activeio-core-3.0-beta4.jar:$SERVICEMIX_HOME/lib/geronimo-j2ee-management_1.0_spec-1.0.1.jar
+ > 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.0-incubating-installer.zip,
servicemix-jms-3.0-incubating-installer.zip and
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?view=diff&rev=545986&r1=545985&r2=545986
==============================================================================
---
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
Sun Jun 10 18:42:16 2007
@@ -49,9 +49,7 @@
Build Instructions
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/main/servicemix-30.html
- Note: Must isntall the ServiceMix 3.0 Release.
-
+ http://incubator.apache.org/servicemix/servicemix-31.html
. export SERVICEMIX_HOMEfor your shell envirnoment
@@ -60,9 +58,7 @@
Installation & Deployment
-------------------------
Ensure that the $SERVICEMIX_HOME/bin is on the path.
-To avoid wsdl4j version conflict, we need replace wsdl4j-1.5.1.jar in
-$SERVICEMIX_HOME/lib with
-wsdl4j-1.6.1.jar in $CXF_HOME/lib
+
Start ServiceMix
>servicemix
And then you can see logs from the shell which you start servicemix, including
@@ -73,7 +69,7 @@
java launch commandline
Start cxf server
-> ant server
-Dthirdparty.classpath=$SERVICEMIX_HOME/lib/activemq-core-4.0.2.jar:$SERVICEMIX_HOME/lib/backport-util-concurrent-2.1.jar:$SERVICEMIX_HOME/lib/activeio-core-3.0-beta4.jar:$SERVICEMIX_HOME/lib/geronimo-j2ee-management_1.0_spec-1.0.1.jar
+ > 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 CXF Service Engine:
> 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
@@ -81,8 +77,8 @@
Install and start the ServiceMix jms binding component
-copy servicemix-jms-3.0-incubating-installer.zip and
-servicemix-shared-3.0-incubating-installer.zip to the deploy directory
+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
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-unit/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-unit/build.xml?view=diff&rev=545986&r1=545985&r2=545986
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-unit/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/external_provider_internal_consumer/service-unit/build.xml
Sun Jun 10 18:42:16 2007
@@ -34,7 +34,7 @@
<path id="build.classpath">
<pathelement location="${build.classes.dir}"/>
- <pathelement
location="${env.SERVICEMIX_HOME}/lib/servicemix-jbi-3.0-incubating.jar"/>
+ <pathelement
location="${env.SERVICEMIX_HOME}/lib/servicemix-jbi-3.1-incubating.jar"/>
<fileset dir="${env.CXF_HOME}/lib">
<include name="cxf-manifest-incubator.jar"/>
</fileset>
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?view=diff&rev=545986&r1=545985&r2=545986
==============================================================================
---
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
Sun Jun 10 18:42:16 2007
@@ -42,8 +42,7 @@
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/main/servicemix-30.html
- Note: Must isntall the ServiceMix 3.0 Release.
+ http://incubator.apache.org/servicemix/servicemix-31.html
. export SERVICEMIX_HOME for your shell envirnoment
@@ -53,9 +52,7 @@
Installation & Deployment
-------------------------
Ensure that the $SERVICEMIX_HOME/bin is on the path.
-To avoid wsdl4j version conflict, we need replace wsdl4j-1.5.1.jar in
-$SERVICEMIX_HOME/lib with
-wsdl4j-1.6.1.jar in $CXF_HOME/lib
+
Start ServiceMix
>servicemix
And then you can see logs from the shell which you start servicemix, including
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?view=diff&rev=545986&r1=545985&r2=545986
==============================================================================
---
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
Sun Jun 10 18:42:16 2007
@@ -51,9 +51,7 @@
Build Instructions
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/main/servicemix-30.html
- Note: Must isntall the ServiceMix 3.0 Release.
-
+ http://incubator.apache.org/servicemix/servicemix-31.html
. export SERVICEMIX_HOME for your shell envirnoment
@@ -62,9 +60,7 @@
Installation & Deployment
-------------------------
Ensure that the $SERVICEMIX_HOME/bin is on the path.
-To avoid wsdl4j version conflict, we need replace wsdl4j-1.5.1.jar in
-$SERVICEMIX_HOME/lib with
-wsdl4j-1.6.1.jar in $CXF_HOME/lib
+
Start ServiceMix
>servicemix
And then you can see logs from the shell which you start servicemix, including
@@ -81,8 +77,8 @@
Install and start the ServiceMix soap binding component
-copy servicemix-http-3.0-incubating-installer.zip and
-servicemix-shared-3.0-incubating-installer.zip to the deploy directory
+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
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?view=diff&rev=545986&r1=545985&r2=545986
==============================================================================
---
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
Sun Jun 10 18:42:16 2007
@@ -46,8 +46,7 @@
------------------
. Download & Install ServiceMix
- http://incubator.apache.org/servicemix/main/servicemix-30.html
- Note: Must isntall the ServiceMix 3.0 Release.
+ http://incubator.apache.org/servicemix/servicemix-31.html
. export SERVICEMIX_HOME for your shell envirnoment
@@ -57,9 +56,7 @@
Installation & Deployment
-------------------------
Ensure that the $SERVICEMIX_HOME/bin is on the path.
-To avoid wsdl4j version conflict, we need replace wsdl4j-1.5.1.jar in
-$SERVICEMIX_HOME/lib with
-wsdl4j-1.6.1.jar in $CXF_HOME/lib
+
Start ServiceMix
>servicemix
And then you can see logs from the shell which you start servicemix, including
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml?view=diff&rev=545986&r1=545985&r2=545986
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/service-unit/build.xml
Sun Jun 10 18:42:16 2007
@@ -32,7 +32,7 @@
<path id="build.classpath">
<pathelement location="${build.classes.dir}"/>
- <pathelement
location="${env.SERVICEMIX_HOME}/lib/servicemix-jbi-3.0-incubating.jar"/>
+ <pathelement
location="${env.SERVICEMIX_HOME}/lib/servicemix-jbi-3.1-incubating.jar"/>
<fileset dir="${env.CXF_HOME}/lib">
<include name="cxf-manifest-incubator.jar"/>
</fileset>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/service-engine/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/service-engine/build.xml?view=diff&rev=545986&r1=545985&r2=545986
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/service-engine/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/service-engine/build.xml
Sun Jun 10 18:42:16 2007
@@ -39,7 +39,17 @@
<jar destfile="${build.lib.dir}/cxf-service-engine.jar">
<fileset dir="${env.CXF_HOME}/lib">
- <include name="*.jar"/>
+ <include name="cxf-2.0-incubator-SNAPSHOT.jar"/>
+ <include name="cxf-manifest-incubator.jar"/>
+ <include name="jaxb*.jar"/>
+ <include name="neethi-2.0.jar"/>
+ <include name="jaxws-api-2.0.jar"/>
+ <include name="geronimo-annotation_1.0_spec-1.1.jar"/>
+ <include name="xml-resolver-1.2.jar"/>
+ <include name="saaj*.jar"/>
+ <include name="geronimo-ws-metadata_2.0_spec-1.1.jar"/>
+ <include name="XmlSchema-1.2.jar"/>
+ <include name="wstx-asl-3.2.1.jar"/>
</fileset>
<fileset dir="${env.CXF_HOME}/modules/integration">
<include name="*.jar"/>