Where can I find the documentation for IdocScript for Stellent/Oracle UCM? I just got assigned to do maintenance on a page that uses it, and have no prior experience with either Stellent or the script. My specific problem has to do with string…
I've a client testing the full text (example below) search on a new Oracle UCM site.
The random text string they chose to test was 'test only'. Which failed; from my testing it seems 'only' is a reserved word, as it is never returned from a full…
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",…
I am using JDeveloper. Within an ADF Fusion Web Application I have an Input File control and a Send button which calls a bean method to upload the file to the UCM. If my file is located on my machine, let's say "/home/user/myfile.txt", it works like…
Is there any way to get and process the UCM content from a Java class? What I need is to sort a content list based on the metadata field. I can get it from a .jsff page. But I need to iterate dt:contentListTemplateDef with that sorted list. Any…
What is the difference between server and client Hotspot. Is there any reason to switch production environment to -server. Please share your practical experience. Is there any performance boost? Related to Oracle UCM 10g
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…
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
…
in oracle webcenter content workflows , when a user reject a file and type a comment in the rejection reason , how the next user will interact with this file in the workflow can view the rejction comment ?
i can't find anyway to view this rejection…
Developing a page using Oracle ADF 11.1.1.9 (client requirement). On my page I have a selectOneChoice down with a list of subjects. Depending on which subject is chosen a partialTrigger is suppose to fire and load a jsff page that displays a list of…
One of my requirement is to send SOAP request, and receive response from Oracle UCM Cloud. I am using Java transformation to do the same. In one of the response, we receive a zip file as attachment, I am not able to capture and download the…
Is there a way to fetch data from Oracle UCM's JSON option and use this in Full Calendar. I createed a service to return data from calendar data in UCM, and want to display the events using fullcalendar.
Here is an example feed that I get…
I am unable to download Oracle RIDC client dependencies using maven. I added below code in pom.xml
com.oracle.ucmridc11.1.1
my question is do I need to add…