Jdeveloper in E-Business suite.

where can I find a manual for e-business suite developers using jdeveloper.
How to declare a adf in the application,
where i have to place development files and so on.
thanks
Ash
[email protected]

Hi,
you should ask this on an Applications forum because this is a product specific forum that doesn't take E-Business Suite into account. All forums are listed here:
http://forums.oracle.com/forums/categoryHome.jspa?categoryID=84
Frank

Similar Messages

  • I want to know whats the release of jdeveloper compatible with  Oracle E-Business Suite 12.1.3

    i want to know whats the release of jdeveloper compatible with  Oracle E-Business Suite 12.1.3

    You can find this information on the Oracle Support site. It is the article with the ID 416708.1

  • I want to know whats the release of jdeveloper certified with  Oracle E-Business Suite 12.1.3

    i want to know whats the release of jdeveloper certified with  Oracle E-Business Suite 12.1.3
    https://forums.oracle.com/thread/2583919

    Pl see MOS Doc 416708.1 as indicated in your other thread
    HTH
    Srini

  • Jdeveloper 10.1.3.3 with E-Business Suite Self Service

    Hi,
    I am looking to create some extra JSP pages to add extra functionality to the Oracle E-Business Suite Self Service Pages (10g database). I have been told that it is not possible to do this with JDeveloper 10.1.3 and that we will need to use JDeveloper 9 with patches.
    Is this correct? or can I use JDeveloper 10.1.3.3 to develop new pages to add onto Manager and Employee Self Service pages?
    Many Thanks
    Martin

    Thanks Brenden,
    If we have several clients with different apps levels/patches applied, does this mean we will need to have a version of JDeveloper for each client?
    I have been directed to metalink note 416708.1, and I think I will need to downlaod JDEV9, but when I go to the JDeveloper download site on OTN it only lets me downlaod versions 10.1.3 and 10.1.2, where can I download this from?
    Many Thanks
    Martin

  • URGENT : JDEVELOPER 10.1.3 and customizing Oracle e-Business suite

    URGENT: Can any one advice me with any pointers on how to open/customize the Pages (Oracle e-business suite pages related Developer 9.x ) using JDeveloper 10.1.3 (ADF framework).
    1. JDeveloper 10.1.3 supports JSPX and other pages and deploy those pages into server. Where as JDeveloper 9.x stores those pages in Database (for Oracle E-business suite) as Regions.
    But, Oracle always provides backward compatibilities. So, how can we change these JDeveloper 9.x JRAD/AK Region pages using JDeveloper 10.1.3 (AD framework)?
    Please respond...

    Can any one advice me with any pointers on how to open/customize the Pages (Oracle e-business suite pages related Developer 9.x ) using JDeveloper 10.1.3 (ADF framework).
    >>>> Cannot be done
    But, Oracle always provides backward compatibilities. So, how can we change these JDeveloper 9.x JRAD/AK Region pages using JDeveloper 10.1.3 (AD framework)?
    OAF is different than ADF, Oracle E-Biz pages are still in OAF, even with Jdev 10.1.3, they are not in ADF.Thanks
    Tapash

  • Has anybody used JDev 10g to write an extension to 11i e-business suite?

    We are looking to develop an application that can be called from within the menu structure of the 11i e-business suite and would like to use JDeveloper 10g.
    I have read that the OA Extension for JDev 9 can be used for this, but I've also read that this OA extension has been replaced by ADF in 10g. Can we use ADF to obtain values such as user_id, responsibility_id, org_id from 11i?
    Failing that, seeing as this is the only information from 11i that we will need in the new application, can we just pass these values in as parameters when initially calling the application?
    Any help would be greatly appreciated as we cannot find ANY documentation detailing how to link ADF into 11i.

    Just to clarify OAF is not ADF.
    e-Business is based on OAF right now, and the fusion generation of Applications will be based on ADF.
    While OAF uses UIX and BC4J (an early version of ADF BC) it is not the same as ADF.
    If you want to use OAF you better ask the question on the OAF forum on OTN.
    for ADF development you should use JDeveloper 10.1.3. ADF first appeared in JDeveloper 9.0.5 but things had evolved a lot since then.

  • Oracle ADF security integration with Oracle E-Business Suite SDK JAAS

    I have an Oracle ADF 11.1.2.2 application that is using ADF security for authentication and authorization.
    When we deploy this application to our JDeveloper integrated weblogic server, we utilize the security setting of "Custom" and use weblogic users and roles to map to the ADF application roles. In that environment our security is working properly.
    I have a Weblogic 10.3.5 standalone server that has the ADF runtime installed as well as the Oracle E-Business Suite SDK JAAS implementation installed.
    When I deploy the Oracle ADF application to the standalone weblogic server, I am directed to the JAAS login page when I attempt to access any JSF page (including those that I have granted View access through the anonymous-role. Does the Oracle ADF anonymous-role work (allow for anonymous page access) when JAAS security is handled by the Oracle E-Business Suite SDK JAAS implementation?
    Per the SDK instructions, when we install the Oracle ADF deployment on Weblogic we have selected "DD only" for our security setting. We have defined enterprise roles in the Oracle ADF security setup (jazn-data.xml) that are assigned the appropriate application roles. Those enterprise roles have the same name (i.e. UMX|YOURROLE) as the E-Business Suite roles that are assigned to our test users. When we login with an E-Business Suite user / password we are receiving an error:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    Any thoughts on why that would be?
    Thanks
    Dan

    Thanks Juan.
    With the debugging options enabled it appears the issue is not an issue with the user / role credentials - it seems like the resource grants from jazn-data.xml are not being reviewed in my standalone weblogic instance EAR deployment:
    [JpsAuth] Check Permission
    PolicyContext: [TestApp]
    Resource/Target: [untitled1PageDef]
    Action: [view]
    Permission Class: [oracle.adf.share.security.authorization.RegionPermission]
    Result: [FAILED]
    Evaluator: [ACC]
    Failed ProtectionDomain:ClassLoader=sun.misc.Launcher$AppClassLoader@13f5d07
    CodeSource=file:/app/oracle/product/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar
    Principals=total 2 of principals(
    1. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousUserImpl "anonymous" GUID=null DN=null
    2. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl "anonymous-role" GUID=null DN=null)
    When I access the same page from my integrated weblogic server I see:
    [JpsAuth] Check Permission
    PolicyContext: [TestApp]
    Resource/Target: [untitled1PageDef]
    Action: [view]
    Permission Class: [oracle.adf.share.security.authorization.RegionPermission]
    Result: [FAILED]
    Evaluator: [ACC]
    Failed ProtectionDomain:ClassLoader=sun.misc.Launcher$AppClassLoader@13f5d07
    CodeSource=file:/app/oracle/product/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar
    Principals=total 2 of principals(
    1. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousUserImpl "anonymous" GUID=null DN=null
    2. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl "anonymous-role" GUID=null DN=null)
    When I review my EAR - I do see jazn-data.xml at:
    /META-INF/jazn-data.xml
    I will review the system-jazn-data.xml to see if the policy information has been migrated properly as part of the EAR deployment.
    Thanks.
    -Dan

  • Reporting Builder in E-Business Suite R12

    Hi,
    I want to know if can is use an other report builder other than Oracle Report to generate reports in E-business suite R12?
    For exemple, can i use Jasper Report.
    Regards,
    Saad

    I want to know if can is use an other report builder other than Oracle Report to generate reports in E-business suite R12?
    For exemple, can i use Jasper Report.No -- Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Other tools can be used (like XML Publisher, JDeveloper, BI Publisher, ..etc).
    Thanks,
    Hussein

  • ADF in E-Business Suite

    Expert,
    Please correct me if I am wrong.
    OAF was supported till JDev 10.1.3.3.0, No more supported from JDev 11g releases onwards.
    Oracle ADF 11g, at the moment, is not fully capable of being an alternative to OAF in supporting Oracle E-Business Suite aka Oracle Apps.
    Oracle has some plans in the kitty to make ADF 11g to be the fully-fledged alternative to OAF in some near future.

    JDeveloper11g for Fusion Applications is already available.
    See support note: How to find the correct version of JDeveloper to use with Oracle Fusion Applications? [ID 1450585.1]
    Is says:
    Login E-Delivery: https://edelivery.oracle.com/
    Check to accept Terms and Restrictions, then click Continue button
    Choose Oracle Fusion Applications in Select a Product Pack dropdown list & Choose the right platform, click Go button
    Select right release #, then click Continue button
    Then scroll down to find following 4 Media Packs and download them one by one:
    Oracle JDeveloper 11g and Oracle Application Development Framework 11g (Part 1 of 3)
    Oracle JDeveloper 11g and Oracle Application Development Framework 11g (Part 2 of 3)
    Oracle JDeveloper 11g and Oracle Application Development Framework 11g (Part 3 of 3)
    Oracle Fusion Applications Companion 11g
    Groeten,
    HJH

  • Webservice deployment in Oracle e-Business Suite

    Oracle e-Business Suite R12 contains Oracle AS 10.1.3.0.
    My question is: Is it possible to deploy webservices build in JDeveloper to this application server version?
    Iam not talking about BPEL, just a custom build webservice or a webservice generated by Jdeveloper based on an existing PL/SQL procedure.
    The Rapid Install of Oracle e-Business Suite (R12) creates an Oracle AS 10.1.3.0 without a metadata repository. Do you need this for webservice deployment?
    Regards,
    Gertjan.

    When the JRE was installed/configured on the workstations was the jar cache placed on a LAN drive instead of the local drive? We have experienced poor performance with both the JRE and Jinitiator when the Workstation Sysadmins configured the jar cache to be located on a LAN drive. Also is the size of the jar cache on the workstation sufficient to hold all of your required jar files. It could be downloading the jar files all the time.
    Overall our performance with the JRE is comparible to the Jinitiator.
    Sorry I have not experienced the problem that you are having with you pdf reports so I can't provide any comments on it.

  • ADF and E-Business Suite 11i

    Hi,
    I am looking for some information about using Oracle ADF with E-Business Suite 11i, JDeveloper version is 9i.  Most of the documentation I've seen has been specific for R12.
    Hoping someone can provide some information/links to documentation about the following:
    -Requirements for setting up the environment (hardware, servers, versions) for Oracle ADF for E-Business Suite 11i.
    -Can you call an ADF form from E-Business Suite 11i OAF form or menu?
    -Any tutorials, demos related to ADF/E-Business Suite 11i/JDeveloper9i
    Thanks in advance!

    You can find the specific hardware specs for your development environment in the JDeveloper install guide.
    Documentation
    I would recommend you'll go with the latest 11.1.2.4 version for custom application development.
    As for server requirements, this is something that will depend on the load your application expects to get and on its specific functionality. It can best be answered by doing some performance tests of your specific app.

  • E Business Suite 12

    Is E Business Suite 12 Forms based or JDeveloper based?
    Thanks,
    KurzHome

    yes it dose but forms not are 10g
    fadi hasweh
    http://oracle-magic.blogspot.com/
    Oracle is not Magic, it just takes years of experience

  • Jdeveloper Patch for Ebusiness Suite 11.5.10

    Dear Members,
    I am confused regarding the JDeveloper patch i need to download from metalink pertaining to our version of e business suite and OA Frame Work.
    OA Frame work version we have is :
    Product/Component Version
    OA Framework - 11.5.10 4RUP
    Oracle Applications Extension - 9.0.3.8.13 - build 1541
    Business Components - 9.0.3.13.87
    UIX (Cabo) - 2_2_24
    BiBeans Runtime - 3.1.0.70 nondebug BI Beans OAF 11.5.10 Production Release
    MDS - 9.0.5.4.89_555
    XML - Oracle XDK Java 9.0.4.0.0 Production
    AOL/J - Applications Object Library, Core Java Roll Up Patch J
    Servlet - 2.2
    Java - 1.4.2
    JDBC Driver - 9.2.0.6.0
    Database - Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
    Operating System - AIX 5.3
    Browser - Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 2.0.50727; InfoPath.1)
    From Metalink i found the below information:
    Release 11i
    OA Framework 5.10 patch      ---- JDeveloper 9i Patch
    ATG.PF.H (patch 3438354 or Oracle Applications 11.5.10) --     Patch 4045639 9IJDEVELOPER WITH OA EXTENSION ARU FOR FWK.H
    ATG PF CU1 (patch 4017300)      -- Patch 4141787 9IJDEVELOPER WITH OA EXTENSION ARU FOR CU1
    ATG PF CU2 (patch 4125550)      -- Patch 4573517 Oracle9i JDeveloper with OA Extension for 11.5.10 CU2
    11i.ATG_PF.H RUP3 (patch 4334965)      -- Patch 4725670 9IJDEVELOPER WITH OA EXTENSION ARU FOR 11i10 RUP3
    11i.ATG_PF.H RUP4 (patch 4676589)      -- Patch 5455514 9IJDEVELOPER WITH OA EXTENSION ARU FOR 11i10 RUP4
    11i.ATG_PF.H RUP5 (patch 5473858)      -- Patch 6012619 9IJDeveloper With OA Extension ARU FOR 11i10 RUP5
    11i.ATG_PF.H.RUP6 (patch 5903765) -- Patch 6739235 9IJDeveloper With OA Extension ARU FOR 11i10 RUP6
    AS you can see we are on 11.5.10 4RUP version of OA Framework, but in metalink when i see, i am confused between two patches :
    ATG.PF.H (patch 3438354 or Oracle Applications 11.5.10) --     Patch 4045639 9IJDEVELOPER WITH OA EXTENSION ARU FOR FWK.H
    11i.ATG_PF.H RUP4 (patch 4676589)      -- Patch 5455514 9IJDEVELOPER WITH OA EXTENSION ARU FOR 11i10 RUP4
    Should i download Patch 4045639 or Patch 5455514 for Jdeveloper. Both of them seems like related to 11.5.10 version of ebusiness suite.
    Thanks
    Sandeep

    11i.ATG_PF.H RUP4 (patch 4676589) -- Patch 5455514 9IJDEVELOPER WITH OA EXTENSION ARU FOR 11i10 RUP4

  • Error while accessing Oracle E-Business Suite 11i from Linux/firefox

    error while accessing Oracle E-Business Suite 11i from Linux/firefox
    OS: SUSE Linux Desktop 11(SLED11)
    Web browser: firefox 3.x
    Java versions:
    # rpm -qa |grep java
    java-1_6_0-sun-plugin-1.6.0.u18-0.1.1
    java-1_6_0-sun-1.6.0.u18-0.1.1
    # java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
    when I access the url firefox says
    "Additional plugins are required to display all the media on this page"
    then I clicked on "Install Missing Plugin" button
    then I got the following message
    No Suitable Plugins were found
    Unknown Plugin (application/x-java-applet;jpi-version=1.4.1)
    please help/suggest
    Regards

    Hi user;
    Its not certified to login EBS from linux client
    Please check:
    Linux-cleint (ebs) certification
    pluggins
    Hope it helps
    Regard
    Helios

  • How to Restore E-Business Suite after Server Crash?

    Hi Hussein Sawwan,
    I have a question that will be useful to other members of the community. How do I restore Oracle E-Business Suite R12 after physically loosing the server that hosts the ERP instance?
    I have 2 scenarios here:
    1-Existing cold backups of the DbTier and AppsTier are available
    I have been doing a full backup of the Apps and Inst folders once a week on an external drive.
    I have been copying the DB folder (Data + DBMS_ORACLE_HOME) after shutting down the database cleanly once a week on an external drive. Noting that, here the database is in NOARCHIVELOG mode.
    2-Existing Hot backups of the Database are available and I have a backup of the Apps and Inst folders (AppsTier)
    The database is in archivelog here. I have been doing a full hot backup of the database once a week, an Incremental backup everyday, and a full backup of the archivelogs once a week. All of this to an external drive. The Apps and Inst folders are backed up once a week to an external drive.
    Let say something bad happens and we completely loose the physical server. How can I do to restore and recover my Oracle E-Business Suite R12 to a new server?
    I know I will have to Install the same OS on the new server, but what happens after that?
    Thanks in advance,
    Clamarion.

    I believe the easiest approach would be:
    - Install the same OS on the new servers
    - Install OS pre-req software and packages for your EBS instance
    - Restore from cold backup (if the crash happened directly after this backup and you haven't lost any data)
    OR,
    - Restore from hot backup (if the crash happened after your cold backup and you have data that wasn't part of the cold backup)
    I assume that no changes to the hostname, domainname, IP Address, port numbers, directory structure, ..etc is taking place in this restore.
    Thanks,
    Hussein

Maybe you are looking for

  • EJB 3.0 deployment on JBoss - No ClassLoaders found

    I have problem deploying a simple EJB 3.0 jar file , it contains an Interface , its Bean and the jboss.xml jboss.xml <?xml version="1.0" encoding="UTF-8"?> <jboss> <enterprise-beans> <session> <ejb-name>ServerDBConnectionBean</ejb-name> <management>o

  • [SOLVED?]Install Arch onto a second hard drive....with Syslinux

    Hello, Arch Linux Community! I just get to the chase and say that right now, I have a dual-booted Windows 7 and Arch Linux on separate drives. Windows 7 is on a internal Seagate drive. Arch Linux is on a internal Toshiba drive. The problem is that I

  • Stop auto-release of a closed BPA

    How can we stop auto-release of a closed BPA?

  • JSF general query regarding UISelectItem and UISelectItems

    I am seeing a couple of peculiar behavior and i have no explanation for them at the moment . It would be great if someone can explain the apparently different behavior of JSF in general. Whenever there is 'n' number of UISelectItem components inside

  • Problems trying to update with Pacman

    So I installed Arch Linux for the first time and its awesome. I updated Pacman and after googling I learned that you have to uncomment some servers from the mirror list. I did it and the problem was solved. Yesterday was working but today is not work