Posts

Showing posts with the label BUG

OJET: Bug with Routing in TypeScript Template

Image
Oracle JET supports officially TypeScript for your application development. OJET CLI does NOT include templates which uses by default TypeScript. However, in the Oracle website they provide an starting point template in case you want to use TypeScript. JET TypeScript Starter Template - Web NavBar In my GitHub you can find the app fixed: ( ojet-typescript-template ) https://github.com/DanielMerchan/ojet-examples The application has a minor bug in its Router configuration which makes the following strange behaviour: If you copy any module URL such as http://localhost:8000/? root=incidents in your browsers it always load the default module which is the dashboard Why? How to fix it? In the TypeScript template there is a duplication of the Router configuration. You can find a self.router.configure in: root.ts which acts as the "main.js" of the Oralce JET Out-of-the-box basic templates created with OJET CLI appController.ts which is the appController.js of t...

WCP-BPM12c: Process Workspace

Image
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...

WebCenter Portal 12.2.x.x: Performance Bug in VCR services

During my last project of Oracle WebCenter Portal 12c we have found a performance degradation when using Content Presenter. As you know, Content Presenter calls the following services which are coming from PortalVCRHelper component: VCR_GET_CONTENT_TYPES: Returns the list of Content Types which are Profiles and Region Definitions defined in WebCenter Content. VCR_GET_CONTENT_TYPE: Returns specific information of the Content Type. VCR_GET_DOCUMENT_BY_NAME: Returns the information of a DOC_INFO + the Content of the Data File (XML content). On Oracle WebCenter Content 12cR2, Imaging has been embedded into the Content Server as two components: Imaging : Bringing Imaging capabilities to the new Content Manager Task Flow (which is the WCC ADF UI embedded in WebCenter Portal). IpmRepository : The old capabilities of using Imaging as a repository. Imaging executes some filters in Oracle WebCenter Content which degrades the performance of the VCR calls when the number of Profile...

WCP 12.2.x.x: BUG Customizing the Welcome / Login Page

Image
Hello everyone and welcome to 2017!. We comeback again to the Blog and not sharing a BUG I have raised to Oracle. The bugs can be tracked as following: Bug 22748849 : System page customization for Welcome Page not working Bug 22921957: - UNCAUGHT SECURITYERROR: FAILED TO EXECUTE 'REPLACESTATE' ON 'HISTORY' ON PAGELOA Summary of the Bug: "If you customise the Login Page then a JavaScript error will happen in the ADF JS boot.js. This error will block you to try to login again after a first fail attempt which is quite annoying. In addition, restoring the Welcome Page to the default one will not fix the issue". ADF JS Error Basically, the steps to reproduce it are the following: 1. Go to http://wcp.vm.oracle.com/webcenter/system/welcome.jsp 2. Enter wrong password and then sign in 3. It will redirect to http://wcp.vm.oracle.com/webcenter/system/login.jsp?login_fail=true 4. Try now to re-enter the password and I am logged in. 5. Go to A...

11.1.1.8.8 STUCK Thread UPDATEVIEWIDTOTABSMAPFORCURRENTNODE

Image
During the review of Oracle WebCenter Portal 11.1.1.8.8 platform we identified that WC_Spaces was having STUCK threads. STUCK Threads identified in WC_Spaces Checking the Threads that are in STUCK status you will find the following stack trace: [STUCK] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE                      java.util.HashMap.getEntry(HashMap.java:457)                      java.util.HashMap.get(HashMap.java:416)             oracle.webcenter.webcenterapp.internal.view.shell.WebCenterTabManagerImpl.updateViewIdToTabsMapForCurrentNode (WebCenterTabManagerImpl.java:848)             oracle.webcenter.webcenterapp.internal.view...

WCP 12.2.1: Alta Top Navigation Template BUG

There is a BUG in the Alta UI Template provided with Oracle WebCenter Portal 12.2.1 When editing a Page of a Portal which is using Alta Template an incident will raise in your log file <Warning> <oracle.adfinternal.view.faces.taglib.util.TagUtils> <ADF_FACES-30120> <More than one af:skipLinkTarget found: T:wcCont, T:cpt11:container. Only one af:skipLinkTarget is allowed per page.> <Error> <oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort> <ADFC-64010> <ADFc: Page '/oracle/webcenter/page/scopedMD/s72cbbca4_98aa_454f_8362_f9da775ce41c/Page3fff015d_3303_40c0_b4cb_b69fa20bc7dc.jspx' references task flow binding 'portaltopnavigation' more than once, which is not supported.  The ids of the components referred are: ' T:cpt11:spnvpnRtl T:cpt11:spnvpn'.> <Error> <oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort> <BEA-000000> <> <Info> <oracle.dfw.inci...