Deploying Studio dependency libraries on WAS 7

For WAS 7, Studio requires the deployment of several Java libraries.

These libraries are deployed to a global class loader, making them available to multiple applications.

To deploy the Studio dependency libraries:

  1. Unzip the .jar files found in EID_2.4.x_Studio_portal-dependencies.zip.
  2. Upload the following .jar files from the .zip file to the WAS server's external library directory.

    (For example, if WAS is installed in /usr/local/WAS/AppServer, you would deploy the selected .jar files into /usr/local/WAS/AppServer/lib/ext/.)

    annotations.jar
    commons-lang.jar
    container.jar
    cxf-2.2.8.jar
    cxf-orawsdl-adapter.jar
    dom4j.jar
    endeca-images.jar
    endeca-portal.jar
    hibernate3.jar
    hsql.jar
    jabsorb.jar
    jackson-core-lgpl-1.7.2.jar
    jackson-mapper-lgpl-1.7.2.jar
    log4j.jar
    mdex_bindings.jar
    oracle.http_client_11.1.1.jar
    orawsdl.jar
    portal-kernel.jar
    portal-service.jar
    portlet.jar
    portlet-container.jar
    saw-api.jar
    slf4j-api.jar
    slf4j-log4j12.jar
    XmlSchema-1.4.5.jar
    
  3. Restart the WAS server so that it can pick up the newly available .jar files.