You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2006/11/17 08:01:48 UTC

svn commit: r476064 - /incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/README.txt

Author: ffang
Date: Thu Nov 16 23:01:48 2006
New Revision: 476064

URL: http://svn.apache.org/viewvc?view=rev&rev=476064
Log:
modification for JBI demo README

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/internal_provider_internal_consumer/README.txt

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=476064&r1=476063&r2=476064
==============================================================================
--- 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 Thu Nov 16 23:01:48 2006
@@ -38,9 +38,6 @@
 
 The JBI/NMR transport in this demo support InOut and InOnly message exchange pattern.
 
-ServiceMix and OpenESB are two JBI container implementation we are
-using here. Here we can see CXF Service Engine can be deployed into
-different JBI implementation without any change. 
 
 
 Deploy CXF Service Engine into ServiceMix
@@ -85,65 +82,6 @@
 
 More lifecycle management task
  > ant -f $SERVICEMIX_HOME/ant/servicemix-ant-task.xml -projecthelp
-
-Deploy CXF Service Engine into OpenESB
-=========================================
-Build Instructions
-------------------
-. Download & Install Glassfish Application Server 
-  https://glassfish.dev.java.net/downloads/04May06.html
-  Note: must install 9.0 (Build 48 04-May-06) since previous version use
-    early JAXB implementation which will conflict with CXF
-
-. export GLASSFISH_HOME for your shell environment
-
-. Download & Install OpenESB JBI Framework (v 1.1)
-
-. export OPEN_ESB_HOME for your shell environment
-
-. export JBI_HOME=$GLASSFISH_HOME/domains/domain1/jbi
-
-. Edit build.properties to sepcify cxf.home and jbi.sdk.jar,
-  jbi.sdk.jar=$OPEN_ESB_HOME/appserver/jbi.jar
-
-. build everything using ant: 'ant build'
-
-
-Installation & Deployment
--------------------------
-
-Ensure that the $GLASSFISH_HOME/bin and $JBI_HOME/bin is on the path.  If you deployed OpenESB
-into the default domain (domain1) on Glassfish, this JBI_HOME can be
-found in $GLASSFISH_HOME/domains/domain1/jbi.
-
-Start OpenESB
-
- > asadmin start-domain domain1
-
-You should see log like
-Starting Domain domain1, please wait.
-Log redirected to /local/glassfish/domains/domain1/logs/server.log
-
-In server.log you can see ServiceEngine install log, Service Assembly deploy log, cxf service
-consumer and provider communication log.
-
-
-Install the CXF Service Engine:
-
- > jbiadmin install-component service-engine/build/lib/cxf-service-engine.jar
- > jbiadmin start-component CXFServiceEngine
-
-Deploy the CXF demo service assembly
-
- > jbiadmin deploy-service-assembly service-assembly/build/lib/cxf-service-assembly.zip
- > jbiadmin start-service-assembly cxf-demo-service-assembly
-
-More lifecycle management task
-
- > jbiadmin help
-
-Stop OpenESB
- > asadmin stop-domain domain1
 
 What happened
 =============