Building and deploying WSRP for JBoss Portal 2.4.CR2 and older.
WSRP is implemented using the new JBoss WS stack. JBoss WS requires JBoss AS 4.0.4.GA or later.
The following instructions assume that $JBP_HOME is the root of your JBoss Portal 2.4 installation and $JBOSS_HOME the root of your JBoss AS 4.0.4.GA installation.
Building the WSRP service:
cd $JBP_HOME/build
sh build.sh
cd ../wsrp
sh build.sh
Running the WSRP Producer test suite:
Build WSRP as indicated above.
Start JBAS
cd $JBP_HOME/test
sh build.sh deploy to deploy the test framework
cd $JBP_HOME/wsrp
sh build.sh deploy-producer-test (wait for deployment)
sh build.sh test-producer
sh build.sh undeploy
cd $JBP_HOME/test
sh build.sh undeploy
Running the WSRP Consumer test suite:
Build WSRP as indicated above.
Start JBAS
cd $JBP_HOME/test
sh build.sh deploy to deploy the test framework
cd $JBP_HOME/wsrp
sh build.sh deploy-consumer-test (wait for deployment)
sh build.sh test-consumer
sh build.sh undeploy
cd $JBP_HOME/test
sh build.sh undeploy
Deploying WSRP on Portal with JBoss AS 4.0.4.GA:
Follow the instructions on how to build WSRP
Deploy Portal:
cd $JBP_HOME/core
ant deploy or sh build.sh deploy
Start JBAS:
cd $JBOSS_HOME/bin
sh run.sh
Deploy WSRP:
cd $JBP_HOME/wsrp
ant deploy or sh build.sh deploy
Referenced by:
Comments