OAM 11.1.1.3 jsp customization

All,
I have been customizing oam jsp page for minor things such as changing the display messages (login errors, copyright messages etc) to the end users based on error codes. the way i was deploying the updates is by deleting related .class files. Is this the best way to proceed. I am not sure if i am breaking oracle's caching logic with respect to files generated in /tmp folder on the linux environment. I say this because i face some OAM startup issue with spurious classnotfoundexceptions sometimes, not always reproducible though.
Has anyone explored the option of adding the source to the oam war file and redeploying it. What are the issues if any that you found with this route.
any other options are also welcome, please share your thoughts if you can.
Prasad.

The patch you need, OIM 11.1.1.5.3, is this : "p13704894", but before install it you should also install the "p13106312" for the SOA server.

Similar Messages

  • CMRO JSP Customization

    Hi all,
    I am working on CMRO JSP Customization in R12 Instance.
    My client requirement is to add a field in a table of Material Transactions Issues page.
    The path is CMRO--> Execution --> Material Transactions--> Issues
    I want to know how can i add a field in a table.
    I have identified the page which i have to modify is ahlprdEditMtlTransDisplay.jsp but in this all fields come from a view object.
    Could anyone please throw some points on this?
    Regards
    Hitesh

    Hi Chris,
    I've doublechecked, the parameter name is OK.
    I've also made sure that either 'APPLY' or 'OK' is passed when the customization form is submitted.
    request.getParameter("services_action") reads the value of the services_action parameter from the URL when concatenating to it manually, but doesn't read anything when the customization page is rendered.
    Is there a working copy available of this portlet I could access? I'd extremely be interested in it!
    One more thing: what's the role of the services_action hidden field? Is it required by the JavaScript:
    document.custform.services_action.value=action
    or does it have an other reason it's generated by the renderCustomizeFormHeader()?
    I'd appreciate any help as I'm loosing hope!
    Thanks,
    Peter

  • JSP Customization

    Hi,
    I am looking for any reference document /guide that details guidelines to follow for JSP page customization.
    Also, is it possible to have "About this page" link in customized JSP pages?
    Thanks in advance
    ~neeraj

    Hi,
    Being new at customization, any help is appreciated.
    Is there a way to change a form in Configurator?. Out of the box functionality of 'Preview Configuration' will be replaced with a custom jsp to reflect data of interest. How can this be done?
    For example in Quoting, 'qotSCopProduct.jsp' is used to display the Confirmation details. This jsp is model for customization. How to figure out who calls this jsp?
    Thanks in advance.

  • Jsp customization error...

    We create a human task and add parameter
    The we create auto generate jsp files.
    after that we can't see task parameter on jsp design view. Whe we run worklist applicaton we can see this parameter on the my task screeen.
    So we can't customize. We stack...We need urgent help..
    We are using jdev 10.1.3.3 on windows.
    is there any setting to dispay task parameter on jsp page ?
    Thanks.

    Please verify that your SPEL syntax is ${oa.voName.IsMoreThan4000}
    Regards

  • IStore JSP customization from JDeveloper

    Hi, I am new to iStore and i am trying to setup JDeveloper to customize JSP pages. I found a metalink note on copying files to JDeveloper for 11i (Doc Id:419887.1) but not for R12, so i tried to find the similar directory structure and copied all the classes, jsps, css and images from the App server to JDeveloper project.
    I am trying to execute a sample jsp (TestDbcConn.jsp) as suggested in the article and getting the following error while running it. I have verified the DB connection through SQL developer and it connects. Am I missing some configuration or setup here?
    JTFDBCFILE=D:\projects\customer\iStoreR12\secure\customer-dev.dbc
    oracle.apps.fnd.cache.CacheException
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:593)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:570)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:524)
         at oracle.apps.fnd.common.AppsContext.(AppsContext.java:292)
         at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:1081)
         at oa_html._TestDbcConn._jspService(_TestDbcConn.java:100)
         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 oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
         at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:833)
         at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)
         at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
         ... 35 more
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    Exception creating new Poolable object.
         at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
         at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
         at oracle.apps.jtf.base.resources.FrameworkException.(FrameworkException.java:66)
         at oracle.apps.jtf.base.resources.FrameworkException.(FrameworkException.java:88)
         at oracle.apps.jtf.base.resources.FrameworkException.(FrameworkException.java:202)
         at oracle.apps.jtf.base.resources.FrameworkException.(FrameworkException.java:218)
         at oracle.apps.jtf.base.resources.FrameworkException.(FrameworkException.java:249)
         ... 39 more
    ********************************************************************************************************

    I am trying to set up iStore in Jdeveloper 10g but I couldn't find the options given below in project properties !. Please help
    6.3) Set the JAVA Options to:
    -DFND_TOP=<project_dir>
    -DJTFDBCFILE=<project_dir>\secure\<filename.dbc>
    -Dframework.Logging.system.filename=C:/Temp/fwsys.log
    -Dservice.Logging.common.filename=C:/Temp/istore.log
    6.4) Set the program arguments to:
    intra=t&log=t
    6.5) In "Common -> J2EE" add:
    -out c:\temp\STDOUTLOG.log -err c:\temp\STDERRLOG.log
    Edited by: 895133 on 04-Nov-2011 08:44

  • Human task jsp customization assign calculated value problem...

    We customize human task jsp and add some field.
    We want assign a calculation result to a task variable...
    autogenerated HTML inbup box name is slns0_cl_task_sl_ns0_cl_payload_sl_ns1_cl_bim_Myprocessname_myparametername..
    is it possible to assign a value using this name ? is it correct way?
    is there any other way yo do it..
    Thanks...

    Thansk..
    I tried to use javascript. but I need ro add a combobox to the payload body jsp page.
    Because buid-in Oracle SOA procedures try to forward all parameters "object doesn't support this property error occurs..."
    So question is ...
    How can I add a combobox on payload body jsp pages ?
    Thaks..

  • Proble with payload-body.jsp customization

    Dear Experts,
    I have customized payload-body.jsp, here I am having problem with <select> and <date_picker> html component. After the selection of specified value, if I press default save button , will reset to Initial value. My xml payload contains muti-records. So when I click + sign in payload-body.jsp, another row ll gets add. At that time it ll be set to same vlaue of the previous row. Here I cannot understand the issue. Please suggest me.
    Thanks & Regards
    Rajesh

    Sorry friends
    I got the answer. The answer already was here on this forum. I am really sorry, first I should have searched and then should have posted......
    have a nice day

  • UCM JSP - customize error page for document checkout?

    I have written some JSP pages to integrate UCM (aka Stellent Content Server) into a custom application.
    The bulk of UCM functionality is handled with idcserver.ServerBean.
    If someone tries to check out a document that is already checked out, or tries to check in a document that hasn't been checked out, they are redirected from our custom application to a UCM error page.
    I DO NOT want this to happen.
    I would like to handle any check in or check out errors with my own custom error handling page.
    I tried using the following in our JSP check out form:
    <%@ page errorPage="myError.jsp" session="true" %>
    However, UCM cheerfully ignores this and keeps redirecting right to its own page.
    Any thoughts on how I can avoid UCM's error page and substitute my own?
    Thanks in advance,
    Dave

    Hi user4884609, since we can't send PMs in this forum to other users and leaving email address like this is not good practice either would it be possible for you to upload it somewhere and provide the link for at least for like a couple of days? I'd be interested in looking into that component, been looking for something like that.
    thanks,

  • OIM jsp customization

    Hi,
    We want to add a new jsp page that should be displayed when it is accessed from the additional user details drop down list in user details page of the admin console.
    Things done so far
    1.we have made an entry in the design console look up so we are able to see the option being displyed in the drop down in the additional user details drop down list in user details page of the admin console.
    2.we mapped this request in 'struts_config.xml' to the existing action class.

    In OIM admin console,on the left side pane we have users tab.under that we have manage subtab.If we click manage button, search user page will be displayed.Then if we search for a user we will be redirected to user details page.There we are provided with the drop down where we can add our new page by making an entry for the request along with the required details in the corresponding lookup in the design console.
    My requirement is we have added 3 pages already.Now I want to add one more request to the lookup and want to map this request for the already exisiting page. I have done this by mapping the request in struts_config.xml to the action class of a existing page.So are we able to access the page using two requets?but for us it is showing 'page cannot be displayed.'is it possibe to have two requests to the same page?please help me out. or let me know any changes are required other than struts_config.xml.

  • A bit more complex jsp customization...

    Hi everyone,
    Is there a more simple way of getting all the activities displayed on a .jsp page either than using the code in instancesView.jsp and related pages ?
    What I want to do, is to get a list of all of my activities within the AquaLogic Studio environment (using FBL) and use that list on my .jsp page (via the tag library).

    Hi,
    You can use the module Fuego.Papi to consult processes, activities or instances with FPL. Example:
    bp as BusinessProcess
    p as ProcessService
    res as Fuego.Papi.Instance[]
    f as Fuego.Papi.InstanceFilter
    processName as String
    bp =BusinessProcess()
    f = InstanceFilter()
    processName = process.name
    connectTo bp
    using
    url = Fuego.Server.directoryURL,
    user = "x",
    password = "x",
    process = processName
    create f using processService = bp.processService
    f.searchScope = Fuego.Papi.SearchScope(participantScope :Fuego.Papi.ParticipantScope.ALL ,
    statusScope : Fuego.Papi.StatusScope.ONLY_INPROCESS)
    addAttributeTo f
    using variable = Fuego.Papi.VarDefinition.activityid,
    comparator = Fuego.Papi.Comparison.IS,
    value = "Activity11"
    res = getInstancesByFilter(bp, f)
    for each inst in res
    do
    display "Instance (" + inst.id + ") is at (" +
    inst.activityName + ") In = " + inst.threadIn
    end
    disconnectFrom bp
    Mauricio.

  • Migrating JSP from 11.5.9 to 11.5.10

    We are in the midst if migrating a customer from 11.5.9 to 11.5.10. The Oracle Application framework has changed in 11.5.10 and I am need to estimate the level of effort required for migrating 5 JSP customization from 11.5.9 to the new framework. I would appreciate any feedback from some of our friends here on what is the level of effort and the comlexities invloved and the time frame and what should we watch out for.

    These should help you in making an estimate
    1. Has the product migrated from JTT/JTF framework to OA Framework or not
    2. If the product has migrated to OA Framework, then the customizations need to be redone on the pages in OA Framwork
    3. If the pages are still in JTT/JTF, then most of the xisting customizations will work unless of course the APIs or the business logic has changed.
    4. If you need help is customizing OA Pages, please refer to OA Framework forum
    OA Framework
    Thanks
    Tapash

  • [OAM] Want to use custom System Error page and OOTB logout page simultaneously

    Hi,
    I have developed a custom OAM System Error screen (Error.jsp). To do that, I took oamcustompages.war from the installation directory, create Error.jsp and deploy it on oam_server1 server. After that, I run the updateCustomPages(extension="jsp", context="/oamcustompages") on wlst. This works fine.
    But now, if I invoke xxxx/oam/server/logout I have the following:
    <html><head><title>302 Moved Temporarily</title></head>
    <body bgcolor="#FFFFFF">
    <p>This document you requested has moved temporarily.</p>
    <p>It's now at <a href="http://lablnx246:8888/URLWeb/oamcustompages/pages/Logout.jsp">http://lablnx246:8888/URLWeb/oamcustompages/pages/Logout.jsp</a>.</p>
    </body></html>
    So.. it appears that all pages ootb have been replaced by the custom war. Is there any way to only let Error.jsp active and other pages be called OOTB?
    Thanks!

    The updateCustomPages will change the default OOTB behaviour
    If you do not want this, you can leverage the Success URL/Failure URL configuration in the Authentication policy and point it to the custom error handler

  • Anonymous User Login

    Hi All,
    I have an issue with 'Forgot Password' button in the end user login. When a Forgot Password button is clicked, a Question Login workflow will trigger (I think I am right?) .Now I would like to customize the 'Question Login' workflow as per my requirements, but unfortunately I am not, I modified the system configuration object, but still with no luck I am not able to customize that workflow.
    So I thought of using anonymous login page and I can launch my own workflow as per my requirements. I have registered my workflow at 'anonymous end user tasks'. and I try to launch the anonymous login page using the url 'http://localhost:8080/idm/user/anonlogin.jsp'. I am getting the following errors.
    An unrecoverable error has occurred processing the request. Contact your system administrator.
    Syslog ID = LG-1111-024933.
    Only the Reset Administrator may access this view.
    I don't know, where I am doing wrong. For the first time I am trying to use anonymous login page.
    Did anybody faced similar problems?
    Can anybody please post some points, like what is the procedure to use a Anonymous login page?
    Thanks in advance

    Well, first, I visited Configure > User Interface, and enabled Anonymous Enrollment.
    Next, I went to user/login.jsp, and saw "Request Account". I clicked on it, and up popped the user/anonEnrollment.jsp page. (I was looking at using this for one of our requirements; turned out I didn't need it, and did something else).
    Anyway, a quick check with Live HTTP Headers for Firefox shows that the post was directly to anonEnrollment.jsp; anonEnrollment.jsp has this at the top:
    String anonUser = LoginHelper.getAnonymousUser(session);
    if (anonUser == null) {
        String url = "user/login.jsp";
        LoginHelper.redirect(req, out, url);
        return;
    }Not a huge amount of help. However, it does establish that there is an "getAnonymousUser" method, which is documented to return "the currently registered anonymous user name if any". And reading the Workflows, Forms, and Views manual, it states that the anonymous main page is for "... when a user who does not have a Identity Manager account logs in, an Identity Manager user object is created ...". Basically, if you're using pass through auth, and have a source system that will let a user authenticate, they can then set themselves up.
    So, I visited "anonmain.jsp" after clearing all cookies, and up popped "anonlogin.jsp", with a login box. I entered "anonymous", and lo!, I was logged in, and saw the anonymous user menu. In other words, I was "provisionally" logged in with an account that doesn't really exist (anonymous).
    However, I had to provide that extra bit of information, namely, my "fake" user name of "anonymous". I don't know how you'd do that without JSP customization.
    Basically, "anonymous" means "has a username, but we don't have an account", rather than "truely anonymous" as near as I can tell. The system will do it for you in the case of "Request Account" (the generated login page has some Javascript code to redirect to anonEnrollment.jsp), but it doesn't seem to be an exposed API.
    You might get somewhere with customizing the "Request Account" string in the messages catalogue, and then customizing the anonymous enrollment workflow.

  • Setups migration from one instance to another

    Can any one please tell me how to migrate AME (Oracle Approval Management) setups and GL Setups?
    We are using AME.B.(11.5.10.2). There will be quite a few of these setups required, and migrating by hand in all the eBS instances will be difficult.
    Is there any other way (API/other tools) to achieve this? Can we use FNDLOAD?
    Thanks in advance,
    Regards,
    Velusamy Raja

    Hi Anugrah,
    Unfortunately there isn't a facility to allow a customer iStore site to migrate from one environment to another (e.g. Test to Productions) easily. Currently the staging and migration of iStore environments are done manually, and some installations have utilized their own change control systems and adopted their own naming conventions for JSP customization and iStore content to make the environment promotion process more managable.
    With that said, there are concurrent programs that allow customers to perform site administration around migrating template mappings between instances (import and export). You can refer to the iStore Implementation & Admin. Guide under the iStore Template Mapping Import / Export Concurrent Programs.
    Regards,
    Bob

  • New Tab on Project Summary Page in PPM

    Hi,
    We have a requirement to add a new tab adjacent to Project Summary tab and this tab should be visible to specfic users.
    Is it possible to do this through JSP customization or is there any other way to achieve this?
    Regards,
    Swati

    Whenyou are calling a new page set a variable which is globalflag andapplyon all secondary windows.
    For example if it is last summary page these windows will print based on the flag and other wont.
    Nabheet

Maybe you are looking for

  • Window.opener.location.reload(); don't work

    I have a jsp page with a table which contains data from a database. From this page I open a popup window that permits to update these informations. So from popup window (also jsp page) I submit a servlet and before closing it with wondow.close(), I t

  • I CANT GET MY NANO OUT OF DISK MODE!!!!

    i accidentaly put my ipod into disk mode and now i cant get it out. I tried turning it off but it doesnt do anything no clue   Windows XP   no clue   Windows XP  

  • General Mac Mini Questions/Inquiries

    I had recently complained to my mom about our old monitor on our PC and she surprised me with an HP 24" widescreen monitor. This was a great gift on her behalf, but I have this monster connected to a Dell Tower. I have a serious interest in shedding

  • Safari 3.0.2 - User Style Sheet not working at all

    Well, at least 3.0.2 doesn't crash when using a custom style sheet, nor does it display a Javascript error. But, that's probably because it doesn't work at all! I tried loading a custom sheet that would block ads, but it didn't work. So I set a test

  • PG Services Down

    /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabla normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm