OAF extension clarification

Hi,
We are in in R12.1.3. I am new to OAF. I need to extend EmploymentVO object using OAF. I have below business components. I would like to know
which TOPs I need to tar/zip from JAVA_TOP. Appreciate your help.
oracle.apps.per.selfservice.common.server.PerLegislationVO
oracle.apps.per.selfservice.common.server.AsgSummaryVO
oracle.apps.per.selfservice.deployperson.server.OrgLocationVO
oracle.apps.per.selfservice.emplverf.server.SalaryVO
oracle.apps.per.selfservice.emplverf.server.AvailableTemplatesVO
oracle.apps.per.selfservice.emplverf.server.EmploymentVO
oracle.apps.per.selfservice.emplverf.server.PhonesVO
oracle.apps.per.selfservice.common.server.AssignmentDFFVO
oracle.apps.per.selfservice.common.server.PayProposalDFFVO
oracle.apps.per.selfservice.common.server.PersonDFFVO
oracle.apps.per.selfservice.emplverf.server.PersonVO
oracle.apps.per.selfservice.emplverf.server.PersonPhonesVO
oracle.apps.per.selfservice.emplverf.server.TemplateVO
oracle.apps.per.selfservice.emplverf.server.EmplVerfPVO
oracle.apps.per.selfservice.emplverf.server.DeliveryParametersVO
oracle.apps.per.selfservice.location.server.ChangeLocationVO
oracle.apps.ak.region.server.AkAmParameterRegistryVO

Please do not post duplicates -- OAF Extension.

Similar Messages

  • OAF Extension.

    Hi,
    We are in in R12.1.3. I am new to OAF. I need to extend EmploymentVO object using OAF. I have below business components. I would like to know
    which TOPs I need to tar/zip from JAVA_TOP. Appreciate your help.
    oracle.apps.per.selfservice.common.server.PerLegislationVO
    oracle.apps.per.selfservice.common.server.AsgSummaryVO
    oracle.apps.per.selfservice.deployperson.server.OrgLocationVO
    oracle.apps.per.selfservice.emplverf.server.SalaryVO
    oracle.apps.per.selfservice.emplverf.server.AvailableTemplatesVO
    oracle.apps.per.selfservice.emplverf.server.EmploymentVO
    oracle.apps.per.selfservice.emplverf.server.PhonesVO
    oracle.apps.per.selfservice.common.server.AssignmentDFFVO
    oracle.apps.per.selfservice.common.server.PayProposalDFFVO
    oracle.apps.per.selfservice.common.server.PersonDFFVO
    oracle.apps.per.selfservice.emplverf.server.PersonVO
    oracle.apps.per.selfservice.emplverf.server.PersonPhonesVO
    oracle.apps.per.selfservice.emplverf.server.TemplateVO
    oracle.apps.per.selfservice.emplverf.server.EmplVerfPVO
    oracle.apps.per.selfservice.emplverf.server.DeliveryParametersVO
    oracle.apps.per.selfservice.location.server.ChangeLocationVO
    oracle.apps.ak.region.server.AkAmParameterRegistryVO

    Did you ever get an answer on what to ZIP for your OAF Extension? We are needing to do the same thing and were unsure of what to ZIP into our local directories and extend.

  • Urgent Please - Download Jdev 9i with OAF Extensions

    Hi all,
    I need to download Jdeveloper 9i with OAF Extensions.
    Our environments run on
    OA Framework 11.5.10.7RUP
    Oracle Applications Extension 9.0.3.8.13 - build 1570
    Can somebody please provide me the link to download.
    This is urgent. Please help asap.
    Thanks,
    Rajesh

    Hi Rajesh,
    Please Refer below metalink note.
    How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x (Doc ID 416708.1).
    Also, For Your case download Patch 8751878 9I JDEVELOPER WITH OA EXTENSION ARU FOR 11I RUP7 from metalink.
    Let me know if You have any issues?
    Thanks,
    Dilip

  • How to add to classpath for OAF extensions in 11.5.10

    In 11.5.10, how do I add jar files to the default EBS classpath for new custom classes that are used in OAF extensions? Is there a directory which I can drop them in where they will get automatically appended to the classpath? Or is there a configuration file which needs to get updated with the new jar/library dependencies?
    I tried dropping them in $JAVA_TOP, but that only seems to pick up new classes, not complete jar files. However, I need to add several jar files as well (such as log4j). Ideally I would like to be able to do this without manually changing any of the config files.
    Thanks,
    Ed

    Keeping your concern in mind, the standard way of putting customization in OAF which is patch safe is to
    1. create a custom top like xxx_top
    2. prefix the standard page package which you are extending with xxx to separate it from standard seeded ones.
    3. Keep all your custom files on the xxx_top which is registered with the system.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • OAF Extension (Directory Structure)

    Hello,
    Is it mandatory to have oracle.apps in the custom package for extensions?
    I'm trying to limit the number of custom directories to be created for the extension.
    Currently the extension has only 2 class files and webui files.
    When I'm trying to limit the package name to /xxpos/webui/XxobTransferMessagesPG, the application gives an error like 'application id or shortname () you entered does not exist.', when navigating to the page.
    It works fine when using /oracle/apps/xxpos/webui/testingPG.
    I have seen the docs on customization of OAF and was under the impression that the package name std is for best practices. Is that OAF mandates oracle.apps in the calling mechanisms?

    Please see Rams update in this thread.
    Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = nul
    Thanks
    Tapash

  • OAF Extensions Vs Form Personalizations

    Dear all,
    I have a form where a lot of personalizations were done. Now i need to apply the same personalizations to a OA PAge.
    The following are the type of Personalizations done on the form:
    1) Update not allowed for some fields on the form, for a restricted number of users.(Property: UPDATE_ALLOWED, Value: FALSE )
    2) Changing a field value automatically based on some conditions.
    3) Making some fields non editable once data is entered.(Property: UPDATE_NULL, Value: NULL).
    Please let me know which of these can be done by OAPage Personalization and which by OAPage extensions.
    Thanks
    Raj

    Raj
    These things wont be possible through personalization, you may need to extend the controller attached to the region and write the code in controller to handle these requirements.
    Thanks
    AJ

  • OAF: Extension question? Please help.

    Hi All,
    I am extending a seeded VO to add 4 new attributes. These 4 attributes are read-only (FYI only. Doesn't have to go into Database!). I extended, substituted deployed but I am getting errors (JBO-25017)! My question is, am I following the correct path to extend the VO. Below is what I have done. Please let me know where I am going wrong!!!?
    Thanks for all your help.
    FR
    1. Created a Workspace.
    2. Created a Project.
    3. Opened the actual server.xml that I wanted to extend! and imported all the server.xml that it complained that it is missing ! (abt 10 of them)
    4. Created 2 new database views ( without any WHO columns ) (using sqlplus)
    5. Created a new business component for OA (xxx.oracle.apps.per.irc.vacancy.schema.server)
    6. Created 2 EO's (based on the database view that I created in step#4)
    ( Here I did not generate any java files. Unchecked all the checkboxes in Java section. ) ???
    (Also Itried with generating a EOImpl and I got the "it does nor define the method setLastUpdateLogin" error! So I reverted it back. Meaning Did not generate any Java files here! )
    7. Create a new Business component (xxx.oracle.apps.per.irc.vacancy.server)
    8. Create new View Object to extend the seeded VO and selected the EO's that was created in step#6. and chose the new attributes in the new VO and changed the query WHERE condition to include the new criteria. ( Here I checked to generate the VOImpl.java )
    9. Substituted the Seeded VO with the extended VO on the project.
    10. Saved everything
    11. Rebuild the Project ( 0 errors and 0 warning! ). Great.
    12. Zipped everything from <JDEV_HOME>\jdevhome\myclasses\xxx to xxx.zip.
    13. ftpd the xxx.zip to middle tier apps server to the directory $JAVA_TOP
    14. unzipped xxx.zip (created and replaced the files)
    15. Ran jpximport.bat to import the substitutions. It was successful.
    16. Checked to make sure that the jpximport was successful thru jdr_utils. It was successful. I could see the extended VO information.
    17. Bounced the apache.
    18. Logged into apps to check the extension and I got the JBO-25017 error!

    "Error: oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for XxxBonusEligPerGradeEO."
    This is the only error that I get on the message box! even though I have the Diagnostics and message threshold set to debug.
    And btw, am I missing anything from the list ? ( generating Java files ??? or any steps! )
    Please let me know. Thanks.
    FR

  • Trying to roll back OAF-extension

    Hi!
    I get this stack trace when trying to run ICX-module of iProcurement. I'm trying to start from scratch, rolling back my extensions. Now it seems that the AM is looking for an old file (TeReceiveItemsTxnVO) which it should no longer need. I have deleted the systems folder and the directories where the extension (prefix: Te) classes used to be, both under myprojects and myclasses. I have started a new project in a fresh workspace using only the original objects..
    Does anyone have any clue of where this dependency could be? An xml-file somewhere under jdevhome?
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.icx.por.rcv.server.ReceiveItemsAM'.
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    JBO-30003: Applikasjonsgruppen (teop001.ahus.noTEST1522oracle.apps.icx.por.rcv.server.ReceiveItemsAM) kunne ikke sjekke ut en applikasjonsforekomst på grunn av dette unntaket:
    oracle.jbo.JboException: JBO-29000: JBO-25002: Fant ikke definisjonen te.oracle.apps.icx.por.rcv.server.TeReceiveItemsTxnVO av typen Visningsdefinisjon
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1610)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:473)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Fant ikke definisjonen te.oracle.apps.icx.por.rcv.server.TeReceiveItemsTxnVO av typen Visningsdefinisjon
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:329)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
         at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:369)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadViewObject(ApplicationModuleDefImpl.java:494)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:673)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:369)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:135)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:76)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:1984)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:361)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1543)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:473)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    JBO-30003: Applikasjonsgruppen (teop001.ahus.noTEST1522oracle.apps.icx.por.rcv.server.ReceiveItemsAM) kunne ikke sjekke ut en applikasjonsforekomst på grunn av dette unntaket:
    oracle.jbo.JboException: JBO-29000: JBO-25002: Fant ikke definisjonen te.oracle.apps.icx.por.rcv.server.TeReceiveItemsTxnVO av typen Visningsdefinisjon
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1610)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:473)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Fant ikke definisjonen te.oracle.apps.icx.por.rcv.server.TeReceiveItemsTxnVO av typen Visningsdefinisjon
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:329)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
         at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:369)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadViewObject(ApplicationModuleDefImpl.java:494)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:673)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:369)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:135)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:76)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:1984)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:361)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1543)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:473)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    Thanks for any help

    Check the file ReceiveItemsAM.xml for the reference to old VO. Also it would be great if you can provide the error details in English language :-)
    --Shiv                                                                                                                                                                                                                                                                                                                       

  • Help needed with OAF extension

    I have a requirement wherein i need to provide some additional search criterias in the simple search panel and advances search panel.
    As far as my knowledge goes we need to customise the xml page itself,is this going to be upgrade safe.
    Secondly,we need to defualt values for search criteria in the advanced search panel
    For eg..for creation date (the creation date should be "before" 7 days.Now,since the advanced search panel is totally declartive,i cant figure out how to do this.
    Please gurus!!i just want to know whether this is feasible to implement.
    Any help will be greatly appreciated

    dear Ankit,
    To set a default value for messageChoice, set the initial value property with the option value, not the text you see
    if you see the web source code, you will get these
    <select id="HrAddressType" title="Poplist for address type." class="x4" onchange="" name="HrAddressType">
    <option></option>
    <option value="CUR_ID">Current_Address</option>
    <option value="ID_HOME">Home</option>
    <option value="ID_IC">Identity Card Address</option>
    <option value="PHCA">Primary Home Country Address</option>
    <option value="REC">Recruiting</option>
    </select>
    so, to set the default value to Identity Card Address, we put ID_IC in initial value property.
    I've try defaulting "Type" on adding secondary address in HRMS ESS personal information and it a success, but on "Country" field which already has a default value, the personalization doesn't work
    devguide specify for defaulting messageChoice or messageRadioGroup
    If the value from the current row for the view attribute is not null, the default value specified is set as the default value of the selection.
    If the value from the current row for the view attribute is null, the default value shown in the selection will be determined by the default value specified and will be applied to the view object.
    Note: If the profile option is not enabled, and the value from the current row for the view attribute is null, the default value shown in the selection will also be determined by the default value specified and
    will not be applied to the view object.

  • AIM doc for extensions?

    Hello,
    [Apps R12]
    is there any AIM doc or Oracle official doc equivalent to MD50 to create functional documents for OAF extensions or customizations?
    Thanks.

    Hi,
    As far as i know, there is no such document. What we do here is to use the MD050 in the conventional way, assuming that the functional lead is specifying a forms screen. Since the functional description for OAF should not be too diferent from one for Forms, and assuming that only functional knowledge is in the MD050, you can surely use it as-is. The problem is the MD070, which is the technical specification document. In this case, i have too used the same template for Forms development, since they are both screens, and changed a few sections on that document.
    Anyway, nothing official from Oracle, but with some tweaking, you can use the good old Forms template.
    Regards
    Thiago

  • Error Setting Up OAF Development Environment

    Hi All,
    I encounter the following error when try to run test_fwktoturial.jsp
    I m using "Jdeveloper with OAF Extension from Patch 4141787" and RDBMS : 9.2.0.5.0
    Oracle Applications : 11.5.10
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = Profiles.getProfileOption; REASON = java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier
    Pls Advise.
    Thank You.

    Can you check that the server id in your DBC file and the one in fnd_nodes and fnd applicationservers match
    regards
    Tapash

  • Is OAF dead in 2/3 years?

    I've been studying OAF for the last year on my own, thinking many more modules would be migrated to OAF.
    But I do not know if OAF will be replaced by other tools ( Peoplesoft tools ? ) in the medium future with the project FUSION.
    Has anyone news about this?
    I would not like to become an expert of something is going to be obsolete in 2/3 years.
    I have learned rumours (only rumours, from inside Oracle) that OAF will not be the development-tool of choice, and would like to confirm that.
    Juanje

    As highlighted in various forums at Oracle Openworld conference this year, the Fusion applications stack will be based on an enhanced JDeveloper/OracleADF combination. If you've downloaded and played with our JDeveloper 10.1.3 Early Access 1 release from OTN, you can see some of the progress we've made on the way to some of these enhancements across the product. For Fusion, significant additional enhancements are underway that will appear after the 10.1.3 production version of JDeveloper/ADF.
    As you know, OAF is already an extension of ADF Business Components (which was previously marketed under the name "BC4J"). In particular, the combination of ADF technologies that the Fusion apps teams will use will be JSF plus ADF Faces components for the user interface, ADF data binding, and ADF Business Components. We are working on implementing scores of new features to enhance the various layers of these parts of the JDeveloper/OracleADF combination to meet the combined requirements of all Oracle Applications teams.In some cases, these features are "internalizing and generalizing" features that originally were implemented as OAF extensions on top of ADF to begin with. In some cases, these are brand new features grown out of clever ideas contributed by the Peoplesoft and JD Edwards teams. In every case, the productivity enhancements gained by these features will of course benefit JDeveloper/ADF customers at large as well.
    We are also working on utilities to assist in converting existing pages designed using ADF UIX into JSF+ADFFaces.
    The name "Fusion" itself underscores the fact that we are fusing the best developer productivity ideas from Oracle e-Business Suite's OAFramework, Peopletools, and JD Edwards toolsets. A large number of enhancements we're working on involve making even more things declarative and metadata driven and customizable to meet the requirements of these teams.

  • BC4J Extension

    Hello,
    I have read the section "Common BC4J Extension" in the "OA Framework Developer's Guide" (chapter 9).
    The step 3 of the "Add Additional View Object Attributes" section says that:
    "the parent VO package must be included in your project before you can extend the parentVO"
    I have found the .xml and corresponding Impl.class files and I have copied them on my local system.
    I have also tried to import them in JDeveloper (with OAF extension) in the following way:
    - I have created a new empty BC4J package (following the naming standard myComp.oracle.appps.hxc....);
    - Right click on .jpx files --> Import Business Components --> selection of the .xml files copied from the server;
    At this point I obtain the following error message:
    "Unable to import package. This file is not a Business Component XML file."
    What's wrong?
    Should I use the export tool instead of copying the files from server to my pc?
    In this case, I have to execute this tool from the server or from my pc? What should I write as "document name" (the name of the VO only or with the .xml extension)?
    When I use the export or import tools, after
    -dbconnection option, can I reference a tnsnames or should I always write all connection data directly on the command line ?
    Thanks a lot.
    Bye

    Hi Raffy,
    I am also facin the same error. As you said you have only extended VO. I am also doing the same. I have done all the stesp..After importing jpximport coomand which is C:\JDev\jdevbin\jdev\bin\jpximport C:\JDev\jdevhome\jdev\myprojects\OABuy.jpx -username apps -password sec0nds60 -dbconnection "(DESCRIPTION =(ADDRESS_LIST =(ADDRESS =(PROTOCOL = TCP)(HOST = schd001b.sch.ge.com)(PORT = 19201))) (CONNECT_DATA =(SID = gpsst117)))"
    I got messag as /oracle/apps/pon/homepages/buying/server/customizations/site/0/BuyerHomeNegotiationsGlanceVO
    Import completed successfully.
    Now when I run the page I get error as
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.pon.homepages.buying.server.BuyerHomeAM'.
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:484)
    ## Detail 0 ##
    JBO-30003: The application pool (schd001b.sch.ge.comgpsst11719201oracle.apps.pon.homepages.buying.server.BuyerHomeAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition mycompany.oracle.apps.pon.homepages.buying.server.mycompanyBuyerHomeNegotiationsGlanceVO of type View Definition not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1610)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:473)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:484)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition mycompany.oracle.apps.pon.homepages.buying.server.mycompanyBuyerHomeNegotiationsGlanceVO of type View Definition not found
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:329)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
         at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:369)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadViewObject(ApplicationModuleDefImpl.java:494)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:673)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:369)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:135)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:76)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:1984)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:361)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1543)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:473)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:484)
    JBO-30003: The application pool (schd001b.sch.ge.comgpsst11719201oracle.apps.pon.homepages.buying.server.BuyerHomeAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition mycompany.oracle.apps.pon.homepages.buying.server.mycompanyBuyerHomeNegotiationsGlanceVO of type View Definition not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1610)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:473)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:484)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition mycompany.oracle.apps.pon.homepages.buying.server.mycompanyBuyerHomeNegotiationsGlanceVO of type View Definition not found
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:329)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
         at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:369)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadViewObject(ApplicationModuleDefImpl.java:494)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:673)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:369)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:135)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:76)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:1984)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:361)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1543)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2357)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:473)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:484)
    Could you please help waht additional setip I have to do.
    I have run jpximport command from local machine.It it right way to do.
    Thanks in advance

  • How to run jpximport utility port OAF project to another PC?

    Dear gurus,
    I have OAF JDev project (OAF Extension) on PC A. I need to be able to load the same OAF extension into a different db instance running jpximport utility on a different PC B. How do I move (port) the project? Looking for any documentation on the subject. Can someone kindly advise.
    Thank you.
    Anatoliy Smirnov

    Please disregard.
    Thank you
    Anatoliy

  • Explanation on extensions

    Hi
    can some one plz explain in brief about OAF extensions? the dev guide is not much clear. am new to OAF and would like to learn about extensions. but i dont know where to start with.
    Please explain about Extensions or please post me some links that can tel in detail about workin with that.
    Regards
    KK

    Extension is based on simple concept of any object oriented language like java called "Inheritance". You will find n number of books, links on this topic on google. If you are specifically looking out for OAF extensions , you can go through extensions chapter in OAF dev guide, also following blog entry will help :
    http://mukx.blogspot.com/2007/06/extensions-in-oa-framework-by-mukul.html
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • TS3212 Error Message when Downloading iTunes 10

    When attempting to download itunes for windows (Windows XP), I get the following error message, "The system administrator has set policies to prevent this installation," so I am unable to complete the installation.  Any suggestions?

  • Address Book Label Layout

    I'm using mail to print address labels. Several addressees are couples with different last names. If I list one of the couple as a spouse or partner in my address book, the program will list both names on the first line of the label. However, it's in

  • Property inspector not displaying properties

    Trivial problem: DAK why DW8 (8.0.2) Property inspector sometimes displays just "Div ID, Class and an Edit CSS button" when within a DIV? When in Code view in a correctly functioning page, most of the code will have detailed HTML properties displayed

  • Fully Migrate to Aperture from iPhoto

    I am ready. Whats the best means of doing the final transfer? I currently just have aperture running my iPhoto library.

  • External harddrive won't show in windows explorer Windows 7

    I have an interesting problem or so I think it's interesting. I have a n HP Pavilion DV6-7001ax,  Windows 7 Ultimate 64bit just turned a year old.  My problem is I had a 1tb western digital My Book Essential it's alos about a year old.  Two days ago