Version 3

    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:

     

    1. cd $JBP_HOME/build

    2. sh build.sh

    3. cd ../wsrp

    4. sh build.sh

     

    Running the WSRP Producer test suite:

     

    1. Build WSRP as indicated above.

    2. Start JBAS

    3. cd $JBP_HOME/test

    4. sh build.sh deploy to deploy the test framework

    5. cd $JBP_HOME/wsrp

    6. sh build.sh deploy-producer-test (wait for deployment)

    7. sh build.sh test-producer

    8. sh build.sh undeploy

    9. cd $JBP_HOME/test

    10. sh build.sh undeploy

     

    Running the WSRP Consumer test suite:

     

    1. Build WSRP as indicated above.

    2. Start JBAS

    3. cd $JBP_HOME/test

    4. sh build.sh deploy to deploy the test framework

    5. cd $JBP_HOME/wsrp

    6. sh build.sh deploy-consumer-test (wait for deployment)

    7. sh build.sh test-consumer

    8. sh build.sh undeploy

    9. cd $JBP_HOME/test

    10. sh build.sh undeploy

     

    Deploying WSRP on Portal with JBoss AS 4.0.4.GA:

     

    1. Download 4.0.4.GA

    2. Follow the instructions on how to build WSRP

    3. Deploy Portal:

      1. cd $JBP_HOME/core

      2. ant deploy or sh build.sh deploy

    4. Start JBAS:

      1. cd $JBOSS_HOME/bin

      2. sh run.sh

    5. Deploy WSRP:

      1. cd $JBP_HOME/wsrp

      2. ant deploy or sh build.sh deploy

     

    Referenced by: