Using ADF in E-Business Suite

Hello
We are trying to develop an ADF page which can be accessible through Oracle E-Business Suite (EBS) and user should be able to achieve navigation between EBS and ADF both ways. I have come across following document on Oracle support which mentions how it can be done
document ID 1296491.1
Now above link mentions that the ADF application needs to be deployed to WebLogic server. However due to cost considerations, I have following queries
1. Can we deploy ADF application to Oracle E-Business Suite Apps server using any ADF libraries (I guess ADF run time libraries)?
2. If above 1. is not possible, are there any other open source servers we can use?
Thanks,
Gourishankar

ADF requires Java EE 5 compatible server - OC4J doesn't meet these requirements.
You can upgrade your EBS to run on WebLogic, and then you can use the same server for both ADF and EBS.

Similar Messages

  • Use ADF in E-Business suite r12

    Hi
    I user E-Business suite r12, is there any document how to use ADF embded inside OAF.
    Thanks

    Yes, the document to follow is Oracle E-Business Suite Software Development Kit for Java (includes AppsDataSource, Java Authentication and Authorization Service, session management) Readme - Patch 13882058 (Doc ID 974949.1).
    This document says:
    Building External Applications with Oracle ADF
    External applications can be built with any appropriate Java EE framework, including
    Oracle Application Development Framework (ADF). Because Oracle ADF is a
    declarative framework, this document includes specific instructions for using Oracle
    ADF with Oracle WebLogic Server for some features. This document has been written
    using version 11.1.1.5 of Oracle ADF with version 10.3.5 of Oracle WebLogic server.

  • 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.

  • 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

  • Use of WD4A in Business Suite

    Hello,
    a customer asked me where WebDynpro ABAP is used in Business Suite/ERP. I didn't find any information about this.
    Do you have an overview for the Use of SAPGUI / WD4A / FPM in current versions of SAP products?
    I just had in mind that within HCM many functions (for employees) are realized with WD4A...
    Regards
    Christopher

    Hi
    In general Webdynpro Technologies  are used to develop the front end or user interfaces of business applications running
    on sap back end system. For example if you take a business packages like ESS or MSS  the functionality is running on back end system where as the user interfaces where the users enters/views some data are developed by using webdynpro java or webdynpro abap
    The front end developed by these webdynpro technologies are integrated into the SAP Enterprise portal where user login and use the applications
    FPM is a kind of frame work used to develop the business packages front end applications
    Regards
    KALYAN

  • Issue with using subtemplate in E-Business suite BI Publisher report

    Registered subtemplate in XML Adminstrator and also in main temlate using syntax below
    <?import:xdo://SDS.SDSRAXINVFTF.en.US?>
    and calling subtemplate in main template footer
    <?if:OPER_UNIT=’3217'?> <?call-template: SDSRAXINDFTF?> <?end if?>
    Report output is not showing any output when checked in OPP log it's giving messsage
    Caused by: java.io.IOException: Root problem: oracle.apps.xdo.XDOException:No corresponding LOB data found :
    SELECT L.FILE_DATA FILE_DATA,DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE,
    B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE,
    B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.DS_APP_SHORT_NAME DS_APP_SHORT_NAME,
    B.DATA_SOURCE_CODE DATA_SOURCE_CODE, L.LOB_TYPE LOB_TYPE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.APPLICATION_SHORT_NAME= :1 AND L.LOB_CODE = :2
    AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND (L.LOB_TYPE = 'TEMPLATE' OR L.LOB_TYPE = 'MLS_TEMPLATE')
    AND ( (L.LANGUAGE = :3 AND L.TERRITORY = :4) OR (L.LANGUAGE = :5 AND L.TERRITORY = :6) OR
    (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ))
    on checking above sql with template short name getting 2 records
    Let us know if any fix is available for this issue.
    thanks
    Kamalakar

    Registered subtemplate in XML Adminstrator and also in main temlate using syntax below
    <?import:xdo://SDS.SDSRAXINVFTF.en.US?>
    and calling subtemplate in main template footer
    <?if:OPER_UNIT=’3217'?> <?call-template: SDSRAXINDFTF?> <?end if?>
    Report output is not showing any output when checked in OPP log it's giving messsage
    Caused by: java.io.IOException: Root problem: oracle.apps.xdo.XDOException:No corresponding LOB data found :
    SELECT L.FILE_DATA FILE_DATA,DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE,
    B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE,
    B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.DS_APP_SHORT_NAME DS_APP_SHORT_NAME,
    B.DATA_SOURCE_CODE DATA_SOURCE_CODE, L.LOB_TYPE LOB_TYPE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.APPLICATION_SHORT_NAME= :1 AND L.LOB_CODE = :2
    AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND (L.LOB_TYPE = 'TEMPLATE' OR L.LOB_TYPE = 'MLS_TEMPLATE')
    AND ( (L.LANGUAGE = :3 AND L.TERRITORY = :4) OR (L.LANGUAGE = :5 AND L.TERRITORY = :6) OR
    (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ))
    on checking above sql with template short name getting 2 records
    Let us know if any fix is available for this issue.
    thanks
    Kamalakar

  • E-Business Suite 11i on Internet Explorer 8 running in Windows 7

    Hi Guys,
    Need your help IE8 keeps on crashing while using or accessing E-Business Suite. I already tried some of the workaround like copying the jvm.dll of the sun JRE1.6 to Oracle Jinitiator directory but still it is not working. Also I tried disable some of the add-ons but still not fixed the problem. Currently, im doing windows update and hopefully this would fix the problem.
    Does anyone also encountered this problem?
    Thanks,
    Benjo

    Metalink doc id 290807.1 says that Internet Explorer 8 is now ccertified using Sun JRE 1.6.0_03 and higher. I have JRE 1.6.0_07 with Internet Explorer 8 for my Oracle 11i and the windows are freezing up consistently and works fine with IE 7, but i have users in IE 7 and IE 8, could you anyone help me with this issue. my full version is oracle 11.5.10.2 and my desktop in Windows XP.
    Thanks in advance

  • Deploy Java Application in E Business Suite Apps Server

    Hi Gurus,
    Is it possible to deploy custom Java application using the bundle E Business Suite Apps Server?
    If yes, can you provide me a reference or a step by step guide that will help me do so.
    Many thanks

    The following metalink notes will helpful for u too
    Java Concurrent Program FAQ [ID 827575.1]
    How To Create a Java Concurrent Program? [ID 827563.1]
    How to register and execute Java Concurrent Program ?in Oracle Applications R11i ? [ID 186301.1]
    Regards
    Mazhar Hussain

  • E-Business Suite Integration with Oracle Identity Federation for SAML

    Has anyone developed a way to use OIF for e-Business Suite authentication through SAML rather than using the standard Identity Management stack of apps?
    Today we have Oracle e-Business Suite 115.10.2 using OSSO through OID with WNA for zero sign-on (no login, just pass-through, based on AD credentials). Our domain controllers are Windows 2003 but we are in the process of upgrading them to Windows 2008 R2, where the OSSO stack is not supported unless we globally set the 2008 R2 domain controllers to use DES encryption instead of the default AES encryption. (See Oracle note 1076018.1)
    When deploying OSSO, we encountered a similar issue with Windows 7 workstations would not work with OSSO unless we set the workstation policy not to use AES encryption. (See Oracle note 973190.1)
    We are not inclined to continue to use DES encryption and we have obstacles moving to 11g iDM/OAM/OID from OSSO. I am exploring the possibility continuing to keep one 2003 domain controller in production, and pointing OSSO to that, until we can move to the 11g iDM stack.
    Meanwhile, we have ongoing frustration with how complicated SSO is with the e-Business Suite. Sure, it works, once you climb the mountain to set it up, and we don't have that many issues in production. But the implementation of SSO for e-Business Suite is simply complex. The trip from the workstation back to an EBS session is operationally somewhat brittle. I guess some of us relish complexity. Certainly there is pride in understanding something like this. But, after a while, when the trickle of tickets from the Help Desk never completely dries up, you get tired of complexity and you seek something simpler.
    So, instead of this path:
    Workstation > EBS > OID > AD / Kerberos > Workstation
    (and I didn't even mention F5 switch with reverse proxy servers ...)
    Why can't we have this?
    Workstation with certificate > OIF with SAML > EBS session.
    Has anyone done that?
    Thank you for your help.

    Hello JJ,
    We are facing the same issue. Oracle has recommanded us to install
    HTML-DB on the same database as our Apps 11i.
    What we still have to figure out is whether is use APPS schema for the
    HTML-DB workspaces, or use a different schema.
    How is it configured at your site?
    Moshe

  • Linux OS for e-Business suite.

    Dear All
    Can any1 recommends me which Linux OS is mostly used in the market and Oracle Recommends to use for Oracle e-business Suite and on which Hardware servers.
    Thanks.

    Irfan,
    Install the following packages first (There may be other prereqs):
    308 wget http://oss.oracle.com/projects/compat-oracle/dist/files/RedHat/compat-oracle-rhel4-1.0-5.i386.rpm
    310 yum install libaio-devel
    312 yum install openmotif21
    314 yum install compat-gcc-32
    316 yum install compat-gcc-32-c++
    318 yum install compat-libgcc-296
    320 yum install compat-libstdc++-296
    322 yum install xorg-x11-deprecated-libs-devel
    324 yum install compat-db
    325 rpm -i compat-oracle-rhel4-1.0-5.i386.rpm
    326 wget http://oss.oracle.com/projects/compat-oracle/dist/files/RedHat/compat-libcwait-2.1-1.i386.rpm
    327 rpm -i compat-libcwait-2.1-1.i386.rpm
    Run the installer as follows:
    ./runinstaller -ignoreSysPrereqs
    Let me know if this helps, if not I'll send more info..
    Regards,
    Shawn
    http://www.appshosting.com

  • E-Business Suite Application Dev using OAF and ADF (White Paper Feb. 2008)

    Hi,
    In Oracle White Paper entitled "E-Business Suite Application Dev using OAF and ADF (Feb. 2008)" it was mentioned on page 7 :
    +"When ADF 11g becomes production, we will publish a revised paper that compares OAF with ADF 11g, and discuss development against E-Business Suite."+
    I've had no luck finding a new comparison table for OAF R12 with ADF 11g :(
    can anyone help me on this?
    thanks in advance,
    Adrian

    Srini Chavali wrote:
    It is still not clear if your have to use SSO - the scripts loadsdk.sql and regapp.sql specifically are for Oracle Single Sign ON (OSSO) - the authentication schemes referred to on page 20 of the same doc do not require SSO. So, is SSO a requirement in your scenario ? If not, you should be following the steps in the section titled "Confuguring Custom Authentication" (beginning of page 20).Ouch..Sorry Srini, I have completely misinterpreted by the page no.'s in Adobe pdf reader.I was telling you about page 18 of the document.
    Anyway i'll start with configuring Custom Authentication as by your suggestion.
    But i'll move forward with no understandings about SSO and its implementations.
    All I could get is this links
    http://docs.oracle.com/cd/E15586_01/webcenter.1111/e12405/wcadm_security_sso.htm
    http://docs.oracle.com/cd/E15523_01/install.1111/e12002/sso_das.htm
    Is this link correct to start learning about SSO or do I need to learn anything (LDAP,OAM,etc..) before that ?

  • 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

  • How to Display Data from Oracle E Business Suite tables in ADF

    Hi,
    I am new to ADF.
    I have a requirement to Create an ADF page for Search Results Screen.
    However the result data is from one of the Oracle E Business Suite Tables.
    ie I need to create a Screen where user will enter a Purchase Order Number and Click on Button.
    The Screen should show details from PO_HEADERS_ALL (from Oracle ERP Database Table) based on the entered PO Number.
    Is it possible to implement the same? Can some one guide me how to do it?
    Thanks,
    Kamath

    Hi,
    Is there a way where I can create a VO in ADF to which I can insert records dynamically from a source and the Source connects to E Business Suite tables and returns results ie BPEL etc.
    http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/bcadvvo.htm#sm0341
    Just replace the PLSQL example with your data source
    Can ADF invoke SOA which inturn connects to Oracle E Business Suite and fetches the data from Oracle tables and pass it back to ADF? Is it possible
    Yes. Just use a WS proxy client to access the SOA entry point (WSDL) and follow the link above
    Frank

  • Adf mobile app accessing e-business suite 12.1.3

    Hi,
    I'm very new with ADF development, let alone with building a mobile app. We are in an exploratory stages of building a mobile application on top of the e-business suite using ADF. Ideally, we will use the ebusiness suite login (FND USER) to login to the mobile application. I understand that we need the ebiz suite Java SDK to make this possible.
    Now, our ebusiness suite (release 12.1.3) is only run through the intranet meaning no DMZ is installed to access it via the internet. The question is, if we build a mobile application, do we need a DMZ server so that the mobile can access the e-business suite in the internet? Is there any option in place other than installing a DMZ to access the application externally by the mobile app?
    Any advise is going to be very valuable to us.
    Thanks in advance.

    user4582047 wrote:
    Hi,
    I'm very new with ADF development, let alone with building a mobile app. We are in an exploratory stages of building a mobile application on top of the e-business suite using ADF. Ideally, we will use the ebusiness suite login (FND USER) to login to the mobile application. I understand that we need the ebiz suite Java SDK to make this possible. I'm not entirely sure about that - there will be the requirement that your ADF (or more appropriately "WebLogic") environment will need to authenticate against E-Business Suite. There is a good (and recent!) article about that here:
    https://blogs.oracle.com/jruiz/entry/securing_adf_applications_using_the
    Now, our ebusiness suite (release 12.1.3) is only run through the intranet meaning no DMZ is installed to access it via the internet. The question is, if we build a mobile application, do we need a DMZ server so that the mobile can access the e-business suite in the internet? Is there any option in place other than installing a DMZ to access the application externally by the mobile app? You'll need to set up some type of server infrastructure that allows you to install WebLogic and an "ADF" environment to serve your mobile applications, preferably fronted by an HTTP server like Oracle HTTP Server (It's usually the HTTP Server that might be placed in a 'DMZ', with firewall rules governing how network traffic is allowed to move between the HTTP Server and the WebLogic Server.)
    A good intro that can give you an overview of a deployment topology is one that I've referenced in the WebCenter documentation from time to time:
    http://docs.oracle.com/cd/E23943_01/core.1111/e12037/intro.htm#sthref47
    .. there is obviously a lot more in that document than you wll be using (i.e. you won't be concenred with SOA, WebCenter or even the database), but there's a nice drawing there of the HTTP Server and a WebLogic environment to host your application and some discussion about what and when you'll want to consider clustering, etc.
    Hope that helps,
    Chad

Maybe you are looking for