Questions tagged [webcenter-sites]

Oracle WebCenter Sites, previously FatWire Content Server, is a CMS product which is part of Oracle WebCenter stack.

Oracle WebCenter Sites is a CMS product which is part of Oracle WebCenter product stack. It was formely known as FatWire Content Server, and FatWire acquired it from Divine/OpenMarket before that. It is a java-based enterprise product.

49 questions
0
votes
1 answer

Changing page asset definiton

I am on Oracle WebCenter Sites 11gR1. I have an asset page that is on the tree of a site. The page requirements and presentation have changed, so a new definition is needed to hold the references to other assets (the original definition can not be…
sergigabol
  • 26
  • 3
0
votes
1 answer

FileNotFoundException On Oracle Web center Sites 12C

FileInputStream inStream = new FileInputStream(new File(ics.GetCgi("resumeFileUpload").getFile())); While executing the above line we have received below Exception java.io.FileNotFoundException:…
ssantug
  • 11
  • 4
0
votes
1 answer

How to create a simple webpage using Oracle WebCenter Sites

I am new to WCMS. I need help in creating a brand new website using Oracle WebCenter Sites with more customization. I have created the templates and pages. How do I use the assets and call the page attribute and its value in the templates? How do I…
Sathish
  • 1
  • 2
0
votes
1 answer

How to get asset name and the attributes of the asset when we know Asset ID in WCS

I am able to get Asset Id and Asset type present in Recommendation asset. However once I get both of them . I am unable to get asset name attribute and the user-defined attributes of the asset using either Asset Id or on using both both Asset Id and…
qaquery
  • 31
  • 1
  • 5
0
votes
1 answer

Oracle Webcenter sites perspective buttons are not working in eclipse [ Developer Tools: Reading all asset types returned status: Forbidden ]

I've installed the com.fatwire.EclipseCSDT_11.1.1.v8_0_r181775.zip (CSDT) plugin to eclipse (mars) for webcenter sites. But when I click on create new template or any CSDT buttons it shows below error in error log window. If I open it, it shows as…
Parth Soni
  • 11,158
  • 4
  • 32
  • 54
0
votes
1 answer

Creating Radio Buttons in Basic Assets

I am trying to add a radio button to my basic asset using following steps in point #15.2.3.10. I want to include static list of items, so as per documentation I have used OPTIONDESCRIPTIONS parameter:
Aakash Goplani
  • 1,150
  • 1
  • 19
  • 36
0
votes
1 answer

Updated CSDTService Template and can no longer Use CSDT plugin to save to WCS

I updated the CSDTService element within the ElementCatalog (Path below) in order to add some extra logging to help me identify some other issues I was having saving certain assets I was updating form within Eclispe (using the WCS…
Kris
  • 279
  • 1
  • 3
  • 10
0
votes
1 answer

jsp page to groovy Controller working in webcentersite

How to integrate the jsp page to groovy Controller in webcentersite(oracle) & page navigation
0
votes
1 answer

Oracle WebCenter - can't edit assets

I get the following error message when I try to edit assets: You can't modify this asset, as it has been scheduled for publishing. Please try again after the publish operation has completed. If this condition persists, please contact your system…
Fred
  • 639
  • 4
  • 14
  • 27
0
votes
1 answer

Filter assetset by id Webcenter Sites

I need filter a assetset by id, my asset type is a flex asset. I never do this by id before and I'm stucked with this. This is my code:
Genaut
  • 1,810
  • 2
  • 29
  • 60
0
votes
1 answer

Oracle WebCenter Site: Authentication failed for user fwadmin. Internal error code: -100

I'm facing an issue with a new application that I'm creating for Oracle WebCenter Sites, I'm trying to set up my standalone application in WebCenter Sites using Asset API, so when I built, I get the following error…
0
votes
0 answers

Webcenter Sites - How I can order a assetset list of assets by attribute value?

I have a Asset (Modal_MKT) with a list of attributes. One of these attributes is order (int value). I want get the list of Modal_MKT elements created in WCS ordered by order field. I let my code, this loops across all the correct modals, but final…
Genaut
  • 1,810
  • 2
  • 29
  • 60
0
votes
1 answer

Webcenter Sites : Vanity URLs for images or PDF

I'm working with Webcenter Sites 12.2.1 and I have a question about templating for medias with vanity URLs. My users would like to have vanity URLs for some Medias like PDFs or Images or such blobs. I'm able to do so for text based attributes such…
Christophe
  • 2,131
  • 2
  • 21
  • 35
0
votes
1 answer

How i can create flex family assets with Rest api OWS

i'm trying to make new application with Oracle Webcenter sites, i'm setting InstallController.java and i need to create flex asset types definitions, but with Rest API you can't create a flex family assets only allows basic assets. how i can create…
Ricard
  • 13
  • 1
  • 6
0
votes
2 answers

How to reverse a listobject in Webcenter Sites without scriptlet?

I need iterate over a listobject in webcenter sites on reverse way, without use scriptlets, there are a option (atribute or another tag) to make this possible? I think that don't need really a example, but this is how I used to iterate a…
Genaut
  • 1,810
  • 2
  • 29
  • 60