ADF Library Jars for shared code

Version: Jdeveloper 12 c.

I have a request that I am building and try to use as much shared code as possible.  I created an application called xyzUtils which contains the code that each of my applications could need.  I've conditioned as a library of the ADF.   It contains a bunch of standard java classes such as ADFUtils, JSFUtils, StuartsUtils...

I added that day cela to

1. my request to ADF 'ABC '. This is to be the main application which will consist of a number of small applications (which will reference each xyzUtils app).  It has a minimal amount of custom code, but search tips.

2. my request to ADF "homepage".

As soon as I put the taskflow of my startPage application in my request of ABC, some code has stopped working - and if I delete the shared the ABC app application, the code works.

The idea is to reduce redundancy, but it seems that I will encounter conflicts if I have a major application that refers to the xyzUtils app, but also other applications that refer to the xyzUtils application.

I understand the concept to ensure that names don't overlap - but in this case the shared library has the same way in each application.

What is advised here?  I keep several versions of the shared code (adfutils etc) in each application?

Thank you

Stuart

Kdario,

I think I found the problem - and it's another error at the origin of the problem, not this... so... Thank you, but ignore!

Stuart

Tags: Java

Similar Questions

  • Deploy the ADF library JAR independent of the Application

    Hello

    JDeveloper release: 11.1.1.1.0
    WebLogic Server Version: 10.3.1.0

    I use a number of ADF library JAR files in my application and want to deploy the final application WAR without the need of these jars in there. I want to have the option of deploying an ADF library JAR file if this is the only change to the application. This is very similar to the requirements for this How to deploy an application that uses "ADF library Jar" - 11 G UPDATE2.

    However, I can't figure out how to make it work. I can remove the ADF in pots since the WAR file by filtering in the profile of the WAR deployment and then deploy the ADF pots independently on the WebLogic Server. But when I access the application, it seems that it does not find these pots.

    Can anyone provide assistance on how to do this?

    Thank you
    Brad

    While I was testing I found the below steps to work for me... But the problem is THAT WLS does not re - deploy a library where there is an active application to use... And none has proposed this approach so I tend to think deploying as an EAR.

    1 - to do this, you can deploy the jar files as library via the WLS console or command line and you must update the file application.xml - weblogic in the project that you are deploying war/ear

    
      .
       
        taskFlow1
      
    
      
        myLib1
      
    
      
        myLib2
      
    
    

    2 - If you want to use aliases instead of the names of files to libraries, you can add a line to the file 'manifest '. MF.
    To add this add a file to your project. Meta-Inf folder might be a good candidate to locate this file.
    Edit the newly added file and add these lines.

    Extension name: myLibrary
    Specification-Version: 2.0
    Implementation-Version: 9.0.0

  • Deployment of ADF library jar files

    Hello

    I want to deploy my application to a standalone WLS which I applied above oracle ADF library. My question is that I have to include jar files that my application has a reference to them in my ear file? Jars for JSF, ADF rumtime, ADF faces DURATION,... these jar files should not be part of the ADF library that I installed on top of WLS?

    ADF BC classes are in the adf.oracle.domain library.

    The default value is not set in the weblogic application. XML

    ADF. Oracle.Domain

    Other required libraries should be added to the weblogic - application.xml. The

    Trinidad Runtime Databinding

    ADF Faces DURATION 11

    are in the adf.oracle.domain.webapp. Add the following to weblogic - application.xml.

    ADF. Oracle.domain.WebApp

  • Pass the parameter of application deployed in the ADF library jar file

    Hi all

    I use JDeveloper 11.1.2.4.0, i have 2 Applications appA, appB.

    I created in taskflow appA containing departments viewobject, appB contain stubborn workflows which has Employee.jsff page.

    I have deployed appB as library of ADF jar file and add it to appA, I need to pass the id of employee viewobject, Department

    Kind regards

    Hello

    In order to create a business application, are usually required several workflow tasks. These workflow will perform different functions, but they may have to communicate with each other. To enable this communication, you can use task flow settings, contextual events or sharing of the data control Instances.

    Please check below link

    Java / Oracle SOA blog: events ADF passing between areas of workflow

    Communication between task flow using the flow of the task - Waslley Souza Blog settings

    Thank you

    Amey

  • Jar of ADF library in the portal generator

    Hello

    Using the portal generator 11.1.1.8.0

    I referred the link below to use the ADF library jar which has taskflows in my portal builder

    http://codervision.blogspot.in/2015/02/integrate-ADF-taskflows-with-WebCenter-spaces.html

    I did all the steps and it's successful.

    When editing my catalog of resources, I can't able to find the workflow.

    Kindly guide me.

    Hello

    You must check the version of the implementation of the increment with each deployment in MENIFEST. MF file.

    Manifest-Version: 1.0

    Archive Version: Plexus archiver

    Created by: Apache Maven

    Built by: builder

    Build-Jdk: 1.6.0_20

    Extension name: extend.spaces.webapp

    Implementation-Label: 11.1.1.8.0

    Implementation-title: extend.spaces.webapp

    Implementation-vendor: Oracle

    Implementation-Version: 11.1.71

    Specification-title: extend.spaces.webapp

    Specification-vendor: Oracle

    Specification-Version: 11.1.1

    Thanhks,

    Amey

  • Dependence Maven of adf library with entity objects

    Hi all. My setup is JDeveloper 12.1.3

    I created an adf library jar with common entity objects so I can reuse this library in other modules of my application. The jar was created using the plugin for maven ojdeploy and if I inspect the jar file, everyhting is there (EO, Assoc, etc.)

    However, when I add the library as a dependency maven in another application, I don't see the EntityObjects, it is as if it is not added to my request. If I import the jar file directly by using the properties of project/libraries and classpath option, it works, I can see the EntityObjects and can create ViewObjects of them.

    I must say that the project compiles using maven dependency. What I can't do, is create a ViewObjects of the EntityObjects that are in the jar file, in order to do that I have to add the Jar file manually to libraries and to the classpath of the project.

    Any ideas?

    Thank you

    I found another way to do what I needed.

    I had to create a custom instead of an Application of Web of Fusion ADF application. The reason? I had to add Maven to the list of the characteristics of project:

    Configure the settings of maven for the project:

    Of course, the build environment is Maven as well:

    With this configuration, when I add a jar file to library adf to my project using the maven dependencies, I can use business defined in this library components. This solution is consistent with Maven and CI environment.

    Kind regards.

  • ADF library-ize Skins?

    Under JDev 11 g +, everyone could place a skin in a joint project of View Controller, ADF library-ify the project and reuse the skin in another project through the ADF library JAR?

    Currently, when I run our main application that loads the library of ADF, it raises the event:
    < SkinFactoryImpl > < getSkin > cannot find a skin that matches the mySkin and renderkit of the org.apache.myfaces.trinidad.desktop family, so we'll use the simple skin

    My understanding is that our only real option is JAR the skin in accordance with the section "deployment of a skin file in a jar of 20.6" - http://download.oracle.com/docs/cd/E15523_01/web.1111/b31973/af_skin.htm#CHDBEDHI - or put files of appearance in our main application.

    With our thanks,

    CM.

    Hi Chris,

    Archived skins are loaded only META-INF / WEB - INF / is not yet part of the statement classpath from the standard point of view, so it is not returned by ClassLoader.getResources which is the API used to discover the skins, that's why your second policy does not work. One should work, but since we do not use ADF library for the deployment of the skin, I'm not sure.

    Kind regards

    ~ Simon

  • JDeveloper 12 c and Maven - POM for com.oracle.adf.library:Junit -.jar:pom:12.1.2 - 0-0 is missing

    I just downloaded and installed JDEVADF_12.1.2.0.0_GENERIC_130608.2330.6668 for JDeveloper Studio Edition Version 12.1.2.0.0 on Windows 7 Pro.

    I am building a project using the support of new and improved, but faced Maven to a build failure.

    Here is a partial result:

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/osdt_cert/Maven-metadata.XML

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/osdt_xmlsec/Maven-metadata.XML

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/osdt_ws_sx/Maven-metadata.XML

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/fmw_audit/Maven-metadata.XML

    Download: http://repo.Maven.Apache.org/Maven2/com/Oracle/ADF/library/JUnit-.jar/12.1.2-0-0/JUnit-.jar-12.1.2-0-0.Pom

    [WARNING] Com.oracle.adf.library:Junit POM -.jar:pom:12.1.2 - 0-0, no dependency information are missing available

    Should Oracle downloaded dependency missing in the Maven repository or is - this is something that I'm supposed to manage?

    (All other dependencies found)

    Best regards

    Michael

    OK, so I clicked on some button that adds a bunch of dependencies my pom.xml.  I removed the and it relies very well now.  Which still doesn't explain why all but one of the dependencies was found on the Maven repository.

    Here's what added to the pom:

    com Oracle.ADF.Library

    ADF-Model-Runtime

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    ADF-Common-Runtime

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    ADF-good-Web-Runtime

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    BC4J-security

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    Java-EE

    12.1.2 - 0-0

    POM

    provided

    com Oracle.ADF.Library

    JUnit-.jar

    12.1.2 - 0-0

    POM

    compile

    com Oracle.ADF.Library

    WebLogic-Remote-Client

    12.1.2 - 0-0

    POM

    provided

  • The use of shared code library

    I followed the instructions on how to use a library and import a jar file, see thread

    "Creating a library in Blackberry JDE"

    http://supportforums.BlackBerry.com/T5/Java-development/creating-a-library-in-the-BlackBerry-JDE/m-p...

    Import works, definition, create a new instance of the class work, no error in compilation.

    When I load the file of cod for the main class that matter, defines and uses the RTStorage class I get the following messages

    Research installed codfiles alias "RTStorage".
    Research uninstalled codfiles alias "RTStorage".
    Module 'RTStorage' not found. VM:LALEr = 7, h = 5435, c = Testdriver

    And the main class is not responsible for "downloads".

    If importation of the jar file is not good enough. Request for a cod file?

    Cool head in the morning. Went again and a stupid mistake in the main class.

    works fine now

  • Attempt to package a jar of shared library in the ear file. error wlappc

    I try to deploy files jar like shared libraries and decided to follow the recommendation to wrap the pots inside the separate ear files. I include all the modules in the ear, because each of them is designed to be deployed as a shared library. Jar files are placed in the APP-INF/lib directory. The manifest file in the directory META-INF of the ear contains name information and the version of the extension that I would use for these pots. When I run wlappc in my build the wlappc generates an error. I ran weblogic. DDConverter on the ear and the same error was generated. See below. Apparently, the error is caused by the fact that I do not declare all modules in the application.xml file. I found several examples of how package libraries with the help of a war. Even looking at the files in the C:\bea10.3.3\wlserver_10.3\common\deployable-libraries . I found no examples using the Archives of the ear.

    My question is how can I do this. I'd rather do not creation of dummy modules. The documentation seems unclear to me in this area. I would really appreciate the help on this ASAP.

    I use Weblogic Server 10.3.3


    DDConverter error message

    + < 30 August 2010 11:12:00 CEST > < error > < J2EE > < BEA-160197 > < cannot load the descriptor weblogic.application.ddconvert.ConvertCtx$VJarResourceLoader@17590db finder: weblogic.utils.classloaders.CodeGenClassFinder@17943a4 annotation: null module /META-INF/application.xml. The error is weblogic.descriptor.DescriptorException: VALIDATION of the PROBLEMS have BEEN FOUND.
    problem: cvc-complex - type. 2.4 c: expected for item 'module @http://java.sun.com/xml/ns/javaee' before the end of the item application @http://java.sun.com/xml/ns/javaee content: < null >
    + weblogic.descriptor.internal.MarshallerFactory$ 1.evaluateResults(MarshallerFactory.java:245) +.
    + weblogic.descriptor.internal.MarshallerFactory$ 1.evaluateResults(MarshallerFactory.java:231) +.
    + weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:155) +.
    + weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323) +.
    + weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788) +.
    + weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409) +.
    + weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759) +.
    + weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768) +.
    + weblogic.application.ApplicationDescriptor.getApplicationDescriptor(ApplicationDescriptor.java:301) +.
    + weblogic.application.ddconvert.EarConverter.convertDDs(EarConverter.java:59) +.
    + weblogic.application.ddconvert.DDConverter.runBody(DDConverter.java:155) +.
    + weblogic.utils.compiler.Tool.run(Tool.java:158) +.
    + weblogic.utils.compiler.Tool.run(Tool.java:115) +.
    + weblogic.application.ddconvert.DDConverter.main(DDConverter.java:175) +.
    + weblogic. DDConverter.main (DDConverte +)

    My Application.xml. The problem persists once I deleted the < library-directory > element.

    + <? XML version = "1.0" encoding = "UTF - 8"? > +.
    + < application xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" +.
    xmlns = "http://java.sun.com/xml/ns/javaee" xmlns:application = "http://java.sun.com/xml/ns/javaee/application_5.xsd".
    xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd".
    ID = 'Application_ID' version '5' = >
    + < display name > coreEar < / name >.
    + coreEar < description > < / description >.
    + APP-INF/lib < library-directory > < / library-directory > +.
    + < / application > +.

    My weblogic application. XML

    + <? XML version = "1.0" encoding = "UTF-8"? > +.
    + < wls:weblogic - application xmlns:wls = "http://xmlns.oracle.com/weblogic/weblogic-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/javaee_5.xsd http://xmlns.oracle.com/weblogic/weblogic-application http://xmlns.oracle.com/weblogic/weblogic-application/1.1/weblogic-application.xsd" > +.
    + < wls:application - param > +.
    + < wls:param - name > webapp.encoding.default < / wls:param - name > +.
    + < wls:param - value > UTF-8 < / wls:param - value > +.
    + < / wls:application - param > +.
    + < wls:fast - swap > +.
    + < wls: activated > true < / wls: activated > +.
    + < / wls:fast - swap > +.
    + < / wls:weblogic - application > +.

    My EAR/META-INF / "MANIFEST. MF.

    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.8.1
    Created by: 1.6.0_21 - b07 (Sun Microsystems Inc.)
    Built by: weblogic
    Specification-title: coreEar
    Specification-vendor: Picot Entertainment Systems, Inc.
    Specification-Version: 1.0
    Implementation-title: coreEar
    Implementation-vendor: Picot Entertainment Systems, Inc.
    Implementation-Version: 1.0
    Extension name: com.picot.sempre
    WebLogic-Application-Version: v0.1b

    My APP-INF/lib/corelib.jar/META-INF/ manifesto

    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.8.1
    Created by: 1.6.0_21 - b07 (Sun Microsystems Inc.)
    Built by: weblogic


    My EAR archives broken

    coreEar.ear
    + > APP - INF +.
    -> classes
    -> lib
    -= coreLib.jar
    -> META-INF
    -= MANIFESTO. MF
    -> com /.

    + > META-INF +.
    -= MANIFESTO. MF
    -= application.xml
    -= weblogic.application.xml

    You must create at least a model Module...
    Because the Standard EAR file must contain at least one valid... WAR... EJB jar... .or an ordinary Java Module.

    Please rerfer to: http://weblogic-wonders.com/weblogic/2010/06/22/how-to-build-ear-application-for-weblogic/
    Your Exception clearly said... There is no present valid Module in your "application.xml" file which is the root cause of this issue.

    NOTE: Still, if you do not want to create a Module inside your Application of EAR... then you can go ahead with the optional Packages. Optional packages also provides the same functionality as shared libraries... In this fit you can deploy a Plain Jar file on the server as an optional package, and other Applications can make reference to it. Like this: http://weblogic-wonders.com/weblogic/2009/12/06/optional-packages/

    To see an example of it, you can do refers to: http://forums.oracle.com/forums/thread.jspa?messageID=4439423 during the last answer of mine I have Pasted a link to Test case that I've developed for demonstration... http://www.4shared.com/file/aaudoKO-/Hibernate_Shared_Lib_Demo.html (around of-2, 1 MB size)

    The J2EE specification says: you must have a valid Module (war, ejbjar or simple Module Java) defined in the application ".» XML"of your Enterprise Application.
    .
    .
    Thank you
    Jay SenSharma
    http://WebLogic-wonders.com/WebLogic/ (WebLogic wonders are here)

  • Oracle will build a library Webutil for ADF?

    Hello

    We have a customer who has a Forms application that uses Webutil to interact with many things such as the registry, DLL etc.

    An obstacle, we have trying to sell a rewrite in ADF for them is the lack of functionality of type Webutil in the ADF. If Oracle has developed a library Webutil for ADF, we would be able to sell the product much easier.

    One of you guys Oracle know if it's on the cards?

    see you soon

    Published by: Klein Dom on November 2, 2009 11:29

    Hello

    JavaScript, you cannot access the local file system. The simplest approach to this requirement would be an appletJava embedded in the page of the ADF (size 1 x 1 pixel so its invisible) for customer communication (applet must be signed) and have this communication with the ADF Faces 11g JavaScript API. If the screen you are dealing with is a screen of the ADF, then I see no advantage to using Oracle Forms for features. If Oracle Forms is however on the page already, you can use WebUtil from here. Forms 11 g has a JavaScript API, which should allow to establish a two-way communication between the ADF and forms

    Frank

  • Maven error: could not solve addiction com.oracle.adf:junit:jar: [12.1.3,12.1.4)

    Hello everyone.

    Using Jdeveloper 12.1.3 with extensions "Integration of JUnit BC4J" and "Integration of JUnit.

    I created a maven project using JUnit to create unit tests. This is dependency added to my pom.xml file in JDeveloper after configuration created the first unit test:

    <dependency>
         <groupId>com.oracle.adf.library</groupId>
         <artifactId>JUnit-4-Runtime</artifactId>
         <version>12.1.3-0-0</version>
         <type>pom</type>
         <scope>test</scope>
    </dependency>
    
    

    If I compile and run my tests from JDeveloper whatever it works but once I order my source code and build the project Hudson (Continuous Integration server), it fails. The error shown in the console of Hudson's (CommonCode is the name of the project I'm building):

    [ERROR] Cannot run the goal on the CommonCode project: could not resolve the project com.company.project.common:CommonCode:jar:1.0 - SNAPSHOT dependencies: could not collect the dependencies to com.oracle.adf.library:JUnit - 4 - Runtime:pom:12.1.3 - 0-0-> com.oracle.adf:junit:jar: [12.1.3,12.1.4): no version available for com.oracle.adf:junit:jar: [12.1.3,12.1.4) in this range-> [help 1]]]

    I have already installed the plugin maven-oracle-sync and completing my private repository (Artifactory) as described in this document. However, when I browse my private repository I can't find the artifact com.oracle.adf:junit:jar: [12.1.3,12.1.4) and I guess that's why my build has failed.]

    Why JDeveloper add a dependency that is not included when the maven-oracle-sync plugin is pushed on the maven repository?

    I forgot to mention that, when you use the following dependency for JUnit instead of one provided by Jdeveloper, the project compiles in my continuous integration server:

    <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.11</version>
         <scope>test</scope>
         <type>jar</type>
    </dependency>
    
    

    Clues about why Jdeveloper adds a dependency that cannot be met by the maven-oracle-sync plugin?

    Thank you.

    Alexis

    Hello

    Please check below blog.

    https://blogs.Oracle.com/Groundside/entry/maven_and_adfbc_unit_tests

    A question which has developed recently turned around to configure your Maven POM in 12.1.3, such that you can run the JUnit Tests ADF BC successfully interactively in the IDE and headless via Maven perhaps in your work of Hudson.  Out of the box, the default value that you will end up with POM will be missing two vital pieces of information and need a little extra configuration.

    Once you have created some unit tests JDeveloper will have added dependencies for JUnit extensions JDeveloper JUnit, something like this:

    com Oracle.ADF.Library

    JUnit-4-LIFE

    12.1.3 - 0-0

    POM

    test

    com Oracle.ADF.Library

    JUnit-Runtime

    12.1.3 - 0-0

    POM

    test

    Thank you

    Amey

  • I try to use my Time Capsule as external hard drive. But when I look in the Finder, nothing is available for shared devices.

    I have a Macbook air running OS X El Capitan. I try to use my Time Capsule as external hard drive. But when I look in the Finder, nothing is available for shared devices. I don't know if I need to restart the time Capsule or change the wireless setting, etc. ?

    Please advise...

    The TC appears in airport utility? If not then it is probably not part of your network or is lost... upgrade installed you El Capo because there a lot of questions.

    What is the TC plugged into the network by ethernet? And configured properly? Are you to internet via the TC... but can not see his drive... that would be typical?

    Have you set Finder preferences to display the network drives? Apple keeps making it difficult for some unknown reason.

    You actually have to mount the drive TC if it appears under shared... it still may not appear if you double click on it. Under the search box on the top of the right hand you see Connect (As) box, type the name or IP address of the TC in there... Make sure that you save the password from your keychain.

    I try to use my Time Capsule as external hard drive

    For the storage of the files it is fine.

    For the execution of direct files for an application in the Mac, you are very likely to damage or corrupt the file at some point.

    And how do you do backups? Time Machine can't help you... it won't work.

    Backup is crucial, especially if you do things apple say not to do... That is to say move your photos or the iphoto library to the TC and try to use direct from there... expect any day to need a resumption of the library.

  • message receipt-cannot load the library wxfw.dll Err code: 126

    I am trying to download the Weather Channel Desktop and get the message - unable to load library wxfw.dll Err code: 126.  I had on my desk before but uninstalled due to some problems and was just to reinstall.  I have windows vista on my dell computer.  Can anyone help?

    Hi Deeheck,
     
    1. How do you try to download the Weather Channel Desktop?
     
    Weather office will not work with the browser level is set to "high" security, (must be set to medium or lower.) This will allow the controls ActiveX and Active Scripting, which is also required for weather Office Download, install and run correctly.
     
    The adjustments can be made as follows:
     
    a. open the Internet Explorer browser.
    b. click on tools in the menu bar of the browser.
    c. highlight the menu drop-down and click on Internet Options.
    d. click on the tab that says security.
    e. click on the Internet icon in the window
    f. for 'medium level', you can click on the 'default' button and then click OK.
    g. you can also click on the button "Custom level" and adjust your settings to "enable" Active Scripting and ActiveX controls.
    h. downstairs, you can also select 'medium' for your security level and click OK.
     
    Uninstall Channel desktop
     
    This is a known issue with the product and will be fixed in a next version. Copy the UNWARY. EXE in the Framework folder in the folder Desktop Weather will solve this problem. The steps are as follows:
     
    a. go to start, programs, accessories, Windows Explorer.
    b. in the scrolling window left to click from Windows Explorer the + next to my computer, then click on the + sign next to C: drive to expand the view.
    3. scroll the menu until you find the Program Files folder.
    c. double-click the Program Files folder to expand the view.
    d. scroll down to the bottom of this menu for The Weather Channel FW folder and double click it to expand the view.
    e. double-click the Framework folder to view the contents.
    f. right mouse click on the icon that says ' "RECKLESS.". " EXE"on the shortcut menu, click COPY.
    g. go to the toolbar on the window and click the previous button.
    h. in this window click on the folder "Desktop Weather" right and in the context menu click on paste.
     
    After you uninstall programs and features, you can check the issue.

    Thank you, and in what concerns:
    I. Suuresh Kumar - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • EPCO 12.1.3.1.1 and ADF Essentials customer - adf - controller.jar not found

    OEPE-12.1.3.1.1-Luna-distro-Linux-GTK-x86_64

    ADF-Essentials-client-EAR (12.1.3.0)

    ADF-Essentials (12.1.3.0)

    Using EPCO 12.1.3.1.1 and try to create a project of the ADF and deploy on GlassFish - 3.1.2 or GlassFish - 4.1.

    ADF-essentials (12.1.3.0) installed in GlassFish - 3.1.2

    Then create a project of the ADF

    Then create user library containing the adf-essentials-client-ear (12.1.3.0)

    Result:

    Invalid library: adf - controller.jar not found. Please download ADF critical Client and define a library validates.

    Figured it out.

    Initially, I downloaded the Client Oracle ADF Essentials 12.1.3.0.0 * EAR * which, after the creation of the library to the user caused the error.

    I then downloaded ADF Essentials customer 12.1.3.0.0 * WAR * and installed the client library.

    Max...

Maybe you are looking for