Oracle9iAS Portal Developer Kit
Provider Test Setup and Usage

The Provider Test enables you to successfully test and display your portlets exposed as a web provider without an Oracle9iAS Portal installation.  This article describes how to setup and use the Provider Test utility.

ASSUMPTIONS

  1. You have the Oracle9iAS Http Server Core installed.  This is just the web server with no products or tools installed.  You can download the HTTP Core at Oracle9iAS Portal Center:  Portal Studio - Getting Started.

SETUP ON OC4J

SETUP ON JSERV USING PROVIDER TEST UNDERSTANDING THE RESULTS

The utility simulates Oracle9iAS Portal and makes calls to your provider. It tells you whether the calls made to register, deregister, and display show modes passed or failed.  A message of fail for a show mode may mean that you are not displaying that show mode at all, it may not necessarily be an error.  If you receive the fail message for a show mode that should be available, then it is a message that something is wrong.  The utility checks the following api calls to the provider.  

If your portlet does not display a particular mode, the Provider Test displays the result for that mode as 'failed'.  Registration, DoLogin, and Deregistration are displayed at the end of the HTML output.

KNOWN ISSUES