14 Consuming Portlets

Register portlets to add them to portal pages in WebCenter Portal.

Topics:

Introduction to Consuming Portlets

WebCenter Portal enables you to consume a portlet by registering its producer with the ADF application. Your ADF application can consume portlets that you build and portlets that you receive from a third party, such as a packaged-application vendor.

In addition to WebCenter Portal, a producer application can also be consumed in other ADF applications. This enables you to use portlets in any applications based on ADF. Users developing portlets can tests the functionality in ADF application with JDeveloper.

You can register portlet producers in two ways:

  • Register the portlet producer with an ADF application. Use this option if you are not likely to register the producer with other applications.

  • Register the portlet producer using the Resource Palette. Use this option to use the producer's portlets in multiple applications.

A portlet that is available in the Resource Palette can be added to any of your application by dropping it on the page or by adding it to Application Resources. You can drag and drop a whole producer connection from the Resource Palette into the Application Resources panel of the Application Navigator. This registers the producer with the application. Alternatively, you can right-click a producer in the Resource Palette and choose Add to Application from the context menu to register the producer with the currently open application.

JDeveloper provides wizards for registering both WSRP producers and Oracle PDK-Java producers.

There are many options associated with portlet consumption. For example, you can choose to place portlets directly onto a page or nest them in a Composer component, you can adjust many attributes of the portlet tag, and you can wire portlets to each other.

Registering a WSRP Portlet Producer with WebCenter Portal

When you register a WSRP portlet producer, you provide basic information that describes the producer's operational parameters. This information is used by the portlet-consuming application to communicate with the producer and with the portlets through the producer.

WebCenter Portal supports both WSRP 1.0 and WSRP 2.0 producers. The WSRP 2.0 standard, among others, provides support for inter-portlet communication and export and import of portlet customizations. You can leverage the benefits of WSRP 2.0 while building standards-based JSR 286 portlets.

This section includes the following topics:

How to Register a WSRP Portlet Producer using JDeveloper

You can register a WSRP portlet producer using JDeveloper.

The Register WSRP Portlet Producer wizard is the entry point for registering both WSRP 1.0 and 2.0 producers. When registration is successful, the newly registered producer displays in JDeveloper either in the Application Resources panel of the Application Navigator, or in the Resource Palette, depending on where you created the connection. You can then select portlets from the producer for placement on your application (.jspx) pages.

Note:

If you are registering a producer provided by Oracle WebLogic Portal, and the portlet uses ADF Rich Components, you should register the WSRP 2.0 WSDL URL to ensure that the portlet functions correctly.

You also use the Register WSRP Portlet Producer wizard to register JSF portlets, which are portletized JSF applications or portletized ADF task flows. Once you create a portlet from a JSF application, you can deploy the portlet to a WLS instance and register the JSF portlet producer as you would register any WSRP portlet producer. The Oracle JSF Portlet Bridge exposes JSF applications and task flows as JSR 286 portlets.

To register a WSRP portlet producer:

Note:

In the Register WSRP Portlet Producer wizard, if you click Cancel after you have clicked Finish, the registration is not canceled.

  1. Open Oracle JDeveloper.
  2. In the Application Navigator, expand Application Resources node.
  3. In the Application Resources, right-click Connections, and select New Connection, then select WSRP Producer from the context menu.

    The Specify Producer Name page of the Register WSRP Portlet Producer wizard opens.

    Figure 14-1 Specify Producer Name page of the Register WSRP Portlet Producer


    Specify Producer Name

  4. On the Specify Producer Name page, enter the WSRP portlet producer details.
    Fields Description

    Create Connection in

    Select the create connection option depending on how you accessed the wizard.

    • Application Resources—Choose this option if you invoked the wizard from an application. This is the default selection.

    • Resource Palette—Choose this option if you invoked the wizard from the Resource Palette.

    Target Project

    Select the project to be configured in which you intend to consume the portlets for the WSRP producer connection.

    Note: You can change this option only if you invoked the wizard from the Application Navigator.

    Producer Registration Name

    Enter a name for the producer registration that is unique among all connections.

  5. Click Next.

    The Specify Connection Details page of the Register WSRP Portlet Producer wizard opens.

    Figure 14-2 Specify Connection Details page of the Register WSRP Portlet Producer


    Specify Connection Details page

  6. On the Specify Connection Details page, enter the connection details for the WSRP portlet producer.
    Fields Description

    WSDL URL

    Enter the producer's URL.

    The syntax varies according to your WSRP implementation, for example, the sample WSRP producer uses the following syntax:

    • http://host:port/context-root/portlets/wsrp1?WSDL

    • http://host:port/context-root/portlets/wsrp2?WSDL

    • http://host:port/context-root/portlets?WSDL (WSRP 1.0 for backward compatibility)

    Where:

    • host is the server to which your producer has been deployed.

    • port is the port to which the server is listening for HTTP requests.

    • context-root is the Web application's context root.

    • portlets[/wsrp(1|2)]?WSDL is static text. The text entered here depends on how the producer is deployed.

    For example: http://myhost.example.com:7101/portletapp/portlets/wsrp2?WSDL

    You can access the producer test page through the URL: http://host:port/context-root/info

    Use Proxy for Contacting Producer

    Select the option if your application and the producer are separated by a firewall. An HTTP proxy is needed for communication between the application and the producer, if it is separated by a firewall.

    Specify the URL and port number of the proxy.

    Note: The proxy fields in this step default to the proxy preferences set in JDeveloper Preferences (from the main menu, choose Tools then Preferences, and then select Web Browser and Proxy).

  7. Click Next.
    The connection to the producer is tested. If there are any problems, an error message displays. You must resolve any problems before you can continue.

    The Specify Additional Registration Details page of the Register WSRP Portlet Producer wizard opens.

    Figure 14-3 Specify Additional Registration Details page of the Register WSRP Portlet Producer wizard


    This image shows the Specify Additional Registration Details page of the Register WSRP Portlet Producer wizard

  8. On the Specify Additional Registration Details page, enter the number of seconds to wait for the producer to respond during design time operations.

    Some producers define additional registration properties. In such cases, the properties are displayed in a table on this page of the wizard. You can enter values for these additional properties in the table. These properties are producer-specific and are used only at registration time. That is, they collect information that consumer applications send to producers at registration time; the producers store this information against the consumers and use it subsequently.

  9. Choose one of the following options.
    • Click Finish, if you are registering the producer in the Resource Palette to complete the registration.

      If the producer declares user categories, when you click Finish, the Register WSRP Portlet Producer dialog displays. Click Yes and see How to Map a Producer's Declared User Categories to an Application's Defined Java EE Security Roles. Click No to decline this opportunity and complete the registration process.

      Note:

      If you decline to map the user categories to security roles at this point, you can do so later by editing the producer registration.
    • Click Next, if you are registering the producer in the Application Resources panel, and plan to request authentication whenever the producer (and consequently, its portlet) is accessed.

      If you do not want to configure security, click Finish.

    If you click Next, the Configure Security Attributes page of the Register WSRP Portlet Producer wizard opens.

    Figure 14-4 Configure Security Attributes of the Register WSRP Portlet Producer wizard


    This image describes Configure Security Attributes of the Register WSRP Portlet Producer wizard.

  10. In the Configure Security Attributes page, specify the type of security token used for authentication with the WSRP producer.
    Fields Description

    Token Profile

    Select the type of token profile to use for authentication with the WSRP producer:

    • None—No token; no WS-Security header is attached to the SOAP message. If you select this option, you do not want to complete the rest of the wizard. Click Finish.

    • WSS 1.0 SAML Token with Message Integrity

    • WSS 1.0 SAML Token with Message Protection— When you select this policy, you must also specify the Recipient Alias in the Specify Key Store page.

    • WSS 1.0 User Name Token without Password— Use this token profile if the WSRP producer has a different identity store. You must define an external application pertaining to the producer and associate the external application with this producer. The external application defined here is used to retrieve and propagate the user credentials to the producer. The producer verifies this against the identity store configured for the external application.

    • WSS 1.0 User Name Token with Password—When you select this policy, you must also specify the Recipient Alias in the Specify Key Store page. When you select this policy, you must also specify the Recipient Alias

    • WSS 1.0 SAML Token —This policy does not require any keystore configuration.

    • WSS 1.1 SAML Token with Message Protection

    For more information on the Token Profile, see WSRP Producer Security Connection Parametersin Administering Oracle WebCenter Portal

    Configuration

    Select the configuration type.

    • Default—If you choose default, then all the default keystore attributes, that is location, password, keystore type, signature key and alias, encryption key and alias are picked up from the JPS (Java Platform Security) configuration. The value for Recipient Alias is taken from the policy being used. The WebLogic Server where the application is deployed must be configured for WS-Security. For more information, see Securing a WSRP Producer with WS-Security in Administering Oracle WebCenter Portal.

    • Custom—If you select this option, then you must enter the appropriate keystore attributes in the next page of the wizard.

    Default User

    Enter a user name to assert to the remote producer when the user has not authenticated to the application.

    When unauthenticated, the identity anonymous is associated with the application user. OWSM does not currently support the propagation of an anonymous identity, so you must specify an alternative identity here. Keep in mind though, that in this case, the application has not authenticated the user so the default user you specify should be a low privileged user in the remote producer that is an appropriate identity to use for showing public content. For example, you may want to create a guest account in the identity store for this purpose. If the user has authenticated to the application, then the user's identity is asserted rather than the default user.

    Note:

    • If you specify a Default User, the remote producer must be set up to accept this information.

    • The Default User field does not appear if you selected User Name Token with Password.

    Issuer Name

    Enter the name of the issuer of the SAML Token, for example www.oracle.com.

    This field appears only if you selected an SAML Token option from the Token Profile drop-down list, and Custom from the Configuration options. The issuer name is the attesting entity that vouches for the verification of the subject.

    Associate Producer with External Application

    Select the application, if this producer must provide authentication to an external application.

    This option is available only if you selected User Name Token with Password.

  11. Choose one of the following options.

    If you selected Next, the Specify Key Store page of the Register WSRP Portlet Producer wizard opens.

    Figure 14-5 Specify Key Store of the Register WSRP Portlet Producer wizard


    This image shows the Specify Key Store of the Register WSRP Portlet Producer wizard

  12. On the Specify Key Store page, specify the keystore details.
    Fields Description

    Store Path

    Provide the full path to the keystore that contains the certificate and the private key that is used for signing some parts (security token and SOAP message body) of the SOAP message.

    If you are not sure of the full path, click Browse to navigate to and select the file. The selected file should be a keystore created with the Java keytool.

    Store Password

    Provide the password to the keystore that was set when the keystore was created.

    The keystore password must be correct for the Store Type field and the Signature Key Alias drop-down list to populate.

    If an incorrect keystore path or password is entered, then an error message appears stating that the password is invalid and must be corrected. All fields on this screen except for Store Path and Store Password are disabled until you specify the correct values.

    Store Type

    The store type is always JKS (Java Key Store). The Store Type value is read from the keystore and is never editable.

    Signature Key Alias

    Select the signature key alias.

    This list populates automatically when the correct password is entered in the Store Password field. The Signature Key Alias is the identifier for the certificate associated with the private key that is used for signing. The key aliases found in the specified keystore are available in the list. Select the one to be used for signing.

    Signature Key Password

    Specify the password for accessing the key identified by the alias specified in Signature Key Alias.

    Encryption Key Alias

    (Optional) Select the encryption key alias.

    This list populates automatically when the correct password is entered in the Store Password field. The key aliases found in the specified keystore are available in the list. Select the one to be used for encryption.

    Encryption Key Password

    Specify the password for accessing the key identified by the alias specified in Encryption Key Alias.

    Recipient Alias

    Select the keystore alias that is associated with the producer's certificate.

    This certificate is used to encrypt the message to the producer.

    This field is not displayed if you selected SAML Token with Message Integrity as the Token Profile in the Configure Security Attributes page of the wizard.

  13. Click Finish.

    If the producer declares user categories, when you click Finish, a dialog displays asking whether you want to map the user categories to Java EE roles. Click Yes and see How to Map a Producer's Declared User Categories to an Application's Defined Java EE Security Roles. Click No to decline this opportunity and complete the registration process.

    If the producer declares user categories, when you click Finish, a dialog displays asking whether you want to map the user categories to Java EE roles. Click Yes and see How to Map a Producer's Declared User Categories to an Application's Defined Java EE Security Roles. Click No to decline this opportunity and complete the registration process.

How to Map a Producer's Declared User Categories to an Application's Defined Java EE Security Roles

The producer-declared user categories come from the portlets it contains. For example, if the producer contains one or more JSR 286 portlets created with the Standards-based Java Portlet (JSR 286) wizard, then any security roles added during portlet creation are included in the user categories the producer declares. Java EE security roles can be specified through the application's web.xml file properties.

To map producer-declared user categories with application-defined Java EE security roles:

  1. After you click Finish in the Register WSRP Portlet Producer wizard, click Yes in the resulting dialog.
  2. In the User Categories dialog, for each User Category, click the corresponding field in the J2EE Security Role column.
    The User Categories dialog is also accessible when you edit producer registration settings.
  3. From the resulting list, select the security role to map to the producer user category.
  4. Click OK when all user categories are mapped.

Registering an Oracle PDK-Java Portlet Producer with WebCenter Portal

When you register a PDK-Java portlet producer, you provide basic information that describes the producer's operational parameters. This information is used by the portlet-consuming application to communicate with the producer and with the portlets through the producer.

When registration is successful, the newly registered producer is displayed in JDeveloper either in the Application Resources panel of the Application Navigator, or in the Resource Palette, depending on where you created the connection. You can then select portlets from the producer for placement on your application (.jspx) page.

Note:

In the Register Oracle PDK-Java Portlet Producer wizard, if you click Cancel after you have clicked Finish, the registration is not canceled.

To register a PDK-Java portlet producer:

  1. Open Oracle JDeveloper.
  2. In the Application Navigator, expand Application Resources node.
  3. In the Application Resources, right-click Connections , and select New Connection, then select Oracle PDK-Java Producer from the context menu.

    The Specify Producer Name page of the Register Oracle PDK-Java Producer Producer wizard opens.

    Figure 14-6 Specify Producer Name of the Register Oracle PDK-Java Producer Producer


    This image shows the specify Producer Name dialog where you can enter the PDK-Java Producer details.

  4. On the Specify Producer Name page, enter the PDK-Java Producer details.
    Fields Description

    Create Connection in

    Select the create connection option depending on how you accessed the wizard.

    • Application Resources—Choose this option if you invoked the wizard from an application. This is the default selection.

    • Resource Palette—Choose this option if you invoked the wizard from the Resource Palette.

    Target Project

    Select the project to be configured for the PDK-Java producer connection.

    Note: You can change this option only if you invoked the wizard from the Application Navigator.

    Producer Registration Name

    Enter a name for the producer registration that is unique among all connections.

  5. Click Next.

    The Specify Connection Details page of the Register Oracle PDK-Java Producer wizard opens.

    Figure 14-7 Specify Connection Details of the Register Oracle PDK-Java Producer Wizard


    This image shows the Specify Connection Details of the Register Oracle PDK-Java Producer wizard.

  6. In the Specify Connection Details page, enter the connection details for Oracle PDK-Java Producer.
    Fields Description

    URL Endpoint

    Enter the producer's URL using the following syntax:

    http://host:port/context-root/providers

    Where:

    • host is the server to which your producer has been deployed.

    • port is the port to which the server is listening for HTTP requests.

    • context-root is the Web application's context root.

    • providers is static text. The text entered here depends on how the producer is deployed.

    For example:

    http://myhost.example.com:7101/myEnterprisePortlets/providers

    Service ID

    Enter the unique identifier for this producer.

    PDK-Java enables you to deploy multiple producers under a single adapter servlet. The producers are identified by their unique service IDs. A service ID is required only when a service ID or producer name is not appended to the URL endpoint.

    For example the following URL endpoint requires the service ID, sample:

    http://myhost:7101/myEnterprisePortlets/providers

    However, the following URL endpoint, does not require a service ID:

    http://myhost:7101/myEnterprisePortlets/providers/sample

    Use Proxy for Contacting Producer

    Select the option if your application and the producer are separated by a firewall. An HTTP proxy is needed for communication between the application and the producer, if it is separated by a firewall.

    Specify the URL and port number of the proxy.

    Note: The proxy fields in this step default to the proxy preferences set in JDeveloper Preferences (from the main menu, choose Tools then Preferences, and then select Web Browser and Proxy).

    Associate Producer with External Application

    If this producer must provide authentication to an external application, select the option, then select the application from the drop-down list.

    Enable Producer Sessions

    Select to enable sessions between the producer and the consuming application.

    When sessions are enabled, the server maintains session-specific information, such as user name. Message authentication uses sessions, so if the shared key is set, then this option should also be selected.

    For sessionless communication between the producer and the server, deselect this option.

  7. Choose one of the following options:
    • You can click Finish to complete the registration, using the default values for all remaining steps.

    • You can click Next to provide additional details and follow the remaining steps.

    If you click Next, the Specify Additional Details page of the Register Oracle PDK-Java Producer Producer wizard opens.

    Figure 14-8 Specify Additional Details of the Register Oracle PDK-Java Producer Wizard


    This image shows the Specify Additional Details of the Register Oracle PDK-Java Producer Wizard.

  8. In the Specify Additional Details page enter additional PDK-Java Producer details.
    Fields Description

    Default Timeout Interval (Seconds)

    Enter the number of seconds to wait for the producer to respond during design time operations.

    Subscriber ID

    Enter a string to identify the consumer of the producer being registered.

    When a producer is registered, a call is made to the producer. During the call, the consumer passes the value for Subscriber ID to the producer. This value is also passed every time a portlet call is made. If the producer does not see the expected value for Subscriber ID, then it might reject the registration call.

    Note:

    Editing the producer registration to change the Subscriber ID after the initial registration has no effect. To specify a different Subscriber ID, you must reregister the producer.

    Shared Key

    Enter a shared key to use for producers that are set up to handle encryption.

    The shared key is used by the encryption algorithm to generate a message signature for message authentication. Producer registration fails if the producer is set up with a shared key and you enter an incorrect shared key here. The shared key can contain between 10 and 20 alphanumeric characters.

  9. Click Finish.

Managing Portlet Producer Connections

After registering a portlet producer, you can edit the registration settings, test the connection, refresh the producer to obtain the latest list of portlets, or delete the connection to the portlet producer.

This section includes the following topics:

Editing Portlet Producer Registration Settings

Both the WSRP and PDK-Java portlet producer registration wizards enable you to access and revise many of the values you entered when you registered the producer.

To edit portlet producer registration settings:

  1. Open Oracle JDeveloper.
  2. In the Application Navigator, expand Application Resources node.
  3. Navigate to the producer and right-click to edit, then choose Properties.
  4. Edit the producer registration properties as required, click Next to step through the pages of the wizard.

    Figure 14-9 Edit Portlet Producer


    This image shows the Edit Portlet Producer wizard.

    You can also click the links in the navigation panel on the left side of the wizard to go directly to a specific step.

    You cannot edit the Producer Registration Name.

  5. When you have changed all the necessary settings, click Finish.
  6. Editing some properties, such as the WSDL URL or URL Endpoint, requires a producer refresh. When you make such a change, a dialog displays allowing you to refresh the producer immediately, save the changes but do not refresh the producer, or return to the edit producer registration wizard. Click Yes, No, or Cancel as appropriate.

    Note:

    While you can edit the value of the WSDL URL field, you can point to a different producer only if the new producer has access to the preference store of the old producer, or if the preference store of the old producer has been migrated to that of the new producer.

  7. Click OK when the producer has been successfully refreshed, if necessary.
  8. Once you have completed your edits, consider testing the producer connection to be sure the connection information is valid. For more information, see Testing a Portlet Producer Connection.

Testing a Portlet Producer Connection

The connection testing feature provides a means of testing the validity of a portlet producer connection.

To test a portlet producer connection:

  1. Open Oracle JDeveloper.
  2. In the Application Navigator, expand Application Resources node.
  3. Navigate to the producer and right-click the producer to test, and choose Test Producer Connection.
  4. A progress bar appears while the test is underway. A success or failure dialog displays when the test is complete. Click OK to close this dialog.
    If the failure dialog displays, consider editing the producer registration details and retesting the producer connection. Additionally, especially if the failure dialog takes a long time to display, ensure that the producer is available. For example, if the producer is provided through the Integrated WLS, ensure that the Integrated WLS is running, and then retest the connection.

Refreshing a Portlet Producer

When you refresh a portlet producer, the portlets from that producer are also refreshed. Newly added portlets and any updates to existing portlets become available to any applications that are consuming portlets from this producer.

Tip:

When a portlet is removed from a producer, be sure to manually delete the portlet from all application pages on which it has been placed. For more information, see Deleting a Portlet Producer

To refresh a portlet producer:

  1. Open Oracle JDeveloper.
  2. In the Application Navigator, expand Application Resources node.
  3. Navigate to the producer and right-click the producer you want to refresh, and choose Refresh Producer Registration.
  4. In the Portlet Producer Refresh dialog, click Yes.

Deleting a Portlet Producer

If you no longer want to use a particular producer with your application, you can delete the producer.

Note:

If you delete a producer, any pages that consume portlets from that producer display an error message that the portlet is unavailable. The portlets continue to be unavailable even if you re-register the producer using the same name.

To delete a portlet producer:

  1. Open Oracle JDeveloper.
  2. In the Application Navigator, expand Application Resources node.
  3. Navigate to the producer and right-click the producer you want to delete, and choose Delete.
  4. In the Delete Confirmation dialog, click Yes.

Adding Portlets to a Page

Placing a portlet on a page is a simple matter of dragging the portlet from the Application Resources panel or Resource Palette and dropping it on the page.

Before You Begin

Before you can place a portlet on a page, there are a few preparatory steps you must perform before you can take this simple action. These include:

  1. Creating an ADF application

  2. Creating an application page in the ADF application.

  3. Registering the portlet's producer with the application.

  4. Some of the portlets you plan to consume may come from applications that handle their own authentication. In such cases, you must register the application as an external application and identify it to the portlet producer that provides it.

  5. Some of the portlets you plan to consume may come from producers that are Secure Sockets Layer (SSL) enabled. When you try to access an SSL-enabled producer, you may be presented with a Security Alert dialog, prompting you to view the producer's certificate and add it to the list of trusted certificates. The Security Alert dialog displays only if the producer uses a security certificate issued by a certificate authority that is not widely accepted. To consume portlets from such a producer, you must first add the producer's security certificate to the keystore.

Topics:

How to Add a Portlet to a Page

You can add a portlet to a page by dragging and dropping it from the Application Resources panel of the Application Navigator or from the Resource Palette.

To add a portlet to a page:

  1. Open Oracle JDeveloper.
  2. In the Application Navigator, open the application that contains the page (.jspx file) to which you want to add the portlet.
  3. Expand the project that contains the page.
  4. Locate the page, right-click it, and then choose Open.

    Tip:

    You can also double-click the page to open it.

  5. Under the Connections node in the Application Resources panel, or in the Resource Palette,
    • Expand the WSRP Producer node, if the producer is a WSRP producer.

    • Expand the Oracle PDK-Java Producer node, if the producer is a PDK-Java producer.

  6. Expand the node for the portlet producer that contains the portlet to add to the page.
    Under the selected producer, all portlets contained by that producer are listed.
  7. Drag the portlet from the producer node directly onto the page.
    You should drag the portlet onto a form on the page. If you do not, a dialog displays prompting you to create a form to contain the portlet.
    • Select ADF Faces-Form if the page contains rich client components. This adds an af:form component to the page.

    • Select JSF HTML-Form if the page contains HTML components (for example, if it is an upgraded 10.1.3.2 page). This adds an h:form or tr:form component to the page, depending on the surrounding document tag.

    Do not select HTML - Form as this is not valid for portlets.

    Note:

    You can include any Oracle ADF Faces component or task flow as a child component of a Show Detail Frame component. However, portlets contain headers similar to those provided by the Show Detail Frame component and can be added to a Panel Customizable component directly. There are no additional benefits to including portlets in Show Detail Frame components.

    Note:

    If you add a portlet as a Trinidad component, that is, inside a tr:form component, and the portlet implements modes other than View mode, you must include the following in the application's web.xml file:
    <context-param>
      <param-name>
        oracle.adf.view.rich.newWindowDetect.OPTIONS
      </param-name>
      <param-value>off</param-value>
    </context-param>

    Note:

    If you are adding a PeopleSoft portlet to a page, you must set the renderPortletInIFrame portlet tag attribute to true.

    For more information, see Setting Attribute Values for the Portlet Tag.

What Happens When You Add a Portlet to a Page

When you add a portlet to a page, a portlet tag (adfp:portlet or adfph:portlet) is added to the page source. This is the tag that represents the portlet component. This tag includes attributes that you can edit using the Property Inspector, or in the page source, to further control the behavior and appearance of the portlet. For information about these attributes, see Setting Attribute Values for the Portlet Tag.

The type of portlet tag used is determined by the following:

  • If the project is configured for rich client components alone, the adfp:portlet tag is used.

  • If the project is configured for Trinidad components alone, the adfph:portlet tag is used.

  • If the project is configured for both rich client and Trinidad components, a dialog displays where you can choose which portlet tag to use.

  • If the project is not configured for rich client or Trinidad components, the adfp:portlet tag is used and the project is automatically configured for rich client components.

This is so that the look and feel of the portlet matches that of other components on the page. In this case, the portlet is added using the adfp:portlet tag, as shown in the following example:.

Example 14-1 Rich Client Page Containing a Portlet

<?xml version='1.0' encoding='US-ASCII'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
          xmlns:adfp="http://xmlns.oracle.com/adf/faces/portlet">
  <jsp:directive.page contentType="text/html;charset=US-ASCII"/>
  <f:view>
    <af:document>
      <af:form>
         <adfp:portlet value="#{bindings.Portlet11_1}"
               id="portlet1"
                  renderPortletInIFrame="true"/>
     </af:form>
    </af:document>
  </f:view>
</jsp:root>

If you are working with an upgraded 10.1.3.2 application or an application that contains Trinidad components, the application uses HTML components, rather than rich client components. In this case, when you drag a portlet onto a page, the adfph:portlet tag is used, as shown in the following example.

Example 14-2 Trinidad Page Containing a Portlet

<?xml version='1.0' encoding='US-ASCII'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
          xmlns:tr="http://myfaces.apache.org/trinidad"
          xmlns:adfph="http://xmlns.oracle.com/adf/faces/portlet/html">
  <jsp:directive.page contentType="text/html;charset=US-ASCII"/>
  <f:view>
    <tr:document title="Title 1">
      <tr:form><adfph:portlet value="#{bindings.Portlet12_1}
              "id="portlet1"/>
      </tr:form>
    </tr:document>
  </f:view>
</jsp:root>

If the application page includes one or more Composer components, this may influence where the portlet is placed. For example, in the Structure panel, a portlet placed on a page with a cust:panelCustomizable tag, would be placed as illustrated in the following example:

Example 14-3 Hierarchical Placement of the Portlet Tag

af:document
  af:form
   cust:panelCustomizable
     adfp:portlet

Note:

We recommend that you do not mix ADF Faces rich client components with HTML or Trinidad components on the same page. Doing so may produce unexpected results at runtime. Therefore, do not place a rich client portlet inside a Composer HTML component or an HTML portlet inside a Composer rich client component.

Note:

When you drop an instance of OmniPortlet onto your page, open the Property Inspector and ensure that the AllModesSharedScreen property, under the Display Mode category, is set to false, the default value. Setting this property to true may prevent you from editing certain sections of your OmniPortlet in the OmniPortlet wizard.

What You May Need to Know About Interportlet Communication

One way to make your application more interactive is by linking related components such that their contents are synchronized based upon the context. For example, suppose you have two stock portlets on a page, one provides data about a stock's price while the other provides headline news items for a stock. Both portlets are based upon the stock ticker symbol, hence it would make sense that, when the ticker symbol is changed in the stock price portlet, the stock headlines portlet picks up that change and refreshes itself with headlines pertaining to the same ticker symbol.

The JSR 286 standard introduces public render parameters, which you can use to link portlets on a page. See How to Use Public Render Parameters in JSR 286 Portlets.

The JSR 286 standard also supports portlet events. You can use portlet events to drive the content of a portlet based on actions that occur elsewhere on the page. Portlet events can be cascaded so that a portlet may respond to an event by triggering an event of its own, which in turn affects other portlets on the page. Portlet events can also be consumed by ADF contextual events and contextual events can be consumed by portlets. You can use this to contextually link portlets and task flows. See How to Use Portlet Events in JSR 286 Portlets.

When you add a portlet to a page, a portlet binding is added to the page definition file. This portlet binding includes attributes that specify whether the portlet should automatically listen for parameter changes and events.

Example 14-4 Portlet Binding

<portlet id="LotteryPortlet2_1"
         portletInstance="oracle/adf/portlet/SamplePortlets/ap/Ei7default_03ba18be_012d_1000_8002_0ae8827e9493"
         class="oracle.adf.model.portlet.binding.PortletBinding"
         retainPortletHeaders="false"
         listenForAutoDeliveredPortletEvents="true"
         listenForAutoDeliveredParameterChanges="true"
         xmlns="http://xmlns.oracle.com/portlet/bindings"/>

Setting these attributes to true (the default) means that any parameters that are changed or events that are raised elsewhere on the page that match those supported by the portlet (that is, they have the same QName) automatically cause the portlet to be updated accordingly. In addition, the portlet can define aliases for its parameters and events to match parameters and events with different QNames.

You can set these attributes to false to disable this automatic parameter and event listening. For example, your page might contain multiple instances of the same portlet that require values to come from different sources. If you disable automatic parameter and event listening, or if your portlet defines parameters or events with names that do not match those you want to use for linking, you must manually configure the portlet wiring. See Manually Wiring Parameters and Events in JSR 286 Portlets.

What You May Need to Know About Inline Frames

Rendering a portlet directly on a page provides a better user experience as compared to placing it in an inline frame (iframe). However, at times, it may be required to include the portlet markup inside an inline frame. You can use the renderPortletInIFrame attribute to determine whether or not a portlet should be rendered in an inline frame.

The default setting of the renderPortletInIFrame attribute is auto. This causes the portlet consumer to attempt to rewrite the portlet markup whenever possible, so that it renders correctly within the Oracle ADF page without the need for an inline frame.

However, in the following circumstances, the portlet is rendered within an inline frame:

  • The parser throws an exception as it is not able to parse the markup.

  • The portlet code contains a multi-part form post.

  • The portlet code contains a file upload element.

  • The portlet developer explicitly requested that the portlet be rendered in an inline frame by setting the com.oracle.portlet.requireIFrame container runtime option in the portlet.xml file to true.

Note:

Portlets created using the Oracle JSF Portlet Bridge have the requireIFrame container runtime option set to true as these portlets are too complex to render directly on Oracle ADF pages due to JavaScript issues.

In some circumstances, the portlet consumer may be unable to rewrite the portlet markup and JavaScript to accommodate the portlet in the Oracle ADF page. If this is the case, you may find that the portlet does not behave as expected, for example, buttons do nothing or you get JavaScript errors in the console. If this happens, you should set the renderPortletInIFrame attribute to true so that the portlet is always rendered in an inline frame.

Some examples of when you should set renderPortletInIFrame to true are when:

  • The portlet code builds up element names dynamically in JavaScript.

  • The portlet code uses multiple forms and references them in JavaScript by index.

  • JavaScript library code references elements within the portlet.

If you render a portlet within an inline frame, then manipulating window.location may give unexpected results. If your portlet uses window.location, then you should ensure that your JavaScript is robust enough to handle the case where the portlet renders itself inside an inline frame.

If you want to ensure that a portlet is never rendered in an inline frame, for example for accessibility reasons, set the renderPortletInIFrame attribute to false. Note however, that HTML markup from a portlet that is not rendered in an inline frame may interfere with other components on the Oracle ADF page.

For more information about the accessibility implications of using inline frames, see WebCenter Portal Accessibility Features.

What You May Need to Know About Portlet Sizing

ADF Faces components can stretch their children, or not. It is usually a requirement that a parent only contains a single child for it to be able to stretch that child. Components also support being stretched or not. When a component that supports being stretched is placed inside a parent that is stretching its child, the dimension of the child is determined by those of the parent. The child is said to be stretched by the parent and it is sized to fill the parent.

When a component is not stretched by its parent, it is said to be in a flow layout. Here it is not taking its size from its parent. It must determine its own size, either from its children or from dimension style settings specified by the page designer.

The portlet Faces component supports being stretched by its parent. It does not explicitly stretch its children.

There are three ways the size of a portlet component is determined, depending on the portlet's parent component and attributes set on the portlet component itself.

  • If the portlet is being stretched by its parent, the size is determined only by the parent. The portlet is in a stretch layout.

    • It does not matter how big the content is, this is irrelevant to the size of the portlet. If the content is bigger than the portlet, scrollbars are provided to enable users to display all the content.

    • If you specify a height for the portlet, it is ignored; stretching takes precedence.

    • This is the preferred layout method; it is always reliable.

    • The ADF Faces Tag documentation tells you whether each component stretches its children or not.

  • If the portlet is not being stretched by its parent and explicit sizes are set, they are used.

    • This is also always reliable; you'll get the size you specified.

    • If the content is bigger than the specified size, scrollbars are provided to enable users to display all the content.

    • The size is fixed; the size of the content is not taken into account.

  • If the portlet is not being stretched by its parent and no explicit sizes are set, the portlet attempts to auto-size to the content.

Auto-Sizing

When a portlet is in a flow layout and has no explicit size set, it attempts to set the size of the portlet so that it is exactly big enough to display all of the portlet content without scrollbars.

The portlet does this by asking the browser how much space is required to show the content without scrollbars and using that to set the height of the portlet. More specifically, it looks at the scrollHeight property of the inline frame window.

How well this works depends on what is inside the portlet. Some layouts have a nice intrinsic size which auto-sizes well. However, some layouts and components inside the portlet, typically those that allow their content to overflow invisibly or with scrollbars, effectively hide the size of their contents. In specific terms of the HTML markup are HTML elements with overflow setting of hidden, auto, or scroll. This can come from inline styles or CSS styles applied to the element.

The problem arises because the scrollHeight is the minimum height required to correctly display the content. If you have, for example, a div element with an overflow="auto", then if that div is smaller than its content, then it uses scroll bars. So, when you ask what minimum size is needed to display the div, unless it has an explicit height or minimum height set, the answer is 0. That means that the content of this div, even if it has a definite height does not contribute to the overall scroll height of the content.

In ADF terms, this is often associated with components that expect to take their dimensions from their parents, for example panelStretchLayout with dimensionFrom="parent" or that scroll their contents, for example, panelGroupLayout with layout="scroll". These are the components that tend to have hidden or scrollable overflows.

Thinking about the ADF Faces layout model also gives us an alternative way of understanding the problem. The ADF Faces layout guidelines dictate starting with an unbroken chain of the components that are stretched by their parents and within that islands of flow layout, usually initiated by an af:panelGroupLayout where the components have fixed heights or take their dimensions from their children. If in the root of the portlet, we have that unbroken chain of components looking to take their dimensions from their parent but the portlet itself is in a flow layout and therefore is looking to take its dimensions from the content there is an impasse. The portlet is looking to take its dimensions from its parent for the size. It should be clear then that the solution to this is to stretch the portlet (that is, take it out of the flow layout island), set a height on the portlet, or make the content of the portlet entirely and island of flow layout content.

If the content cannot be auto-sized, the height defaults to 200px in Firefox and 0px in Internet Explorer. The fact that Internet Explorer is 0 is caused by incorrect behavior where the scrollHeight does not correctly respect the min-height CSS style setting. In Firefox, the 200px height comes from the minheight setting on the region that renders the portletized task flow. To work around this, you can set the height or min-height CSS in the consumer.

Auto-Sizing Best Practice

To get the best results when using the portlet in a flow layout where you want it auto-size the content:

  • Make the portlet content an unbroken chain of components that take their dimensions from their children.

  • Use the dimensionsFrom="children" attribute on components that support it, for example, af:panelStretchLayout, to make them take their dimensions from their children.

  • Use layout="vertical" rather than layout="scroll" on panelGroupLayout to make the size of its children contribute to the overall auto-sized dimensions.

  • When switching from the flow layout chain of components to a stretch layout, set an explicit height on the first component that stretches its children. Typically, this will be where you have used panelStretchLayout with dimensionsFrom="parent".

What You May Need to Know About Minimize, Restore, and Move

To accommodate the needs of the development environment, the behavior of the actions Minimize, Restore, and Move for Show Detail Frame and portlet components differs between design time and runtime. At design time, these actions persist in a given WLS session, but do not persist over sessions (session means the time between starting and stopping WLS). At runtime, these actions persist both during a given WLS session and across sessions.

This difference has been introduced to enable an automatic reset of an application page at design time.

If persisting across sessions is not required at runtime, then a simple modification to the application's web.xml file can turn it off. Go to the following parameter setting in the application's web.xml file.

Example 14-5 Persistence Setting in the Application's web.xml File

<context-param>
  <param-name>oracle.adf.view.faces.CHANGE_PERSISTENCE</param-name>
  <param-value>oracle.adfinternal.view.faces.change.HybridChangeManager</param-value>
</context-param>

Replace it with the following example.

Example 14-6 Turning Runtime Persistence Off in the Application's web.xml File

<context-param>
  <param-name>oracle.adf.view.faces.CHANGE_PERSISTENCE</param-name>
  <param-value>oracle.adf.view.faces.change.SessionChangeManager</param-value>
</context-param>

If security has been implemented on the application, then the Minimize, Restore, and Move actions display only to users with Customize privileges. They do not display to users with Personalize privileges. Customize users can test the effect of these actions by following these steps at design time:

  1. Run the application page using JDeveloper's Integrated WLS.

  2. Log in as the administrator.

  3. Minimize a portlet, move portlets around, make whatever changes you want using the relevant actions commands.

  4. Log out, then log in as a user and check the effects of your actions.

What Happens at Runtime

Once you place a portlet on a page, right-click the page and choose Run. This displays the page and runs the portlet in your default browser using JDeveloper's Integrated WLS. Different portlets may require additional runtime configuration. Notably, the content of an OmniPortlet or Web Clipping portlet instance is defined at runtime. . For more information about portlets generally, see Introduction to Portlets.

When running a portlet that has an Edit mode (this renders as a Personalize icon (pencil icon) in the portlet header), the Personalize icon displays only to authenticated users (that is, users who have logged in). Anonymous or public users do not see the option to personalize the portlet. Some form of security must be implemented for the portlet-consuming application before users can personalize their view of a portlet. If you are a developer creating portlets and pages, you may want to test your portlet's Edit mode without creating a complete security model for your application. For information about how to add security to enable testing of a portlet's Edit mode.

Note:

To be able to add portlets to your page at runtime, you must add at least one portlet to that page at design time. Adding a portlet at design time ensures that the following is added to the <definitionFactories> element of the DataBindings.cpx file:

<factory nameSpace="http://xmlns.oracle.com/portlet/bindings"
className="oracle.adf.model.portlet.binding.PortletBindingDefFactoryImpl"/>
<dtfactory className="oracle.adfdtinternal.view.faces.portlet.PortletDefinitionDTFactory"/>

This entry is required to enable consumption of portlets at runtime.

If a portlet supports parameters or events and the automatic parameter and event listening is enabled, any changes to the supported parameters and events (or to parameters and events that are aliased) automatically update the portlet.

When running a portlet from a producer associated with an external application, a link to update login information is displayed. Clicking the link displays a credential provisioning page for entering external application credentials. After specifying valid credentials the portlet displays content appropriately. For more information about external applications.

Setting Attribute Values for the Portlet Tag

In the source code view of a page, each portlet is represented by an adfp:portlet tag (or adfph:portlet tag), which includes a set of required and optional attributes. Required attributes, value and portletType, are provided automatically by the framework , and must not be altered. Optional attribute values are relevant when support for the attribute is built into the portlet. For example, you can set isAboutModeAvailable to true, but if no About mode has been defined for the portlet, then the attribute setting does not affect the portlet.

Portlets also support a set of style-related attributes.

The portlet tag uses many attributes, which you can set at design time either through the JDeveloper Property Inspector or in the source code as attributes of the tag.

Topics:

How to Set Attribute Values for the Portlet Tag Using the Property Inspector

The Property Inspector provides a quick and easy way to set attribute values for the portlet tag without having to edit the source code yourself.

To set attribute values for the portlet tag using the Property Inspector:

  1. In the Application Navigator, open the application that contains the page on which the portlet appears.
  2. Expand the project that contains the page.
  3. Locate the page, right-click it, and then choose Open.

    Tip:

    You can also double-click the page to open it.
  4. In the design view, select the portlet whose attributes you want to set.
  5. In the Property Inspector, click the appropriate tab and set the desired attribute.
    Repeat this step as often as required.
  6. Save your changes.
  7. To test the changes you have made, right-click the page and choose Run.

How to Set Attribute Values for the Portlet Tag in Source Code

To set attribute values for the portlet tag directly in the source code:

  1. In the Application Navigator, open the application that contains the page on which the portlet appears.
  2. Expand the project that contains the page.
  3. Locate the page, right-click it, and then choose Open.

    Tip:

    You can also double-click the page to open it.
  4. In the design view, select the portlet whose attributes you want to set.
  5. Click the Source tab.
    The portlet that you selected is highlighted in the source code.
  6. Make your changes directly to the source code.

    The following example shows an edited portlet tag.

    <adfp:portlet value="#{bindings.portlet1}"
                  portletTypes="/oracle/adf/portlet/WsrpPortletProducer1/applicationPortlets/
                               E0default_b452f828_010a_1000_8002_82235f57eaa8"
                                   allModesSharedScreen="true"
                                />
  7. Save your changes.
  8. To test the changes you have made, right-click the page and choose Run.

Common Attributes of the Portlet Tag

The following describes the common attributes of the portlet tag.

Table 14-1 Common Attributes of the Portlet Tag

Attribute Value Description

id

Text string. For example:

id="newsBrief"

The unique identifier of the portlet. This attribute is populated with a unique value by default when you add the portlet to a page.

The value must follow a subset of the syntax allowed in HTML:

  • Must not be a zero-length string.

  • First character must be an ASCII letter (A-Z a-z) or an underscore (_).

  • Subsequent characters must be ASCII letter or digits (a-Z a-z 0-9), underscores (_), or dashes (-).

title

Text string. For example:

title="Announcements"

The portlet title, which is displayed in the portlet header.

The value specified here takes precedence over any title specified elsewhere (for example, in the portlet markup).

If no value is specified here, the portlet extracts its title from the portlet markup (response).

If no value is specified either here or in the portlet markup, the portlet extracts its title from the portlet definition.

Note: Supplying a value to the title attribute at design time means that any change made to the title at runtime in Edit or Edit Defaults mode is ignored.

width

Number expressed in pixels or as a percentage of available area:

  • For pixels, enter npx, for example:

    width = 300px
  • For percentage, enter n%, for example:

    width = 50%

The width of the area to allow for portlet display.

If the actual portlet width is larger than the width value entered here, a scrollbar appears, provided displayScrollBar is set to auto or true. If displayScrollBar is set to false, and the actual portlet width exceeds the value expressed for the width attribute, the width attribute value is considered and the portlet content is truncated.

height

Number expressed in pixels, for example:

height = 300px

The height of the area to allow for portlet display.

If the actual portlet height is larger than the height value entered here, a scrollbar appears, provided displayScrollBar is set to auto or true. If displayScrollBar is set to false, and the actual portlet height exceeds the value expressed for the height attribute, the height attribute value is considered and the portlet content is truncated.

icon

URI to an image. For example:

icon="coffee.png"

A URI specifying the location of an image to use as an icon, displayed to the left of the portlet title in the portlet header. You can use the icon to indicate the portlet's purpose, to reinforce branding, as a content indicator, or for some other reason.

In the Property Inspector, click the Property Menu icon next to the field and then choose Edit to locate and select the required image.

The value must be an absolute URI or a URI that is resolvable relative to the current page or the application context root. The URI provided in the preceding example is stored at the application context root, therefore a full path is not required.

partialTriggers

One or more component IDs. For example:

partialTriggers="_id1 _id2 componentID5"

Separate component IDs with spaces.

The IDs of the components that trigger a partial update. The portlet listens on the specified trigger components. If a trigger component receives a trigger event that causes it to update in some way, this portlet also requests to be updated.

Appearance Attributes of the Portlet Tag

The following table describes the appearance attributes of the portlet tag.

Table 14-2 Appearance Attributes of the Portlet Tag

Attribute Value Description

expansionMode

minimized

normal

Default: normal

The default state of the portlet:

  • minimized—The portlet's default display mode is collapsed (minimized).

  • normal—The portlet's default display made is neither collapsed nor expanded to the width of the page.

allModesSharedScreen

auto

false

true

Default: auto

Whether a change in portlet mode renders the new mode on a new page, rather than the page on which the portlet resides.

  • auto—All portlet modes are displayed inline if the remote portlet is configured, through the com.oracle.portlet.requireIFrame container runtime option in its portlet.xml file, to require an inline frame (IFRAME). This ensures that Oracle Bridge portlets are displayed inline.

  • false—All portlet modes, except View (JSR 286) or Show (PDK-Java), are rendered each on their own page. This is useful for portlets such as OmniPortlet and the Web Clipping portlet, which require that modes other than Show mode display on pages other than the page on which the portlet resides.

  • true—All portlet modes are displayed inline. One mode is swapped out for another on the same page. In other words, this attribute enables all portlet modes to display without leaving the context of a given page.

renderPortletInIFrame

auto

false

true

Default: auto

Whether the portlet is rendered in an IFRAME:

  • auto—Whenever possible, the portlet consumer attempts to rewrite the portlet markup so that it renders correctly in an ADF page. Otherwise, the portlet is rendered in an IFRAME.

  • false—The portlet is never rendered in an IFRAME.

  • true—The portlet is always rendered in an IFRAME.

For more information, see What You May Need to Know About Inline Frames.

displayScrollBar

auto

false

true

Default: auto

Whether a scroll bar is displayed:

  • auto—Render a scroll bar if the portlet content does not fit the width and height specified.

  • false—Never render a scroll bar. If the portlet content does not fit the height and width specified, the portlet renders in its actual size.

  • true—Always render a scroll bar.

displayHeader

false

true

Default: true

Whether the portlet header is displayed:

  • false—The portlet header is not displayed. Icons and links normally displayed in the header are hidden. If isSeededInteractionAvailable is set to true, users can access portlet menus and icons by rolling the mouse over the portlet. A fade-in/fade-out toolbar appears, from which users can select Actions menu options.

  • true—The portlet header is displayed. Consequently, header-based icons and links are displayed.

displayShadow

false

true

Default: true

Whether to display a shadow decoration around the portlet:

  • false—Do not display a shadow decoration.

  • true—Display a shadow decoration.

rendered

false

true

Default: true

Whether the portlet is rendered.

  • false—Do not render the portlet. No output is rendered.

  • true—Render the portlet. This is the recommended setting. Setting this attribute to false causes problems when you run the page.

background

dark

light

medium

Default: medium

The style selector to apply to the skin used by the portlet:

  • dark—Apply the dark style selector to the skin.

  • light—Apply the light style selector to the skin.

  • medium—Apply the medium style selector to the skin.

This provides a way for you to apply a different look and feel to each portlet on an page.

shortDesc

Text string. For example:

shortDesc="Portlet for entering display text in place."

A short description of the portlet.

displayActions

always

onHover

Default: always

Whether seeded interactions for the portlet are shown:

  • always—Always show seeded interactions.

  • onHover—Show seeded interactions when users move the mouse over the portlet.

showMoveAction

menu

none

Default: menu

Whether to display the Move command in the portlet's Action menu:

  • menu—Display the Move command on the portlet's Action menu.

  • none—Do not display the Move command.

There is a difference in the way that the Move command behaves at design time and at runtime. For more information, see What You May Need to Know About Minimize, Restore, and Move

showRemoveAction

menu

none

Default: menu

Whether to display the Remove icon on the portlet chrome:

  • menu—Display the Remove command on the portlet's Action menu.

  • none—Do not display the Remove icon.

There is a difference in the way that the Remove icon behaves at design time and at runtime. For more information, see What You May Need to Know About Minimize, Restore, and Move.

Note: This attribute is available only for the adfp:portlet tag and not for the adfph:portlet tag.

showResizer

always

never

Default: always

Whether to display the resize handle at the bottom right corner of the portlet.

  • always—Always display the resize handle.

  • never—Never display the resize handle.

Note: This attribute is available only for the adfp:portlet tag and not for the adfph:portlet tag.

showMinimizeAction

chrome

none

Default: chrome

Whether to display the Minimize icon on the portlet chrome:

  • chrome—Display the Minimize icon on the portlet chrome.

  • none—Do not display the Minimize icon.

There is a difference in the way that the Minimize icon behaves at design time and at runtime. For more information, see What You May Need to Know About Minimize, Restore, and Move.

Behavior Attributes of the Portlet Tag

The following table describes the behavior attributes of the portlet tag.

Table 14-3 Behavior Attributes of Portlet Tag

Attribute Value Description

partialTriggers

One or more component IDs. For example:

partialTriggers="_id1 _id2 componentID5"

Separate component IDs with spaces.

The IDs of the components that trigger a partial update. The portlet listens on the specified trigger components. If a trigger component receives a trigger event that causes it to update in some way, this portlet also requests to be updated.

submitUrlParamters

false

true

Default: false

Whether parameters in portlet links that point to the page on which the portlet is placed are made available to the page:

  • false—Parameters are not made available to the page. Rather, they are available only inside the portlet initiating the request.

  • true—Parameters available on the container page.

Portlet Modes Attributes of the Portlet Tag

Portlet Modes attributes control the rendering of mode-switching UI actions, such as entering edit mode. The ability to render a portlet in a particular mode depends on the modes supported by the portlet and the user authorization. For example, if the isCustomizeModeAvailable attribute is set to true, but the action is not supported in the portlet, then the attribute setting does not affect the portlet.

Portlet Modes attributes, described in the following table, are value binding expressions that evaluate to true or false:

  • true means the portlet is allowed to render in the named mode.

  • false means the portlet is not allowed to render in the named mode.

Table 14-4 Portlet Modes Attributes of the Portlet Tag

Attribute Value Description

isAboutModeAvailable

true

false

Default: true

Whether to render an About command on the portlet's Actions menu.

Users choose About to invoke the portlet's About mode.

isConfigModeAvailable

true

false

Default: true

Whether to render a Configure command on a JSR 286 portlet's Actions menu.

Users choose Configure to open the portlet's Configuration settings.

isCustomizeModeAvailable

true

false

Default: true

Whether to render a Customize icon in the portlet header.

Site administrators choose Customize to edit a portlet's default personalization data.

isDetailModeAvailable

true

false

Default: true

Whether to render a Details command on a PDK-Java portlet's Actions menu.

Users choose Details to open the portlet in Full Screen mode.

isHelpModeAvailable

true

false

Default: true

Whether to render a Help command on the portlet's Actions menu.

Users choose Help to open the portlet's Help page.

isPrintModeAvailable

true

false

Default: true

Whether to render a Print command on a JSR 286 portlet's Actions menu.

Users choose Print to displays a printer-friendly version of the portlet.

isNormalModeAvailable

true

false

Default: true

Whether to render a Refresh command on the portlet's Actions menu.

Users choose Refresh to redraw the portlet independent of any other content on the page (also known as a partial-page refresh).

isPersonalizeModeAvailable

true

false

Default: true

Whether to render a Personalize icon in the portlet header.

Users choose Personalize to alter their personal view of the portlet. This mode is equivalent to the Edit mode selection in the Standards-based Java Portlet (JSR286) Wizard.

The Personalize icon displays only to authenticated users (that is, users who are logged in). It does not display to public or unauthenticated users. You must implement some form of application security for users to be able to personalize their portlet views.

If you are a developer creating portlets, and you want to test the Personalize mode without creating a complete security model for your application.

Note:

A typical personalization setting is Portlet Title. You can set Portlet Title at design time, by providing a value for the title attribute. Consider however that supplying a value to the title attribute at design time prevents personalization and customization of the portlet title at runtime.

isPreviewModeAvailable

true

false

Default: false

Whether to enable previewing of portlet content.

This mode has no particular application in Framework applications, but it is used in Oracle Portal's Portlet Repository, where it renders as a magnifying glass icon, which users click to preview a portlet.

Style Attributes of the Portlet Tag

The following table describes the style attributes of the portlet tag.

Table 14-5 Style Attributes of the Portlet Tag

Attribute Value Description

contentStyle

One or more CSS styles.

These should be in compliance with, at least, CSS 2.0 and take the following format:

contentStyle="color:rgb(255,0,255); font-family:Arial Helvetica Geneva sans-serif;font-size:large;"

The CSS style to apply to the portlet content.

Values entered here take precedence over styles specified in the inlineStyle attribute and those included in a CSS or skin on the specific portlet instance.

inlineStyle

One or more CSS styles.

These should be in compliance with, at least, CSS 2.0 and take the following format:

inlineStyle="color:rgb(255,0,255); font-family:Arial Helvetica Geneva sans-serif;font-size:large;"

The CSS style to apply to the whole portlet.

Values entered here take precedence over styles included in a CSS or skin on the specific portlet instance.

Binding Attributes of the Portlet Tag

The following table describes the binding attributes of the portlet tag.

Table 14-6 Binding Attributes of the Portlet Tag

Attribute Value Description

binding

Name of a managed bean. For example:

binding="#{frameActionsBean.Binding}"

In the Property Inspector, click the Property Menu icon next to the field and then choose Edit to select a managed bean and specify the relevant managed bean property.

A binding reference to store the component instance. The binding reference binds an instance of the portlet to a managed bean property. Managed beans are any JavaBeans used by the application that are registered in the JSF faces-config.xml file.

Customization Attributes of the Portlet Tag

The following table describes the customization attributes of the portlet tag.

Table 14-7 Customization Attributes of the Portlet Tag

Attribute Value Description

customizationAllowed

false

true

Default: true

Whether design time customizations of the portlet tag are allowed on this portlet.

customizationAllowedBy

Text string

Text string

Other Attributes of the Portlet Tag

The following table describes the other attributes of the portlet tag.

Table 14-8 Other Attributes of the Portlet Tag

Attribute Value Description

iframeDtd

loose

none

strict

Default: loose

Which DTD, if any, is specified in the doctype declaration that is created when portlet content is rendered inside an IFRAME:

  • none—No DTD is specified. This relaxes the restrictions on the HTML content being technically conformant HTML. Browsers usually handle such HTML acceptably, however, because some CSS style sheet from the ADF Faces page consuming the portlet is also imported into the IFRAME document, for that style sheet to work correctly, it may be necessary to declare the content conformant to the loose or strict DTDs.

  • loose—The DTD http://www.w3.org/TR/html/loose.dtd is used.

  • strict—The DTD http://www.w3.org/TR/html/strict.dtd is used

Manually Wiring Parameters and Events in JSR 286 Portlets

If the portlet that you add to your page defines parameters or events that it uses to dynamically alter its content, for the most part this happens automatically. See What You May Need to Know About Interportlet Communication.

However, in some circumstances you may find it necessary to turn off the default automatic parameter and event listening, or you may be using portlets with parameters or events with names that do not match or define appropriate aliases. In such situations, you must manually wire the parameters and events in your portlets.

Topics:

How to Manually Link Portlets with Public Render Parameters

When you place a portlet on a page, any public render parameters with the same QName are automatically linked. For example, if one portlet publishes a value to a parameter with the name myParam, then if a second portlet on the page accepts values from a parameter with the same name, the second portlet is automatically updated with the appropriate value.

Portlets can also link together using parameters with different QNames if the portlet developer has set up aliases for the parameter.

The following example shows how to use public render parameters to link the behavior of two portlets using parameters with different names and no defined aliases. In the example, we take a generic Parameter Form portlet that allows us to update public render parameters, and show how that can be linked to a Stock Price portlet that renders stock prices, taking the stock symbol from a public render parameter.

When these two portlets are dropped onto the same page, they are not automatically linked together. This is because none of the generic parameter names in the Parameter Form portlet match the stocksymbol parameter in the Stock Price portlet, and the Stock Price portlet does not define any aliases for the stocksymbol parameter that match the generic parameter names in the Parameter Form portlet.

There are two methods for manually linking parameters:

Manually Linking Parameters Using Page Variables

When the portlets are dropped onto a page, page variables are created for each of the parameters supported by the portlets. In our example, there are three page variables for the Parameter Form portlet and one for the Stock Price portlet.

Example 14-7 Page Variables Created for Portlet Parameters

<pageDefinition ...>
  <parameters/>
  <executables>
    <variableIterator id="variables">
      <variable Name="ParameterFormPortlet1_1_Parameter1"
                Type="java.lang.Object"/>
      <variable Name="ParameterFormPortlet1_1_Parameter2"
                Type="java.lang.Object"/>
      <variable Name="ParameterFormPortlet1_1_Parameter3"
                Type="java.lang.Object"/>
      <variable Name="StockPricePortlet1_1_stocksymbol"
                Type="java.lang.Object"/>
    </variableIterator>
    <portlet id="ParameterFormPortlet1_1"
             ...>
      <parameters>
        <parameter name="Parameter1"
                   pageVariable="ParameterFormPortlet1_1_Parameter1"/>
        <parameter name="Parameter2"
                   pageVariable="ParameterFormPortlet1_1_Parameter2"/>
        <parameter name="Parameter3"
                   pageVariable="ParameterFormPortlet1_1_Parameter3"/>
      </parameters>
      <events>
        <event eventType="ParametersChange"
               name="ParameterFormPortlet1_1_Event"/>
      </events>
    </portlet>
    <portlet id="StockPricePortlet1_1"
             ...>
      <parameters>
        <parameter name="stocksymbol"
                   pageVariable="StockPricePortlet1_1_stocksymbol"/>
      </parameters>
      <events>
        <event eventType="ParametersChange"
               name="StockPricePortlet1_1_Event"/>
      </events>
    </portlet>
  </executables>
  <bindings/>
</pageDefinition>

To link the portlets, you can make the Stock Price portlet use the value from one of the page variables created for the Parameter Form portlet..

Example 14-8 Linking Portlet Parameters Using Page Variables

<portlet id="StockPricePortlet1_1"
         ...>
  <parameters>
    <parameter name="stocksymbol"
         pageVariable="ParameterFormPortlet1_1_Parameter1"/>
  </parameters>
  <events>
    <event eventType="ParametersChange"
           name="StockPricePortlet1_1_Event"/>
  </events>
</portlet>

Now, entering a value in the first parameter field of the Parameter Form portlet sets the corresponding page variable to the same value, which in turn causes the Stock Price portlet to be updated with the new value.

Manually Linking Parameters Using the ParametersChange ADF Contextual Event

When you drop a portlet that supports parameters, as well as the page variables (see Manually Linking Parameters Using Page Variables), an ADF ParametersChange contextual event is created for the portlet. This event is triggered when the values of the portlet's parameters change. The payload of the event is the new value of the parameter. You can use this event to set the value of another portlet's parameter by creating an event map in the page definition that maps the payload of the first portlet's event to the second portlet's parameter. The following example shows how this event map would look.

Example 14-9 Linking Portlet Parameters Using the ParametersChange ADF Contextual Event

<eventMap xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
  <event name="ParameterFormPortlet1_1_Event">
    <producer region="ParameterFormPortlet1_1">
      <consumer handler="StockPricePortlet1_1">
        <parameters>
          <parameter name="stocksymbol">
                     value="${payLoad.Parameter1}"/>
        </parameters>
      </consumer>
    </producer>
  </event>
</eventMap>

Entering a value in the first parameter field of the Parameter Form portlet triggers the ParametersChange event. The payload of this event, the new parameter value, is then sent to the Stock Price Portlet and used to specify the value of the stocksymbol parameter.

How to Manually Link Portlets with Portlet Events

The following example shows how to manually link portlets using portlet events in the case where the names of the events defined for the different portlets do not match.

Tip:

You can download a ZIP file containing the example in this section from: http://www.oracle.com/technetwork/middleware/webcenter/ps3-samples-176806.html

In the example, we have a portlet, the Department Locations portlet, which lists the geographical locations of a company's various offices. The Department Locations portlet raises a portlet event (latLong) when a particular department is selected in the portlet.

There is another portlet, the Map portlet, which displays a Google map. The Map portlet listens out for a portlet event (geolocation) to use to determine a location to display on a map.

When the two portlets are dropped on a page, there is no way for the Map portlet to know that the event raised by the Department Locations portlet provides information that it can use to display a map. To make this link between the two portlets, you must edit the page definition to explicitly create the mapping between the two events, as shown in the following example:

Example 14-10 Explicit Event Mapping in the Page Definition

<pageDefinition ...>
  <parameters/>
  <executables>
    <variableIterator id="variables"/>
    <portlet id="DepartmentLocations1_1"
             ...
      <events>
        <event name="latLong">
          <portletevent namespace-uri="http://xmlns.oracle.com/portlet/EventSample"
                        localpart="latLong"/>
        </event>
      </events>
    </portlet>
    <portlet id="Map1_1"
             ...
      <events>
        <event name="geolocation">
          <portletevent namespace-uri="http://xmlns.oracle.com/portlet/EventSample"
                        localpart="geolocation"/>
        </event>
      </events>
    </portlet>
  </executables>
  <bindings/>
  <eventMap xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="{http://xmlns.oracle.com/portlet/EventSample}latLong">
        <producer region="DepartmentLocations1_1">
          <consumer handler="Map1_1.{http://xmlns.oracle.com/portlet/EventSample}geolocation"/>
       </producer>
    </event>
  </eventMap>
</pageDefinition>

Copying Portlets

When you copy portlets, the portlets and their copies must reside within the same application. For example, you can copy a portlet from one page in an application to another page in the same project in that application, or from one place on a page to another place on the same page. You can also copy a portlet from one project to another project in the same application, if the target project is configured for consuming portlets. The copies are references to the same portlet instance, so customizations or personalizations made to any instance of the portlet (original or copy) affect all the other instances.

Copying a portlet is more than a matter of copying and pasting the portlet view tag. It involves copying portlet-related entries from the application page's source. It may also involve copying portlet-related entries from the page definition file and removing duplicate portlet binding information or creating a new method in the copied portlet's binding bean.

When a portlet is copied, the target page must be an Oracle ADF Faces page. Any preexisting code on the target page must reflect that. This is quite easy to accomplish. When JDeveloper creates a new JSF page, it contains pure JSF tags. The first time you drop an Oracle ADF Faces component onto the page, tags are automatically updated to be Oracle ADF Faces tags. For example, an <html> tag becomes <afh:html>, <head> and <title="title"> tags become <afh:head title="title">, and so on. Therefore, a simple way to ensure the conversion of the target page to an Oracle ADF Faces page is to place any Oracle ADF Faces component on the target page. This performs any required code conversion for you automatically.

Topics:

How to Copy a Portlet and Place it on the Same Page

Because all of the page's resources are available to both portlet instances when you copy a portlet to the same page, there is no requirement to copy portlet-related information from the page's Page Definition file. It is just a matter of copying and pasting the portlet's view tag, and assigning a unique identifier to the copy.

To copy and place a portlet on the same page:

  1. In the Application Navigator, open the application that contains the page on which the portlet to copy appears.
  2. Expand the project that contains the page.
  3. Locate the page, right-click it, and then choose Open.

    Tip:

    You can also double-click the page to open it.
  4. In the design view, select the portlet to copy.
  5. Click the Source tab.
    The portlet that you selected is highlighted in the source code.
  6. Copy the portlet tag.
    Code Fragment to be Copied When Copying a Portlet
    <f:view>
      <afh:html binding="#{backing_portlet_page.html1}" id="html1">
        <afh:head title="portlet_page" binding="#{backing_portlet_page.head1}"
          id="head1">
          <meta http-equiv="Content-Type"
            content="text/html;charset=windows-1252"/>
        </afh:head>
        <afh:body binding="#{backing_portlet_page.body1}" id="body1">
          <h:form binding="#{backing_portlet_page.form1}" id="form1">
               <adfp:portlet value="#{bindings.portlet1}"
                portletType="/oracle/adf/portlet/
                pdksampleproducer_1153245807295/applicationPortlets/
                Portlet2_82d49b79_010c_1000_8006_82235ffc4e2b"
                binding="#{backing_portlet_page.portlet1}"
                id="portlet1"
                isCustomModesAvailable="true"/>
          </h:form>
        </afh:body>
      </afh:html>
    </f:view>
  7. Paste the copied code fragment into the desired location of the page source.
  8. Provide a unique value for the copy's id attribute.
    Changing the Portlet ID
    <adfp:portlet value="#{bindings.portlet1}"
      portletType="/oracle/adf/portlet/
      pdksampleproducer_1153245807295/applicationPortlets/
      Portlet2_82d49b79_010c_1000_8006_82235ffc4e2b"
      binding="#{backing_portlet_page.portlet1}"
       id="portlet2"
      isCustomModesAvailable="true"/>

    Note:

    On a given page, each portlet must have a unique ID.
  9. In the page source, if the copied portlet's adfp:portlet tag has a binding attribute, for example
    binding="#{backing_untitled2.portlet1}"
    Then either remove this binding, or create a new method in the binding bean by opening the managed bean class for this managed bean and defining the new method.

    For example, if portlet1 is copied, the pasted copy becomes portet2 in the managed bean class, as shown in

    Creating a New Method for a Managed Bean in the Managed Bean Class
    .
    private PortletBase portlet2;
    public void setPortlet2(PortletBase portet2) {
       this.portlet2 = portlet2;
    }
    .
    public PortletBase getPortlet2() {
       return portlet2;
    }
  10. From the main menu, choose File and select Save All.

How to Copy a Portlet from One Application Page to Another

When you copy a portlet from one page to another in an application, portlet-related code must also be copied from the source page's Page Definition file. This section describes the steps related to both copying from one application page to another and from one application project to another.

To copy a portlet from one page to another:

  1. In the Application Navigator, open the application that contains the page on which the portlet to copy appears.
  2. Expand the project that contains the page.
  3. Locate the page, right-click it, and then choose Open.

    Tip:

    You can also double-click the page to open it.
  4. In the design view, select the portlet to copy.
  5. Click the Source tab.
    The portlet that you selected is highlighted in the source code.
  6. Copy the portlet tag.
    Code Fragment to be Copied When Copying a Portlet
    <f:view>
      <afh:html binding="#{backing_portlet_page.html1}" id="html1">
        <afh:head title="portlet_page" binding="#{backing_portlet_page.head1}"
          id="head1">
          <meta http-equiv="Content-Type"
            content="text/html;charset=windows-1252"/>
        </afh:head>
        <afh:body binding="#{backing_portlet_page.body1}" id="body1">
          <h:form binding="#{backing_portlet_page.form1}" id="form1">
               <adfp:portlet value="#{bindings.portlet1}"
               portletType="/oracle/adf/portlet/
               pdksampleproducer_1153245807295/applicationPortlets/
               Portlet2_82d49b79_010c_1000_8006_82235ffc4e2b"
               binding="#{backing_portlet_page.portlet1}"
               id="portlet1"
               isCustomModesAvailable="true"/>
          </h:form>
        </afh:body>
      </afh:html>
    </f:view>
  7. Go to the application page to which to copy the portlet (the target page).
    Portlets can reside only on Oracle ADF Faces pages. If the target page does not contain Oracle ADF Faces components, then ensure that the container objects—that is, any tags the portlet tag is nested in—use Oracle ADF tags.

    If you are copying the portlet to a page in a different project, the target project must be configured for consuming portlets. To configure the project, you must register a portlet producer with the project. For information, see Registering the Pagelet Producer with WebCenter Portal or Registering an Oracle PDK-Java Portlet Producer with WebCenter Portal.

  8. Click the Source tab and paste the copied code fragment into the desired location of the page source.
  9. In the Application Navigator, right-click the source page (the page from which the portlet was copied), and choose Go to Page Definition.
  10. Click the Source tab and copy the portlet binding from the source page's page definition file.
    Code Fragment to Be Copied From a Page Definition File
    <portlet id="portlet1"
      portletInstance="/oracle/adf/portlet/pdksampleproducer_1153245/applicationPortlets/Portlet2_82d49_010c_1000_8006_82235"
     class="oracle.adf.model.portlet.binding.PortletBinding"
     xmlns="http://xmlns.oracle.com/portlet/bindings"/>

    Note:

    When the portlet being copied includes parameters, be sure to include the copied portlet's portlet parameters and the page variables linked to the portlet parameters in the copy.
  11. In the Application Navigator, right-click the target page and choose Go to Page Definition.
    If a page definition does not exist for the page, you are asked if you want to create one. Click Yes.
  12. Click the Source tab and paste the portlet binding you copied from the source (along with relevant portlet parameters and the page variables associated with those parameters).
    Paste the code between the <executables> tags. You may need to add a closing </executables> tag and ensure that the opening tag does not contain a slash (/).
  13. From the main menu, choose File then select Save All.

Deleting Portlets from Application Pages

When you delete a portlet from an application page, if the portlet had parameters, then you should also delete page variables associated with those parameters from the application page's Page Definition file.

To delete a portlet and its related page variables from a page:

  1. In the Application Navigator, open the application that contains the page on which the portlet to delete appears.
  2. Expand the project that contains the page.
  3. Locate the page, right-click it, and then choose Open.

    Tip:

    You can also double-click the page to open it.
  4. In the design view, right-click the portlet to delete and choose Delete.
    This deletes the portlet from the page and the portlet binding from the Page Definition file.
  5. If the portlet included variables, in the Application Navigator, right-click the page and select Go to Page Definition.
  6. Click the Source tab and locate the page variables associated with the deleted portlet, and delete them from the page definition file.

    For example, if you deleted portlet1, you would also delete the highlighted variables

    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
        version="10.1.3.38.97" id="untitled1PageDef"
        Package="project1.pageDefs">
      <parameters/>
      <executables>
        <variableIterator id="variables">
        <variable Name="portlet1_param1" Type="java.lang.Object"/>
        <variable Name="portlet1_param2" Type="java.lang.Object"/>
        <variable Name="portlet2_param1" Type="java.lang.Object"/>
        <variable Name="portlet2_param2" Type="java.lang.Object"/>
     </variableIterator>
        <portlet id="portlet2" portletInstance="/oracle/adf/portlet/
            PdkPortletProducer2_1154100666247/applicationPortlets/
            Portlet1_b5e49696_010c_1000_8008_8c5707ef9c4f"
            class="oracle.adf.model.portlet.binding.PortletBinding"
            xmlns="http://xmlns.oracle.com/portlet/bindings">
          <parameters>
             <parameter name="param1" pageVariable="portlet2_param1"/>
             <parameter name="param2" pageVariable="portlet2_param2"/>
          </parameters>
        </portlet>
      </executables>
      <bindings/>
    </pageDefinition>
  7. From the main menu, select File and then select Save All.

Troubleshooting Portlets

Diagnostic Tools for Troubleshooting Portlets

There is a set of tools available for both the consumer and producer to help identify and resolve issues with portlets.

If you encounter a portlet error message when a portlet is rendered, or if the portlet displays but you cannot interact correctly with it, there are some general steps using these tools that you should follow to diagnose the issue.

This section includes the following topics:

Identify the Portlet Instance

The first step when you encounter a portlet error, is to identify which portlet producer and portlet instance is being invoked. Execute the portletDebugShow() JavaScript from your browser to display this information in the main portlet content area.

To identify the portlet instance:

  1. Enter the following command in the Location field of your browser:

    javascript:portletDebugShow()

    Tip:

    In Internet Explorer and Google Chrome, you must type this command in the Location field. If you paste the command into the field, the javascript piece is removed.

    In Firefox 6 and above, you cannot enter JavaScript in the Location field, you must enter the command in JavaScript console.

  2. After running the script, every portlet now displays the following information:

    • Producer name

    • Portlet name

    • Portlet instance ID

    • Execution Context IDs (ECIDs)

      The ECIDs are unique IDs used to identify a portlet request. Use the ECIDs to correlate the messages across different consumer and producer log files using Fusion Middleware Control. The same ECID is propagated from the consumer to the producer.

      Note:

      Broken portlets show two ECIDs: one for the request in which the error occurred and one for request in which the error was reported. For inline portlets (that is, portlets that are not displayed in an IFRAME), these two ECIDs are the same.

      For IFRAME portlets, for example Oracle JSF Portlet Bridge portlets, the ECIDs are different. This is because the error is reported in a later request than the one in which the original exception occurred. When checking the logs, you should look for both ECIDs, as either may contain relevant information.

    You can use this information in the subsequent diagnostic steps to help locate the issue.

    Note:

    The ECIDs shown in the portlet diagnostic information do not reflect partial page rendering requests that have been made to the portlet producer (using the portlet consumer resource proxy). These requests may update the portlet, but the ECIDs are not recorded in the portlet diagnostic information. Errors that occur during these requests are logged on the producer and by the portlet resource proxy on the consumer but you cannot use the ECID information reported in the portlet diagnostic information to help you determine the ECIDs for the relevant log entries.

  3. When you have finished debugging the portlets, enter the following command to hide the portlet debugging information:

    javascript:portletDebugHide()

    Tip:

    In Internet Explorer and Google Chrome, you must type this command in the Location field. If you paste the command into the field, the javascript piece is removed.

    In Firefox 6 and above, you cannot enter JavaScript in the Location field, you must enter the command in JavaScript console.

Examine the Portlet Consumer Test Page

The next step in diagnosing a portlet error is to access the Portlet Consumer Test Page (shown in Figure E–2) to locate the portlet producer and, if necessary, test the portlet in isolation.

Figure 14-10 The Portlet Consumer Test Page

Description of Figure 14-10 follows
Description of "Figure 14-10 The Portlet Consumer Test Page"

The Portlet Consumer Test Page contains three tabs:

  • Producers: This tab lists all the producers registered with the consumer application. Selecting a producer provides specific information about that producer.

  • Sanity Checks: This tab may contain a predefined set of portlet instances and required parameters that can be run in the consumer application, as configured by the consumer application developer. Any failures within these portlets indicate a problem with the corresponding producer and/or portlet.

  • Configuration: This tab enables you to identify the consumer configuration entries for portlet consumption. You cannot change these values as they are stored within the application; they are displayed for reference information only.

After accessing the Portlet Consumer Test Page, you can perform further diagnostic steps.

This section describes how to use the Portlet Consumer Test Page to diagnose portlet issues. It includes the following topics:

  • Access the Portlet Consumer Test Page

  • Locate the Portlet Producer

  • Locate and Run the Portlet Instance

  • Perform Sanity Checks

  • Check Consumer Configuration Entries

Examine the Producer Test Page

If you cannot identify the cause of the error in the consumer application, the next step is to use the Producer Test Page (shown in Figure E–5) to identify potential issues with the portlet producer application.

Figure 14-11 The Producer Test Page

Description of Figure 14-11 follows
Description of "Figure 14-11 The Producer Test Page"

Access to the main Producer Test Page is public, but links to the test pages for each portlet are accessible only to users granted permission on the underlying pages and task flows.

The Producer Test Page contains five sections:

  • Portlets

    A list of all the portlets within the producer. For Oracle JSF Portlet Bridge portlets, each portlet also provides a separate link to run the portlet as a servlet (this is a prerequisite to running them as portlets: if a portlet does not run as a servlet, it cannot run as a portlet).

  • Container Configuration

    Information on where the consumer preference information is stored.

  • Container Version

    The version number of the Portlet Producer Container.

  • WSDL URLs

    Links to the Web Service Definition Language (WSDL) documents to use for registration.

  • SOAP Monitor

    A link to the WSRP SOAP monitor where users with the Monitor or Admin role can track the SOAP messages between the consumer and producer.

After accessing the Producer Test Page, you can perform further diagnostic steps.

This section includes the following topics:

Access the Producer Test Page

The Producer Test Page provides diagnostic information about the portlet producer.

To access the Producer Test Page:

  1. In your browser, enter the URL for the Producer Test Page:

    http://host:port/context-root/info
    
  2. In the Producer Test Page, you can perform further diagnostic steps as described in the following sections.

Run the JSF Portlet as a Servlet

To verify that an Oracle JSF Portlet Bridge portlet producer is running correctly, you must first verify that the producer application runs correctly through standard HTTP requests. If the artifacts the producer exposes as portlets do not run as servlets, they will not run as portlets.

To run a JSF portlet as a servlet:

  1. In the Producer Test Page, click the run as servlet link next to the portlet.

  2. The portlet is called using standard HTTP to request the underlying page or task flow. The results of the request are displayed in a new browser window.

    If the resulting page or task flow does not render correctly, then there is a problem with the producer application that must be resolved before you can run the page or task flow as a portlet.

  3. If the portlet accepts parameters, click show parameters to list them and provide values. When you click run as servlet, the portlet call includes the parameter values.

Examine the SOAP Monitor

The SOAP monitor provides access to the SOAP requests between the consumer and producer when rendering a portlet. This is very useful in diagnosing problems at the communication level.

To examine the SOAP monitor:

  1. In the Producer Test Page, click the SOAP Monitor link at the bottom of the page.

  2. When prompted, enter your user name and password.

    Note:

    To access the SOAP monitor you must be a member of the Monitors or Administrators role in the Identity Management System.

  3. By default, the SOAP monitor is disabled, so the page is empty. You must first enable the monitor by clicking the Enable link at the top of the page.

  4. The page does not automatically refresh, so to display SOAP messages, you must click the Refresh link.

  5. To force a request to the failing portlet, go to the Portlet Consumer Test Page: Portlet page for the portlet and select Refresh Portlet.

  6. When the portlet has rendered, or failed, click the Refresh link in the SOAP monitor to display the captured request.

  7. Now, you can investigate the SOAP messages that were sent and the responses to try to narrow down the cause of the problem.

    Note:

    If, after rerunning the portlet and refreshing the SOAP monitor, you see no messages displayed, this indicates that there may be a security issue between the producer and the consumer. You must verify that the correct WS-Security settings are set up for the producer and consumer to communicate.

Configuring the Portlet Logging File

To troubleshoot portlet issues, it is useful to add portlet log-handlers and loggers to the logging configuration file, logging.xml.

The example below shows how to add the portlet log-handlers and loggers. The example assumes that you are running the consumer and producer applications on the same WebLogic Server instance. If you are running the consumer and producer applications on different instances, you must split them up appropriately.

Note:

Add the log entries at the end of the file to ensure that they override any seeded settings.

Example: Configuring Log Files for Troubleshooting Portlet Issues

<!-- NOTE: You need to change the path where the logfile is located -->
<log_handlers>
...
 <!-- Portlet Consumer -->
 <log_handler name="portlet-consumer-handler" class="oracle.core.ojdl.logging.ODLHandlerFactory">
 <property name="format" value="ODL-Text"/>
 <property name="path" value="/scratch/logs/portlet-consumer.log"/>
 </log_handler>

 <!-- Portlet Producer -->
 <log_handler name="portlet-producer-handler" class="oracle.core.ojdl.logging.ODLHandlerFactory">
 <property name="format" value="ODL-Text"/>
 <property name="path" value="/scratch/logs/portlet-producer.log"/>
 </log_handler>

 <!-- Portlet Bridge -->
 <log_handler name="portlet-bridge-handler" class="oracle.core.ojdl.logging.ODLHandlerFactory">
 <property name="format" value="ODL-Text"/>
 <property name="path" value="/scratch/logs/portlet-bridge.log"/>
 </log_handler>
...
</log_handlers>

<loggers>
...
 <!-- Portlet Consumer -->
 <logger name="oracle.portlet.client" level="FINEST" useParentHandlers="false">
 <handler name="portlet-consumer-handler"/>
 </logger>

 <!-- Portlet Servers -->
 <logger name="com.bea.portlets" level="FINEST" useParentHandlers="false">
 <handler name="portlet-producer-handler"/>
 </logger>
 <logger name="com.bea.netuix" level="FINEST" useParentHandlers="false">
 <handler name="portlet-producer-handler"/>
 </logger>
 <logger name="com.bea.wsrp" level="FINEST" useParentHandlers="false">
 <handler name="portlet-producer-handler"/>
 </logger>
 <logger name="oracle.portlet.producer" level="FINEST" useParentHandlers="false">
 <handler name="portlet-producer-handler"/>
 </logger>

 <!-- Portlet Bridge -->
 <logger name="oracle.portlet.bridge" level="FINEST" useParentHandlers="false">
 <handler name="portlet-bridge-handler"/>
 </logger>
 <logger name="oracle.portlet.server.bridge" level="FINEST" useParentHandlers="false">
 <handler name="portlet-bridge-handler"/>
 </logger>
...
</loggers>

The logging configuration file is located in:

DOMAIN_HOME/config/fmwconfig/servers/server/logging.xml

The log file name is also defined in logging.xml. By default the log file name is:

DOMAIN_HOME/servers/server/logs/server-diagnostic.log

Portlet Displays a Portlet Consumer Error

The message Portlet Consumer Error (shown in Figure E–6) typically indicates that an error occurred within the operation of the portlet parts of the portlet consumer application.

Figure 14-12 Portlet Displaying a Portlet Consumer Error

Description of Figure 14-12 follows
Description of "Figure 14-12 Portlet Displaying a Portlet Consumer Error"

Problem

An error has occurred within the operation of the portlet parts of the portlet consumer application. In other words, the error is unrelated to the remote portlet producer application.

Solution 1

Consult the diagnostic log file to determine the cause of the exception.

If the DebugErrorRenderer is enabled, the cause exception is displayed in the portlet along with links to the log file. If running in production mode, then consult the consumer-side logs.

The exception that caused the error message to be displayed is logged. Wherever possible, a message is included in the log at the start of the exception stack to indicate for which portlet binding the exception occurred. The following example shows a message logged for a portlet error:

Example Message Logged for a Portlet Error

<PortletRenderer> <setErrorState> An error has occured for Portlet Binding
portlet1.
oracle.portlet.client.container.PortletContentTypeException: Unexpected content
type "null" in WSRPGetMarkup response.
...

Pay particular attention to the cause exceptions in the stack as this is likely to indicate what the real underlying problem is.

The cause is likely to be an internal error and the appropriate course of action is to contact Oracle Support.

Problem 2

The portlet queue is full and the pool is not able to process the new request. This can happen if the portal is under a particularly high load. When the portlet queue is full, no new portlet requests are processed.

If this is the cause of the problem, the diagnostic log contains an error message similar to the one shown in the following example:

Example Message Logged for Portlet Queue Full

Message oracle.portlet.client.container.PortletQueueFullException: Queue Full
[cause=na submittedTasks=8,361 queuedTasks=20 queueFreeSpace=0
completedTasks=8,331 activeThreads=10 corePoolSize=10 keepAliveTime=9,223,372,036
largestPoolSize=10 maxPoolSize=10 poolSize=10 isShutdown=false isTerminated=false isTerminating=false]

Solution 2

The portlet queue size is determined by the parallelPoolSize and parallelQueueSize parameters in adf-config.xml.

  • parallelPoolSize indicates the number of threads to use for parallel execution of tasks. The default value is 10.

  • parallelQueueSize determines the size of the queue of tasks waiting for parallel execution. Tasks are rejected when the queue size is reached. The default value is 20.

The default values should be adequate for most portals. However, if you experience recurring errors due to the portlet queue becoming full, you might want to consider increasing the value of the parallelQueueSize parameter. To boost performance, you might also consider increasing the parallelPoolSize to increase the number of threads opened to handle the portlet requests from the queue.

Note:

Increasing the queue and pool size should be done carefully and in small increments. If the value of either parameter is set too high the increased usage of hardware resources could be counterproductive.

Portlet Displays a Portlet Timeout

If a Portlet Timeout is displayed in the area of the page that you would expect to contain a portlet (as shown in Figure E–7), this means that the consumer waited for a configured period of time for the producer to respond and did not get a response during that time, or the response did not complete during that time. There are a number of possible causes.

Figure 14-13 Portlet Displaying a Portlet Timeout Error

Description of Figure 14-13 follows
Description of "Figure 14-13 Portlet Displaying a Portlet Timeout Error"

Problem 1

The producer machine is overloaded.

Solution 1

Check the load on the producer managed server (the tools used to do this vary depending on the operating system that is running on the producer). If the load is high, check whether a particular process is causing this high load, and whether such a process could be run on another machine, or at a less busy time. If no single process is causing the high load, or if the Oracle WebLogic Serveris causing the high load, and if the load is consistently high, consider whether the producer hardware is adequate, or whether it is necessary to upgrade it (or add further nodes to the cluster). Also consider adjusting the Oracle WebLogic Serverconfiguration to increase the size of the request thread pool. For more information, see Oracle WebLogic Server documentation.

Problem 2

The network is overloaded, or there are problems with the network affecting communication between the consumer and producer.

Solution 2

Check that you can ping the producer machine from the consumer machine. Check that you can access the producer's WSRP Producer Test Page in your local browser. If this works, check that you can access this same page from a browser running on the consumer machine. If any of these steps cause problems, and the machine is not overloaded, this could be a network problem, which should be investigated by a system administrator.

Problem 3

There is a deadlock (or a stuck thread) on the producer machine causing the request thread to hang.

Solution 3

This should not happen during normal operation. If it does occur, there will generally be an error in the producer's log files indicating the point at which the deadlock occurred. This may help diagnose the problem. In some cases, it may be possible to alleviate this by modifying the configuration of Oracle WebLogic Server. For more information, see the Oracle WebLogic Serverdocumentation.

Problem 4

The producer application is running slowly (for example, due to processing large quantities of data).

Solution 4

In this case, the producer application may be processing large quantities of data, causing it to spend too long building the response. If the application will regularly deal with large quantities of information, it may be necessary to either add or improve producer hardware, or to increase the portlet timeout duration. The portlet timeout can be configured on the producer connection in the consumer application using Enterprise Manager or the WLST setWSRPProducerConnection command. Additionally, minimum and maximum timeouts for all producer connections within the application can be configured within the portlet section of the adf-config.xml file.

Problem 5

The producer application is waiting for a response from another resource, such as a database, that is taking too long (for example, if the database is overloaded).

Solution 5

Check that the resource in question is functioning correctly. If it is, the solution is same as Solution 4.

Problem 6

The portlet timeout values have been misconfigured such that the timeout period is too short.

Solution 6

Typically, the timeout for a portlet is set on the registration of the producer. This may have been set to a value that does not give time for the portlet to respond.

Also, the portlet section of the adf-config.xml file allows minimum, maximum, and default values for portlet timeouts to be configured across the whole application. The maximum timeout imposes an upper limit on timeouts specified by portlet producers, so if the maximum timeout is too short, this could cause unwanted portlet timeout errors even if the timeout specified on the producer connection is longer.

Portlet Displays a Remote Portlet Communication Error

When a section of the screen shows the Remote Portlet Communication Error message (as shown in Figure E–8), and there is an otherwise blank region surrounding it, this area is expected to be filled with a portlet, which the application is not able to contact.

Figure 14-14 Portlet Displaying a Remote Portlet Communication Error

Description of Figure 14-14 follows
Description of "Figure 14-14 Portlet Displaying a Remote Portlet Communication Error"

Problem 1

The producer is down.

Solution 1

It could be that the producer application is not running, or the managed server on which it is deployed is not started. In this case, it will need to be started. Identify the application that needs to be started based on the task being attempted at the time of the portlet failure.

Problem 2

The web services security is incorrectly configured.

Solution 2

Troubleshooting steps for web services security depend on the type of security profile being used, for example AuthN, SSL, or Message Security.

For more information about troubleshooting web service security, see the https://www.oracle.com/pls/topic/lookup?ctx=en/middleware/webcenter/portal/12.2.1.3/develop&id=WSSEC1693 chapter in the Administering Web Services.

Problem 3

The producer managed server cannot be reached.

Solution 3

The producer may be in a location that cannot be reached by the consumer application, due to intervening firewalls or incorrect routing rules. In an environment that is installed by Oracle's provisioning software, this should not be the case, but it is worth checking that you are able to access the WSDL endpoint for the producer from the machine hosting the consumer, by going to:

http://host:port/context-root/portlets/wsrp2?WSDL

Where:

  • host is the server to which the portlet producer is deployed

  • port is the port to which the server is listening for HTTP requests

  • context-root is the producer web application's context root

For example:

http://portlets.example.com:9999/sample/portlets/wsrp2?WSDL

Portlet Displays a Remote Portlet Error

If the portlet displays a Remote Portlet Error, this indicates that the producer responded with an error message. The error message is returned in the form of a SOAP fault message inside the response document. There are a number of reasons the producer might return an error. The best strategy to diagnose these errors is to first find the corresponding exception stack trace in the consumer diagnostic logs. This stack trace shows what kind of fault was returned by the producer, plus any further information required in the response. Some faults you may encounter are listed in the following sections.

Problem 1

OperationFailedException. This is the most common type of Remote Portlet Error and it is a catch-all for most unhandled exceptions raised in the producer application.

Solution 1

To resolve an OperationFailedException, examine the exception in the consumer diagnostic logs. This generally shows any exception that was raised in the producer application to trigger the fault response as the final Caused by exception.

Problem 2

InvalidRegistrationException. This error indicates that the producer has not been properly registered with the consumer before the consumer attempted to communicate with it. This could also occur if the producer's preference store has been moved or deleted since the consumer registered it.

Solution 2

The most likely cause is a problem during provisioning. It is also worth checking the producer application's web.xml file setting to ensure that the entry shown in the example is present.

Example 14-11 Persistent Store Setting in web.xml

<env-entry>
  <env-entry-name>oracle/portal/wsrp/server/persistentStore</env-entry-name>
  <env-entry-type>java.lang.String</env-entry-type>
  <env-entry-value>Consumer</env-entry-value>
</env-entry>

Problem 3

InvalidHandleException. This indicates that the consumer has asked the producer to render, or otherwise interact with, a portlet instance that the producer does not know about. This could occur if the producer's preference store has been corrupted in some way since the portlet was added to the page.

Solution 3

This error is most likely caused by a problem during provisioning, or a missing persistentStore setting in the web.xml file, as described in Solution 2.

Problem 4

AccessDeniedException. This indicates that the producer application decided that the current user did not have access to the portlet or task flow in question.

Solution 4

This could either be a legitimate error message or an indication of a configuration problem. In most cases, WebCenter Portal should deal with authorization errors gracefully, without a Portlet Remote Error being displayed.