mercredi 10 février 2010

Activating OmniPortlet with Oracle WebCenter

in a fresh install of Oracle WebCenter, the OmniPortlet is deployed but not registered as a portlet producer. As mentioned in the documentation, it’s needed to do some extra setup either with the Fusion Middleware Control or with a WLST script. This post explains how to use the first option.
Let’s suppose that the administration port is : 7001.
Use a web browser for connecting to the Fusion Middleware control (Remark: it’s not the WebLogic console !)
http:<hostname>:7001/em
image
Connect as weblogic (or an account with administrative privileges)
image
Choose Register Producer option in the WebCenter menu
image
In the URL endpoint field, enter:
http://<hostname>:7001/portalTools/omniPortlet/providers/omniPortlet
In most of case, it will be useful to restart all webCenter, in order to see the new portlet displayed in the catalog (under Portlets folder)
image
In order to  see the already registered portlets, choose Service Configuration
image

2 commentaires:

Ricardo Payan a dit…

Hi, Patrick, I'm trying to register the omniportlet and thew webclipping portlets but I'm getting the following error:

Failed to register the portlet producer. Check the log files for further details.
The attempt to register the producer with ID '/oracle/adf/portlet/omniProducer_1fdad0aa-925d-415e-b31f-877fe7a8e1ba' for connection 'omniProducer' failed.
Unexpected content type "text/html; charset=UTF-8" in registerProvider response.
#{emas_fwk_config_ConfigTemplateViewBean.applyAction}: oracle.sysman.emSDK.app.exception.EMSystemException

¿Any idea?

Thanks in advance

Patrick Monaco a dit…

Ricardo,

sorry, I'm not able to give you any workaround or clue to diagnose the problem.

Patrick.