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
4
votes
1 answer

Oracle Webcenter Spaces and Internet Explorer 9

I'm working on a WebCenter Spaces application and have observed some strange behaviour in the course of cross-browser testing: When visiting the site with Internet Explorer 8, Spaces quite plausible inserts this meta tag:
tjollans
  • 717
  • 4
  • 18
3
votes
3 answers

Oracle UCM - ridc - get all versions of document

I am getting files from Oracle UCM via RIDC. I am using DataBinder as follows : IdcClient client =getUCMConnection(); DataBinder dataBinder = client.createBinder (); dataBinder.putLocal ("IdcService", "GET_FILE"); dataBinder.putLocal ("dID",…
2
votes
2 answers

Oracle WebCenter Content Presenter Template

I need to create a content presenter template and integrate it into webcenter. But I am new in this technology. Can anyone give any reference from where I can learn these stuff, any step-by-step tutorial. Any information will be very helpful.
Tapas Bose
  • 28,796
  • 74
  • 215
  • 331
2
votes
2 answers

In Webcenter Sites how to retrieve values of Page attributes using Template code

the above is normally the code to get value of Flex attribute when writing a template code. In fact typename is used for specifying Flex…
qaquery
  • 31
  • 1
  • 5
2
votes
1 answer

Preserve non-HTML elements with jsoup parse

I'm new to jsoup and I'm having some difficulty working with non-HTML elements (scripts). I have the following HTML: <$if not dcSnippet$>
2
votes
1 answer

Invalid Token Error in Verification Service in Oracle custom worklist portlet

I am working with Oracle WebCenter Portal, with SOA/BPEL. I have created a custom worklist application ( portlet ) following guidelines from here : Oracle Documentation It shows up as portlet, so deployment is fine. When I access this portlet page,…
Abhay Chaware
  • 333
  • 4
  • 14
2
votes
1 answer

How portlet producers initiate refresh/push to consumers on demand (I'm using Jdeveloper 11.1.1.6 ADF-JSF)

I am new to the oracle Webcenter portlets: My requirement is my Portlet Producer serves N number of consumers . I do need to refresh or push content to those consumers whenever changes occur at my producer . My questions are : How to keep track of…
2
votes
0 answers

Using Apache over WC Portal, the jsessionid cookie is not recorded

I have the following schema when regarding servers redirection: 1-Apache OHS (port 7274) has a VirtualHost configured to redirect requests do the WebCenter server. The configuration has been done as below: NameVirtualHost *:7274
marcosmvrg
  • 21
  • 3
2
votes
1 answer

How to enable or disable the Debug Toolbar on Oracle WebCenter Content Server

When logged in with Administrator rights on Oracle WebCenter Content Server (formerly Oracle UCM which also was Stellent Content Server), a debug toolbar shows up on the bottom right corner. How can the Debug toolbar be enabled or disabled? Is there…
vk239
  • 1,014
  • 1
  • 12
  • 30
2
votes
2 answers

How long should the Repository Creation Utility take for Oracle Portal

I'm running the Oracle Repository Creation Utility (RCU) as a precursor to installing WebCenter, and the schema creation process is stuck on the "Portal" step. The first 10-12 steps each took less than 30 seconds to complete, and the last step has…
Dave Morris
  • 856
  • 9
  • 25
1
vote
2 answers

Oracle Webcenter Installation

I am trying to install webcenter on Windows 7 64bit Webcenter setup is not running with 64bit, so i tried with 32 bit install It started but gives the following error on installation location point. i am following the points mentioned in blog post…
DRS
  • 11
  • 1
1
vote
1 answer

Local portlets in webcenter

I'm starting to develop a portal with webcenter 10.3.5 (latest version) and from what I could gather I can only consume portlets through WSRP even if they are local. I would not like to incur in performance problems so I'm trying to find…
Ivo Leitão
  • 337
  • 1
  • 4
  • 16
1
vote
1 answer

Content Repository type connection is missing in JDeveloper

I've recently started to learn about Oracle WebCenter. I'm running Oracle UCM on VBox(downloaded from http://www.oracle.com/technetwork/middleware/webcenter/downloads/owcs-portalfw-vbox-284132.html) and what I'm trying to do is create Content…
rpozarickij
  • 1,477
  • 3
  • 14
  • 27
1
vote
1 answer

How to display user's profile photo in custom Oracle WebCenter template?

I'm working on a custom template for Oracle WebCenter, created from the scratch in JDeveloper. I woudl like to display a logged-in user avatar (or profile photo) in the upper right of the template. Just like it's done on thousands of pages. How to…
dotintegral
  • 918
  • 1
  • 10
  • 23
1
vote
1 answer

what is the path of the config file in UCM

I'm trying to follow a blogpost for UCM workflows, and the post mentioning adding 2 config entries to the config file , can any one tell what is the exact path to change those config variables AutoContributorAdvancesOnUnlock=true …
osfar
  • 401
  • 1
  • 4
  • 23
1
2 3
8 9