Posts

Showing posts from 2018

How to Derive Responsibility Id , Responsibility application id in MSCA(Mobile Supply Chain Application)

Classes to import import oracle.apps.fnd.common.AppsContext;// added for v1.7 import oracle.apps.fnd.common.EnvironmentStore;// added for v1.7 Write  below code AppsContext localAppsContext = (AppsContext)session.getObject("CTX");      String str22 = localAppsContext.getEnvStore().getEnv("RESP_ID");     String str33 = localAppsContext.getEnvStore().getEnv("RESP_APPL_ID");                 UtilFns.trace("INSIDE PICKAGE PKG RESP_ID --"+ str22);              UtilFns.trace("INSIDE PICKAGE PKG RESP_appl_ID --"+ str33);

Migration Process of ADF Application on Weblogic Server & Seamless Integration with Oracle EBS by Pranay Tiwari

Image
In this article, we will be discussing the ADF application Deployment prerequisite, Deployment on Weblogic Server and Integration with Oracle EBS. We have already discussed in the previous article about the configuration of External Weblogic server in JDeveloper. Now we will see how to deploy it on External Weblogic server through JDeveloper. Before beginning, the deployment process, below prerequisites needs to be considered. 1.    ADF application should not be deployed on Admin Server of the Weblogic Server. You must deploy it to Manage server if Manage server is not available then ask dba to set up a Manage server. 2.    Once Manager server has been configured, do ensure below libraries are associated with it           adf.oracle.businesseditor(1.0,11.1.1.2.0)              adf.oracle.domain(1.0,11.1.1.2.0)              adf.oracle.domain.webapp(1.0,11.1.1.2.0)          jsf(1.2,1.2.9.0)           jstl(1.2,1.2.0.1) Look in below screenshot to find

Configuring Weblogic Server in Jdeveloper to Migrate ADF application by Pranay Tiwari

Image
Many developers feel that developing an ADF application is quite easy, but migrating to WebLogic server is cumbersome. Developing ADF application using JDeveloper is quite an easy process as JDeveloper for ADF comes up with “Integrated Weblogic server” which automates the deployment process, but the real challenge comes when you want to migrate ADF application to External Weblogic Server. I have gone through so many videos, read many articles and after spending the hefty time finally I got success in migrating ADF application onto the Weblogic server.  In this article, I will be explaining two things 1.    How to configure Weblogic Server in JDeveloper 2.    Migrating Sample ADF application in External Weblogic Server. To configure Weblogic Server 1             1.     Go to View à Select “ Application Server Navigato r” as shown in the screenshot.     2. Click on “ ”New Application Server ”       3. Select “ Standalone Server ” 4.      G