Looking for clarification on ADF 12.1.2 WLS support

What versions of WLS supports ADF 12.1.2? If there is support for 11g, are there any documentation on how to install the ADF 12 Runtime?
Oracle JDeveloper 12c Support</title><meta name="Title" content="Oracle JDeveloper 12c Support&q…
Application Servers
The following table shows application servers supported by JDeveloper and ADF. Application Server support for JDeveloper is provided for connecting and deploying directly to the server as well as debugging. For ADF, it refers to servers that ADF applications can be deployed to.
Application Server
JDeveloper
ADF
Oracle Fusion Middleware (WLS)
10.3.5+, 12.1.2
12.1.2
GlassFish
3.1+
3.1 (ADF Essentials)
WebSphere
8.x
JBoss
5
Tomcat
7
Oracle Cloud
13.1

I'm not hearing any oracle responses, thus I can only assume what Timo said is the closest to that fact.
Here is what I know about what a production ready standalone WLS 12c with ADF Runtime 12.1.2 entails:
-a domain running on WLS 12.1.2 needs JRF & Coherence to be installed in order to run ADF 12.1.2 https://forums.oracle.com/thread/2559381
-JRF & Coherence on WLS 12.1.2 needs a RCU database repository JDeveloper 12c & Standalone WLS w/ADF Runtime 12.1.2
-WLS 12.1.2 is only certified to run on Oracle DB 11.1.0.7+ http://www.oracle.com/technetwork/middleware/ias/downloads/wls-1211x-certmatrix-1395408.xls
Does that sound about right?
I hope I'm wrong and someone can guide me to easier setup. It seems that getting a standalone WLS server to run ADF has gotten harder with every new release!
I can get a standalone WLS 10.3.5 up with ADF 11.1.2.4 in ~3mins
http://www.youtube.com/watch?v=TG6wqrFVY00
WLS 10.3.6 with ADF 11.1.2.4 requires 2 additional console applied patches ontop of the 11.1.1.6 runtime installer. (Corrected from false version of 11.1.1.7)
WLS 12.1.2 with ADF 12.1.2 - I have not attempted but it seems to be even more involved than the previous.

Similar Messages

  • Looking for and Editable ADF drop down component

    Hi,
    I am looking for an ADF Faces/ Myfaces 'drop down' component that the user can select from if he finds the value in it OR alternatively type in/change the selected value.
    Any close components will also be of help.
    thanks for reading...

    Hi User,
    No such ADF Faces component exists - there are other solutions if you google around.
    John

  • Font Issues, Looking for clarification

    Good Morning,
    I am trying to insert pages into a manual. The pages I am inserting are CAD drawings that were created with AutoCAD Civil 3D and printed to pdf.
    1) Drawing #1.pdf
    2) Drawing #2.pdf
    Sometimes when I add the drawings to a new pdf using the insert command, the fonts mess up and show little squares instead of a random letter, such as f or ".
    There are about 100 drawings to insert. Can anyone explain what is going on here? Or some settings to check? I thought PDF was supposed to be portable document format.
    I have tried a few things such as:
    #1 Embed font, #2 Non-embedded font, this makes squares.
    #1 Embed font, #2 Embed font, this does not make squares. (Font is the same, ArialMT)

    I was hoping to avoid having to reprint all the drawings, in the future I'm going to embed fonts in anything I do to prevent this from happening again. It is frustrating as you will be inserting drawings (from other users) and everything looks good. Then when you insert the 99th drawing, it messes up 30% of the previous drawings fonts.
    Anyway thanks for the input.
    -JK

  • Looking for clarification

    I am relatively new to the Mac environment. Thanks to many if you, I have completed my first FCEHD Project.
    I have a question about HandBrake and Streamclip. I hear these programs mentioned and am curious what they are, or in what instances would they be used? I know Handbrake is for ripping DVD, and Streamclip is for conversion? I have MactheRipper, is there a major difference between Handbrake and MTR?
    Any clarification would be helpful.

    You can use HandBrake to turn DVD files into mpeg4 that you can put straight into iMovie and possibly FCE. If it won't go straight into FCE, put it in iMovie and then export to FCE.
    mpeg4 files are possibly not as high quality as mpeg2.
    mpeg2 files can be produced by Streamclip and ffmpegX.
    However if you want to use Streamclip you will have to buy an item whose name I can't remember but costs around £15 ($20+).
    ffmpegX is complete. It is Shareware so you can test it out free of charge but if you intend to use it frequently they would like you to register it for around $15.
    I suggest you experiment with HandBrake first as it is the easiest to use and is completely free.
    A similar program is OpenShiiva which is very good and equally simple to use:-
    http://openshiiva.sourceforge.net/
    Hope this is of some use.
    Ian.
    PS If I remember correctly, the mpeg4s from HandBrake and OpenShiiva take a very long time to render in FCE before you can use them. I think they are a lot quicker in iMovie.

  • Looking for clarification on network latency issue vs drive mapping

    Hi,
    I am seeing this as mystery and not getting crystal clear idea on the reason for the issue. Issue is related to the performance of the application interms of time it is taking in processing the input file.
    I wrote a swing application, which is a client application. Which takes some parameters like server name and iphostaddress and connects to the Process Server which is, responsible for processing client application requests. Client application will communicate with process server through TCP/IP connection and process the input file and returns the decisions back to the user through the output file.
    Below is the scenarios I am using for launching the application:
    1. If both client application and server are running locally in my desktop the time it is taking to process the input file is 2 minutes.
    2. If client is running my application and server is running remotely on wondows server, it's taking 13 minutes to process same input file.
    3. To reduce the time in scenario2, I installed the client appliation also on the remote server ( so that both client and server application are running on the windows server). and mapped the server's share drive to my desktop. And launched the application from my desktop (from U drive, where application is mapped), now it's taking 10 minutes to process the same input file.
    I am struggling in understanding why it's taking that long in scenario 3. Because application is installed locally on the server and input file and output files also copied onto the U drive. Sometimes thinking am I launching the application in the right way or not?
    Can somebody explain me, if we launch the remote java application through drive mapping will there be network latency there eventhough everything is there on the server (U drive)? Here I need to tell one more scenario 4, If loginto the remote windows server and launch the client application time it's taking to process the same input file is about a minute.
    Below are some more details on the issue: I am not encoding the file, I am using third party application, which provides an API to communicate with the process server. Just using the API methods and classes to pass the input file data to server. I have used the 'tracert' command for the remote server and I am seeing 8 hops between my desktop and remote server. I even installed network sniffer tool in my laptop and captured the files when application running.
    The input file has 140000 records (text lines with comma delimited) of 6.271MB in size. I have posted to understand the time it is taking in scenario3, where evrything is on mapped drive (i.e, client application and input file are technically recides on the server right?) , but client application is launched from desktop. The reason I am doing this way is, instead of log-in into the remote server, user can easily launch the application from the desktop. So, when I try to launch the application this way, this doesn't count as if client application is running local to the server? Will it becomes remote (I have even captured the network traffic file in this scenario too, and I have seen the comminication between my desktop ip address to server ip address and server is taking abour 3.84 milliseconds for each item to respond to client, I think it's just travel time not the process time). I am assuming, even when application launched from drive that is mapped, it should take about 1 minute (the time taking when I launch the aplication after log-into the server,not through drive mapping) to prcess input file as everything is on the server.
    Thanks in advance,
    Jyothi

    reading and writing the data shouldn't be the problem, its what you are doing with the data which will be taking all the time.
    Try this
    public class WriteFile {
        public static void main(String... args) throws IOException {
            String filename = "record.csv";
            int records = 140 * 1000;
            int values = 6;
                long start = System.nanoTime();
                PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter(filename)));
                for (int r = 0; r < records; r++) {
                    for (int i = 0; i < values; i++) {
                        if (i > 0)
                            pw.print(',');
                        pw.print(r * 10 + i);
                    pw.println();
                pw.close();
                long time = System.nanoTime() - start;
                System.out.printf("Time to write %,d records was %.3f sec. file size=%.3fMB%n",
                        records, time / 1e9, new File(filename).length() / 1e6);
                long start = System.nanoTime();
                BufferedReader br = new BufferedReader(new FileReader(filename));
                String line;
                while ((line = br.readLine()) != null) {
                    // do some work.
                    String[] parts = line.split(",");
                    int[] nums = new int[parts.length];
                    for (int i = 0; i < parts.length; i++)
                        nums[i] = Integer.parseInt(parts);
    br.close();
    long time = System.nanoTime() - start;
    System.out.printf("Time to read %,d records was %.3f sec%n",
    records, time / 1e9);
    PrintsTime to write 140,000 records was 0.462 sec. file size=6.193MB
    Time to read 140,000 records was 0.792 sec

  • Assignment Help - Again looking for clarification only

    Hi All,
    I'm again having some trouble with the second half of an assignment. I had it all working on my computer and it was working without any problems.
    Now when I upload to the CSE servers and test I get some some weird errors that I cant track down.
    Basically this assignment was to implement a tiny bank system with the ability to deposit, withdraw and transfer. These transactions were read from a file and processed concurrently.
    I am having serious issues where it seems like threads just disappear and the stack trace never seems to go all the way down. Instead always throwing a java.lang.NullPointerException in different random Threads about halfway down where I would expect it.
    Does anyone have any suggestions to what may be causing it??
    As it is an assignment I cannot really post any code but any help would be greatly appreciated.
    Cheers,
    Chris

    Does anyone have any suggestions to what may be causing it??There is only one reason for a null pointer exception - something is null.
    The stack trace will tell you the exact line that the null pointer is showing up on.
    As a wild guess you are using threading a sychronization and expecting something to occur or not occur without considering how threads actually run.

  • Looking for clarification about cc on two computers

    I've done a bit of googling but seem to find conflicting statements and a lack of detail.
    cc has made the software a more approachable price for students but whether I can justify making it my main software depends on how I can use it on my two computers.
    basically, I need to have the same programs installed on both computers, and I may need to be running one program on one computer at the same time as another program on the other computer.
    e.g. I'd have all of photoshop, lightroom, premiere and after effects installed on each computer, and there may be times where I'd want to have photoshop running on one at the same time as running after effects on the other.
    is this possible?

    Hi j bg,
    I would like to inform you that you can install Adobe Creative Cloud on two machine, However, you can not use both the software at the same time.
    Please refer: General-terms
    Thanks,
    Atul Saini

  • When is the 5.8 release planned (looking for OM-D E-M5 Mark II ORF support)

    I just purchased an OM-D E-M5 Mark II, and was surprised to see that the ORF file from that camera is not yet supported in Lightroom. I'm assuming that this will be in the next update, which should be coming out any day now, based on the last update being almost 5 months ago.  Does anyone know when 5.8 is planned to be released, and if in fact it will contain the updated ORF support for the Mark II camera?

    Of course Lightroom has its own forum.  It's a completely different application with a totally independent engineering team.
    The engineering teams are totally independent of each other, they are not only in different buildings but in different cities and states of the American Union, even in different countries.
    The fact that they have little if any communication among them is highlighted by requests occasionally made in these forums by top Adobe engineers to let the other teams know when there are problems in one application that impact our workflow in another one.

  • HT4356 I'm looking for a Point of Sale receipt printer that supports Airprint

    - anyone know of anything?

    I haven't found any AirPrint-capable receipt printers. The Epson Mobilelink P60 series and the Star Micronics T300 will work over wi-fi, but not being AirPrint printers you'll have to find a third-party printing app that will work with them that would also work with your point-of-sale system. Epson has their own app, but I don't know about Star, though PrintCentral would probably work. The Epson now also says that it can print via Bluetooth:
    https://pos.epson.com/products/MobilinkP60withBluetooth?ProductPK=679
    It might be best to ask whoever developed the point-of-sale system you intend to use what they recommend.
    Regards.

  • Looking for a Darknet/Secure BBS app

    I have been a fan of Haxial KDX for the longest time, but due to the bugs, etc., I would like to move on.  I'm looking for a secure darknet/bbs styled program that supports chat, filesharing, and of basic user management (who can login, who can't, etc..).  I have been asking this question all over the web, and haven't gotten (or found) a single response.  Waste has never worked right for me, by the way.  I would definitely prefer it to be open source, which is why I thought it best to post here.  Please help out, or at least direct me somewhere where I should ask... Thanks.
    As an aside, the guy who wrote KDX and Hotline (Adam?? Hinckley) claimed on the Haxial website that he is willing to sell the project.  I wouldn't mine purchasing and restarting the KDX Project, but I've been unable to get in contact with him.  So...if you are him, or know him, or own the rights to Haxial KDX and all related projects...$$$$$
    Last edited by xen0blade (2010-01-12 13:18:15)

    I've recently become a big fan of OneSwarm - http://oneswarm.cs.washington.edu - I like that it supports remote access.
    But I'm definitely interested to see what this thread brings up!
    Last edited by hAyZe (2010-01-11 20:50:45)

  • I am looking for a fast  gigabit router

    I am looking for a fast gigabit router that has mac supported software. I see lots of vendors selling mac routers, but not fully supporting them. Not that I ever use any of the boxed software, but I would like a company that is mac savvy.
    thanks,
    sleeper

    If you are patient, it appears that the new Airport Extreme base station is a gigabit ethernet router according to the new iMac's press release:
    http://www.apple.com/pr/library/2007/08/07imac.html
    "Build-to-order options and accessories include: a 2.8 GHz Intel Core 2 Extreme processor, up to 4GB DDR2 SDRAM and up to a 1TB Serial ATA hard drive on the 24-inch iMac; up to 4GB DDR2 SDRAM and up to 750GB Serial ATA hard drive on the 2.4 GHz 20-inch iMac; and up to 4GB of DDR2 SDRAM and up to 500GB Serial ATA hard drive on the 2.0 GHz 20-inch iMac. Additional options include: new Apple Wireless Keyboard and wireless Mighty Mouse; *AirPort Express® and AirPort Extreme Base Station (now with Gigabit Ethernet);* the AppleCare Protection Plan; and pre-installed copies of iWork™ ’08, Logic® Express 7, Final Cut® Express HD 3.5 and Aperture 1.5. "
    Take a copy of that to the store, and ask them when their stock of Airport Extreme base stations will include that.
    Message was edited by: a brody

  • Looking for a light weight tiled window manager.

    Hello everyone,
    I am looking for a light weight window manager with tile support.  I am a programmer by hobby and I like to be able to maximize my screen real estate.
    I love hot key and terminal use it just speeds up the process.  I don't however want it to have a huge scripting learning curve.  Currently I am in the process of learning Android development so having to learn a new scripting language on top of it won't make matters better.
    Currently I am comfortable with bash, and python.  I can also do some work in perl but not super fluent with it yet.
    It would also help if it has dual monitor support.  My main monitor is a 23" LCD max res 1920x1080 and my second monitor is a 17" LCD max res 1440x900 until I get around to picking up another 23".

    Runiq wrote:
    Search first, post later:
    http://wiki.archlinux.org/index.php/Lig … plications
    another good wiki page is the tiler comparison, the chart shows vitals, like what they are configured in
    http://wiki.archlinux.org/index.php/Com … w_Managers
    Last edited by hume's doona (2010-10-08 12:17:51)

  • Looking for the patch of adf 11.1.2

    Hi all. As the request from the application team, I am preparing to upgrade my weblogic server from 11.1.1.4 to 11.1.2.
    Therefore I have to seek for the latest ADF as well.
    The download page of Oracle noted that "Oracle ADF 11.1.2.* Application Development Runtimes are provided as a patch for the complete Oracle ADF Runtime and is available through Oracle Support."
    I have account of Oracle Support, however, I cannot find any patch that over there.
    Current Database Version: 10.2.0.4
    OS Platform: IBM AIX Power System (64bits)
    Weblogic Version: 11.1.1.4
    Would anybody can advise me?
    Thanks a lot!

    https://blogs.oracle.com/dana/entry/how_to_deploy_a_11g_adf_applic_1
    http://docs.oracle.com/cd/B31017_01/web.1013/b28967/deployment_topics012.htm
    Tomcat Extension for JDeveloper is available.
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/130355.xml#shay.tomcat

  • Looking for ADF detailed API and Components Docs

    Hi Gurus! I am trying some hands on with the tutorial application (http://www.oracle.com/technology/obe/ADF_tutorial_1013/index.htm) with JDeveloper 10.1.33.
    For developing new ADF application, I was trying to find ADF related documentation, but I was only able to find the documentation for ADF 11G (http://www.oracle.com/technology/products/adf/index.html). This page does not have any API doc, or component details.
    Now my question is, if I am using JDeveloper 10.1.3.3, which version of ADF I am using? For that version, where do I get complete documentation - ADF API docs, ADF Ui components docs etc.
    Suppose, in the tutorial application, classes like
    oracle.binding.BindingContainer, oracle.jbo.uicli.binding.JUCtrlValueBindingRef etc. are used. Where do I find complete API reference doc.
    Also where can I find ADF UI components(PanelPage, PanelBox etc.) detailed docs and their usages.
    Also, please point me to any other useful ADF related documentation/tutorial, if you know.
    Thanks

    For most of the pages on the JDev site you'll find a link to older product versions toward the end of the page.
    For example on the ADF Faces page there is a link at the end titled: Oracle ADF Faces Components 10.1.3 Information
    Which will take you here: http://www.oracle.com/technology/products/adf/adffaces/adffaces1013.html
    Where you can find the tag and API doc for ADF Faces.
    There is indeed a little problem with getting to the ADF Developer Guide for 10.1.3 in an easy way.
    In any case the book is here:
    http://download.oracle.com/docs/html/B25947_01/toc.htm

  • Looking for Help with Hyperion to JAVA

    I am looking for help with connecting Hyperion to Java. We are in Maryland but would be willing to work out something for remote consulting. If you have experience with connecting web services, hyperion, and Java and would be interested in about 80 hours of consulting please contact me at:[email protected] x4846

    Hi,
    From your description, you want to achieve the following goal:
    Configure Exchange to filter the attachments if the size is over 10 MB and store it in a public folder, and then forward the email to Salesforce.
    Based on my knowledge, I'm afraid that it can't be achieved. Exchange can filter messages with attachments, but it couldn't store these attachments on public folder automatically. Also, I don't see any transport rule can do it.
    Hope my clarification is helpful.
    Best regards,
    Amy Wang
    TechNet Community Support

Maybe you are looking for