Portal Director Portlet

Hi,
I would like to know to make the portal director portlet point to a page created by me and not to geometrixx.
I am deploying the war file on WPS 8 and trying to display my page through the portlet.
I have tried the following:
1. Changing the start path through configuration of the portlet. Doesn't work, it throws an error and the page URL in the address bar reflects that it tries to go to geometrixx login and then the path of my page is appended at the end of the URL.
2. Tried deactivating geometrixx pages.

Hi Yogesh, actually I was trying to deploy the CQ Out of the Box Portlet (CQ Portal Director Portlet) on WPS 8. Anyway, through a lot of trial and error, I got the desired result.
The issue was with the structure. Since, the portlet has locales configured 'en', 'de' by default, it looks for the similar structure. Hence, one needs to disable the locale info add checkbox in the Apache Felix Web Console configuration.
PROBLEM SOLVED.

Similar Messages

  • Component Portal to Portlet

    Hi:
    I need to develop some applications that are developed using the component portal to portlet . Are there any tools that make?
    Is there any documentation that can help me?
    Best Regards.
    Maria Elena

    Hi:
    Yes, I want to convert my developed portal applications to portlets.
    Any idea, documetation, same example??????
    Best Regards.
    Maria Elena

  • WebCenter Portal and Portlet support in JDeveloper 11.1.2 version

    Hi,
    When the WebCenter Portal and Portlet application creation will be available within JDeveloper 11.1.2 version ?
    Thanks
    Eli

    Thanks for your answer.
    My Requirements are:
    1) Develope a stand alone ADF FACES(JSF 2.0) application
    2) Develope a Portal using webcenter- We need to implement portlets by taking some of the functonality that was implemented in section (1) and use the Portlet-JSF bridge to create the portlets.
    Basically, we need to support JSF 2.0 standart.
    As I understood I must use the JDeveloper 11.1.2 version as it support the JSF 2.0. but what about the Webcenter and the Portlet-JSF bridge to support JSF 2.0 ?
    I will be happy to get a clarification for those requirments.
    Thanks a lot !
    Eli

  • 168.portal MailViewer Portlet Preferences

    I'm trying execute the 168.portal - MailViwer Portlet smple to see how the preferences work with JSR 168. But I don't know how to login to view the output as I don't have any user name and passwords. Can anybody guide me on that? Also let me know if anybody can help in using the Preferences as I'm able to load the default preferences but cannot store the preferences with store() method. It gives me :-
    java.lang.UnsupportedOperationException: Can not persist preferences. No backing store configured or deployed, or this portal does not support customization.
    Any help in this regard would be highly appreciated!!

    I am having a same problem where the portlet preferences can not be stored. Did you figure out your problem? I am doing simple java portlet that stores personal information of 1 person than in edit mode I tried to change the information and it bombs
    public void processAction(ActionRequest actionRequest,
    ActionResponse actionResponse) throws PortletException, IOException{
    String pocRank = actionRequest.getParameter("pocRank");
    String pocName = actionRequest.getParameter("pocName");
    String pocEmail = actionRequest.getParameter("pocEmail");
    String pocPhone = actionRequest.getParameter("pocPhone");
    PortletPreferences pref = actionRequest.getPreferences();
    pref.setValue("pocRank", pocRank);
    pref.setValue("pocName", pocName);
    pref.setValue("pocEmail", pocEmail);
    pref.setValue("pocPhone", pocPhone);
    try{
    pref.store();
    catch(SecurityException se){
    System.out.println("Poc:" + se);
    catch(IOException ioe){
    System.out.println("POC: " + ioe);
    actionResponse.setPortletMode(PortletMode.VIEW);
    /////////////////////////JSP FILE///////////////////////
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
    <%@ page import="javax.portlet.PortletPreferences"%>
    <head>
    <title> Web Application Page </title>
    </head>
    <portlet:defineObjects />
    <%
    PortletPreferences prefs = renderRequest.getPreferences();
    String pocRank = prefs.getValue("pocRank", "pocRank");
    String pocName = prefs.getValue("pocName", "pocName");
    String pocEmail = prefs.getValue("pocEmail", "pocEmail");
    String pocPhone = prefs.getValue("pocPhone", "pocPhone");
    %>
    <body>
    <form method=POST action="<portlet:actionURL/>">
    <table border="1">
    <tr>
    <td>  JPRSP POC </td>
    </tr>
    <tr>
    <td>Rank  </td>
    <td>
    <input name="pocRank" value=""/>
    </td>
    </tr>
    <tr>
    <td>Name  </td>
    <td><input name="pocName" value=""/></td>
    </tr>
    <tr>
    <td>Email  </td>
    <td><input name="pocEmail" value=""/></td>
    </tr>
    <tr>
    <td>Phone  </td>
    <td><input name="pocPhone" value=""/></td>
    </tr>
    <tr valign="middle" align="center">
    <td><input type="reset" name="Save" align="middle"><td>
    <input type="submit" name="Save" align="middle"></tr>
    </table>
    </form>
    </body>

  • No option for creating new portal or portlet in BEA workspace

    hi, i download workshop102_win32.exe from oracle site and installed the software properly.but after Creating a Workspace i didn't find any option for creating portal web project in the "File-->New-->project".
    Their is also no option for creating any portal or portlet also.
    so i think i didn't install a propery software for portal development or i need to install any other extra plugins for portal development in BEA weblogic.
    So, friends please suggest me where i will find the proper software for weblogic portal development.
    I expect your prompt reply, any help will be very appreciated.
    Thank you in advance.
    Best Regards
    Edited by: user538424 on Jun 2, 2009 9:26 AM

    1. To have better luck on questions about WebLogic Portal, you may want to post your question in the [WebLogic Portal Forum |http://forums.oracle.com/forums/forum.jspa?forumID=573].
    2. are you following any documentation or demo or tutorial/ white paper which asked you to download what you downloaded?
    3. About your question, what you installed seems like the Development Tool for WebLogic.
    For the WebLogic Portal Software, you may want to go to the following page and click the last link in the User Interaction category.
    http://www.oracle.com/technology/software/products/ias/bea_main.html
    That link is for Oracle WebLogic Portal 10.3 and gives you the file portal103_win32.zip.
    hope that helps!
    AMN

  • Need Weblogic portal - Stuts portlet tutorial

    Hi All,
    Need Weblogic portal - Stuts portlet tutorial.
    Like how to create struts portlet and how to use it.
    Thanks,
    Venkata Sarvabatla

    Hello Venkata,
    Here's an example for Struts portlets:
    http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/portlets/building.html#wp1062327
    Kevin

  • Need to add as a WSRP Connection in JDev for Weblogic Portal JSF Portlets.

    I am trying to register WLP 10.3.4 JSF Portlets as a WSRP connection in JDev Webcenter 11.1.1.6 Portal Framework application . The below are steps:
    -Created Simple WLP Application with JSF Portlets and deployed them on WLS 10.3.4 domain.
    -The WSDL url available is http://localhost:7003/TEST_WEB_PORTAL/producer?wsdl
    -Now Open JDev and created WCP Framwork app
    -Under Application Resource, right click on Connections -> New Connection -> WSRP Producer.
    -Click Next on step1 -> Enter WSDL URL on Step 2 and then click next on next 3 screens.
    -It tries to register but ended up with below exception:
    3-Dec-2012 12:48:03 oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegUtil registerProducer
    WARNING:
    oracle.portlet.client.persistence.PersistenceException: oracle.mds.core.ConcurrentMOChangeException: MDS-00165: metadata Object "/oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml" has changed
    MDS-00512: failure to create document /oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml because file C:\Oracle\PS5\mywork\testSR3-6514764665\mds\oracle\adf\portlet\WsrpPortletProducer0\portletDefs\portletPortletproducer\markupTypes\markupType0_texthtml.pxml already exists
         at oracle.portlet.client.persistenceimpl.mds.MDSPersistenceContext.commit(MDSPersistenceContext.java:473)
         at oracle.portlet.client.beanimpl.persistence.PersistenceBeanContext.commit(PersistenceBeanContext.java:128)
         at oracle.portlet.client.adapter.simple.SimpleAdapter.commit(SimpleAdapter.java:465)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.commit(PortletProviderManager.java:1487)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerPortletProvider(PortletProviderManager.java:1647)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.registerPortletProvider(PortletProviderManager.java:597)
         at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegUtil.registerProducer(WSRPProducerRegUtil.java:308)
         at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegistrationWizard$1.doWork(WSRPProducerRegistrationWizard.java:863)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.mds.core.ConcurrentMOChangeException: MDS-00165: metadata Object "/oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml" has changed
    MDS-00512: failure to create document /oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml because file C:\Oracle\PS5\mywork\testSR3-6514764665\mds\oracle\adf\portlet\WsrpPortletProducer0\portletDefs\portletPortletproducer\markupTypes\markupType0_texthtml.pxml already exists
         at oracle.mds.core.UpdateableMOContent.constructConcurrentMOChangeException(UpdateableMOContent.java:1376)
         at oracle.mds.core.UpdateableMOContent.saveMOContent(UpdateableMOContent.java:1143)
         at oracle.mds.core.MDSTransaction.flushChangesToPTrans(MDSTransaction.java:851)
         at oracle.mds.core.MDSTransaction.internalCommit(MDSTransaction.java:2928)
         at oracle.mds.core.MDSSession.flushChanges(MDSSession.java:1022)
         at oracle.mds.core.MDSSession.flushChanges(MDSSession.java:850)
         at oracle.portlet.client.persistenceimpl.mds.MDSSessionWrapper.flushChanges(MDSSessionWrapper.java:61)
         at oracle.portlet.client.persistenceimpl.mds.MDSPersistenceContext.commit(MDSPersistenceContext.java:456)
         ... 10 more
    Caused by: oracle.mds.persistence.DocumentExistsException: MDS-00512: failure to create document /oracle/adf/portlet/WsrpPortletProducer0/portletDefs/portletPortletproducer/markupTypes/markupType0_texthtml.pxml because file C:\Oracle\PS5\mywork\testSR3-6514764665\mds\oracle\adf\portlet\WsrpPortletProducer0\portletDefs\portletPortletproducer\markupTypes\markupType0_texthtml.pxml already exists
         at oracle.mds.internal.persistence.file.Fil
    I have followed the steps given in the http://docs.oracle.com/cd/E26806_01/wlp.1034/e14235/chap_webcenter_interop.htm#BABGIIIJ for preventing User Authentication error by creating user of PortalSystemAdministrator group but did not help.
    Please let me know if anyone have faced this exception or any pointers.
    Thanks
    Kamal Gulati

    Hi,
    I tried creating a simple JSF portlet and I can able to register and it is working Fine, but my teammet got the same issue like you :) . While Analyzing what I found is , the location where we created the portlet in weblogic portal. If you created your portlet directly under WebContent folder then this issue is coming up, so try to create the portlet in a folder inside the WebContent folder, say create a folder with name portlets under webcontent and create the JSF portlet inside that portlets folder.
    Now start the server and register the same in WebCenter, you will not get that exception. I am going to raise a ticket with Oracle about this issue and get the root cause.
    Thanks
    Karthikeyan

  • Webcenterps4 portal to portlet communication

    Iam doing wiring between portal page parameters to portlet render parameters
    how to get the portlet render parameter values( which are settted from portal page parameters) in my backing bean
    I tried like this but its not working
    backing bean Code
    package com.display;
    import java.io.Serializable;
    import javax.faces.context.FacesContext;
    import oracle.adf.view.rich.component.rich.output.RichOutputText;
    import javax.faces.context.FacesContext;
    import javax.portlet.PortletRequest;
    public class display implements Serializable {
    private String can;
    public display() {
    public void setCan(String can) {
    this.can = can;
    public String getCan() {     
    PortletRequest req = (PortletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest();
    String can = req.getParameter("can");
    System.out.println("can="+can);
    if(can == null)
    return "can value is null";
    return can;
    Thanks in advance

    Hi.
    When you add your portlet to your page through Oracle Composer, in edit mode you can configure "Component Properties" of the portlet.
    You'll see a "Parameters" tab. Provide here the mapping with page parameters that you created in your page.
    The EL Expression will be: #{bindings.yourpageparametername}
    Regards.

  • IFS Access from Portal (Sample Portlets)?

    Just wondering if there are any sample JSP/Servlet Portlets floating around illustrating access to iFS (9.0.3 cmsdk) for document storage/management. Something that is a true portlet that lives properly within a portal environment would be ideal.
    thanks

    I was aware of the Oracle sample, but it really isn't that functional as indicated by other threads in this forum. It basically is a link to the iFS WebUI that jumps out of portal. In any case, we intend to work with the cmsdk which does not support WebUI.
    Can anyone share/point to some examples of portlets (JSP,Servlet based) that can access the facilities of cmsdk.
    thanks

  • Portal and Portlet best practice...

    Hello All,
    We're just at the start of next gen Portal project. We've selected Oracle Portal for our solution, jdev, the whole thing.
    Last year an application was developed in our organization using Oracle Portal. In this application, the user interface is divided up into many portlets. i.e. the menu bar is it's own portlet, the content area is multiple portlet depending on what part of the application you're in.
    My question is, is this considered the best pratice for developing interoperable portals? We will have several differing web applications consolidated into one portal interface when this process is over.
    However, that said, does it make sense to seperate all of a site's functionality out into atonomous portlets?
    Or should a web application, with workflow in this case be consolidated into one portlet, that is configurable?

    Hi!
    I don't think that complex applications should be developed in portlet manner.
    Portlets are very simple small applications.
    You can place them anywere on your portal.
    My opinion is if you have to build a complex applications, then it should be implemented with JHeadstart or some other framework.
    You can place the login link of this application on Portal that opens a new window.

  • Portal - webservices - portlet

    Dear all good morning
    I have create a rest webservice with jdeveloper.
    It inserts, deletes and updates into HR.Departments.
    When i finished with the testing of the webservice i created URL data controls (1 for each action).
    I created a jspx page and inserted the 3 data controls as ADF parameter form.
    I tested again the webservice with the help of the page and everything works properly.
    After all these, I create a portlet entry and a portlet. I uploaded it to my portal and i tested
    again. Nothing happened. I cannot insert or delete or update my Departments table.
    Can anyone help me
    Christos

    I saw at the EM 11g (Fusion Middleware Control) that when i run the portlet I am taking this log message
    Exception invoking method from CSV data control.
    Cause: oracle.adf.model.connection.ConnectionException: JBO-29000: Unexpected exception caught: java.net.ConnectException, msg=Connection refused
    Any idea?

  • Portal menu portlet performance problems

    I need to extract part of the portal page hierarchy for a menu type
    portlet (java), but im having difficulties getting acceptable
    performance. I use a "select ... connect by prior" to get several levels
    of the page hierarchy in one request like this:
    select level, id, parentid, title, type, ispublic, description
    from portal.wwpob_page$
    where subscriber_id = 1 and siteid = 1 and language = 'us' and is_template = 0
    and type not in (3,5,6,7,8,9,10,11) and level <= :paramLevels
    start with id = :paramStartPageID
    connect by prior id = parentid
    However im getting a full table scan on wwpob_page$ in the above select and its
    taking several seconds. While i have tried many things i havent had any succes
    tuning my way out of it. Can some1 help? Oracle execute plan shown below:
    SELECT STATEMENT Optimizer Mode=CHOOSE          1 K          6                     
    FILTER                                        
    CONNECT BY WITH FILTERING                                        
    NESTED LOOPS                                        
    INDEX FAST FULL SCAN     PORTAL.CORNERS_PK     1      8      1                     
    TABLE ACCESS BY USER ROWID     PORTAL.WWPOB_PAGE$                                   
    HASH JOIN                                        
    CONNECT BY PUMP                                        
    TABLE ACCESS FULL     PORTAL.WWPOB_PAGE$     1 K     50 K     6

    Hi,
    We have a Site Indexing Portlet available on the Portal Integration Page. This is a free to download and use portlet. We do ship the sourcecode also along with it. You could try looking at the source-code and see if that would help you.
    thanks,
    Harsha

  • Page navigation same portal different portlet applications

    Hello OTN,
    I have a question regarding the best way to perform page navigation using the ActionResponse.sendRedirect method.
    There is one Webcenter Portal, and in it are multiple pages. Each page has portlets from different 286 PortletProducer applications.
    I can copy the url out of the browser and remove the params, and use that string in my controller to redirect me successfully to the home page of the portal.
    However that URL does not reference a non-home page, i.e. one not hooked up to Root.
    I tried constructing the page url by appending the path from pages.xml to the portal context, but got no love from that either.
    If i want to redirect to a different page, what is the best way to specify the page so I can use the sendRedirect method?
    Thanks,
    PowerUser 862605

    if you use sendRedirect method ,then make sure the following conditions are satisfied.
    This method only accepts an absolute URL (e.g. http://my.co/myportal/mywebap/myfolder/myresource.gif) or a full path URI (e.g. /myportal/mywebap/myfolder/myresource.gif). If required, the portlet container may encode the given URL before the redirection is issued to the client.
    some good examples are her -http://www.javadocexamples.com/javax/portlet/ActionResponse/sendRedirect%28String%20location%29.html
    Personally , I haven't checked it .so try this and see what's the results is .

  • WSSO Porlets - Running a Portal and Portlet servers behind WSSO

    Has anyone successfully run a Portal Server and Portlet Server behind WSSO? Specifically, I am running my portal server and portlet server with Oblix NetPoint 6.1.1.13. I have not been able to successfully load a simple html portlet in the portal when trying to access the protected portlet. The errors I am receiving in PTSpy have to do with not being able to establish a secure socket.
    Here is the PTSpy log of a single run:TRACE DATE TIME TYPE COMPONENT PROCESS THREAD LOCATION MESSAGE===== ==== ==== ==== ========= ======= ====== ======== =======11211 04-27 11:02:35 Action UI Infrastructure 4044 3204 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest() Entering handleRequest: GET http://PORTALSERVERNAME:80/portal/server.pt?space=CommunityPage&cached=true&parentname=CommunityPage&parentid=1&in_hi_userid=895402&control=SetCommunity&CommunityID=263&PageID=011212 04-27 11:02:35 Warn Common Library 4044 3204 PTCommon.cpp(977) ***SetError *** (0x80044633): Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet. The portlet is redirecting to a resource located outside the gateway space. The portlet's web service needs to be reconfigured to include the missing resource in its gateway space. Please report this error to an Administrator if it persists.
    Basically, the error line says that the portlet is redirecting to a resource outside the gateway space. I assume that it is not passing along the WSSO credentials and therefore attempting to redirect to perform the Oblix login. My understanding is that the WSSO credentials are stored within browser cookies. Is there any way to pass along these cookies from the user's browser to the portlet server?

    Hello,
    You should import either the server certificate or the root certificate which issued the server certificate in your portal server so portal server can trust the server certificate.
    More information in this doc http://edocs.bea.com/alui/deployment/docs604/networking/

  • ColdFusion and Portal Development (Portlet Toolkit)

    I realize the Portlet Toolkit released was just a proof of
    concept, but I was wondering if anyone has actually uses it for
    ongoing development. I was able to deploy and run the example
    Portlets on a IBM Portal v6 instance without any issues (since
    IBM's api's are only deprecated), but I can't figure out how the
    development process would work.
    To deploy the toolkit war you had to use an Ant script to
    merge it with the ColdFusion MX 7 war. Given this how would you
    ever hot deploy and develop in iterations as you normally do today
    with CF development alone? Would you manually deploy an extracted
    version of this merged WAR and edit the CFCs on the DEV server
    itself? Normal portlet development relies on the RAD tool to hot
    deploy changes in the portlet project to the Portal server so you
    can code and test with as little interruption as possible.
    If editing the cfcs on the DEV server itself is the only way
    to develop this seems to make development impractical with CF.
    Especially if you can't just map a drive out to the DEV server. I'm
    new to Portlet development but can't see a way to resolve this
    circumstance. Am I missing something? Any suggestions? Any other
    thoughts on the concept in general? We have large number of
    in-house CF developers which far exceed the number of Java Portlet
    developers and this might be a way to alleviate that problem (at
    least in the short run).
    -Tim

    I've been using the Portlet tool kit for quite a while. I run
    websphere test server right on my desk top and I manually deploy my
    cfc to there. When the devlopment is done, I place my new cfc in to
    cfportlet.war file and update the portlet through WS.

Maybe you are looking for

  • Fooled By Randomness

    Besides being the title of a very good book on investing, this topic describes what just happened to me when I decided to do a teaching moment with my daughter in law. For his high school graduation, she had some pictures taken of her son by a "profe

  • Call of Duty

    Will my MacBook Pro be able to play the original Call of Duty? I am not looking to play Call of Duty 2.

  • How to I get it back

    I was using Iphoto and I cleaned up the macintosh HD with old pictures but somehow when I went back with new pictures on Iphoto 6, it refuses to pop up or let me use it, but its in the iphoto pictures folder, how do I retrieve it back, I have empty m

  • No Disk Found when install Solaris 8 on HP DL380

    When I try to install Sun Solaris 8 on HP DL380, I received message NO disk found.Check to make sure disks are cabled and powered up. I installed Update Diskette SP21874 for DL380. Can somebody help?

  • How to use 'Extract Values' transformation?

    Hi, I am new to EDQ. I have the following requirement - source system sends me partyname+address details. I need to check in the oracle database and if there is a match then send back the ID along with the input details. I am using Lookup check audit