JBoss.orgCommunity Documentation

Chapter 4. Setup

4.1. Pre-Install Requirements and Prerequisites
4.1.1. Hardware Requirements
4.1.2. Software Prerequisites
4.2. JBoss Communications JAIN SLEE Diameter Rx Resource Adaptor Source Code
4.2.1. Release Source Code Building
4.2.2. Development Trunk Source Building
4.3. Installing JBoss Communications JAIN SLEE Diameter Rx Resource Adaptor
4.4. Uninstalling JBoss Communications JAIN SLEE Diameter Rx Resource Adaptor

Ensure that the following requirements have been met before continuing with the install.

  1. Downloading the source code

    Use SVN to checkout a specific release source, the base URL is ?, then add the specific release version, lets consider 1.0.0.BETA1.

    [usr]$ svn co ?/1.0.0.BETA1 slee-ra-diameter-rx-1.0.0.BETA1
  2. Building the source code

    Important

    Maven 2.0.9 (or higher) is used to build the release. Instructions for using Maven2, including install, can be found at http://maven.apache.org

    Use Maven to build the deployable unit binary.

    				    [usr]$ cd slee-ra-diameter-rx-1.0.0.BETA1
    				    [usr]$ mvn install
    				    

    Once the process finishes you should have the deployable-unit jar file in the target directory, if JBoss Communications JAIN SLEE is installed and environment variable JBOSS_HOME is pointing to its underlying JBoss Enterprise Application Platform directory, then the deployable unit jar will also be deployed in the container.

To install the Resource Adaptor simply execute provided ant script build.xml default target:

		[usr]$ ant
		

The script will copy the RA deployable unit jar to the default JBoss Communications JAIN SLEE server profile deploy directory, to deploy to another server profile use the argument -Dnode=.

To uninstall the Resource Adaptor simply execute provided ant script build.xml undeploy target:

		[usr]$ ant undeploy
		

The script will delete the RA deployable unit jar from the default JBoss Communications JAIN SLEE server profile deploy directory, to undeploy from another server profile use the argument -Dnode=.