Running Page in OAF and VO Extension

Hi,
I have extended a VO on my local machine and am running the page on my local machine itself. Yet I cannot see the extended VO in About this page.
I created the substitution in project, do I need to load this into MDS as well even for pages run from local PC ? Also notice it takes a lot of time for my project to rebuild and page to finally render, any ideas why or how to optimize the runtime.
Thanks
Shanky

Parag,
If I extend a VO and run the page in jdev itself, shouldn't the extended VO page page show me my personalised VO instead of the seeded VO ?
I understand by moving files across etc to server and bouncing Apache, it will show in Apps.
But my query is if I want to run it from my PC itself, to check if my VO extension has worked or not if I run that page from jdev, shouldn't the 'About this Page' show me my extended VO ?
Hope I am explaining well.
Thanks

Similar Messages

  • How to call a jsp page from oaf and run in jDeveloper

    Hi all,
    I created sample jsp and then tried.
    String temp = "sample.jsp?";
    pageContext.setForwardURL(temp,
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);
    It worked.
    But when i tried with one of the custom page that i downloaded from server it is giving error.
    But now i need to call that page.
    Its Code is given on below link:
    Re: how to call a jsp page from oaf
    Please help me to do this.
    Thanks in advance.
    Regards,
    Raj

    Raj,
    1. Hope you have placed the custom jsp page (which you have downloaded from server) under "jdevhome\jdev\myhtml\OA_HTML" directory ?
    2. Try to run the custom jsp page from Jdeveloper directly and check whether its working properly or not ?
    (i.e. add jsp page to any project in Jdeveloper then right click on jsp page and select Run xxx.jsp)
    3. If page errors out then custom jsp page seems require few parameters to run it successfully. Pass all requied parameters and test.
    4. There is no problem in the way you are calling jsp page from OAF page.
    regards,
    Anand

  • I'm running pages 4.1 and get a notice for an update (4.2)

    I get a notice now for a Pages 4.2 update, but when the machine transfers me over to the German store (where I live) I'm told there are no updates available. I wouldn't bother, but pages opens now only after several attempts. How can I update to Pages 4.2?

    iWork '09 installed from the retail disk or from the downloaded trial must be updated through Software Update. In Mountain Lion Software Update has been "rolled into" the Mac App Store. Choose Software Update from the Apple menu just like you always have & the Mac App Store will launch. Depending on what you have that needs updating you may see two sections in the MAS window.
    But, as always, if you're not running the latest versions of the iWork apps installed from a retail box or the downloaded trial & Software Update says your software is up to date, make sure the applications are where the installer initially put them. The updaters are very picky. If the location is not where the updater is programmed to look or if the folder doesn't have the name the updater looks for, it will not work. The applications cannot be renamed or moved. If you installed from the downloaded trial or the retail box, they must be in the iWork '09 folder in Applications. That iWork folder must be named iWork '09. If it doesn't have the '09 Software Update won't find them & the updaters won't work.
    You can also download the standalone updater from this page.

  • R12 Jdeveloper  OAF error  trying to run page in jdeveloper...

    I am trying to run create suppliers page (/oracle/apps/pos/supplier/webui/SuppCrtPG ) in JDEVELOPER so I can develop a controller extension without having to interfere with testing in our test environment. My code doesn't always execute perfectly the first time :)
    Anyway, I copied the page definition, all the referenced classes from the instance down to my JDEV environment on my PC and now I am getting this:
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidOperException: JBO-25069: Row definition HzPuiContactPointUrlEO has two sibling subclasses defs, HzPuiOrganizationQuickUrlEOEx and HzPuiContactPointUrlEOEx, but no discriminator to distinguish them.
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at OA.jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidOperException: JBO-25069: Row definition HzPuiContactPointUrlEO has two sibling subclasses defs, HzPuiOrganizationQuickUrlEOEx and HzPuiContactPointUrlEOEx, but no discriminator to distinguish them.
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at OA.jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidOperException: JBO-25069: Row definition HzPuiContactPointUrlEO has two sibling subclasses defs, HzPuiOrganizationQuickUrlEOEx and HzPuiContactPointUrlEOEx, but no discriminator to distinguish them.
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at OA.jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    It looks as if I missed a filed when I was copying things down however it doesn't tell me what it is missing. Where should I look to find the "discriminator"?

    Do you want to extend controller class for the supplier page.
    If yes, why are you running page from jdev.
    just extend the CO and run from front end..
    --Parag narkhede                                                                                                                                                                                                                                                                                                                                                               

  • Just purchased Imac running Lion - doc. and cwk. extensions will not open            . whats the fix?

    just purchased Imac running Lion - doc. and cwk. extensions will not open. whats the fix?

    Pages 4.3 is the most recent, but no matter. If Pages cannot open it, there are many other programs that may be able to. Some of them are free.
    LibreOffice (donation-supported)
    NeoOffice ($10 but older version is free if you can find it)
    OpenOffice (completely free)
    Try TextEdit also. It is included in OS X.
    If you are trying to open the document by double-clicking it, don't, since the Finder may be looking for a program that is no longer installed. Use Pages' File > Open... menu. The same recommendation applies to using any of the above alternatives - use their File > Open menu.
    The least attractive alternative is to purchase Microsoft Word, but I have been completely Microsoft-free since updating to Lion.

  • Adobe reader xi i am running 2 display screens and when i have a file open and go to print the print page opens on my second screen.  How can I get adobe reader to just display on one screen?

    adobe reader xi i am running 2 display screens and when i have a file open and go to print the print page opens on my second screen.  How can I get adobe reader to just display on one screen?
    I want the capability of adobe reader to just run on one screen.

    I had the same problem.
    Try this.
    https://igppwiki.ucsd.edu/groups/publichelpwiki/wiki/a1538/Howto_Disable_Acrobat _as_the_Safari_PDF_Viewer.html

  • Default value in LOV field in Create and Update page in OAF

    Hi All,
    I am unable to default LOV field in Create and Update page in OAF.
    I tried in below way :
    OAMessageLovInputBean lovBean1 = (OAMessageLovInputBean)webBean.findChildRecursive("AAA");
    But I am getting developer mode exception, so please guide me how i can set the default value for create and update page instead of using code in process request method in controller.
    Thanks

    Hi,
    1) In case of create, you can default the value either in EOImpl or in AM while initializing the row:
    //in EOImpl
    public void create(AttributeList attributeList)
    super.create(attributeList);
    setXXAttribute(<value>);
    //in AM, VO new row initialization :-
    VOImpl VO = getVO1();
    VO.setMaxFetchSize(0);
    VORowImpl row = (VORowImpl)VO.createRow();
    row.setXXAttribute(<value>);
    VO.insertRow(row);
    row.setNewRowState(Row.STATUS_INITIALIZED);
    2) In case of update, execute the VO (also set the where clause if required) in PR method of update page.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • HP Laserjet 4P has a 1" toner stain that runs down the left side of page.(front and back)

    Hello all,
    This is my first post here and I hope someone can help me. 
    We have a HP Laserjet 4P that we have used for a few years and recently have had a problem of a 1" toner stain that runs down the left side of the printed page(both front and back side). I have replaced the cartride and cleaned everything I know to clean. When I remove the cartridge, there is a little pile of toner on the left side just in front of the horizontal silver bar that is behind the roller. I have cleaned it up several times. Each time I try to print, The toner stain appears on the printed page again and leaves a new pile of toner in the same place.
    Does anyone have any experience with this problem? I am not sure if it is a worn part or a maintenance issue.
    Thanks in advance for any help.
    Fish

    Hi ProspeorusCE,
    The product you have is a commercial printer. I suggest posting in the forum for HP Business Support for a better chance at finding a solution.
    Here is the link to the Commercial Laserjet board:
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

  • How to view database table in OAF run page.

    Hi,
    how to view database table in OAF run page,any manual setting .please help me.
    thanks
    saran.

    Hi;
    1. This site side related EBS for your issue there is sqldeveloer dedicated forum side
    Forum Home » Application Development in PL/SQL » SQL Developer (Not for general SQL/PLSQL questions)
    2. Please see:
    http://docs.oracle.com/cd/B10501_01/java.920/a96655.pdf
    Regard
    Helios

  • Problem with this new version is when i open firefox something change my home page to mozila defalut page and in the new tab open mozila firefox first run page.Sorry for my bad English

    Problem with this new version is when i open firefox something change my home page to mozila defalut page and in the new tab open mozila firefox first run page.Sorry for my bad English

    Sounds like this issue:
    * http://kb.mozillazine.org/Preferences_not_saved
    * [[Preferences are not saved]]

  • XMP property for a page object not predefined and no extension schema...

    In attempting to make PDF/A-1b files, I get the Preflight error "XMP property for a page object not predefined and no extension schema present."
    Every page reports the same Trigger values:
    => Property exists in predefined schema (XMP 2004): is not true
    => Extension schema is present in XMP: is not true
    By following the suggestions in the Acrobat 9 Help page "Edit document metadata" I can save existing metadata to an external .xmp file, but I cannot change the XMP metadata to solve the Preflight error.
    I would be grateful for suggestions re how to solve the Preflight error.
    Thanks,
    Raphael

    There is still that same problem.
    Pictures what needed to converted tot PDF/A
    My situation is large JPEG's.
    My workaround to print it out with adobe pdf printer with the options
    1) papiersource on base of pageformat PDF
    2) If needed use adjusted paperformat

  • Long-running BSP : Page timed out and should be reloaded.

    Hi,
    I'm a SAP Basis Administrator, so I have a poor knowledge of BSP technologies.
    I have been asked by the developement team to deal with a Z*  BSP  timeout issue.
    SAP release : 4.7 (6.20)
    We have been provided a detailled scenario by the developemnt team :
    The BSP is not launched from the portal, rather the ICM htpp port is directly called by the BSP.
    We do not use the sap web dispatcher.
    We have previously already increased the ICM htpp timeout to correct the "500 connection Timed outu2019
    On the initial screen of the BSP , we have to fill in several cells (250) then save the input.
    Afterwards, the BSP is running during a while (variable length), the user finally receives a blank screen and the timesheet does not respond ,the following error mesage occurs on IE :
    Page timed out and should be reloaded.
    However, on sap side, the user is still connected (SM04), and the work process is still running(sm66)
    Once the work process has finished its task, we can check that the BSP has correctly updated
    SAP tables.
    The timeout origin is not easy to identify, since it can occur after 3minutes, 4minutes, 8 minutes
    I 've tried to significantly increase keepalive value, rdisp/plugin_auto_logout value ... but it didn't help.
    Any help to identify this timeout would be highy appreciated.
    Thank you in advance for your attention.
    Regards.

    Hi RAOUL
    First of all , is it ok of the update occurs several times , for eg updation of custom preferences or creation of documents,
    If its the creation of documents , so u dont want multiple updates.
    Now by increasing the timeout parameter , u have just increased the time before which a timeout page is displayed , but the process (if started ) will still go on in the background,
    There is also a processing timeout which is http port specfic,
    You can set this value in youe profile by the below.
    icm/server_port_0
    PROT=HTTPS, PORT=8001, TIMEOUT=45, PROCTIMEOUT=45,
    The parameter PROCTIMEOUT is the processing timeout , i.e. after 45 secs , the ABAP process will be terminated and the timeout will be shown.
    So u dont have to worry abt orphan processes ,
    But this will apply all apps listenign on port "server_port_0",
    To be more specfic , u can code the app not to commit if the timeout has been exceeded.
    Cheers

  • Running 10.4.11 and trying to restore OS9 as well as iLife etc. I tried to install iLifer from the original disc and the computer doesn't open the install program with the .mpkg file extension. Can you help?

    Running 10.4.11 and trying to restore OS9 as well as iLife etc. I tried to install iLifer from the original disc and the computer doesn't open the install program with the .mpkg file extension. Can you help?

    Hi Barbara,
    Try Pacifist...
    http://www.charlessoft.com/
    then extract/install what you need from your Install Disc.

  • I am having issues with connecting to the store...the page just hangs and when I run Diagnostics it states that a secure connection could not be established.

    I am having issues with connecting to the store...the page just hangs and when I run Diagnostics it states that a secure connection could not be established.
    I have contacted apple via email and tried all the steps they have recommended and it is still not working. 
    I have tried disabling my McAfee and that does not work either. 
    Anyone that the phone number to apple express so I don't have to keep waiting for them to email within 48 hours? 
    Thanks. 

    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • I am trying to run page 192.168.0.170 for my IP Cameras but after login and password the page is not responding. Plz help!

    I am trying to run page 192.168.0.170 for viewing IP Cameras but after login and password the page is not responding. Plz help!

    I am trying to run page 192.168.0.170 for viewing IP Cameras but after login and password the page is not responding. Plz help!

Maybe you are looking for

  • Pass the data back from the jsp page to the java code

    Hi, I have written an iView that receives an event using EPCF and extracts data from the client data bag. I need this iView to pass the data back from the jsp page to the java code. I am trying to do this using a hidden input field, but I cannot get

  • Flash Action Happening Too Early

    I'm attempting to have a flash video file play before loading a web site. The way I'm doing it is to import an FLV video that I created in AE, into Flash, set the frame rate of the Flash to that of the (video 24fps) and add an action at frame 241 whi

  • Positive & Negative Time Management

    Dear Seniors, What is positive & negative time management? Which time management status do we use for these? What r time pairs & where can these be configured? Thx & Regards WARNED-> No more basic questions please.

  • RLM (Remote Logistics Management) guideline documentation

    Dear All, Maybe some of you have link for RLM (Remote Logistics Management) guideline documentation or files. I want to learn RLM and if you have the link for guideline, can you share that link? Appreciate to your assistant,

  • Component Allocation in Routing is missing

    Dear PP Gurus, We are using R/3 4.7 version and we are facing a serious problem in Routing Comp. Alloc. since few years.  There are 3 to 5 operations in the Routing and about 20 to 30 BOM components, each components are assigned to their respective o