Adpatch for OAF

Hi all,
I create a patch for java files, but my jcopy copy some classes from j<number patch>.zip, but doesn't copy other classes in same .zip.
Someone can help me?
Thank you
Regards

I do not believe Oracle supports creating custom patches manually. One of the Apps OEM/GC Packs has the ability to bundle up customizations as a patch and deploy it as a patch.
Pl identify what are you are trying to achieve ? Are you wanting to deploy OAF customizations ?
Srini

Similar Messages

  • Data conversion for OAF pages

    Hi,
    Can dataload handle data upload in OAF application? or
    Is there any tools in the market for data conversion that is for OAF, instead form based application.

    Have you read Metalink Note 563047.1 - Using Oracle Application Framework (OAF) and Application Development Framework (ADF) ?

  • Is there any Documentation frame work for OAF development

    hi
    Is there any Documentation frame work for OAF development like AIM Documentation for RICE components ?
    Hence , it is very clear that, MD50 and MD70 template is not for the OAF java development.
    Is there any need to document the oaf development, hence it is using MVC architecture and all the components of the OAF development is very transparent.
    thanks

    You can extra sections if needed based on the customizations / extensions / personalizations.
    Cheers
    AJ

  • Toolbox tutorial and sample examples for OAF

    Hi all ,please help me to get Toolbox tutorial and sample examples for OAF , and Jdeveloper 9i download link,
    please give me to get the above stuff. Thanks
    Thanks & Regs

    Hi,
    Looks like you are not in 11.5.9, your instance is 11.5.10.
    You can download the Patch 4573517 Oracle9i JDeveloper with OA Extension for 11.5.10 CU2
    from metalink, search with platform as Windows Clinet 32 bit.
    Then you can develop pages for your instance.
    Btw: what is the output for the following query,
    Select bug_number from ad_bugs where bug_number in ('4334965','4125550','4676589','5473858');
    Thanks.
    With Regards,
    Kali.

  • Free Version of JDeveloper for OAF development

    Hi All,
    I'm looking for the below patch of JDeveloper for OAF Development. Is there a free version available for learning/training purpose?
    7237006 - R12 RUP6 for ATG Product Family(R12.ATG_PF.A.DELTA.6)
    Regards,
    MK

    I'm looking for the below patch of JDeveloper for OAF Development. Is there a free version available for learning/training purpose?
    7237006 - R12 RUP6 for ATG Product Family(R12.ATG_PF.A.DELTA.6)
    You need to have a valid MOS username/password and CSI number to download this patch (Patch 7523554 10G Jdeveloper With OA Extension ARU for R12 RUP6) from MOS website.
    How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x [ID 416708.1]
    Thanks,
    Hussein

  • Document MD070 AIM or UOM for OAF personalizations and extensions

    Hi,
    I need to make a technical document of a personalization and extension. I did in the past many MD070 about forms, plsql reports. Now I would to follow a standard AIM or UOM template also for OAF.
    Have you got an example of a MD070 about OAF ?
    thanks
    Lou

    Hi Patricia,
    I dont think there is any special tool to keep track of the extensions.
    In our system, we use source control system(CVS) to keep track of extensions(xml and java).
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                   

  • Help needed with MD70 document for OAf personlisations!!Urgent

    Hi everyone,
    I have done around 10 odd personalisations/extensions on a standard form and i am supposed to prepare a md70 document for the same.
    I have not seen any template for md70 which seems good enough to map the personalisation steps
    Moreover,how do i explain the VO and CO extension steps in the document,i am totally blank
    Please suggest something and please if anyone has a sample md70 done for oaf personlizations,i will be grateful if you could send it to hatsoffforu@gmail for refrence purpose alone
    Thanks in Advance

    Hi Sumit,
    I have been through metalink but i could not find anything relevant.As far as other sources,i did put my query in mukul's blog too.The thing is i dont know too many OAF developers,so i gotta turn to the ones i know.
    I am anywas trying to draft the document based on d2k personlization putting pers snapshots and stuff,but since u guys have already worked on real time requirements,i just thought it will be better.cos i still don know how much too to explain in the doc

  • Jdev 10.1.3 (adf+jsf) is in production, when will be suitable for  OAF dev.

    Hi all,
    Anyone in Oracle can give a clue about when will be available a version of jdev. for OAF with the new JSF+ADF.
    What about the future for the controller now used with OAF?
    Many thanks
    Juanje

    I dont think this would be feasible till project fusion is through.
    Thanks
    Tapash

  • UIX Visual editor for OAF development??

    Hi All
    Please let me know if anyone has used UIX Visual editor for developing OAF pages using JDeveloper 10.1.3.
    Where can we find UIX editor.
    Is this a seperate tool that needs to be installed or its integrated with JDeveloper.

    There is not visual editor for OAF pages.
    You will have to wait for the next version of ORACLE APPLICATIONS, I mean the Fusion version that has not been released yet.
    The pages for the Fusion version will be customized with a new "version" of jdeveloper (with a extension to interact with apps.) with a visual editor.
    Juanje

  • Need MD070 Template for OAF

    Hi All,
    Do you have a sample MD070 which includes OAF development ? Does Oracle provide any MD070 template for OAF development ?
    Kindly send it to [email protected]
    Thanks,
    Murugesan

    Hi,
    There is no specific MD070 for OAF.
    You can use MD070 used for Oracle Forms and modify it as per OAF components and their explanation.
    Regards,
    Sandeep M.

  • How expose Webfromservice for OAF APIs

    Hi,
    Can somebody give me the steps or point me to the link describing the steps to expose Webservice for OAF APIs?
    Thanks in Advance,
    Pradnya
    Edited by: user11203464 on Feb 28, 2012 8:20 PM

    Hi,
    See
    http://oracle.anilpassi.com/oa-framework-with-captcha-webservice.html

  • How to Bounce Apache or OC4J for OAF Development

    hi all,
    yesterday i've been trying to get answers as to why the changes i make in an OAF page does not reflect immediately. after doing research i found out that i need to bounce the apache or oc4j everytime i make changes to ui xml or class files.
    i then realized that it would be really annoying to bug our dba to bounce the apache or oc4j everytime i make changes. so i came up with this idea where i create a concurrent program and hope that maybe this can bounce the apache or oc4j for me.
    i create a shell script with the code below
    $INST_TOP/admin/scripts/adapcctl.sh restart
    exitunfortunately the script i have doesn't work and returns an error.
    01/09/10-11:49:19 :: adapcctl.sh: exiting with status 204
    ================================================================================
    01/09/10-11:57:59 :: adapcctl.sh version 120.7.12010000.2
    01/09/10-11:57:59 :: adapcctl.sh: stopping OPMN managed OHS instancei then search for codes on how to restart the apache and found this thread
    Bouncing Apache for OAF deployment
    Kali V wrote:
    Sharwan,
    Bouncing the server is different in 11i and R12, Check the following,
    To clear HTML cache and bounce Apache at R12 level :
    1.
    cd $INST_TOP/admin/scripts
    dierctory is :
    /global/oracle/your_sid/inst/apps/sid_server/admin/scripts
    here are the scripts :
    adalnctl.sh adexecsql.pl adoafmctl.sh adstrtal.sh jtffmctl.sh
    adapcctl.sh adformsctl.sh adopmnctl.sh gsmstart.sh mwactl.sh
    adautocfg.sh adformsrvctl.sh adpreclone.pl ieo mwactlwrpr.sh
    adcmctl.sh adoacorectl.sh adstpall.sh java.sh
    2.
    adapcctl.sh stop
    3.
    To clear HTML cache :
    cd $COMMON_TOP/_pages
    Direcetory is :
    /global/oracle/your_sid/apps/apps_st/comn/_pages
    Here are the java classes to clear.
    Do rm * in _pages directory after having checked there are only compiled classes in this directory
    4.
    cd $INST_TOP/admin/scripts
    dierctory is :
    /global/oracle/your_sid/inst/apps/sid_server/admin/scripts
    adapcctl.sh start
    Thanks.
    With Regards,
    Kali.
    OSSI.just wanted to know if putting this in my shell script, it will continue the process even though i get disconnected to the EBS Form? one thing i'm assuming is that if the apache is stop, i will have no access to its web / form interface.. so basically after i run the concurrent program i most likely will get disconnected.
    can anyone help me with this.
    thanks
    allen

    user12195296 wrote:
    Hi A.Sandiego ,
    You can use these steps to bounce apache in R12
    1) login to your instance with putti or any other software
    2) cd $ADMIN_SCRIPTS_HOME
    3) adapcctl.sh stop
    4) adoacorectl.sh stop
    5) adapcctl.sh start
    6) adoacorectl.sh start
    Every time you bounce apache you need to follow these steps in same sequence.
    Try This i am sure this will work
    Regards.thank you for your suggestion.
    currently my user in the unix box does not have the permission to execute these scripts which is why i went ahead and thought of creating a shell script that executes those lines of codes for me. then i will create a concurrent program in Oracle EBS which executes this script. now my concern is, if i run the program that executes the shell script, most likely i will get disconnected from Oracle EBS. my question is, will the program run in the background even though i have been disconnected from Oracle EBS?
    thanks
    allen

  • Code Reviewer for OAF Code

    Hi All,
    Do we have a code review tool specially for OAF code something like JSTYLE is for java.
    Is there something specific to OAF or JSTYLE is ok to sue for OAF Code.
    Thanks,
    Arati

    Is there any tool for security review too for OAF

  • J2EE tutorial to learn for OAF

    Hi,
    I'm doing OAF sample's what given in oraclearea51.com but i want to learn j2ee to write my own codings for my project , so please give me link to learn J2EE which is related to OAF codings.
    Thanks in advance.

    Hi San
    There is no such docs available as j2ee for OAF.You can refer JDev guide as well as Java Docs.These are having all the information..
    You can find the Java Doc & Dev guide under your installation path or you can download from metalink
    Note: 858398.1 - Oracle Application Framework Developer's Guide Release 11.5.10 Rup7
    Note: 972774.1 - Oracle Application Framework Developer's Guide Release 12.1.2
    Hope it helps
    Aj

  • Bouncing Apache for OAF deployment

    Hi,
    We are facing issue in reflection of .class file changes after Apche port bounce for OAF custom development on R12.
    We deploy our BC4J and Controller codes (.xml and .class) to $JAVA_TOP and Import the page xml to MDS. After this we request the DBA to bounce the apache server with clear cache option. After the bounce the page changes are getting reflected, but BC4J changes are not.
    In the mean time when DBA recompiles entire jsp files manually using “ojspCompile.pl” the changes are getting reflected. This manual compilation takes about 30 mins which is not desired.
    I am not clear why its happening, as we never deploy any JSPs, so how JSP compilation is refreshing the changes? Logically the Apche bounce shall reflect the change.
    Please suggest!
    Thanks:
    Shrawan

    Shrawan,
    If you have bounced the server and compiled all the java files on the server, there is no reason that your BC4j changes in BC4J compoenent files are not gettng reflected.(If u still are in doubt of class files on server not being the latest delete the class files and then compile java files.)
    Have u put debug messages and chacked the log to see the flow?Moreoever, as far i know R12 has OC4J server and not Apache.
    Y ur dba is compililng jsp files? oa framework pages don't include jsp files, unless otherwise u have used specially.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for