Questions tagged [webcenter]

Oracle WebCenter is a stack of products built on top of the JSF based Oracle Application Development Framework

Owned by Oracle, Oracle WebCenter is a stack of products built on top of the JSF based Oracle Application Development Framework. It contains a set of components for building rich web applications, portals, and team collaboration/social sites. Oracle WebCenter is targeted at both the development community and business users, delivering a development environment that includes WebCenter Framework and WebCenter Services along with an out-of-the-box application for team collaboration and enterprise social networking. According to Oracle, this is the strategic portal product, eventually replacing Oracle Portal as well as the portal products acquired from BEA. Microsoft Sharepoint equivalent of Oracle.

Oracle WebCenter includes

  • Oracle WebCenter Sites
  • Oracle WebCenter Content
  • Oracle WebCenter Portal
  • Oracle Social Network
127 questions
1
vote
1 answer

Global error page in ADF/WebCenter application not working

I am trying to use global error page for any kind of exception in a ADF/WebCenter application. In my web.xml I have this - java.lang.Exception
keeping_it_simple
  • 439
  • 1
  • 11
  • 31
1
vote
1 answer

How to use MDS customization to add JSTL functions tag library?

I added the JSTL functions tag library into the folderViewer.jsff view in the WebCenter Portal 11.1.1.6.0 folderViewer taskflow (oracle.webcenter.doclib.view.jsf.taskflows.folderViewer), so that I can perform string operations prior to rendering the…
Joe Degiovanni
  • 205
  • 4
  • 6
1
vote
1 answer

Dynamic values on href and iframe webcenter

I'm trying to generate a custom map for a web application based on portlets, for what I've seen so far, google maps offers and i frame which takes some coordinates and draws them on the map. I want to do it according to some variables i have stored…
oskar132
  • 794
  • 2
  • 12
  • 32
1
vote
1 answer

webcenter iframe issues

I am using WebCenter and I am using iframe to open a document in the a separate frame below the links. When I try to do this it includes the home page frames instead of just loading the document content. So I end up with the frames from the home…
1
vote
0 answers

pixelcone ajax file upload redirection error using struts 2

I am trying to implement this plugin in struts 2 app. I am able to get the file to server, but when i respond from action with proper div, i get an empty page with current year as only content. In IE i get: Message: Permission denied Line: 4 Char:…
Emil Iakoupov
  • 189
  • 14
1
vote
3 answers

How to override existing java library or specify exact version to use

I'm using ADF Framework withing webcenter suite 11.1.1.5, that happened to have bundled Apache POI libraries version 3.5. However current project requires at least 3.7, or even latest version of this library. I have weblogic server, with predeployed…
Nagh
  • 1,757
  • 1
  • 14
  • 19
1
vote
1 answer

maxSuggestedItems with Oracle ADF af:autoSuggestBehavior

I have written a simple Proof-of-Concept application to test out autocomplete fields using Oracle ADF, and although it mostly works the maxSuggestedItems attribute doesn't seem to have any effect. Oracle's documentation indicates that putting a…
sernaferna
  • 314
  • 1
  • 6
  • 15
1
vote
0 answers

Integrating Oracle Webcenter Interaction with Oracle Webcenter Spaces

This is a re-post of a question I posted in the Oracle OTN forum, but haven't yet had a response from - I suppose that doesn't bode too well - but I thought I'd try here. I'm wondering if anyone has tried integrating Webcenter collaboration (i.e.…
0
votes
3 answers

Dynamic search in ADF

I have a search page with multiple search options(input text boxes) Based on the search criteria entered , I need to create a dynamic search query. (I need search results based on the fields for which user inputs some value)
vipulg
  • 1
  • 1
0
votes
0 answers

WebCenter Site - Exception Caught While Trying To Locate Configuration For IndexSource + Global

I have this message in WebCenter Site. (I use 11.1.1 version) NullPointerException thrown when trying to configure Global Search through Advanced UI. [2012-08-21 09:17:55,137] [com.fatwire.search.asset] Exception caught while trying to locate…
user3751743
  • 11
  • 1
  • 4
0
votes
1 answer

Custom Oracle webcenter WCC workflow emails

In Oracle Webcenter content WCC(aka UCM/ECM) need to change the content(Title, Body etc.) of the automated workflow emails received during approval/rejection. Please share in detail how to change the template and/or override the component I tried…
0
votes
1 answer

how to hide the content managment tab from left menu in oracle webcenter content (UCM)?

I want to hide the content management tab from the left side menu shown on the picture for a specific user how to achieve that? I've tried to change the permission for that user to R (Read) only and content management was hidden. but the problem…
osfar
  • 401
  • 1
  • 4
  • 23
0
votes
1 answer

how can i add a user to UCM workflows using IDOC script?

I'm trying to implement logic in the oracle UCM workflow, that when a document is rejected, it should add the original author to the workflow step. I've tried the following idoc script on the entry point of the previous step but it didn't work <$if…
osfar
  • 401
  • 1
  • 4
  • 23
0
votes
1 answer

UCM Idoc scripting Cannot find the parameter 'wfAction'. error

im trying to detect the workflow action outcome so i can make a custom logic and this is the code <$if wfAction like "APPROVE"$> <$wfSet("wfJumpName", "returntoOriginal")$> <$wfSet("wfJumpTargetStep", "reveew@newWorkFlow")$> …
osfar
  • 401
  • 1
  • 4
  • 23
0
votes
1 answer

from web page, how to get the server/managed server details which are weblogic cluster environment?

In weblogic, we have cluster environment having 6 managed servers(all are up and running). whenever i'm accessing application url i wanted to know request is going to which manged server(by using inspect element or any other way), To know the server…
RAJA K
  • 1
1 2
3
8 9