ADF Libraries BUG?

Hi,
I'm using JDeveloper 11.1.1.2 (JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536) and we have some problems with ADF Libraries.
We can attach a library and works fine, but the problem appears when I detach this library and attach a new one (but we don't delete the old file from filesystem)... that is because we change the name of the library with a version number...
After a lot of problems we realize that JDeveloper don't delete the links to the older library at the .jpr file and the ADF_Library_Dependencies.
You must close Jdeveloper, edit xxxx.jpr with a Text Editor and delete the link, and to the same with the ADF_Library_Dependencies file too.
There is a better way to do this from the IDE?
Thank You.
JP

Thanks for your reply Frank.
Frank Nimphius wrote:
Thanks Jan.
I used the testcase with JDeveloper 11.1.2.3 and what I see is that when you remove a library it is not removed. Instead, when you add this back, then another entry with a different version number is added. This means that if the file names in the libraries don't change then the original files are loaded into the classpath because they appear first in the project. I filed bug 16009860 against 11.1.2.3 with a reference to the same behavior in 11.1.1.6
Frank
Edited by: Frank Nimphius on Dec 17, 2012 11:52 AMAdding your feedback on http://java.net/jira/browse/ADFEMG-77 in the JIRA issue itself will probably be less confusing.
regards
Jan

Similar Messages

  • [JDevelopper 10g]problem deploying ADF libraries with JBOSS 3.2.1

    Hi,
    i'm testing JDevelopper 10g preview and i encounter i problem when i deploy the ADF libraries into my JBoss 3.2.1 directory.
    I follow the tutorial wich implements a simple ADF Aplication, based on a simple JSP page, with Struts, BC4J.
    It works well on OC4J...
    So i want to run my application under JBoss 3.2.1
    I try to follow the steps described in the help file but once the libraries (ADF) are copied to JBoss directory, this one does not start anymore....
    any idea ?

    Gilbert,
    actually JDeveloper 10g preview isn't tested on other J2EE servers than OC4J (the price we had to pay for being able to release a preview in time).
    So I cannot really tell what's going wrong there. However, the production release of JDeveloper 10g will support deployments to other Application Servers.
    Frank

  • Calling bounded task flows imported as ADF libraries

    Hello,
    I have a main application referencing many bounded task flows included in ADF libraries.
    Is there a way to make the application not throwing exceptions if one of these libraries including the called task flow is not found?
    The first question is how to catch the exception "Caused by: oracle.adf.controller.ControllerException: ADFC-02001"
    The second problem is that once an exception is thrown , the only way to make the application work again with that task flow is to redeploy the whole application with the missing library in the proper place.
    It seems it is not possible to just add the library at run-time.
    Redoplying an application also seems to invalidate all the current open sessions.
    Could you give me suggestions or best practice on making the main application more indipendent from the libraries?
    Thanks.

    Hello Frank,
    It seems there's no way to catch the exception thrown when dinamically calling a bounded task flow in a (missing) library. In facts, I added the single page of the main application as default exception handler activity. I also tried to catch ALL exceptions in the Launcher class below, but I had no luck at all. Task flows are called dinamically from this common piece of code (appropriate for the UI Shell template):
    try {
    if (newTab) {
    TabContext.getCurrentInstance().addTab(title, taskflowId);
    } else {
    TabContext.getCurrentInstance().addOrSelectTab(title,
    taskflowId);
    } catch (TabContext.TabOverflowException toe) {
    toe.handleDefault();
    } catch (ControllerException ce) {
    System.out.println("The flow arrives here " + title + ": " + taskflowId);
    } catch (RuntimeException re) {
    System.out.println("The flow arrives here " + title + ": " + taskflowId);
    } catch (Exception e) {
    System.out.println("The flow arrives here " + title + ": " + taskflowId);
    I also tried to call the task flow in a remote application, but TabContext.getCurrentInstance().addTab(title, taskflowId) expects the taskflowid to be part of the main application, not of the remote app, since addTab() always add a "/" before the taskflowid String passes as parameter.
    So again my question: is there a way to profit by the dynamic features coming along with the UI Shell template, where task flows can be really referenced and called each time at run-time, no matter if libraries containing these task flows are present or not when deploying the caller application?
    I also repeat that from the tests I have done it looks like I can deploy the caller application without the referenced ADF libraries in their place (containing taskflows that should be called at run-time on user actions), but the problem in this case is that after that moment there's no way to fix the problem by just adding the missing library, that is you cannot place the library where it is expected to be and expect the caller to work after next call; this will just not work until next deploy of the calling application when libraries are in place . We also don't want completely separate web applications. We need task flows integration with the chance to modify and deploy these taskflows as ADF libraries at run time, separately from the caller of the taskflow, without needing to restart/deploy the caller application everytime a libraries changes or a missing library is added.

  • Upgrading WLS+ADF to 11.1.1.6: problem with ADF libraries

    Hi,
    I'm upgrading a standalone ADF environment (on RHEL5 64-bit) from 11.1.1.2.0 to 11.1.1.6.0. I followed note 1408663.1 "How to upgrade a WLS domain extended with ADF libraries" so first upgraded WLS to 10.3.6., then uninstalled Application Developer and finally installed the new ADF Runtime.
    When I ran the upgradeJRF command in wlst for my existing domain, I got a listing of 11.1.1.2.0 targets and no mention of 11.1.1.6.0 (no error messages either, though). Starting the servers I'm still seeing deployments such as adf.oracle.domain(1.0,11.1.1.2.0) and adf.oracle.domain.webapp(1.0,11.1.1.2.0). Shouldn't these be 11.1.1.6.0 now? Also tried re-deploying my application, re-built with JDeveloper 11.1.1.6.0, but the library deployments are still on 11.1.1.2.0.
    How can I upgrade the existing domain to 11.1.1.6.0?
    Regards,
    Joonas

    hi Joonas
    Joonas Linkola wrote:
    ...Starting the servers I'm still seeing deployments such as adf.oracle.domain(1.0,11.1.1.2.0) and adf.oracle.domain.webapp(1.0,11.1.1.2.0). Shouldn't these be 11.1.1.6.0 now? ...See also the related ADFEMG JIRA issue ADFEMG-112, "ER 12834041 : ADF RUNTIME LIBRARIES DON'T SHOW THE CORRECT VERSION NUMBERS IN WLS CONFIG.XML"
    at http://java.net/jira/browse/ADFEMG-112
    (or the forum message at Re: ADF Version to be used on a FormsReports 11gR2 install )
    regards
    Jan Vervecken

  • 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

  • How to create new OC4J instance in AS 10.1.3 with BC4J- and ADF-Libraries

    Hi
    I have done all the steps mentioned in this thread:
    How to create new OC4J instance in AS 10.1.3
    However, the new created OC4J instance obviously misses some libraries. If I deploy my Application to this OC4J I get an internal error: Class not found: oracle.jbo.JboException.
    The same Application runs well in the "home" Instance.
    What is the trick, to create a new OC4J instance, which more or less behaves the same way as the "home" instances (and especially has all the same libraries)?
    Thanks for your help
    Frank Brandstetter

    I encountered this last month. I definitely agree that it is a glaring omission to not have "Create Like" functionality when instantiating new containers. Here's my notes on the manual steps required after using createinstance to create the fresh container. Not too bad. I've been deploying ADF applications to the new container with no problems after this.
    ==============
    The default (home) OC4J container is pre-configured for ADF 10.1.3 applications; however, when $ORACLE_HOME/bin/createinstance is used to create additional containers, these containers are not configured automatically to host ADF 10.1.3 applications.
    I followed these manual steps:
    1. $ORACLE_HOME/j2ee/home/config/server.xml defines three shared libraries that "install" the needed JARs for Oracle ADF applications in your application server instance (container). Note that "install" does not necessarily mean available to applications (see Step 2). Copy the three shared library element definitions to the <application-server> element of your new container (in server.xml).
    <shared-library name="oracle.expression-evaluator" version="10.1.3" library-compatible="true">
         <code-source path="/usr2/oracle/as10130/jlib/commons-el.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/oracle-el.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/jsp-el-api.jar"/>
    </shared-library>
    <shared-library name="adf.oracle.domain" version="10.1.3" library-compatible="true">
         <code-source path="/usr2/oracle/as10130/BC4J/lib"/>
         <code-source path="/usr2/oracle/as10130/jlib/commons-cli-1.0.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/concurrent.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/mdsrt.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/share.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/regexp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/xmlef.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfmtl.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfui.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adf-connections.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/dc-adapters.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordim.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordhttp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/ojmisc.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/jdev-cm.jar"/>
         <code-source path="/usr2/oracle/as10130/lib/xsqlserializers.jar"/>
         <import-shared-library name="oracle.xml"/>
         <import-shared-library name="oracle.jdbc"/>
         <import-shared-library name="oracle.cache"/>
         <import-shared-library name="oracle.dms"/>
         <import-shared-library name="oracle.sqlj"/>
         <import-shared-library name="oracle.toplink"/>
         <import-shared-library name="oracle.ws.core"/>
         <import-shared-library name="oracle.ws.client"/>
         <import-shared-library name="oracle.xml.security"/>
         <import-shared-library name="oracle.ws.security"/>
         <import-shared-library name="oracle.ws.reliability"/>
         <import-shared-library name="oracle.jwsdl"/>
         <import-shared-library name="oracle.http.client"/>
         <import-shared-library name="oracle.expression-evaluator"/>
    </shared-library>
    <shared-library name="adf.generic.domain" version="10.1.3" library-compatible="true">
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/bc4jdomgnrc.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/lib"/>
         <code-source path="/usr2/oracle/as10130/jlib/commons-cli-1.0.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/concurrent.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/mdsrt.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/share.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/regexp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/xmlef.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfmtl.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfui.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adf-connections.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/dc-adapters.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordim.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordhttp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/ojmisc.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/jdev-cm.jar"/>
         <code-source path="/usr2/oracle/as10130/lib/xsqlserializers.jar"/>
         <import-shared-library name="oracle.xml"/>
         <import-shared-library name="oracle.jdbc"/>
         <import-shared-library name="oracle.cache"/>
         <import-shared-library name="oracle.dms"/>
         <import-shared-library name="oracle.sqlj"/>
         <import-shared-library name="oracle.toplink"/>
         <import-shared-library name="oracle.ws.core"/>
         <import-shared-library name="oracle.ws.client"/>
         <import-shared-library name="oracle.xml.security"/>
         <import-shared-library name="oracle.ws.security"/>
         <import-shared-library name="oracle.ws.reliability"/>
         <import-shared-library name="oracle.jwsdl"/>
         <import-shared-library name="oracle.http.client"/>
         <import-shared-library name="oracle.expression-evaluator"/>
    </shared-library>
    2. To make the necessary ADF and JSF support libraries available to your deployed ADF application, the default application (that your ADF application and the majority of applications should inherit from) should explicitly import the shared library in the <orion-application> element of $ORACLE_HOME/j2ee/<your container>/config/application.xml.
    <imported-shared-libraries>
         <import-shared-library name="adf.oracle.domain"/>
    </imported-shared-libraries>
    Note: the adf.oracle.domain shared library imports several other shared libraries including oracle.expression-evaluator.

  • Is it legal to deploy ADF libraries to Tomcat?

    Hi,
    I saw some posts that describe decouple ADF from Weblogic and deploy the libraries to other app servers. As I known, ADF is free, but not open source. So, is it illegal to deploy to Tomcat?
    Thanks

    You are wrong that ADF is free.
    From the license:
    >
    "Components" refers to Oracle TopLink and Oracle Application Development Framework (ADF) which consists of the following components of the Programs: Oracle ADF Business components (aka Business Components for Java), the ADF Model Layer, ADF's Struts Data Actions or Data -Pages, ADF UIX, ADF Swing (aka Jclient), ADF Faces components ADF Mobile, ADF Controller, ADF Data Visualization components, and ADF Security.
    We grant you a nonexclusive, nontransferable limited license to use the Components and the Oracle WebLogic Server only for the purpose of developing a single prototype of your application for your internal business operations, and not for any other purpose. If you want to use the application you develop using the Components, or the Oracle WebLogic Server, for any internal data processing or for any commercial or production purposes you must contact us, or an Oracle reseller, to obtain the appropriate license. If you want to use the Program or Components for any purpose other than as expressly permitted under this agreement you must contact us, or an Oracle reseller, to obtain the appropriate license.
    >
    So you are free to develop an app using ADF, but if you use it, you need a license, regardless if you use WLS or Tomcat.
    Timo

  • ADF Faces w/ADF BC: Bug(?) w/null values in drop down list in find mode

    Using JDev 10.1.3.0.4.
    I have a page that shows a single record. The user can toggle between regular and Find mode to enter query by example criteria.
    One of the fields has been bound to a dynamic list. The "No Selection" Item in the List Binding Editor is set to "Selection Required".
    When editing a record, this list does not have an empty item. When the user enters find mode, the list has an empty item in the list - which makes sense since the user might not want to search on a value in that particular field.
    However, if the user enters find mode, selects an item from the list, executes the query (Execute action), and enters find mode again then the empty item no longer shows up in the list. Is this a bug?
    (Note - there is an easy workaround - if you delete and create in find mode, then the new critieria record has the list fixed with an empty item in it.)

    Using JDev 10.1.3.0.4.
    I have a page that shows a single record. The user can toggle between regular and Find mode to enter query by example criteria.
    One of the fields has been bound to a dynamic list. The "No Selection" Item in the List Binding Editor is set to "Selection Required".
    When editing a record, this list does not have an empty item. When the user enters find mode, the list has an empty item in the list - which makes sense since the user might not want to search on a value in that particular field.
    However, if the user enters find mode, selects an item from the list, executes the query (Execute action), and enters find mode again then the empty item no longer shows up in the list. Is this a bug?
    (Note - there is an easy workaround - if you delete and create in find mode, then the new critieria record has the list fixed with an empty item in it.)

  • ADF FACES: bugs in isLaunchingDialog and peekView

    I have a page that I may use as a dialog in one workflow and as a directly navigable page in another. I need the page to configure itself based on whether it was launched as a dialog or not.
    After reading the documentation on AdfFacesContext, it seemed that the isLaunchingDialog method or possibly peekView would offer me access to this data. However, neither of these methods ever seem to return anyting other than false and null, respectively.
    I have two places where a dialog is created (one using an outcome starting with "dialog:" and another is an instance of af:inputSelectText. I have installed NavigationHandlers and ViewHandlers to track the process flow, and at each interesting step I dump the values of the two methods listed above. They are ALWAY false and null. An example of the debug (as simple as it is) is below:
    System.out.println("renderView: launchingDialog=" +AdfFacesContext.getCurrentInstance().isLaunchingDialog());
    System.out.println("renderView: peek.UIRoot=" +AdfFacesContext.getCurrentInstance().peekView());
    Are these methods busted? Is there some trick to using them?
    Is there any other way to determine that the current view is being rendered as a dialog?
    Thanks.

    These methods are both working as intended, sorry to say.
    isLaunchingDialog() is a per-request method we use internally to remember if someone's launched a dialog in this request. It doesn't tell you if a dialog is visible. It's hard to envisage a use for clients.
    Meanwhile, peekView() is going to return null here because the dialog launching code only uses pushView() and popView() on platforms that don't have enough machinery to show a true dialog. With the original window still open, we've no need to call pushView() (and don't).
    At this time, there's no API that you could use to detect whether you're in a dialog at this particular moment.

  • TP4 ADF BC [BUG] view link are not updated after database synchronization

    I have a table with a recursive relationship.
    By mystake, I created a recursive foreign key for the same attribute (deptid->deptid instead of deptid->parentdeptid).
    I generated entity, view and application module from this schema.
    When compiling, errors was produced indicating the problem.
    I corrected the problem in offline database, generate the changes into the database successfully.
    I ask to synchronize the entity with the database, the changes was identified correctly and a new association was created.
    First remark: the old one still there and it was necessary to delete it and rename the new generated one (to be consistent with other name). May be an option to overwriting the old one will be more pleasant, may be asking if the new one has to replace an existing one and show a list of existing ones.
    Regenerating the association was correct and one error was removed when compiling again. The error on the view link still there.
    I would like to delete the assoc and recreate it from the entity assoc but it was not possible easily because the view link is used in the application module !!!!
    It will be nice to permit to regenerate an existing view link from an entity association without deleting it.
    May be it is a better way to synchronize ? I would be very interesting to know how to achieve it as the best !

    Was the inability to have the synchronization remove the key specific to the existing association's being self-referential, or if your initial association was from DeptId to some other attribute (which you then corrected) would the synchronize have fixed the problem?
    The simplest way to achieve what you want given existing features would be to have delete the view link instance, view link, and association, follow by resynchronizing (I believe), then recreating the viewlink and adding back the view link instance.

  • JDeveloper 10g Release 3: Oracle ADF Tutorials bugs

    I downloaded the latest release of JDeveloper 10g Release 3 together with the tutorial and scripts setting up the SRDemo schema yesterday but running the scripts is giving a lot of errors. Any help?

    Can you be a little more specific about the error you are getting?

  • Refresh ADF Library Dependencies

    JDeveloper 11.1.1.3.0
    ADF Library Dependencies are written when we add an adf library to a project, but currently we are finding an issue where our main project is missing a ClassDef because one of its library did not refresh their ADF Lib Dependencies.
    Ex.
    ProjectA.jar
    ProjectB.jar (uses ProjectA)
    ProjectC.jar (uses ProjectB, ADF Lib. Dependencies on ProjectA)
    IF a project lets say ProjectX.lib was added to ProjectA, we will need to refresh the Lib Dependencies on B and C just to make sure that C will compile correctly.
    In this scenario, what is the best approach or best practice to make sure that all the dependent projects gets updated whenever a library gets added?

    chk this
    ADF Libraries BUG?
    http://andrejusb.blogspot.com/2011/04/strange-day-adf-library-profile.html
    1)what's the ADF_Library_Dependencies.library in every project e.g xModel? it contains all the dependency jars..
    2)the name space url of the file is unreachable, how can i get it? http://xmlns.oracle.com/jdeveloper/110000jlibrarynode
    Why do u need this..??
    3) we foud it does not include all the dependent libraries, y?The entries are the dependencies of the added jar
    4)Some times, it causes failure of application deployment and it workds after deletling it, y?http://adfhowto.blogspot.com/2010/10/adding-lib-jar-dependency-to-my-project.html

  • What's the ADF_Library_Dependencies.library in every project e.g xModel?

    Hi there,
    1)what's the ADF_Library_Dependencies.library in every project e.g xModel?
    2)the name space url of the file is unreachable, how can i get it? http://xmlns.oracle.com/jdeveloper/110000jlibrarynode
    3) we foud it does not include all the dependent libraries, y?
    4)Some times, it causes failure of application deployment and it workds after deletling it, y?
    thanks first.

    chk this
    ADF Libraries BUG?
    http://andrejusb.blogspot.com/2011/04/strange-day-adf-library-profile.html
    1)what's the ADF_Library_Dependencies.library in every project e.g xModel? it contains all the dependency jars..
    2)the name space url of the file is unreachable, how can i get it? http://xmlns.oracle.com/jdeveloper/110000jlibrarynode
    Why do u need this..??
    3) we foud it does not include all the dependent libraries, y?The entries are the dependencies of the added jar
    4)Some times, it causes failure of application deployment and it workds after deletling it, y?http://adfhowto.blogspot.com/2010/10/adding-lib-jar-dependency-to-my-project.html

  • Bug: ADF runtime installer fails in 9.0.5.2

    Hi
    Im trying to install ADF libraries to 10g Application Server using the ADF runtime installer of JDeveloper 9.0.5.2. Unfortunately the installer fails while trying to archive some of the old files. The error message is:
    "Can't Archived O:\oracle\OraHome10g\BC4J\lib\adfm.jar to O:\oracle\OraHome10g\BC4JAR.9.0.4.13.79\\BC4J\lib\adfm.jar".
    This is not surprising: Note the double slash at "...\\BC4J...".
    Seems to be a bug.

    Before launching ADF runtime installer you have to stop all OC4J instances and stop the service for enterprise manager.
    In this way I correct that error.

  • How to install ADF Runtime libraries to an Oracle Application Server 10g?

    Scenario:
    - JDev 10.1.3 (production) installed on my Win XP station.
    - OC4J 10.1.3 Standalone installed on my Win XP station.
    - OAS 10.1.3 (not OC4J Standalone) installed on a Linux SuSe server.
    - I have admin credentials for the OAS but don't for the server.
    Is it possible to install ADF Runtime from OAS Enterprise Manager? If yes, please, let me know. If not, I will have to bother server admin in order to copy those files. In this case, ca I rely on the log html file resulted from the install I made on my local OC4J instance in order to select the needed files?
    Thanks in advance.
    Regards,
    Gustavo
    São Paulo - Brasil

    As far as i know the ADF libraries can be updated via the solution you gave :
    Tools -> ADF Runtime Installer -> Oracle Application Server
    but this only applies for an OAS installed on the same machine where jdev resides
    for OAS in UNIX like systems i'm not sure if this can be done
    as far as i know the libraries must be copied manually but i can't confirm this theory
    i would like to know if it's possible to update the libraries from the Wizard on jdev installed on a windows machine to an OAS installed in UNIX?

Maybe you are looking for

  • Oracle 10g instalattion on new server

    I need to install Oracle Database Satnadard 10g on my new server Dell PowerEdge 2900. First I need to install the LINUX on it, can any tell me what is the best for the Oracle DB: - RedHat ES or Suse 9 or Suse 10, I work with slackware in preasent tim

  • Opening raw files in PSE5

    How do I open Canon EOS 7D raw files in PSE5?  EOS 400D raw files open fine, 7D raw files don't.

  • Auto closing of dispute cases--only for some company codes

    Hi We have activated dispute management for several company codes in our system. The auto closing of dispute cases also has been activated in status management. Cases are automatically closed by the system (through a batch job) when the last disputed

  • Removal of duplicated records

    i would like to reove the douplicate records. please help.

  • RMAN for dataguard

    hi all, Currently am reading the doc http://download-uk.oracle.com/docs/cd/B28359_01/server.111/b28294/rman.htm#BAJEDHFB In that under 11.3.2 it says to configure deletion policy of 'applied on standby' to delete applied logs on standby....Studying f