Deploying ADF applications with integration of EBS

Hello

I read a few articles about deploying ADF applications and they found it useful. Most of them are not suitable for ADF 11g developed lettering. I developed a demo application using Jdev Studio ver 12.1.3.0.0 by installing the WebLogic Server. This application must now be deployed on another node on a remote and built-in Server with EBS. References user interface developed stored procedures using IDE connect to Oracle DB. The remote server has the SDK for Java installed and a DATA SOURCE has been defined by the administrator.

I tried to follow the steps explained in the URL that follows, but in vain. I could not find server Navigation Application. How-to: ADF Deployment Guide

Could someone please help me understand the modalities of deployment of this application developed on my laptop on a remote server? Your valuable contribution is appreciated.

Thank you

udys

You cannot deploy a 12 c apps in 10.3 WLS ADF, you WLS 12 c.

See the doc certification for the ADF:

Information on certification

Tags: Java

Similar Questions

  • How to deploy an application with free files on BES or others?

    I'm curious to know if there is a way to deploy an application with a loose settings file.

    My goal is for customers to deploy the app after that that they have made changes to a settings XML file.

    After the changes to the XML file, the customer could deploy via BES or another method.

    Is this possible?

    I wrote several .net applications that use XML settings files in bulk / external and I want to acoomplish the same thing.

    Tips, advice or ideas are greatly appreciated.

    Thank you

    My current development environment:

    Eclipse 3.4

    BlackBerry JDE plugin for Eclpise 1.0.0.67

    Blackberry JDE 4.2.1.17 component package

    Blackberry JDE 4.3.0.16 component package

    Blackberry JDE 4.5.0.16 component package

    Blackberry JDE 4.6.1.27 component package

    Blackberry JDE 4.7.0.46 component package

    WIndow XP SP 3

    How about using HTTP to GET the XML of your server at startup?

  • Deploying ADF application in a standalone WLS

    Hello

    I'm working on a simple bean supported DC ADF application deployment to standalone WLS. The application deploys on WLS, but access to the browser application, I see below except in newspapers,

    Caused by: java.lang.ClassNotFoundException: oracle.adf.model.adapter.bean.BeanDCFactoryImpl

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    So, I wonder if any pot is missing on the stand alone WLS and if yes, then how to fix? This app works great on integrated WLS. Also, do I need to install the runtime of the ADF?

    JDev-> 11.1.1.7.2

    WLS-> integrated WebLogic Server 10.3.5.0

    Standalone WLS-> WebLogic Server 10.3.6.0

    Thank you!

    You must install the ADF runtime for your version of jdev on the stand alone wls.

    Unlike versions of the wls alone and embedded of settlement are normal in your version. Oracle ships jdev 11.1.1.7 with an embedded 10.3.5 wls. On production, you must use 10.3.6.

    Timo

  • "JNDI name is already in use" error when deploying ADF Application after the deployment of Interface of AM Service

    Hello

    12.1.3 JDeveloper / WLS 12.1.3 / Windows 7 64-bit OS.

    I am facing the problem that is mentioned in the following post.

    https://community.Oracle.com/thread/2284290

    I created a simple ADF page with the data to display in the Employees table. The page works fine.

    I added a custom method to the AM and a profile of "Business Service Interface components" deployment of the AOS.

    When I'm trying to deploy the stand-alone WLS Service, it gives the error below.

    If I deploy only the AM Service interface, the web service deployment is going very well.

    If I cancel the deployment of the AM Service and deploy ADF EAR, then it also works very well.

    But if I deploy the AM Service and then try to deploy the EAR, then it gives the error below.

    And vice versa, if I deploy EAR application, and then deploy the AM service, it gives the error below.

    It was working fine until 11.1.1.7.

    I have done this repeatedly for a long time and wasn't any problem in 11.1.1.7 deployments.

    If something has changed in 12.1.3?

    Even if the AM Service is existing, it is deployed in the same application, it should be able to just crush?

    Here are the results with different versions

    11.1.1.7 - domain of the ADF - Standalone Server - works fine

    11.1.1.7 - SOA - Standalone Server - domain works very well

    12.1.3 - error field - integrated WLS - ADF

    12.1.3 - error field - independent server - SOA

    (The foregoing analysis is based on a simple project ADF as a point of Contact for that matter).

    Real-world scenario

    --------------------

    We need this because ours is a BPM Application and the Composite depends on the AM Service, so the AM service must first deployed in the field of the SOA.

    Then, we make the process as well as the ADF UI for task forms. ADF project depends also on the model project

    We get the error during the deployment of the BPM project and the ADF UI project below.

    Error

    -----

    Unable to deploy EJB: ModelEJB.jar model.common.HRAMServiceBean:

    [EJB:011055] The EJB deployment error ' model.common.HRAMServiceBean (Application: employees, EJBComponent: ModelEJB.jar) ", the JNDI name" HRAMServiceBean #model.common.serviceinterface.HRAMService "is already in use." You must assign another name JNDI in weblogic-ejb-jar deployment descriptor. XML or annotation corresponding to this EJB before it can be deployed.

    [12: 02:07] caused by: java.lang.Throwable: substituted for the missing class [EJB - 11055] the EJB deployment error ' model.common.HRAMServiceBean (Application: employees, EJBComponent: ModelEJB.jar)', the JNDI name "HRAMServiceBean #model.common.serviceinterface.HRAMService" is already in use. You must assign another name JNDI in weblogic-ejb-jar deployment descriptor. XML or annotation corresponding to this EJB before it can be deployed.

    Thanks for any help

    Sameer

    Found a workaround for this problem.

    I don't have to do this in 11.1.1.7 well!

    You don't know if it's the right solution or not!

    If anyone of you knows a better solution, please share.

    I did the 2 following things.

    a. classes of the AM Service Interface of removed files from deployment profile filters

    ViewController project-> properties-> deployment profile--> filegroups--> WEB - INF / classes-> filters

    : Uncheck * Service *. * files (4 - Service.class, Service.wsdl, Service.xsd, ServiceImpl.class)

    b. deleted the deployment profile of library jar ADF for the model project

    Model project-> properties-> deployment

    : Remove the deployment of ADF library jar files profile

    And now I am able to deploy time interface AM Service and application.

    It works for me because I won't need to deploy the AM Service interface again while deploying the process / code of the ADF.

    Since I will deploy the Service Interface of first Business components separately.

    Thanks and greetings

    Sameer

  • Error when you try to deploy ADF application Java Cloud Service - SaaS Extension

    Hello guys,.

    I am trying to deploy a simple application of ADF in 'Oracle Java Cloud Service - SaaS Extension' and I'll always have the below error

    Work turns to failure to step to "Deploy the Application":

    Job_Status_Pic.png

    Someone already had this error?

    Thanks in advance

    SID

    2014-12-10 11:06:20 PST: start action "deploy the Application.

    2014-12-10 11:06:20 PST: deploy Application started

    2014-12-10 11:06:28 PST: weblogic.application.ModuleException: weblogic.application.ModuleException:

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1531)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:488)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:671)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:573)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:327)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:68)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: java.security.AccessControlException: access denied ("java.net.NetPermission" "specifyStreamHandler")

    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)

    at java.security.AccessController.checkPermission(AccessController.java:559)

    at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)

    at java.net.URL.checkSpecifyHandler(URL.java:649)

    at java.net.URL. < init > (URL.java:373)

    at weblogic.application.io.MergedDescriptorFinder.getSource(MergedDescriptorFinder.java:46)

    at weblogic.application.io.DescriptorFinder.getSource(DescriptorFinder.java:44)

    at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:67)

    at weblogic.application.utils.CompositeWebAppFinder.getSource(CompositeWebAppFinder.java:71)

    to weblogic.servlet.internal.War$ ResourceFinder.getSource (War.java:1213)

    to weblogic.servlet.internal.War$ ResourceFinder.getSource (War.java:1203)

    at weblogic.servlet.internal.War.getResourceAsSource(War.java:512)

    at weblogic.servlet.internal.WebAppServletContext.getResourceAsSource(WebAppServletContext.java:3436)

    at weblogic.servlet.internal.WebAppServletContext.getResourceAsSource(WebAppServletContext.java:3427)

    at weblogic.servlet.internal.WebAppServletContext.getResourceAsStream(WebAppServletContext.java:872)

    to com.sun.faces.config.ConfigureListener$ WebXmlProcessor.scanForFacesServlet (ConfigureListener.java:805)

    to com.sun.faces.config.ConfigureListener$ WebXmlProcessor. < init > (ConfigureListener.java:768)

    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:178)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1871)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3173)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1529)

    2014-12-10 11:06:28 PST: State action WL: failure

    2014-12-10 11:06:28 PST: Action FAILED with State action WL: failure

    2014-12-10 11:06:28 PST: check the server log of your cloud service Java for more information about the failure.

    2014-12-10 11:06:28 PST: Application Deployment failed.

    2014-12-10 11:06:28 PST: 'Deploy the Application' complete: FAILED status

    
    

    I don't think that you would be able to update the library in the 'SaaS Extension' of JCS version and the version of JDeveloper using must be 11.1.1.7.1. He has however separated 'Service of Cloud Computing Java' that gives you complete control over the WLS...

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • Deploying ADF application to a managed server in weblogic - security ADF error

    Hello

    Our group wrote an ADF web application, we are trying to deploy on a weblogic managed server. So far, we have succumbed. The application deploys successfully to the AdminServer. Our facility:

    WebLogic version is 10.3.0. Domain name is adf_domain. We installed the ADF (ADF version is 11.1.1.0.0), JSTL (1.2.0.1), and the JSF (1.2.7.1) runtime libraries and they are addressing both the server administrator AND managed server called CollabServer. This server communicates with node Manager and you will be able to be started and the console of administration successfully. The AdminServer is on 7101 port, and the CollabServer is on port 7104. We do not use SSL.

    application.XML:

    <? XML version = "1.0" encoding = "windows-1252"? >
    < application xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd".
    version = '5' xmlns = "http://java.sun.com/xml/ns/javaee" >
    < display name > OracleRetailCollaboration < / display-name >
    <>module
    < web >
    < web - uri > orc.war < / web - uri >
    ORC < context root > < / root context >
    < / web >
    < / module >
    < / application >

    WebLogic - application.XML (as taken from the ear file):

    <? XML version = "1.0" encoding = "windows-1252"? >
    < application weblogic xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.bea.com/ns/weblogic/weblogic-application.xsd" xmln
    s = "http://www.bea.com/ns/weblogic/weblogic-application" >
    <>earpiece
    oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener <-listener class > < / listener class >
    < / earphone >
    < library-ref >
    < name of the library - > adf.oracle.domain < / library name >
    < / library-ref >
    < / weblogic application >

    WebLogic.XML (as taken from the file. War):

    <? XML version = "1.0" encoding = "UTF - 8"? >
    < weblogic-web-app xmlns = "http://www.bea.com/ns/weblogic/weblogic-web-app" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "work".
    w.bea.com/NS/WebLogic/WebLogic-Web-App http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd ' > '.

    <>container-descriptor
    < prefer-web-inf-classes > true < / prefer-web-inf-classes >
    < / container-descriptor >
    < security-role-assignment >
    valid users - < role name > < / role name >
    users of < SPN > < / main-name >
    < / security role assignment >
    < library-ref >
    < name of the library - > jstl < / library name >
    specification of the < version > 1.2 < / specification-version >
    < / library-ref >
    < library-ref >
    JSF < library name > - < / library name >
    specification of the < version > 1.2 < / specification-version >
    < / library-ref >

    < / weblogic-web-app >

    As I said, there is no deployment errors when deploying on the management server. However, we still see the following errors when deploying to the managed server:

    java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
    etc.

    This error occurs when the deployment using the < wldeploy > Ant task included with weblogic and the deployment of the application manually using the administration console.

    So I removed this WebLogic - application.xml:

    <>earpiece
    oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener <-listener class > < / listener class >
    < / earphone >

    Who decided the initial error (I guess that there is some sort of bug that causes of workaround is necessary). The following error is the following:

    java.lang.ClassNotFoundException: oracle.adf.share.security.authentication.AuthenticationServlet

    Yet once, we do not get this error when deploying to the AdminServer - ONLY the managed server CollabServer.

    Web.XML:

    ...
    < servlet >
    < name servlet - > adfAuthentication < / servlet-name >
    > the servlet class < oracle.adf.share.security.authentication.AuthenticationServlet < / servlet-class >
    < load-on-startup > 1 < / load-on-startup >
    < / servlet >
    ...
    < servlet-mapping >
    < name servlet - > adfAuthentication < / servlet-name >
    < url-pattern > /adfAuthentication / * < / url-pattern >
    < / servlet-mapping >
    ...

    I then added some jars of adf the ear file, finally get this error message:

    java.lang.ClassNotFoundException: oracle.adf.share.jsp.ADFLibUtils

    Any ideas on how to solve this problem? Thank you.

    Published by: user10451099 on April 15, 2009 12:10

    Dan,
    Thanks for remind me :-)

    Here are the steps we had to take to get a WLS managed to run an adf application without copying any jar in the field/lib directory:

    1. you should always install the adf runtime to any server you want the adf application to deploy on

    2. open the administration console, select the managed server and select the "start server" tab in the settings of trial.

    3. Add

    /u01/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/bea/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:
    /u01/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/bea/jrockit_160_05/lib/tools.jar:/u01/bea/wlserver_103/server/lib/weblogic_sp.jar:
    /u01/bea/wlserver_103/server/lib/weblogic.jar:/u01/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/u01/bea/wlserver_103/server/lib/webservices.jar:
    /u01/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/u01/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/u01/bea/jdeveloper/modules/features/adf.share_11.1.1.jar:
    /u01/bea/wlserver_103/common/eval/pointbase/lib/pbclient57.jar:/u01/bea/wlserver_103/server/lib/xqrl.jar:
    /u01/bea/patch_wls1030/profiles/default/sysext_manifest_classpath/weblogic_ext_patch.jar
    

    the classpath box, you need to change ' / u01/bea /' with your bea home. The classpath must be on a single line without CR/LF, I put in to make it readable.

    4. Add

    -Xms256m -Xmx512m -da -Dplatform.home=/u01/bea/wlserver_103 -Dwls.home=/u01/bea/wlserver_103/server -Dweblogic.home=/u01/bea/wlserver_103/server
    -Ddomain.home=/u01/bea/user_projects/domains/naa_qs -Doracle.home=/u01/bea/jdeveloper -Doracle.security.jps.config=/u01/bea/user_projects/domains/naa_qs/config/oracle/jps-config.xml
    -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.management.discover=false -Dweblogic.management.server=http://localhost:7001
    -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=
    -Dweblogic.ext.dirs=/u01/bea/patch_wls1030/profiles/default/sysext_manifest_classpath:/u01/bea/patch_jdev1111/profiles/default/sysext_manifest_classpath:/u01/bea/patch_cie660/profiles/default/sysext_manifest_classpath
    -Dweblogic.management.username=weblogic -Dweblogic.management.password=******** -Dweblogic.Name=GESTIS_QS
    -Djava.security.policy=/u01/bea/wlserver_103/server/lib/weblogic.policy
    

    editing area of the "Arguments". As with the change of calsspath ' / u01/bea ' your home BEA and change the domain name (in our case "naa_qs") to your domain name. change the managementuser and the password to your needs. As whith the classpath I put a CR/LF in the section of code to make it readable.

    5. save the changes and restart the server

    Essentially, all that we have copied the arguments of the admin server start script and more to add the path of the class.

    Timo

  • Deploy an application with the local database

    Hi all, I have written a Java for BlackBerry application using a local database (SQLite). During development, I choose to use PC filesystem for files from the SD card by selecting a folder that contains the .db (representing the SQLite DB) file. Now, I have to deploy the application on a real device using BlackBerry Desktop Manager... How can I deploy the DB?

    Thanks in advance.

    Kind regards

    Gianni.

    No BlackBerry Enterprise Server.  At first startup, the application can connect to a server and download the database.

  • Deploying adf applications.

    I need to use Ant in Jdeveloper 11 g to deploy applications web adf about 20.
    After that I run the build.xml, the ADF web application can be deployed on weblogic server.
    Ant what to do?

    There is here a step-by-steps [url http://www.oracle.com/technetwork/articles/adf/adf-essentials-098792.html]. See parts 4 and 7 (part 7 talks about the deployment part)

    John

  • How to deploy ADF Applications to Weblogic Server examples

    Hello

    I am a novice ADF and JDeveloper and Weblogic, now I have JDeveloper 10.1.3.3.0 and 10gR 3 of Weblogic Server installed on my machine, could you please teach me how to deploy http://blogs.oracle.com/smuenchadf/examples/ on my Weblogic Server examples?

    Thank you very much in advance!

    Best wishes
    Jia - Wei

    "Network adapter could not establish the connection.

    do you have create db connection and test?

    There is another way for the deployment.

    create the field of prod, you may need to extend your domain name to include libraries of the adf.
    Start the server administrator
    Goto, wl (http://:console) console create datasource
    Select the tunnel server protocol tab
    Create a connection to the server App (Application Server Browser View menu) in jdev
    Right-click on your App. GoTo Deploy - name of the application - to - new connection
    Run the jspx in the browser (http://:appname-ViewController-context-root/faces/jsfpagename.jspx)

  • Deploying ADF applications on Glassfish 3.1.2 two

    I have app ADF 11g version and the other on the 12 version.

    I want to run two glassfish servers at the same time on windows server 2008.

    I changed the port number and I have most of the adf to 11 on one, essential adf for 12 on the other.

    but I couldn't run two servers at the same time in windows server 2008.

    How I can run both servers at the same time?

    Create another domain of glassfish and set properties and the essentials of the adf. and run it in another port number.

  • Not able to run oracle ADF application (.ear) in integrated Jdev wls

    Hello

    I'm not able to run a simple ADF application in Integrated WebLogic Server of JDev. This application (.ear) worked very well before in the same jdev (11.1.1.3.0).

    The error of fact face is
    "< 20 July 2012 12:47:54 IST > < WARNING > < hats > < BEA-149007 > < new location source, 'C:\Documents and Settings\Atul Singh\Application Data\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\CallTracker', can be deployed to configured application, ' CallTracker [Version = V2.0]. The source of the application is 'C:\Documents and Settings\Atul Singh\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\upload\CallTracker\V2.0\app\CallTracker.ear'. Changing the location of the source is not allowed for a deployment earlier attempt. Try to deploy without specifying the source. >

    I checked the error in documents:

    BEA-149007
    ATTENTION: New location of the source, "newPath", can be deployed to configured application, 'name '. The source of the application is to 'configPath '. Changing the location of the source is not allowed for a deployment earlier attempt. Try to deploy without specifying the source.

    Description you cannot specify a new source for an application previously configured with another source.

    The cause of this error occurs when you try to change the location of the source for an application previously configured.

    Action deploy your application with the same source location that has been configured in the application.

    But I don't know where to change the location of 'source' or how to deploy "without specifying the source.

    Please notify.

    Best regards, Atul

    (a). after that you cancel the deployment by using the console, do not use the console to deploy it... just run your JDeveloper application
    (b) unless you tell us what real errors, there is not much more to say

  • How to pre-fill the ADF form with the data?

    Hi guys,.

    I was wondering how you go about the generation of a pre-filled form of ADF. Is this something that is done if the designer of the ADF and the business objects? or do you create database tables stay and bind in the ADF and the workflow. Specifically, I want that if a user is presented with a several drop-down lists when the human task of the initiator is executed.

    Thank you
    Ross

    Hi Ross
    1. Yes, in all first place in the database, we added all the data manually for all research. Its our own schema custom. We plan to provide a few simple administration screens in a different WebApps to maintain these values to search. Note that it is a different simple ADF application, with a layer of EJB and EJB layer calling this and get/update database values.

    2. in ADDITION, we have a few search values we get from system/application totally another as Oracle EBS Suite. To do this, we have created custom schema. In this custom scheme, we have a few stored procedures created by the developers of EBS database (they are more familiar with EBS). Now in our EJB layer, we use architecture JPA, call these stored procedures and get all values for the search and display in the TaskDetails page. These values are maintained in EBS itself, so we have not all custom within our SOA/BPM project admin screens.

    In conclusion, our SOA/BPM applications, we have 2 databases. First database is for components SOA where we run RCU comand and there all SOA_INFRA, MDS, diagrams ORABAM etc. The second database is for our custom schema specific to our application. Here, we have our own lookup tables, custom table and all cutom stored procedures than coonect to external EBS etc. Weblogic console, we have just to create a data source for this second database and use layer JPA (persistence.xml file). For the first database, you already know that in the creation of the field itself, it will create all sources of data also.

    Thank you
    Ravi Jegga

  • Problem of navigation by exposing existing ADF application as a portlet in WebCenter

    I joined my existing ADF application with WebCenter by following the steps mentioned in http://www.oracle.com/technetwork/developer-tools/jdev/ccset62-all-100884.html.

    In the homepage of our application, we are displays a table with a list of IDs and we are adding the user selected as a parameter of the URL id to display the following page dynamically.

    After integration of webcenter homepage is displayed correctly. But when I select an id home page, home page is once again appears instead of the next page. Even if I am not able to find any exception in the weblogic Server console.

    I don't know, but what I suspect is portlet ignores settings that are appended to the URL.

    Can someone help me solve this problem of navigation.


    Kind regards
    Kiran

    Published by: user13331987 on August 30, 2010 04:27

    Published by: user13331987 on August 30, 2010 04:46

    The difference with portlets and adf applications, is that you can not access the URL from the portlet settings. You need to spend your portlet page.
    You must first create a pageparameter that can be done in the links page or when running using the component of an oracle composer.

    This article describes how to wire set of portlets, but that's why you need of pageparameters and portletparameters:
    http://download.Oracle.com/docs/CD/E12839_01/WebCenter.1111/e10149/pages_wiring.htm

    You must do the same thing, but you have only 1 portlet and your page setting will be an EL statement where he gets the parameter of the URL. When you set the portlet for the pagaparameter parameter, the value of the pageparameter will be send to the portlet, and then you can ask that the value of your portlet.

    I've already implemented this on a webcenter application spaces so if you get stuck somewere, let me know.

  • How to deploy the application by using a file single .cod.

    Hello

    In my application, I'm Ksoap library. So I created a library for Ksoap project. and my application depends on this library project.

    Now, when I deploy the application, I need to install 2 .cod files

    1 - Ksoap

    2. my application.

    Is it possible, so that I can deploy the application with 1 single .cod file.

    The user must not install 2 .cod files. One .cod file should be enough so that he can run the application.

    Yes. In an alx file, you can simply add Ksoap_Library.cod in the tag.

  • ADF Application Tuning to improve performance

    Hello

    I use Jdeveloper 11.1.1.9, and I built an ADF application with root application Module and 8 Modules application Sub (8 services),

    and many simultaneous users can use the system of and I want to get the best setting of the application of the ADF , but I can't determine the values and properties to change for best performance.

    Note that I read a lot of articles, and to be honest I don't understand.

    If there is an example please provides.

    Thank you very much.

    There is no one who can give you good values, because they depend on the application and how it is used.

    Reading Andrejus Baranovskis Blog: Stress test Oracle ADF BC application - Passivation and Activation

    and Andrejus Baranovskis Blog: ADF Performance Marathon - 22-hour Stress Test and discover the good values by the stress test your application.

    Timo

Maybe you are looking for