URGENT: Deployment of ADF UIX application to Oracle App Server 10g

Hi,
Please let me know of documentation of how to deploy an ADF UIX application developed using Jdeveloper9.0.5.2 to Oracle Application Server 10g.
I have already created an WAR and EAR deployment profile. and also an ORacle APp server connection from the connections tab in Jdeveloper.
Thanks a lot.

Have a look at the JDeveloper online help (F1) there is a complete chapter about deploying:
http://helponline.oracle.com/jdeveloper/help/state/content/destination.2%7E9%7E1%7E6%7E/navSetId.jdeveloper/oldNavId.0/navId.0/oldNavSetId.jdeveloper/
Basically you need to deploy the ADF runtime libraries (use the ADF Runtime Installer), and then deploy your WAR.

Similar Messages

  • How to Create a DataSource to DB2 in Oracle App Server 10g

    Dear All
    I have to connect to DB2 from Oracle Application Server 10g.
    If anyone knows how to connect to DB2 from Oracle App Server 10g.
    Pls advice me..
    With Regards
    Suresh

    Hi,
       Once u created a data source. go to respective application component which u have assigned ducring creatinon of DS in RSO2 and right click on it and use replicate metadata.
    a popup with options 1. as data source
                                   2. as 3.x data source will come u select 2 one here and go on.

  • Deploying a custom Web Application in Oracle Apps 11.5.10..Urgent

    Hi,
    I need to develop and deploy a custom J2EE based Web Application in Oracle Apps (11.5.10).
    Is it mandatory to build it using OA framework?
    As an example, If I develop a "CD Library" J2EE application using JSPs(View),Servlet(Controller) and Utility classes(Model),will it be supported during upgrades in future.
    I have done the same in 11.5.9. (which doesn't have OA Framework support).
    I had deployed JSPs in $OA_HTML, Servlet and model classes in $OA_JAVA.
    I understand that the same is possible in 11.5.10.Can I follow the same approach for 11.5.10?What are the pros and cons?
    Basically, Why should I go for OA Framework to develop and deploy a custom J2EE WebApplication though I can do it as explained above.
    If you are aware of any article on this please share it with me.
    thanks,
    Gowtam.

    Hi,
    Thanks for the reply.
    To conclude my understanding,
    If I create a new J2EE web Application with
    - n number of JSPs
    - 1 servlet
    - and n number of Java model classes,
    I can deploy all these in $OA_HTML and $OA_JAVA and use it as custom application.
    I need few more clarifications
    My JSPs do not follow Oracle BLAF standards
    Java model classes are not BC4J objects
    The servlet is unique for the custom application and page flow does not include invoking OA.jsp.
    Stil, can i continue with my approach?
    Will it be supported during upgrade?
    Thanks,
    Gowtam

  • Use of Xerces Parser in out application with Oracle App Server 9.0.4

    The problem in brief:
    Our product is a web-app that runs under various Application servers.
    One of our customers who uses Oracle App server, recently upgraded from 9.0.2 (9g) to 9.0.4 (10g), and our product no longer works with the latter version.
    Our product uses XML parser Xerces 1.1.
    In 9.02 it was possible to replace the App servers parser with Xerces 1.1. In 9.02 it was possible to replace the App servers parser with Xerces 1.1 (We modified the opmn.xml file, setting the Java options for our oc4j instance bootclasspath with xerces parser). Hence, our product works.
    In 9.0.4, apparently, Oracle moved to a different parser, and it no longer allows the parser to be replaced. If the bootclasspath is modified with XERCES(tested various versions of xerces) parser, rightfully so ORACLE Application server does not start.
    Unlike other prominent Application Servers (such as webshpere etc,) the Oracle application server does not support separate JVMs or namespaces for web-apps either.
    We like, oralce application server, OC4J instance for our application to use the xerces parser version qualified with our product. We understand, replacing the XML parser for the entire Oracle Application Server is not supported function.
    Since, Oracle Application Server is loading the oracle 'xmlparserv2' at system class path, though the applicaton has xerces.jar in application path (either in AppLib or web-inf/lib directory, Its not a class loading issue) it is not getting used (since javax.xml.parsers.documentbuilderFactory is mapped to oracle parser).
    So, it looks like the only option available to us is to modify our product to use Oracle's XML parser. This is a major software change, and we want to keep it as last resort option.
    Any suggestion and help will be higly appreciated.
    Perraju Nadakuduty (raju)
    E-mail:[email protected]

    Raju --
    Thanks for the intelligent posting on a difficult issue for you.
    I wasn't aware of anything specifically being introduced that prevented the bootclasspath technique from working** in the 904 release.
    For 904, the bootclasspath needs to be put in the start parameters tag of the java-options tag.
    <process-type id="home" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" ... -Xbootclasspath/a:/java/lib/xerces.jar"/>
    </category>
    </module-data>
    </process-type>
    You can also try copying the xerces.jar into the jre/lib/ext directory so it's loaded by the system classloader and see if that works**. This will put xerces at the extension level so
    **these workarounds are not supported and will put you in an unsupported situation if a problem occurs.
    The good news is that have taken steps to clearly enable the separation of container versus appplication class spaces in thenext production release (10.1.3) of OC4J. We will be providing a new classloading model which cleanly separates the two namespaces and allows applications to provide their own versions or distributions of class libraries with no collisions with the OC4J runtime libraries.
    I don't know of any easy ways to do what you need -- other than reworking the app to use JAXP so that the parser implementation used is pluggable as you kind of allude to. If it was possible, I'd do that rather than hard coding in the use of the Oracle XML parser.
    But just to reiterate, switching in xerces at the bootclasspath level is not a supported operation since it may have an effect on the OC4J runtime operation.
    cheers
    -steve-

  • Correct version of jdeveloper to use with Oracle App Server 10g 10.1.2.0.2

    Hi,
    I just want to be sure, I am new to JDeveloper and I would just like to verify/ask what correct version of JDeveloper should we use so we could deploy the finished applications on our Oracle Application Server 10g 10.1.2.0.2 without errors?
    Looking at this support matrix: http://www.oracle.com/technology/products/jdev/htdocs/11/as_supportmatrix.html#1013
    I think we can use JDeveloper 10g (10.1.2)?
    I downloaded Jdeveloper 10.1.2 from this link: http://www.oracle.com/technology/software/products/jdev/htdocs/soft10g.html.
    Will this work well with Oracle Application Server 10g 10.1.2.0.2?
    Thank you very much,
    Mickey
    Edited by: [email protected] on Aug 13, 2009 2:20 AM

    Yes, it works well.
    --olaf                                                                                                                                                                                                                                       

  • Help reqd for a newbie on Oracle App Server 10g

    I installed Oracle 10g Appserver. I have used Websphere, WebLogic and other App servers. But, Iam completely new to Oracle 10g App Server. Can you guys help me how to go about it to deploy an application on Oracle 10g App Server and if any pointers are there, they are very very helpful.
    First of my problems, is that, it is asking me for "Enter your single sign-on username and password", when I give oc4jadmin/oc4jadmin, its giving "Incorrect username or password". Can someone give me a pointer to docs, if any to resolve these issues.
    TIA.
    Thanks a lot.
    Prashanth Babu.

    Hi Hamdy,
    Thanks for the quick response. I got the document on the deployment.
    I have installed Oracle Application Server SOA suite 10.1.3.1.0 (for WindowsXP) on my machine. I did a "Basic Install" on this.
    Iam not able to understand what to do with the problem of SSO.
    Any inputs for the problem would be of great help. Thanks a ton for the same.
    Regards,
    Prashanth Babu.

  • Jdeveloper 10.1.3.1 how to add Oracle App server 10g 10.1.3

    In our company we have installed IAS 10.1.3 on server which ip si: 10.1.5.230..
    the home path is: /oracle/ias10g/...
    I would like to add application server in Jdeveloper but I allways get the error:
    Error getting OC4J Process for: opmn-home+oc4j-10.1.5.230-6003-default:
    Error connecting to OPMN (is it running?): Connection refused: connect
    How I setup the connection:
    Step 1:
    Connection name: produkcija
    Connection type: Oracle Application Server 10g 10.1.3
    Step 2:
    Username: xxxxxx
    Password: xxxxxxx
    delploy password: yes
    Step 3: (here the problems come because I don't know if i select the right choice)
    Connect to: Single instance
    Host name: 10.1.5.230
    OPMN port: 6003
    OC4J instance name: home (is this ok? or I must insert the ORA home?)
    Step 4:
    Test connection:
    Error getting OC4J Process for: opmn-home+oc4j-10.1.5.230-6003-default:
    Error connecting to OPMN (is it running?): Connection refused: connect
    I can access the Enterprise Manager trough:
    http://asctiast2:7777/em/
    user/pass:
    oc4jadmin/welcome1
    what may be wrong? and what is the right procedure to setup connectio to my IAS?
    best regards

    Error connecting to OPMN (is it running?): Connection refused: connect
    Run the following command:
    C:/>OPMNCTL STATUS
    Does the output indicate OPMN is running?

  • How to start infrastructure db in oracle app server 10g

    Hi Following are processes
    Processes in Instance:
    infra.smtest02
    ------------------------------------------------+---------
    ias-component | process-type | pid |
    status
    ------------------------------------------------+---------
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 29220 | Alive
    DSA | DSA | N/A | Down
    HTTP_Server | HTTP_Server | 27869 | Alive
    OID | OID | N/A | Down
    The name of infrastructure database is infra, when i do tnsping i get this error
    /app/oracle/product/101202/bin (infra)>tnsping infra
    TNS Ping Utility for Solaris: Version 10.1.0.4.2 - Production on 08-SEP-2008 11:25:30
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    /app/oracle/product/101202/network/admin/sqlnet.ora
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=infra.co.uk))(ADDRESS=(PROTO
    =TCP)(HOST=203.134.166.99)(PORT=1521)))
    TNS-12535: TNS:operation timed out
    I am not able to start infra db as i get following errors due to init.ora file, i
    have not changed anything in the installed selected the default options
    SQL> conn / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/app/oracle/product/101202/dbs/initinfra.ora'
    /app/oracle/product/101202/bin (ORACLEID)>oidctl connect=infra server=oidldapd instance=1 start
    [gsdsiConnect] ORA-12170, ORA-12170: TNS:Connect timeout occurred
    Could not connect to the Database.
    any suggestions

    /app/oracle/product/101202/network/admin (ORACLEID)>cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /app/oracle/product/101202/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLEID =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = smtest02)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORACLEID.siemens.com)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = smtest02)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    # listener.ora Network Configuration File: /app/oracle/product/101202/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /app/oracle/product/101202)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = oracleid.siemens.com)
    (ORACLE_HOME = /app/oracle/product/101202)
    (SID_NAME = oracleid)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = smtest02)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    These are default entires during installation of app server
    ORACLEID is the instance name of ORalce Internet Directory.

  • Unable to start oracle app server 10g through opmnctl file Red Hat linux

    Hi gurus,
    I have a VM (Red Hat Linux based). I am not able to start my application server 10g through opmnctl file (exists in opmn/bin folder).
    I open that folder opmn/bin through terminal and write the following command
    opmnctl startall
    nothing is happening... is there any way to start the server through GUI?
    can you please guide me.
    Thanks

    process has been started now..Please post the result of$ $ORACLE_HOME/opmn/bin/opmnctl status
    after that when I run the it from browser nothing is comming..Don't you get any error ?
    for app server admin i wrote http://pcname:port/
    This should work. Is port the correct one ? Check out $ORACLE_HOME/install/portlist.ini. Did you try IP address, instead of pcname ? Do you have any active firewall on your linux server ?
    for simple form run http://pcname:port/frmservlet/
    This one should be http://pcname:port/forms/frmservlet

  • Compiling oracle 6i forms on Oracle Apps Server 10g on Solaris 10 server

    I am tryin to compile oracle 6i forms which are workin on anohter linux server. I have an .env file where $ORACLE_HOME and other parameters are mentioned. Now i;ve been told that there is some display manager service is required on Solaris for these forms to be compiled successfully like Xvfb or something. Can anyone plz tell me how to run this deamon and make sure it;s accessible to forms compilation

    i really don;t know if u have time to go throught all of the details below. But i think this would give you a clear picture of wat i am tryin to do.
    this is the shell script i am using for compiling forms
    #!/usr/bin/ksh
    frmname=$1
    if [ $# -ne 1 ]; then
    echo usage `basename $0` formname_or_first_few_characters
    exit
    fi;
    set -a
    # set this to the location of your IAS environment file
    /export/home/devnew_d/IASDBK_HOME/server/devnew_d.env
    set +a
    CONNECTSTRING="devnew_d/devnew_d@dbklsdev"
    for f in `ls -1 $frmname*.fmb`
    do
    PREFIX=`echo $f | cut -c1-3`
    # if [ "$PREFIX" = "uix" ]; then
    # continue
    #fi
    echo "Compiling $f";
    bfile=`/bin/basename $f '.fmb'`
    frmcmp Userid=${CONNECTSTRING} Module=$f Output_File=${bfile}.fmx Build=yes Window_state=Minimize Batch=yes Compile_all=no upgrade=no
    if [ "$?" != "0" ]; then
    echo ++++++++++++++++++++++++++++++++++++
    echo Error building $f
    echo ++++++++++++++++++++++++++++++++++++
    else
    rm -f ${bfile}.err
    fi
    done
    now when i execute the script this is result i get
    [devnew_d@himalaya]$ compile_forms u
    /export/home/daybreak/bin/compile_forms: /home/devjp10/IASDBK_HOME/server/devjp10.env: not found
    I think the issue lies within the devnew_d.env file, so here is a copy of the .env file
    # $Id: default.env 27-jul-2006.03:23:29 shvaramb Exp $
    # default.env - default Forms environment file, Solaris version
    # This file is used to set the Forms runtime environment parameters.
    # If a parameter is not defined here, the value used will be that defined
    # in the environment in which the servlet engine (OC4J or JServ) was started.
    # NOTES
    # 1/ The Forms installation process should replace all occurrences of
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting, and all occurrences of <percent>O_JDK_HOME<percent> with
    # the location of the JDK (usually $ORACLE_HOME/jdk).
    # Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    ORACLE_HOME=/oracle/ora10gforms
    # Search path for Forms applications (.fmx files, PL/SQL libraries)
    FORMS_PATH=/export/home/devnew_d/IASDBK_HOME/DEVNEW_D/forms
    DAYBREAK_HOME=/export/home/devnew_d/IASDBK_HOME/DEVNEW_D
    TNS_ADMIN=$ORACLE_HOME/network/admin
    # webutil config file path
    WEBUTIL_CONFIG=/oracle/ora10gforms/forms/server/webutil.cfg
    # Disable/remove this variable if end-users need access to the query-where
    # functionality which potentially allows them to enter arbitrary SQL
    # statements when in enter-query mode.
    FORMS_RESTRICT_ENTER_QUERY=TRUE
    # Java class path
    # This is required for the Forms debugger
    # You can append your own Java code here)
    # frmsrv.jar, repository.jar and ldapjclnt10.jar are required for
    # the password expiry feature to work(#2213140).
    CLASSPATH=/oracle/ora10gforms/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/oracle/ora10gforms/jlib/repository.jar:/oracle/ora1
    0gforms/jlib/ldapjclnt10.jar:/oracle/ora10gforms/jlib/debugger.jar:/oracle/ora10gforms/jlib/ewt3.jar:/oracle/ora10gforms/jlib/share.jar:/oracle/ora10gforms/j
    lib/utj.jar:/oracle/ora10gforms/jlib/zrclient.jar:/oracle/ora10gforms/reports/jlib/rwrun.jar:/oracle/ora10gforms/forms/java/frmwebutil.jar
    # The PATH setting is not required for Forms if the Forms executables are
    # in <ORACLE_HOME>/bin. However, it is required if Graphics applications
    # are called from Forms applications.
    PATH=/oracle/ora10gforms/bin
    # Settings for Reports
    # NOTE: This setting is only needed if Reports applications
    # are called from Forms applications
    # However, because of bug 2336698 where a report is started from
    # a forms debugger session with an already running JVM, then
    # the report's class path should also be included in the forms
    # class path.
    # We no longer need to set REPORTS_CLASSPATH as forms will
    # always start the JVM before calling reports.
    # Settings for Graphics
    # NOTE: These settings are only needed if Graphics applications
    # are called from Forms applications
    # Please uncomment the following and put the correct 6i
    # oracle_home value to use Graphics applications.
    #ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>
    # Search path for Graphics applications
    GRAPHICS60_PATH=
    # Settings for Forms tracing and logging
    # Note: This entry has to be uncommented to enable tracing and
    # logging.
    #FORMS_TRACE_PATH=<FORMS_ORACLE_HOME>/forms/server
    # System settings
    # You should not normally need to modify these settings
    # Path for shared library objects
    # This is highly platform (if not machine) specific ! At install time
    # <percent>LD_LIBRARY_PATH<percent> should be replaced with the
    # actual value of the LD_LIBRARY_PATH environment variable (at install
    # time). That should ensure we have the paths for such necessities as
    # the motif and X11 libraries.
    # Explanations:
    # - Reports needs the path for libjava.so
    # (.../jre/lib/sparc)
    # - Forms needs two paths to the jre, for libjvm.so and libhpi.so
    # - In JDK 1.4.1 the location of libjvm.so is lib/sparc (there is no
    # classic directory) so we do not include the .../classic directory
    # below. There are other versions of libjvm.so (in directories server,
    # client and hotspot) but we will use the version in lib/sparc for now.
    LD_LIBRARY_PATH=/oracle/ora10gforms/lib:/oracle/ora10gforms/jdk/jre/lib/i386/server:/oracle/ora10gforms/jdk/jre/lib/i386/native_threads:/tmp/OraInstall20
    07-02-13_07-43-33PM/jre/1.4.2/lib/i386/client:/tmp/OraInstall2007-02-13_07-43-33PM/jre/1.4.2/lib/i386:/tmp/OraInstall2007-02-13_07-43-33PM/jre/1.4.2/../lib/i
    386:/usr/lib

  • How to install Oracle App Server 10g (10.1.3) on Windows 7 Machine

    Hi,
    I am unable to install Oracle 10g (10.1.3) on Windows 7 machine.
    The installer setup.exe check the OS version,before the installation and close the process.
    Please help me.
    Please send the complete steps to setup the oracle 10g release 10.1.3 for Windows 7

    Sorry ,
    Where I enable the check box verified by user & Where is this option.
    I run this setup using command prompt.

  • Error While Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3

    Hi All,
    I am Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3
    My JDeveloper Version is - JDeveloper10.1.3.0.4
    I followed Following Links for Deployment
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11/demos/wls/wls.html
    http://blog.fekw.de/2008/08/23/howto-install-adf-10-runtime-and-deploy-adf-bc-app-to-oracle-weblogic-103-running-on-linux/
    I am Getting Following Error
    java.lang.NoClassDefFoundError: oracle/xml/parser/v2/XMLParseException
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.<clinit>(ADFPhaseListener.java:463)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:711)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:400)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:328)
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    Thanks
    Vijay Chavan

    My bc4j.conf file is like bellow and my datasource name is expertDS
    <BC4JConfig>
    <AppModuleConfigBag>
    <AppModuleConfig name="DeptAMLocal">
    <AppModuleJndiName>model.ent.DeptAM</AppModuleJndiName>
    <DeployPlatform>LOCAL</DeployPlatform>
    <JDBCName>expert</JDBCName>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <jbo.project>Model</jbo.project>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMEmbeddedAS">
    <jbo.internal.embedded>true</jbo.internal.embedded>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <ApplicationPath>current-workspace-app</ApplicationPath>
    <ConnectionPort>23891</ConnectionPort>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <HostName>localhost</HostName>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <java.naming.security.credentials>
    <![CDATA[{904}05DDD90D64C79A7BC508C94B403DD81551]]>
    </java.naming.security.credentials>
    <java.naming.security.principal>oc4jadmin</java.naming.security.principal>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMAS">
    <jbo.ampool.maxinactiveage>300000</jbo.ampool.maxinactiveage>
    <AppServerConnectionName>weblogic</AppServerConnectionName>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.ejb.txntimeout>86400</jbo.ejb.txntimeout>
    <DtMiddleTierDeploymentProfile>../ModelMiddleTier1.deploy</DtMiddleTierDeploymentProfile>
    <jbo.security.enforce>Test</jbo.security.enforce>
    <jbo.ampool.maxpoolsize>600</jbo.ampool.maxpoolsize>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <DtDeploymentProfile>../ModelEJB1.deploy</DtDeploymentProfile>
    <jbo.ampool.doampooling>false</jbo.ampool.doampooling>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <DtCommonDeploymentProfile>../ModelCommon1.deploy</DtCommonDeploymentProfile>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <jbo.ampool.minavailablesize>0</jbo.ampool.minavailablesize>
    <ApplicationPath>BackBoneEJB</ApplicationPath>
    <jbo.ampool.monitorsleepinterval>10000</jbo.ampool.monitorsleepinterval>
    </AppModuleConfig>
    </AppModuleConfigBag>

  • How to deploy ADF applications in Oracle apps

    Hi,
    I just gone thru demos on ADF rich client applications using jdeveloper 11g.My doubt is how to deploy and use these from oracle apps.Is ADF supported in R12.If yes then could anybody provide me steps to deploy code at unix file system and how to create form functions for accessing jspx pages?
    I know that in OAF, we can deploy server components at $OA_java and PG.xml files using xml importer and we can create form functions for PG.xml files.Similarly what are the steps to deploy and access ADF applications thru oracle apps.
    Thanks,
    ashok

    ADF Rich Client Components need a newer server than the one that comes with Apps R12.
    So what you'll need to do is have a separate WebLogic 10.3 server where you deploy the ADF Rich Client Applications.
    You can call them from your Apps by customizing your current apps and adding a button or link that just calls the URL where your ADF apps are.

  • How to deploy the ADF libraries to the OracleAS

    Hi
    I have 10g ias running on Solaris and am using 905 (preview) jdev, however when I deploy to my iAS server
    my app does not run because ADF is not supported yet.
    How do I deploy the ADF libraries to the OracleAS ?
    I have tried ticking the ADF Model Runtime and ADF Controller runtime on the War deployment profile settings panel under WEB-INF/lib, but this did not work
    Many Thanks

    Hi Puthanampatti,
    Thanks for your instruction.
    I've installed JDev 11g and downloaded a sample adf project, but met the following error after running the jspx file which caused the deployment failed:
    <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1262923285843' for task '2'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
         Truncated. see log file for complete stacktrace
    weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: The Network Adapter could not establish the connection
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:256)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1149)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1073)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:232)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1051)
         Truncated. see log file for complete stacktrace
    Could you please help me on that? You can add my Pidgen account [email protected] if a web conference is needed.
    Thanks a lot!
    Best wishes,
    Jia-Wei

  • Is there new "Complete ADF UIX Application" for 10G Production?

    Is there a new version the tutorial "Complete ADF UIX Application (Browse, Create, Update, Delete)".
    The one I found
    http://otn.oracle.com/products/jdev/collateral/tutorials/9050/adfuix_tut.html
    is for 10G preview.
    Or is this version still current enough for production?
    Thanks, Steve

    Hi Steve -
    As far as I can tell, this is the new (production) version of the UIX tutorial:
    http://otn.oracle.com/obe/obe9051jdev/uixTutorial/lesson_UIX.htm
    Andy

Maybe you are looking for

  • Double clicking does not open an app or a folder

    I'm writing this for a friend, because she cannot get to this page. Double-clicking (almost always - except when it doesn't) opens a query window. If it's an app in the dock, it queries "Remove from dock, open @ log in ..." When I double click Docume

  • While executing applyserverbehavior in repeatedregion.htm a javascript error occurred

    "While executing applyserverbehavior in repeatedregion.htm a javascript error occurred". Can't find anything at all relevant to CS3 after googling this. What I did find seems to indicate a problem with DW. But where??? Heeeeeeeeeelp please. Thanks!

  • Error While Generation (Jheadstart Evaluation version) Jdeveloepr 10.1.3.1

    [SalesRepLOVTable.jspx, default/item/table/tableTextInput.vm] Velocity log [error] Method get threw exception for reference $JHS in template default/item/table/tableTextInput.vm at [1,5] [SalesRepLOVTable.jspx, default/item/table/tableTextInput.vm] o

  • Backlight problem with software updat 1.1 for neno

    the new 1.1 software update of 'iPod Updater 2006-01-10' for neno stuffs up the backlight. if i leave the light in always off or always on and try to use (press and hold) menu button to manually switch on and off the back light DOES NOT WORK any more

  • IPod restarts when I play certain podcasts, help...

    Ok so this doesn't happen with all podcasts, just my favorite one. And only then the ones that I haven't heard yet, the ones I have open up fine. The second I try to listen to a new one, it flips over to the screen like it's about to start playing, a