Sharing is learning, sharing is life. What I learn, discover or face I will publish here
WCC - WCS Connector y el metadato xCollectionsID
Get link
Facebook
X
Pinterest
Email
Other Apps
El conector de WebCenter Sites - WebCenter Content permite sincronizar y crear Assets en WebCenter Sites para acceder al contenido de WebCenter Content como se indica en la documentación oficial de Oracle.
En el caso de querer mostrar los contenidos asociados a una carpeta lo más natural es configurar las reglas para utilizar el metadato xCollectionID.
xCollectionID de una carpeta en WCC
Configurando el conector usando xCollectionID
Sin embargo, el conector no realiza la comparación correctamente dado que trata el xCollectionID como un int en lugar de un String. Esto dará lugar a que cuando se ejecute el conector diga No rule matched para cada contenido encontrado por la regla.
No rule matched porque compara xCollectionID mal
Workarounds:
Usar un metadato custom que se propage a todos los contenidos dentro de esa carpeta haciendo uso de Force Propagation de las carpetas. Folder Metadata Propagation
Cambiar manualmente el archivo <Sites_Shared_Dir>/clustersync/ucm/ini/wcc-matchers.ini que se crea cuando se utiliza la UI del Conector cambiando la regla manualmente para que compare con String en vez de Int.
There are some other sources where an Oracle JET Application is packaged and deployed as a WAR in Oracle WebLogic Application Server (Arda Eralp) https://blogs.oracle.com/ardaeralp/deploy-oracle-jet-application-to-weblogic-server (Andrejus Baranovski's) http://andrejusb.blogspot.com/2016/07/serving-oracle-jet-application-from.html They may look bit old or maybe because they call directly grunt tasks by using the grunt-cli . In this post I will update a bit these posts in Oracle JET 6.1.0 and the usage of ojet build (instead of calling the grunt tasks) for also building the corresponding WAR file. The example can be found in my GIT repository: https://github.com/DanielMerchan/ojet-examples Let's start... Install grunt-war module in your Oracle JET Application. npm install grunt-war --save-dev Create a war.js (or call it whatever you want) in /scripts/grunt/config folder under your souce files. This is a sample code inside of it, check https://www.npmjs.com/packag...
In case of you are planning to integrate the BPM Process Workspace in WebCenter Portal in 12c version then read the following :). First of all you need to follow the steps mentioned in the official documentation ( Note that now this information is in the BPM 12c documentation and not in WCP 12c documentation) : BPM 12c - Integrating with Oracle WebCenter Portal Basically you need to: Register a BPEL connection within WebCenter Portal. Restart Portal (then it will use this BPEL connection to create a Worklist Connection as well). You can check all of this connections by using WebCenter Portal WLST Scripts. Add the BPM Resource Catalog as in the Shared Assets of WebCenter Portal Surprisingly the Resource Catalog only offers the Task List and Available Processes Task Flows. I am wondering what happened with Cases and other stuff you can access in the BPM Workspace :/. In 11g version we had the Portal Templates and a complete setup of BPM Task Flows. All of them has been dep...
Actualización 09/09/2014: Nueva solución Link Espanol: goo.gl/Pqcs9s Link Inglés: goo.gl/1X3vr1 Update 09/09/2014: New solution Spanish Link: goo.gl/Pqcs9s English Link: goo.gl/1X3vr1
Buen post Dani, el primero de 2015! Keep it coming ;)
ReplyDelete