Sun Java System Portal Server 7 Release Notes

WSRP


Accessing sample portlets (such as IPC, search, guess) results in OPERATION_FAILED_FAULT error. (#6301203)

Description:

After configuring WSRP producer and/or consumer, unable to access remote portlets.


WSRP producer with SSL does not work with non SSL consumer. (#6292152)

Description:

WSRP producer with SSL does not work with non SSL consumer. The CACAO requires the truststore to be populated with the SSL servers CA certificate into the truststore and the password of the truststore set.

Solution:

To set the truststore of the CACAO server:

  1. Create a truststore and import the CA certificate of the SSL server on to this truststore using the keytool command.

  2. Set the following JVM properties using the cacaoadm command;

    • Djavax.net.ssl.truststore

    • Djavax.net.ssl.truststorePassword

    For example, type cacaoadm set-param java-flags="`cacaoadm get-param java-flags -v` -Djavax.net.ssl.truststore=/tmp/truststore -Djavax.net.ssl.truststorePassword=truststorepass.

  3. Restart the CACAO server.


The registry server keystore location is always relative to /soar/3.0. (#6355673)

Description:

The SSO configuration of registry server accepts a keystore location. This location is always assumed to be relative to /soar/3.0.

Solution:

Make a directory /soar/3.0/jaxr-ebxml/security and place keystore.jks obtained from Registry Server.


WSSO portlet to accept simple username and passwords. (#6355670)

Description:

The username and password that is presented by the user in the WSSSO portlet needs to be a fully qualified DN of the user.

Solution:

The sample portal's “developer” user should have the username as uid=developer,ou=People,o=DeveloperSample,dc=india,dc=sun,dc=com


No functional registry interface from psconsole. (#6356897)

Description:

Registry search through psconsole does not work.

Solution:

Use psadmin search-registry.


The command create-configured-producer fails during Developer Sample configuration. (#6334366)

Description:

Remote portlets on the WSRP samples tab of the Developer Sample do not appear. The create-configured-producer fails during Developer Sample configuration.

Solution:

The AM7.0patch1 rectifies this issue. Use the following instructions to install the patch:

  1. Install Identity Server from the installer.

  2. Install AM7.0patch1 and follow the install instructions.

  3. Run the JES installer again and select to install Portal Server.