Working with WebCenter Portal & ADF Skin Editor Together

Hi all.
I want to ask to webcenter community developers about the best practice to work with ADF Skin Editor for WebCenter Apps.
I usually deployed my ADF Skin JAR Libraries as Shared Libs and consumed them from pure ADF Applications without problems.
However, in WebCenter Portal Framework Applications resources are readed at MDS Path: /oracle/webcenter/portalapp/skins/... (like portal-skin.css) or at the shared lib called oracle.webcenter.skin
My objetive is to provide more Skin's to WebCenter Portal Application from ADF JAR Librarys created by ADF Skin Editor and be selectable (like /oracle/webcenter/portalapp/skins/... resources) in Runtime in Administration page.
How can i achieve it easly? (Please don't provide off doc, i read it).
Have i to override SkinPhaseListener of WebCenter to read from another locations?.
Thanks.

Hi.
Finally for WebCenter Portal Applications we are using ADF Skin Editor as support to skin ADF Components.
When we've got our skin defined in ADF Skin Editor then copy to CSS file under MDS folder (/oracle/webcenter/portalapp...) and create a Portal Resource of it.
If you want to deploy your ADF Skins as Shared Libs or included directly to WebCenter Portal App as ADF JAR Library then you'll see that they don't appear at Runtime to be selectable in admin page.
If you want these skins be selectable at runtime you have to register them in generic-resources.xml manually.
PD: Setting trinidad skins at "FINEST" level debug you can see what trinidad-skins is WebCenter loading.
I hope this help you.
PD: Your problem is little different because you are in WebCenter Spaces.
Regards.

Similar Messages

  • SAP BW Bex 7.3 Queries not working with Enterprise Portal (EP) 7.3 ABAP stack only

    SAP BW Bex 7.3 Queries not working with Enterprise Portal (EP) 7.3 ABAP Stack
    Dear Portal Gurus,
    we want to integrate SAP BW Bex Queries 7.3 into an Enterprise Portal 7.3 EP ABAP Stack only installation.
    1) We have Done SSO between EP And BI System
    2) System Object is Created
    3) When we trying to create Iview of BEX 7.3 report, its executing that report on BI server, we don't have java stack on BI System
    4) We have updated the required table in Bi system for executing the report on EP
    5) RFC is OK, System Object Test is OK, Report is working independently from Business Explorer, but not working from EP
    There no irj services available on BI system, as it is only ABAP stack.
    Can anybody help us in achieving our requirement
    Thanks in advance
    Michael Wecker

    Hi Michael,
    To integrate portal with BI you need to perform BI Portal integration steps.
    Refer to a document link below for guidance purpose.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0a5216a-349c-2a10-9baf-9d4797349f6a?overridelayout=t…
    Ensure that you have performed all these relevant steps.
    Hope this helps.
    Regards,
    Deepak Kori

  • BPM Process Intergation with WebCenter portal

    Hi,
    I want to integrate a BPM process with WebCenter portal page. That Process should be opeb in portal page as it is as it run in BPM studio. So to achieve what componebt of portal should i use, Portlet or Spaces. Kindly provide me any link from where I can learn this thing using Jdeveloper.
    Regards
    -Arvind

    You should be using Spaces I beleive .. see details here-
    http://docs.oracle.com/cd/E28280_01/user.1111/e15175/bpmug_pp_gt_strt.htm

  • Working with clipboard in ADF

    Hi all,
    We use ADF 11.1.1.64.84 in our project and encounter the issue. We need to put the string taken from a backing bean into the clipboard to make it available for other applications.
    I think the only way to do it is a javascript? I realized that javascript can access a clipboard only in IE. Other browsers disable this feature by default due to security reasons. However there are JavaScript libraries which enable cross-browser operations with the clipboard (e.g. ZeroClipboard - https://github.com/zeroclipboard/ZeroClipboard). But all these libraries use Adobe Flash - it means that Flash Player of some particular version has to be installed on the user's computer. I would like to avoid dependencies on Flash Player if it's possible.
    Could you please suggest how to work with clipboard in ADF? Is there some standard API?
    Thank you in advance,
    Dzmitry

    There is no explicit support for XMLType in ADF.
    {thread:id=824323}
    {thread:id=1101962}

  • Can anyone help on integrating Unifier with WebCenter Portal ? We are looking for a solution where we can show Unifier pages within WebCenter Portal application. Is this possible ?

    Can anyone help on integrating Unifier with WebCenter Portal ? We are looking for a solution where we can show Unifier pages within WebCenter Portal application. Is this possible ?

    If you simply would have posted here first, there are plenty of people who would have informed you of the current policy to have a data plan active on an account during the entire contract if purchasing a discounted smartphone.
    Unfortunately, there are just as many on here who would claim the people informing you about this policy of being Verizon plants spreading disinformation and trying to make people afraid to upgrade via this route.
    Yes this is a new policy, one which has been pointed out multiple times in these forums.  Good luck, but I doubt you will have an outcome over this which will make you happy.
    Verizon is closing as many loopholes to keep unlimited data as they can.

  • Integration Oracle Beehive with WebCenter Portal

    Hi
    I need to integrate some services that offers Oracle Beehive, as that of instant messaging, to a portal application developed with WebCenter Portal. How can I do that?
    Regards
    Dariel
    Edited by: Dariel Pérez on Jun 7, 2013 11:45 AM

    Are you looking for BPM 10g or 11g integration with Webcenter portal? For 11g - see here https://blogs.oracle.com/webcenterportal/entry/oracle_bpm_suite_oracle_webcenter
    thanks,
    Vikram

  • EM self Service interface integration with WebCenter Portal

    Hi,
    I just have a question from my customer which is: how we can integrate the Self Service interface from EM 12c into WebCenter portal? Did anyone tried this before ? how easy was that and what steps are required?
    Thanks

    Search also uses an absolute path, so it will need to start from /sp:Site/sp:RootWeb.
    There is also the option of making the search recursive or not.
    One way to explore how the simple search works, is to create a new JSF JSP page, and then to first drop the data control's search method onto that page and take Parameters > ADF Parameter Form. Click OK to accept any defaults. Now drop the return of the search method onto the same page, and drop it as, say, an ADF read-only table, again click ok to accept all the columns.
    Now follow the documented steps that you need to do to make this runnable (i.e. adding the sharepoint library), and run the page.
    When you run the page, you'll be able to explore possible values for input path's and search strings to see how it behaves. I suggest you start by searching in a small Document Library, so you can familiarise yourself with how it is working.
    So, suppose you have a SharePoint Document Library called TestDocuments, then its path should look like:
    /sp:Site/sp:RootWeb/sp:Lists/TestDocuments/sp:Files
    then enter true for "isRecursive" and suppose you have a document in this library named MyTestDocument.doc, then try looking for a name pattern MyTest%.
    Also, you can go back to your getItems page - the one that is displaying the whole repository as a tree - and use that to find what the absolute paths are to your data. You'll need to supply that absolute path as the starting point for your searches.

  • Integrate exited weblogic portal with webcenter portal?

    Hello all,
    I am a newbie in webcenter portal. I worked on weblogic portal last time. Now i was attempting add exited weblogic portal to webcenter portal. Is it possible? Thanks in advance!
    Regards,
    Coy

    What do you mean by "add weblogic portal to webcenter portal"?
    Like WebCenter, Weblogic portal could serve as framework for writing portal applications and/or portlets. If you have portlets, you should be OK. If you have applications, it might be a bit more tricky. If you still have a chance to run your old application on a Weblogic server (with deployed WLP libraries), you should be able to consume its outputs (web services, or even pages - at worst, take a look at Pagelet Producer, which is able to consume html pages regardless the technology). However, if you want to re-use your Weblogic apps resources, sooner or later you might be required to re-write it to the new, WebCenter framework.
    So, it really depends on what you have and what you intend to do with it.

  • Problems integrating Worklist service with WebCenter Portal Framework

    I am trying to create a portal framework app integrated with the worklist service and I am following this
    http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_worklists.htm#BEIIBCCI .
    But every time I try to go to the worklist part of my app I get this error.
    <Submission> <run> Submission[id=4, service=Worklist, resource=Worklast] caught exception running task
    oracle.bpel.services.workflow.client.WorkflowServiceClientException: oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.xml.ws.WebServiceException: oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid: WSM-06102 PolicyReference The policy reference URI "oracle/wss10_saml_token_client_policy" is not valid.
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:187)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.webcenter.concurrent.MethodTask.call(MethodTask.java:34)
         at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
         at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
         at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.xml.ws.WebServiceException: oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid: WSM-06102 PolicyReference The policy reference URI "oracle/wss10_saml_token_client_policy" is not valid.
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:209)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:245)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:180)
         ... 17 moreI have also looked at this and did it, but it did not work and I basically get the same error just different type of policy refrence. https://blogs.oracle.com/webcenterportal/entry/oracle_bpm_suite_oracle_webcenter
    Any help would be greatly appreciated. Thanks

    Ok I got Integration with Worklist on webcenter portal. If you are following this http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_worklists.htm#BEIIBCCI and are running into the same error I had. The one about the Policy Store being Invalid and are developing with Jdeveloper. This is what you do.
    1. Log into the administration server for JDeveloper.
    2. Go to deployments.
    3. click on wsm-pm
    4. select the targets tab.
    5. check the wsm-pm ( i also checked all the ones that were under it when you expanded the selection)
    6. Click change targets.
    7. Select Default server and click yes.
    8. Restart the integrated server.

  • Error while working with XmlType in ADF..

    Dear All,
    I have a table like this.
    ENTRIES
    SRNO NUMBER not null,
    XMLCONTENT CLOB,
    SUBJECT VARCHAR2(100) not null,
    DESCRIPTION VARCHAR2(500),
    XML_CONTENT XMLTYPE
    .. for this i have created a simple am,vo and eo, for just checking crud operations with xmltype.
    While testing(running am) i noticed following.
    1> when xml_content(xmltype) is fetched by oracle busniess component browser it gets displayed as oracle.sql.OPAQUE@4e904 for each row.....?
    i cannot see the xml data.......
    2> when i try to update any record it gives me following exception.
    (oracle.jbo.AlreadyLockedException) JBO-26030: Failed to lock the record, another user holds the lock.
    3> when i try to insert record it gives me following exception.
    (oracle.jbo.AlreadyLockedException) JBO-26030: Failed to lock the record, another user holds the lock.
    Please can any one tell me how to work with xmltype as a column in adf..Is there any way to work with this type of problem.
    Regards,
    Santosh.
    Component     Version
    =========     =======
    ADF Business Components     11.1.1.59.23
    Java(TM) Platform     1.6.0_21
    Oracle IDE     11.1.1.4.37.59.23
    Versioning Support     11.1.1.4.37.59.23
    Edited by: Santosh Vaza on Mar 14, 2011 6:11 PM

    There is no explicit support for XMLType in ADF.
    {thread:id=824323}
    {thread:id=1101962}

  • How to work with Bangla in ADF (Jdeveloper 11g Release 2)

    Hi
    I am Jahid From Bangladesh. Recently I am working with ADF (Oracle Jdeveloper 11g). I am working with a project like newsroom service. I need to extract bangla and other language text from other site. So i need to work with Multiple language in ADF specially with Bangla. Can anybody help me specifically step by step. I am new in ADF just beginner.
    Thanks in advance.
    Jahid
    Analyst Programmer
    IBCS-PRIMAX (Bangladesh) Ltd.

    You application character set should be unicode
    this can help http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/af_global.htm#CHDGCAFI

  • Oracle ADF skin editor tool

    Hi,
    Im using Oracle Jdeveloper 11.1.1.4.
    This https://blogs.oracle.com/jdevotnharvest/entry/suggested_skin_editor_workflow blog says that for using Skin editor in 11.1.1.4 i need to download Standlone Skin editor. Is this tool a licensed software, because in the download section of the ADF, it says that it is "OTN Developer License Agreement." what this means, can we use this tool for free in a organisation.

    Hi,
    you can download the editor here http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html
    about the license, I don´t know(wait experts responses) but the editor is for custom adf applications and then you need a ADF license
    For free organisation you should see ADF Essentials :http://www.oracle.com/technetwork/developer-tools/adf/overview/adfessentials-1719844.html

  • Clarification on SSXA Support with WebCenter Portal

    Hi,
    I saw a few threads requesting on this and other forums requesting clarification of SSXA and WebCenter Portal.
    To clarify: SSXA is not supported by WebCenter Portal.
    Our recommended route is to leverage ADF based templates/Content Presenter for integrating WebCenter Portal,
    WebCenter Content and Site Studio.
    Thanks,
    Ashish
    Sr. Director, Product Management
    Oracle WebCenter Portal

    Hi Ashish,
    Just for curiosity, there's some technical explanation for this?
    I know that there's some conflicts in JavaScript functions from SSXA and Composer, there's some more problems already mapped?
    Thks

  • JHeadStart Application with Webcenter Portal

    Hi All,
    how to integrate JHeadstart application with web center portal.
    Can you please help me in this task. Is it possible ...???

    Thanks Pavol for reply,
    I configured JheadStart application in my jdevloper, my requirement is to import total JHeadStart application into the portal through taskflows....
    Is it possible or i there any recommendations that we can use only bounded taskflows in webcenter portal...??
    -laxman

  • Portlet Javascript not working in webcenter portal application

    Hi,
    the javascript in my portlet is working fine when i deploy it as a separate application, but when i consume it in a portal application it doesnt work.
    here is the javascript that i am using in my portlet.
    <af:document id="d1">
    <trh:script>
    function displayTabbedPanel(actionEvent){
    AdfPage.PAGE.findComponent('tabbedPanel').setVisible(true);
    function enableDisable(actionEvent){
    document.getElementById(AdfPage.PAGE.findComponent('thisMonth').getClientId()).disabled=true;
    document.getElementById(AdfPage.PAGE.findComponent('nextMonth').getClientId()).disabled=true;
    document.getElementById(AdfPage.PAGE.findComponent('targetDate').getClientId()).disabled=false;
    document.getElementById(AdfPage.PAGE.findComponent('targetEnd').getClientId()).disabled=false;
    function enableDisableInputBox(actionEvent){
    document.getElementById(AdfPage.PAGE.findComponent('thisMonth').getClientId()).disabled=false;
    document.getElementById(AdfPage.PAGE.findComponent('nextMonth').getClientId()).disabled=false;
    document.getElementById(AdfPage.PAGE.findComponent('targetDate').getClientId()).disabled=true;
    document.getElementById(AdfPage.PAGE.findComponent('targetEnd').getClientId()).disabled=true;
    function validateDate(actionEvent){
    var targetEnd = actionEvent.getSource();
    var targetStart = AdfPage.PAGE.findComponent('targetDate');
    var popup = AdfPage.PAGE.findComponent('msg');
    var startDateValue = targetStart.getValue();
    var endDateValue = targetEnd.getValue();
    var month = startDateValue.getMonth();
    var day = startDateValue.getDate();
    var year = startDateValue.getYear();
    var startDate = new Date(year,month,day);
    month = endDateValue.getMonth();
    day = endDateValue.getDate();
    year = endDateValue.getYear();
    var endDate = new Date(year,month,day);
    if(startDate>endDate){
    alert("END DATE IS INVALID FOR SELECTED START DATE");
    document.getElementById(AdfPage.PAGE.findComponent('submit').getClientId()).disabled=true;
    else{
    document.getElementById(AdfPage.PAGE.findComponent('submit').getClientId()).disabled=false;
    function checkAlphanumeric(actionEvent){
    var requestor = actionEvent.getSource();
    var re = /^[a-zA-Z_0-9]$/;
    if (! re.test(requestor.getValue()))
    { alert("Please enter alphanumeric only");
    document.getElementById(AdfPage.PAGE.findComponent('submit').getClientId()).disabled=true;
    else{
    document.getElementById(AdfPage.PAGE.findComponent('submit').getClientId()).disabled=false;
    </trh:script>
    Thanks,
    Dhiraj

    You mean you have exposed the taskflow and consumed it as a portlet in Webcenter ?
    You may want to check it on the Webcenter Portal forum too - WebCenter Portal

Maybe you are looking for

  • How do I dial a phone number from Forms6i ?? OLE2,DDE??

    How do I dial a phone number from Forms6i ?? OLE2,DDE?? Is it do-able?? I have a contact form that has the contacts phone number, etc... I would like to add a button to dial the number which would open the phone line (probably through my modem) and d

  • Original document should not copy thro save as Function in WORD & EXCEL

    Hi, When the microsoft originals like Word or XL file are displayed using ECL viewer in document display transaction (CV03N), the originals can be copied to local disc using " SAVE AS" function in microsoft word and excel menu. Is there any option to

  • Annoying podcast problem help plz

    hi guys, first if this is in the wrong place, i apologise, as you can see a new user. anyway, heres my problem, i just got hold of an ipod mini, and i use my itunes extensively for podcast listening,and i have a problem regarding when it comes to syn

  • Classic and extended Classic.....

    Hi Guru's Can we have classic and extended classic together..If yes what settings need to be done and how based on what system will diffrentiate the follow on documents creation. Thanks in Adv. IS

  • Counter increment using XSLT

    Hello Guys, I am finding it difficult to increase my counter in XSLT program. The counter is being calculated inside the template POHeader inside the PART Node set.I would like to increase this counter for each every haeder as expained in the example