Customization Using NameValuePersonalizationObject in JPDK3.0.9.0.1

I have successfully converted 'file' customization under JPDK1.3 to 'database' customization under JPDK3.0.9.0.1. And it works fine if there is only ONE instance of the portlet on a page. However, TWO or more instances of the portlet on the page cause a runtime failure (blank screen) when a customization is made and OK pressed. Our debug shows it actually fails when executing: PortletRendererUtil.submitEditData(prr, custData);
Table JPDK_PREFERENCE_STORE contains an entry for each instance of the portlet on the page and each has a unique primary key i.e.
/2339_IDEASEARCH_95647193/1/95647193
/2342_IDEASEARCH_95647193/1/95647193
/2340_IDEASEARCH_95647193/1/95647193
so no clues there.

What Karsten said.
So, If you haven't yet updated to 10.1, zip a copy of 10.0.9 so it doesn't get over-written when you do update. Then you'll have continued access to the earlier version for your school projects.
Russ

Similar Messages

  • ADF customization using MDS

    I have a few questions about ADF customization using MDS...
    1) Is it intended that this functionality will be part of the ADF Rich Faces Apache donation or is it going to be something licensed by Oracle?
    2) The old (or not so old) EBusiness OAF framework had lots of customization/personalisation stuff i.e. where you could add fields, remove fields, change table column orders and add a column via the browser. Is MDS functionally similar?
    3) Will using ADF customization mean that I have to use ADF Business Components.
    4) How many different data store options are there i.e. can the meta data be persisted to different types of database such as MySQL or SQLServer (sorry, my company needs to be database agnostic) or even the file system.
    Thanks,
    Peter.

    Hi,
    1) I haven't heard of a plan like that. MDS has nothing to do with ADF Faces directly and is a different set of technology.
    2) MDS is supposed to replace that, yes
    3) No.
    4) No idea about that.
    Frank

  • Invoice Print - How to customize using XML

    We want to customize Invoice Print using XML. Currently it is in PDF format.
    When we define the data defintion, what xml schemea needs to be put for Invoice Print and where can I find the file .xsd related to Invoice Print.
    Similary we want to do it for Dunning Letters as well as Statements.
    Your help will be much appreciated.
    Regards
    Ganesan

    Hi Roy,
    That's a very good question and I have 2 options for you:
    1. Create transformer (see Transformation Service documentation to know how and there are examples) that will filter the RSS items according to content of the items. Connect this new transformer to your XML iView in the XML iView editor so it will be the first one and the built-in RSS transformer is second. SAX transformers are faster for filtering so I recommend adding this transformer. 
    2. Create your own RSS XSL transformer (again like in the documentation) that will filter the items and create the UI.
    I hope this will help you.
    Elisha

  • Project Server 2013 Ribbon Customization using a custom action

    Is it possible to customize the ribbon in the Project Center through a Solution? Is the only way to add a button to the Ribbon through an app?
    I am using Project Server 2013 on Prem and every time I deploy a custom action - button to the ribbon in the Project Center the button becomes greyed out/disabled and says "This control is currently disabled." I haven't been able to find any examples
    of how to do this in Project Server 2013 using a solution.
    Here is the custom action, I have tried with and without the EnableScript attribute but nothing seems to work:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction Id="Ribbon.Library.Actions.AddAButton"
    Location="CommandUI.Ribbon">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition
    Location="Ribbon.ContextualTabs.ProjectCenter.Home.Editing.Controls._children">
    <Button
    Id="Ribbon.Library.Share.NewRibbonButton"
    Command="NewRibbonButtonCommand"
    Image16by16="http://s10.postimage.org/lhar0oijp/U16.png"
    Image32by32="http://s17.postimage.org/trf3y2ui3/U32.png"
    LabelText="UniqueId"
    ToolTipTitle="UniqueId Displayer"
    ToolTipDescription="Displays UniqueId for the list item."
    TemplateAlias="o2" />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler
    EnabledScript="javascript: function ReturnTrue() { return true; } ReturnTrue();"
    Command="NewRibbonButtonCommand"
    CommandAction="javascript:alert('Hello, world');" />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>

    Hello,
    You can add a new button using a SharePoint feature or via an app. If you haven't see the links below already, take a look. These are for 2010 but would be very similar for 2013:
    http://msdn.microsoft.com/en-us/library/office/gg549101(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/ff535984(v=office.14).aspx
    http://blogs.msdn.com/b/project_programmability/archive/2011/04/08/trials-and-tribulations-in-customizing-the-project-center-ribbon.aspx
    http://epmsource.com/2012/01/26/adding-print-capabilities-to-project-detail-pages/
    http://epmsource.com/2011/12/07/hiding-disabling-ribbon-items-in-project-server-part-i/
    http://epmsource.com/2011/12/13/hiding-disabling-ribbon-items-in-project-server-part-ii/
    http://msdn.microsoft.com/en-us/library/office/jj873844(v=office.15).aspx#pj15_StatusingApp_ribbon
    Follow
    some of those example to get those buttons working / hiding then modify your code.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Can we do customization using db based MDS where ADF security not enabled?

    JDeveloper 11.1.1.6 : ADF BC + ADF Faces
    Requirement : I want to customize the application across the user session. In this app I have NOT used ADF security. There is siteminder security setup on the server which authenticates the application. The logged in userid/username is available in the request header.
    Now my question is can i customize this app using db based MDS?
    Any help will be appreciated.
    ~Abhijit

    Abhijit,
    My first instinct was to say "of course you must enable ADF Security" and post a link to the docs. However, the docs are silent on this.
    The best quote that I can give you is from [url http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_18/jdtut_11r2_18.html]here, which says (in step 12):
    Before you can persist user customizations across sessions using MDS as the repository, you must configure ADF Security and create users for the application.John

  • OAF page Customization using JDeveloper

    Hi,
    This is regarding a customization to be done to a controller class. I need to put an extra validation in the appraisal pages. I have the controller class MAAppraiseePageCO and the corresponding java file.
    I am using Jdeveloper for the first time. I dont know how to create the workspace and which type of project to create in jdeveloper.
    Type of libraries to add.
    Following is the version of softwares i have
    jdev - 11.1.1.0
    E-business suite - 11i
    Please guide me to set up a workspace and bring the pages to be changed to the workspace. Once changes are done,how do i deploy the same in the application. How do i relate the application(oracle apps SS pages) and the changes in the pages in jdeveloper
    Appreciate if any one can help me to use the jdeveloper to deploy my changes in the application.
    Help appreciated
    Thanks

    Hi,
    You should try asking in the OA Framework Forum.
    John

  • OAF pae customization using Jdeveloper

    Hi,
    This is regarding a customization to be done to a controller class. I need to put an extra validation in the appraisal pages. I have the controller class MAAppraiseePageCO and the corresponding java file.
    I am using Jdeveloper for the first time. I dont know how to create the workspace and which type of project to create in jdeveloper.
    Type of libraries to add.
    Following is the version of softwares i have
    jdev - 11.1.1.0
    E-business suite - 11i
    Please guide me to set up a workspace and bring the pages to be changed to the workspace. Once changes are done,how do i deploy the same in the application. How do i relate the application(oracle apps SS pages) and the changes in the pages in jdeveloper
    Appreciate if any one can help me to use the jdeveloper to deploy my changes in the application.
    Help appreciated
    Thanks

    You need to basically start learning OA Framework. Please search for OA Framework Developer guide from metalink. Also if you google on OA Framework, you shall get links which can be used as good pointers to start with.
    Regards
    Sumit

  • OTL customization using AK Developer or OAF?

    Hi all,
    Currently I have a change request that required me to customize Employee Self Service |TimeCard into Daily, Weekly, and Monthly Format.
    Which mean, I need to create/customize/configure a TimeCard region that handled Daily Entry, Weekly Entry, and Monthly Entry.
    Understood that OTL Timecard is configurable via AK Developer and LCT/LDT file.
    But in these kind of situations, where I need a logic to
    1) A selector/LOV/Tab Panel to display Daily, Weekly, or Monthly
    2) A customize layout for daily, weekly and monthly
    3) A customize CO/VO to capture and pass related information/involve workflow process.
    #Assumption
    1) One timecard cannot have daily, weekly, monthly records at the same time. The form will restrict the timecard to one category, which is display daily entry only, weekly entry only, or monthly entry only.
    The question is
    May I know which part of customization shall use AK Developer or LCT/LDT?, and
    Which part of customization shall use OAF/JDeveloper.
    Thanks in advanced. I would appreciate for your kind assistance and help
    Regards,
    Cheng

    Icic,
    Thanks for your finding. I would like have my next question.
    If I would like to have an additional region named "Approvers Region", that similar to the "Approvers Region" that offered by AME-collaborated product.
    Is it we need to use OAF method to customize it? or we shall use AK Developer + LTD + OTL Preferences?
    I'm not so sure when what is the exact steps should perform when we required to add an new region in OT page.
    Thanks in advanced
    Regards,
    Cheng
    Edited by: user13615386 on Nov 1, 2011 3:35 PM

  • TableView columns headers customization using CSS

    Hi,
    I'm trying to customize the TableView columns headers using CSS, but up until now, I was not able to find the CSS class name for the previously mentioned elements.
    Can anyone point me to a document or link where I can find all the available CSS classes for TableView and, why not for all the JAVA FX 2.0 widgets.
    Thanks,
    Alin

    Here's the Oracle CSS Reference guide for JavaFX:
    http://docs.oracle.com/javafx/2.0/api/javafx/scene/doc-files/cssref.html#tableview
    You can also look at caspian.css inside the javafx runtime as it is the default CSS sheet for JavaFX applications and is a good place to see a lot of the style classes in use. The particular class you want is .table-view .column-header{} for individual columns or .table-view .column-header-background{} for the whole table header in general. Hope that helps.

  • Doubt in Form Template Customization Using VSTA

    Hi All,
    i have doubt in InfoPath form development using VSTA.
    I have one form template, i want to auto fill(Using Hard coded) some of fields in that form like name,date and mobile number.
    Can any one help me out how to do that.
    Thanks in advance!

    Hello,
    No need to use VSTA if you just want to set hardcode values. You need to set rule on form load event. Refer this link to set field value on form load:
    http://www.bizsupportonline.net/infopath2007/infopath-basics-how-to-populate-form-when-opened-loaded.htm
    Anyway if you want to auto populate user detail from sharepoint then use userprofileservice.asmx service. (YOu will need to create user profile service in your farm to leverage this)
    https://askmanisha.wordpress.com/2013/07/22/how-to-set-current-user-details-in-an-info-path-form/
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Business Objects Customization Using Class file without net bean

    Hi,
    Any one please help me out.
    my requirement is like I want to use Business Objects SDK
    <%@ page import="com.crystaldecisions.sdk.framework.CrystalEnterprise" %>
    above is example..
    in Class file of Java without using netbean.
    I try to do this with creating Batch file add all Jar file and set path and but its not working.
    Also can I Login Into business Objects through class file not using netbean(means from command prompt)
    and create user group into CMS.

    Please find following servlet code who dont understand my requirement.
    * GroupCreation.java
    * Created on September 2, 2008, 3:47 PM
    import java.io.*;
    import java.net.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import com.crystaldecisions.enterprise.ocaframework.ServiceNames;
    import com.crystaldecisions.sdk.exception.SDKException;
    import com.crystaldecisions.sdk.framework.CrystalEnterprise;
    import com.crystaldecisions.sdk.framework.IEnterpriseSession;
    import com.crystaldecisions.sdk.framework.ISessionMgr;
    import com.crystaldecisions.sdk.occa.infostore.IInfoStore;
    import com.crystaldecisions.sdk.occa.managedreports.*;
    import com.crystaldecisions.sdk.occa.security.ILogonTokenMgr;
    import javax.servlet.http.Cookie;
    import com.crystaldecisions.sdk.occa.infostore.*;
    import com.crystaldecisions.sdk.occa.pluginmgr.*;
    import com.crystaldecisions.sdk.plugin.CeProgID;
    import com.crystaldecisions.sdk.plugin.desktop.user.*;
    import com.crystaldecisions.sdk.properties.*;
    import javax.servlet.http.HttpSession;
    * @author prashant.joshi
    * @version
    public class GroupCreation extends HttpServlet
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    HttpSession session = request.getSession(true);
    response.setContentType("text/html;charset=UTF-8");
    PrintWriter out = response.getWriter();
    String cms = request.getParameter("CMS");
    String username = request.getParameter("UserID");
    String password = request.getParameter("Password");
    String auth = request.getParameter("Aut");
    IEnterpriseSession enterpriseSession = null;
    try
    ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();
    catch(SDKException e)
    out.println(e.getMessage());
    Exception failure = null;
    boolean loggedIn = true;
         // If no session already exists, logon using the specified parameters.
    if (enterpriseSession == null)
    try
    // Attempt logon. Create an Enterprise session
    // manager object.
    ISessionMgr sm = CrystalEnterprise.getSessionMgr();
    // Log on to BusinessObjects Enterprise
    enterpriseSession = sm.logon(username, password, cms, auth);
    catch (Exception error)
    loggedIn = false;
    failure = error;
    if (!loggedIn)
    // If the login failed, redirect the user to the start page.
    out.println("<SCRIPT language=\"javascript\"> " +
    " alert (\"Sorry - you could not be logged on to this server." +
    " Ensure that your user name and password, as well as the CMS name are correct." +
    "\"); </SCRIPT>");
    out.println("<META HTTP-EQUIV='refresh' CONTENT='0;URL=LogonPage.jsp'>");
    return;
    else
    try
    // Store the IEnterpriseSession object in the session.
    session.setAttribute("EnterpriseSession", enterpriseSession);
    // Create the IInfoStore object.
    IInfoStore iStore = (IInfoStore) enterpriseSession.getService("InfoStore",
    ServiceNames.OCA_I_IINFO_STORE);
    // Store the IInfoStore object in the session using the
    // helper functions.
    session.setAttribute("InfoStore", iStore);
    // Create the IReportSourceFactory object.
    IReportSourceFactory reportSourceFactory = (IReportSourceFactory) enterpriseSession.getService("PSReportFactory");
    // Store the IReportSourceFactory object in the session
    // using the helper functions.
    session.setAttribute("ReportSourceFactory", reportSourceFactory);
    // Retrieve the logon token manager.
    ILogonTokenMgr logonTokenMgr = enterpriseSession.getLogonTokenMgr();
    // Retrieve a logon token and store it in the user's cookie
    // file for use later.
    Cookie cookie = new Cookie("LogonToken", logonTokenMgr.createLogonToken("", 60, 100));
    response.addCookie(cookie);
    // LOCUse the plugin manager and the UserGroup plugin to create a new
    // UserGroup object._ENDLOC_
    // LOCIf the infoStore object is not found then display an error message._ENDLOC_
    IInfoStore infoStore = (IInfoStore) session.getAttribute("InfoStore");
    // LOCIf the infoStore object is not found then display an error message._ENDLOC_
    if (infoStore == null)
    throw new Error("_LOC_InfoStore object not found. Please logon again._ENDLOC_");
    IPluginMgr pluginMgr = infoStore.getPluginMgr();
    //IPluginMgr pluginMgr2 = infoStore.getPluginMgr();
    IPluginInfo userGroupPlugin = pluginMgr.getPluginInfo("CrystalEnterprise.UserGroup");
    // IPluginInfo userGroupPlugin2 = pluginMgr.getPluginInfo("CrystalEnterprise.UserGroup");
    // LOCCreate a new InfoObjects collection._ENDLOC_
    IInfoObjects newInfoObjects1 = infoStore.newInfoObjectCollection();
    IInfoObjects newInfoObjects2 = infoStore.newInfoObjectCollection();
    // LOCAdd the UserGroup interface to the new InfoObjects collection._ENDLOC_
    newInfoObjects1.add(userGroupPlugin);
    newInfoObjects2.add(userGroupPlugin);
    // LOCGet the new UserGroup object from the collection._ENDLOC_
    IInfoObject iObject1 = (IInfoObject) newInfoObjects1.get(0);
    IInfoObject iObject2 = (IInfoObject) newInfoObjects2.get(0);
    // LOCOnce you have the new UserGroup object, set its properties._ENDLOC_
    iObject1.setTitle ("Single Home Group");
    iObject1.setDescription ("It is Single Home Group");
    iObject2.setTitle ("Multi home Group");
    iObject2.setDescription ("It is multi Home Group");
    // LOCRetrieve the ID of the InfoObject (user group)._ENDLOC_
    // objectID = iObject.getID();
    // LOCSave the new group to the CMS._ENDLOC_
    infoStore.commit (newInfoObjects1);
    infoStore.commit (newInfoObjects2);
    catch(Exception ex)
    // If the User group is already created.
    out.println("<SCRIPT language=\"javascript\"> " +
    " alert (\"Sorry - The User Group is already created Please enter another User Group." +
    "\");</SCRIPT>");
    out.println("<META HTTP-EQUIV='refresh' CONTENT='0;URL=LogonPage.jsp'>");
    return;
    // If the User is Logged on the Business objects
    out.println("<SCRIPT language=\"javascript\"> " +
    " alert (\"UserGroup get created in CMS.\"); </SCRIPT>");
    out.println("<META HTTP-EQUIV='refresh' CONTENT='0;URL=LogOff.jsp'>");
    out.close();
    /** Returns a short description of the servlet.
    public String getServletInfo() {
    return "Short description";
    // </editor-fold>
    when I paste above code in simple notepad as class file and run this file from command prompt
    it gives error like following 1 example I getting 46 errors for different Business Objects classes
    symbol : variable CrystalEnterprise
    location: class GroupCreation
    ISessionMgr sm = CrystalEnterprise.getSessionMgr();
    Please help me Out.
    Thank you.

  • URL Customization Using Experience Rules

    We've got a bit of a sticky problem and am wondering if anyone can point me in the right direction.
    We've used experience rules to point custom URLs to communities. However, when another user types in a URL to access a community on the portal, the previous URL appears as a link in every navigation link and login on the portal. In other words, the minute the user chooses a link from the dropdown menu or logs in, they are taken to the previous community. Thereafter, the header, footer and colors from the rules of the previous community show up in every community the user goes to.
    This is extremely frustrating and confusing to our users. It appears that URLs are being cached in the navigation and/or experience rules configuration is overriding.
    Has anyone else had this experience? Is there a way around this problem? Any ideas would be greatly appreciated.
    Jo
    PS - Please forgive if you see this twice - I think I posted to the wrong forum earlier
    Edited by: user10368007 on Sep 26, 2008 9:19 AM

    Can you give us a little bit of context on which product you've been working with?
    Thanks in advance

  • Column header customization using rowspan and colspan

    Hi,
    I want to implement customized column header using rowspan and colspan.
    This can be done in html easily but not sure how I can implement in HTML DB.
    Anybody has idea?
    Thanks in advance,
    <table border="1">
    <!-- begin header -->
    <tr>
    <td rowspan="2">COL1</td>
    <td rowspan="2">COL2</td>
    <td rowspan="2">COL3</td>
    <td colspan="3">COL4</td>
    <td colspan="3">COL5</td>
    </tr>
    <tr>
    <td>COL4-1</td>
    <td>COL4-2</td>
    <td>COL4-3</td>
    <td>COL5-1</td>
    <td>COL5-2</td>
    <td>COL5-3</td>
    </tr>
    <!-- begin data -->
    <tr>
    <td>VALUE1</td>
    <td>VALUE2</td>
    <td>VALUE3</td>
    <td>VALUE4-1</td>
    <td>VALUE4-2</td>
    <td>VALUE4-3</td>
    <td>VALUE5-1</td>
    <td>VALUE5-2</td>
    <td>VALUE5-3</td>
    </tr>
    </table>

    Thanks Raj,
    you'd want to do this kind of formatting from your report template. we have a technote out on report templates at...
    http://www.oracle.com/technology/pub/notes/technote_htmldb_format.html
    ...and, so you know, you'd want to enter your custom col header html into the "Before Rows" field of your template definition screen (kinda like step 8 that's above Figure 5 in the technote).
    hope this helps,
    raj

  • Collaboration Server with customization (use another document repository)

    Does anyone think it'd be possible to makethe Plumtree Collaboration server use Documentum (or any other repository besides Plumtree's own content server) as its document repository,either by somehow customizing the Collaboration server or some other way? Have other companies attempted and had success with similar? In particular our vision is to be able to use Collab's functionality of check-in/check-out, associating documents to Project, discussion threads, etc. Only the documents could come from Documentum (or some arbitrary repository).
    Any input would be appreciated.

    ok slide is driving me crazy! i managed to get it running within tomcat (jtegrated with apache), and now I am trying to configure a mySQL database store... although whenever it starts, it says it cannot find the mySQL driver, but i have put the jar file in every possible place it could be looking for it... i.e. all the lib directories (in 'common', 'shared', 'slide', 'slide-admin' even in tomcat/server/lib) to no avail just keep getting ClassNotFound...
    any ideas?!

  • Customization of Portlet

    Hi,
    I'm using JPDK 1.4, Portal 3.0.8.9.8 on Win 2000.
    I've tried following the example on customization of the MyFirstPortlet and I'm having the following problems:
    1. The greeting messasge doesn't get updated at all. Only the title gets updated. Any clue?
    2. The Customize page is showing 2 sets of the header and footer, i.e. the Customize Banner and the OK, Apply and Cancel buttons. If I remove the lines, renderCustomizeFormHeader and renderCustomizeFormFooter, it appears ok but the title and greeting do not get updated.
    3. Apparently, the documentation in PDK is not updated. A lot of the classes, tags referenced in the documentation are outdated and I spent lots of time trying to figure out why certain errors were generated.
    I would appreciate it very much if someone could help me.
    Regards,
    Alex Tan

    Hi,
    Your suggestion for my 2nd problem works like a charm.
    I've realised if I use BaseCustomization, I could customize the greeting. I don't quite know how to use NameValuePersonalizationObject though. Appreciate if you could show me some code.
    Now, I've got a serious problem after I've tried using NameValuePersonalization. I can't even run a normal portlet using BaseCustomization. I got the following error:
    [23/05/2001 21:14:54:529 CST] hello3/FilePersonalizationManager Error instantiating Hello3Customization :
    [23/05/2001 21:14:54:529 CST] hello3/FilePersonalizationManager Error instantiating Hello3Customization :
    [23/05/2001 21:14:54:549 CST]
    java.io.IOException:
    at oracle.portal.provider.v1.FilePersonalizationManager.createDataObject(FilePersonalizationManager.java:1000)
    at oracle.portal.provider.v1.FilePersonalizationManager.create(FilePersonalizationManager.java:294)
    at oracle.portal.provider.v1.PortletRendererUtil.getDefaultEditData(PortletRendererUtil.java:792)
    at oracle.portal.provider.v1.PortletRendererUtil.getLanguageDefaultEditData(PortletRendererUtil.java:810)
    at oracle.portal.provider.v1.PortletRendererUtil.getUserEditData(PortletRendererUtil.java:825)
    at oracle.portal.provider.v1.PortletRendererUtil.getEditData(PortletRendererUtil.java:703)
    at hello3.hello3._jspService(_hello3.java:61)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
    at oracle.jsp.JspServlet.internalService(JspServlet.java, Compiled Code)
    at oracle.jsp.JspServlet.service(JspServlet.java)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.portal.provider.v1.http.JspRenderer.renderBody(JspRenderer.java:116)
    at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:164)
    at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(ServletProviderResponse.java:376)
    at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:613)
    at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:374)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:402)
    at org.apache.jserv.JServConnection.run(JServConnection.java:260)
    at java.lang.Thread.run(Thread.java:479)
    My provider.xml is
    <provider class="oracle.portal.provider.v1.http.DefaultProvider" session="true">
    <portlet class="oracle.portal.provider.v1.http.DefaultPortlet" resource="Hello3Bundle" version="1">
    <id>1</id>
    <name>MyThirdPortletJSP</name>
    <title>My Third Portlet - JSP</title>
    <description>This is my third portlet implemented in JSP.</description>
    <timeout>5</timeout>
    <timeoutMessage>My Third Portlet timed out</timeoutMessage>
    <showEdit>true</showEdit>
    <showEditDefault>true</showEditDefault>
    <showPreview>false</showPreview>
    <showDetails>true</showDetails>
    <hasHelp>true</hasHelp>
    <hasAbout>true</hasAbout>
    <acceptContentType>text/html</acceptContentType>
    <renderer class="oracle.portal.provider.v1.RenderManager">
    <appPath>/hello3</appPath>
    <appRoot>d:\oracle\iSuites\Apache\Apache\htdocs\hello3</appRoot>
    <showPage>hello3.jsp</showPage>
    <editPage>hello3custom.jsp</editPage>
    <editDefaultsPage>hello3custom.jsp</editDefaultsPage>
    <aboutPage>about.htm</aboutPage>
    <helpPage>help.htm</helpPage>
    <showDetailsPage>hello3fullscreen.jsp</showDetailsPage>
    <renderContainer>true</renderContainer>
    <renderCustomize>false</renderCustomize>
    </renderer>
    <personalizationManager class="oracle.portal.provider.v1.http.DefaultPortletPersonalizationManager">
    <dataClass>Hello 3Customization</dataClass>
    </personalizationManager>
    </portlet>
    </provider>
    Am I missing something?
    Regards,
    Alex
    null

Maybe you are looking for

  • How can I backup Adobe's software activation?

    I have purchased Adobe Creative Suite CS6 for Windows and am using it on my desktop and notebook computer. This is the maximum number of computers I'm allowed to use it on. Since the software has an activation and deactivation feature and requires an

  • Can't get EA3500 routers to connect to internet.

    I'm trying to upgrade a pair of WRT54G routers to a new pair of EA3500 routers, but I cannot get the modems to connect to the internet.  I've tried both of the new modems, and multiple connection cables between the Charter cable modem and the router,

  • How to read the input FORMAT of a Checkbox in list.

    hi, suppose i have, WRITE CHK1 AS CHECKBOX INPUT OFF. Now i have, grayed check box, Problem. how to read from program, whether the checkbox is input off or on. pls reply

  • Hardening security on Solaris 10

    Dear All, How to configure hardening on Solaris 10 by enable bsdmconv command and editing files in */etc/security* directory to allow and not allow to access to websites on Solaris 10. Thanks and regards, Heng

  • Filter xml

    Hello dear people  , I have a question, I want to filter an xml data which is loaded in a datagrid, but I want to filter this data for search the names   Is it posible filter in a text input?, I have search it in many ways, but there is not found muc