Java CAPS Domain and Runtime Installation

ProcedureTo Install JBI Components on a New Domain From the Admin Console

Before You Begin

Complete the steps under Adding the New Domain to NetBeans.

  1. Launch the GlassFish Admin Console.

  2. In the navigation panel on the left, expand JBI.

  3. To install the shared libraries, do the following:


    Note –

    Shared libraries must be installed first.


    1. Under JBI, select Shared Libraries.

    2. In the JBI Shared Libraries table, click Install.

    3. Browse to the location of the shared libraries (JavaCAPSHome/appserver/addons/jbi-components), and then select encoderlib.jar.

    4. Click Next and then click Finish.

    5. Repeat the above steps to install the following files:

      • saxonlib.jar

      • wsdlextlib.jar

  4. To install the Service Engines and Binding Components, do the following:

    1. Under JBI on the Admin Console, select Components.

    2. In the JBI Binding Components and Service Engines table, click Install.

    3. Browse to the location of the components (JavaCAPSHome/appserver/addons/jbi-components), and then select bpelserviceengine.jar.

    4. Click Next.

    5. If needed, modify the configuration properties of the component.

    6. Click Finish.

    7. Repeat the above steps to install the following files:

      • databasebc.jar

      • edmse.jar

      • etlserviceengine.jar

      • filebc.jar

      • ftpbc.jar

      • iepserviceengine.jar

      • jmsbc.jar

      • ldapbc.jar

      • schedulerbc.jar

      • xsltserviceengine.jar


      Note –

      Installing Sun Data Integrator (etlserviceengine.jar) on the Admin Console might throw an exception. If you run into this exception, install Data Integrator through NetBeans (described below).


  5. Continue to Finalizing the New Domain Installation.