New JDev 10.1.2  release.

In the past I eared some rumors about a new fix release of 10.1.2.
Does anyone know when it will be out ?
And what about a complete 10.1.3 ?
Tks
Tullio

Last thing I heard a couple of days ago is:
"We're down to the last few issues with 10.1.2.0.1."
So, it won't be long.
Sascha

Similar Messages

  • Help with purchasing new Mac Book Pro- 2014 release vs. 2013?

    OK, so my 15" 2008 Mac Book Pro is on its last gasp--didn't help when I dropped it while open (I can now see into its innards though it's still working...sort of).
    I'm not a technophile (mainly use my laptop for writing--my profession--and eBay business) so my sister told me to make sure that I had at least 8 GB and a fast processing speed. Retina display not necessary (her graphic artists friends hate it apparently) so that would lower the price; however it seems that there are two releases: Oct 2013 and July 2014.  Read up on the latest release but not sure how much is necessary for to have...or care about.
    Can you all weigh in and tell me (a) how important it is to have "the latest and greatest" and (b) how necessary is Retina display and (c) which would YOU purchase if you had my budget constraints.  Thanks!
    Anyway, I've narrowed down my choices of MacBook Pro purchases to what was within my budget: $1300 including tax.  I wanted a 15" but it was too much $$$$, plus I can just use an external monitor.
    Both are available at Apple. Both come with 1 year and 3-year extended warranties and both have the standard software installed, including Pages.
    One more thing....Wondering if having Flash Storage is important?  Only refurbished one (see below) has it.
    Prices for both end up being almost the same--around $1250 out the door, including tax.
    OPTION #1  NEW LAPTOP. July 2014 Release   NON RETINA DISPLAY
    2.5GHz Dual-core Intel Core i5, Turbo Boost up to 3.1GHz
    4GB 1600MHz DDR3 SDRAM — 2x2GB - NOTE: I WOULD HAVE THIS UPGRADED TO 8 MG
    500GB Serial ATA Drive @ 5400 rpm
    SuperDrive 8x (DVD±R DL/DVD±RW/CD-RW)
    Backlit Keyboard (English) & User's Guide
    Accessory Kit
    OPTION #2   REFURBISHED  -Oct. 14 Release - RETINA DISPLAY
    13.3-inch (diagonal) Retina display; 2560-by-1600 resolution at 227 pixels per inch
    8GB of 1600MHz DDR3L SDRAM
    256GB Flash Storage1
    720p FaceTime HD camera
    Intel Iris Graphics

    Hmm... I'm not really sure where you found a July 2014 release without a retina display. I think it might be the old version because that laptop was last updated in 2012 (to my understanding. Also, your sister is kind of wrong, if you want a computer that will work well for everyday things, 4gb of ram is just fine. I have a three year old MacBook Air with 4gb of ram and do things in Photoshop, Illustrator, Pixelmator, FCP, etc. all the time running OS X Yosemite and it runs like brand new. However, if you want to future proof it, you might want 8gb so it can always run the latest OSes.
    Flash Storage is amazingly fast compared to a Hard Drive. It also has no moving parts, therefore is much more durable, and much more likely to survive a drop than a Hard Drive (which would seem to be useful in your situation).
    Also, I don't know why your sister's friends would hate the Retina display. Many people love it because it gives them the ability to edit pixel by pixel with perfect accuracy.
    I would go for the Retina display. It has better specs for the same price so why not? Not to mention that it's much faster and will likely receive updates much longer than the new MacBook Pro without Retina display.
    I hope I helped.
    Austin

  • After the new project by importing PPT release, how to achieve the release of the demo mode SWF, but not now only Click to continue?

    After the new project by importing PPT release, how to achieve the release of the demo mode SWF, but not now only Click to continue?
    Note:Captivate 5.5
    Thks

    通过导入PPT新建的项目发布后,如何实现发布演示模式的SWF(自动播放),而不是交互模式的SWF(只能点击才能继续)?

  • I bought my first  iMac 27" i5 in November 2011 last year. Do you think there would be a update that will Features a Retina Display, Siri etc ?? So my iMac will be the same as the new one that will be released this year, Or will I have to buy a new iMac t

    I bought my first  iMac 27" i5 in November 2011 last year.
    Do you think there would be a update that will Features a Retina Display, Siri etc ??
    So my iMac will be the same as the new one that will be released this year,
    Or will I have to buy a new iMac to get all these new updates ??
    It would be a shame if I did because my iMac is only 6months old if that ..
    Kind regards Simon Trott Apple user and proud of it

    We're not allowed to speculate on future or rumoured Apple products, but we all know there'll always be newer tech coming along.
    The iMac you have is an excellent machine, be happy with it and get a good few years use out of it. By the time your machine is slowing down, whatever comes next will have been updated numerous times.
    I had the 2011 i5 27" delivered about 3 weeks ago. It's a cracking machine

  • (V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3

    제품 : ORACLE SERVER
    작성날짜 : 2003-02-24
    (V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3
    ==========================================================
    PURPOSE
    Oracle RDBMS V7.2와 V7.3에서 Optimization에 관한 new feature를
    알아보기로 한다.
    Explanation
    다음과 같은 대표적인 기능 9가지가 있습니다.
    1> Direct Database Reads
    Parallel query 프로세스들은 필터링이나, 소팅, 조인과 같은 작업을
    수행하기 위해서는 아주 큰 테이블을 scanning해야 합니다. Direct Database
    Reads는 read efficiency와 성능의 향상을 위해 contiguous memory read를
    가능하게 해줍니다.
    또한, concurrent OLTP와 같은 작업을 수행시 따르는 경합을 없애기
    위해 버퍼 캐쉬를 bypass합니다.
    2> Direct Database Writes
    Parallel query 프로세스들은 intermediate sort runs, summarization
    (CREATE TABLE AS SELECT), index creation(CREATE INDEX)과 같은 작업의
    수행 결과를 디스크에 종종 기록해야 합니다.
    Direct Database Writes는 write efficiency와 성능의 향상을 위해
    direct contiguous memory로 하여금 contiguous disk writes를 가능하게
    해줍니다.
    또한, concurrent OLTP 작업과 DBWR 프로세스에 의한 경합을 없애기 위해
    버퍼 캐쉬를 bypass합니다.
    결론적으로, Direct Database Reads와 Writes는 concurrent OLTP와 DSS
    작업에 따르는 복잡한 부하를 조절하면서 Oracle 7 서버를 분리된 형태로,
    또한 최적의 튜닝을 가능하게 해줍니다.
    3> Asynchronous I/O
    Oracle 7은 이미 sorts, summarization, index creation, direct-path
    loading 에 대한 asynchronous write 기능을 제공하고 있습니다.
    Release 7.3부터는 보다 나은 성능의 향상을 위해 asynchronous
    read-ahead 기능을 제공하여 최대한 processing과 I/O의 병행성을 증가
    시켜 줍니다.
    4> Parallel Table Creation
    CREATE TABLE ... AS SELECT ...와 같은 구문을 제공하여 상세한 데이타를
    갖는 큰 테이블의 조회된 결과를 저장하기 위해 임시 테이블을 생성합니다.
    이 기능은 보통 intermediate operation의 결과를 저장하기 위해
    drill-down 분석을 할 때 사용됩니다.
    5> Support for the Star Query Optimization
    Oracle 7은 수행 속도의 향상을 위해 star 스키마가 존재하고, star query
    optimization을 invoke 합니다. Star query는 먼저 여러 개의 작은 테이블을
    join하고, 그런 후에, 그 결과를 하나의 큰 테이블로 join합니다.
    6> Intelligent Function Shipping
    Release 7.3부터 parallel query를 처리하는 coordinator 프로세스는
    non-shared memory machine(cluster 또는 MPP) 내의 노드들을 처리하기
    위해 디스크나 데이타들 간의 유사성에 대해 인식하게 될 것입니다.
    이 사실에 근거하여, coordinator는 data들이 machine의 shared
    interconnect를 통해 전달될 필요가 없다는 점에서, 특정 node-disk pair로
    수행되고 있는 프로세스들에게 parallel query operation을 지정할 수
    있습니다.
    이 기능은 연관된 cost나 overhead없이 'shared nothing' 소프트웨어
    아키텍쳐의 잇점을 제공하면서 효율성과 성능, 확장성을 개선할 수 있습니다.
    7> Histograms
    Release 7.3부터 Oracle optimizer는 테이블의 컬럼 내에 있는 데이타 값의
    분포에 관한 더 많은 정보를 이용할 수 있습니다. Value와 상대적 빈도수를
    나타내는 histogram은 optimizer에게 index의 상대적'selectivity'에 관한
    정보와 어떤 index를 사용해야할 지에 관한 더 좋은 아이디어를 제공해
    줄 것입니다.
    적절한 선택을 한다면, query의 수행시간을 몇 분, 심지어 몇 시간씩이나
    단축시킬 수가 있습니다.
    8> Parallel Hash Joins
    Release 7.3부터 Oracle 7은 join 처리시간의 단축을 위하여 hash join을
    제공합니다. 해슁 테크닉을 사용하면 join을 하기 위해 데이타를 소트하지
    않아도 되며, 기존에 존재하는 인덱스를 사용하지 않으면서 'on-the-fly'
    라는 개념을 제공합니다. 따라서, star schema 데이타베이스에 전형적으로
    적용되는 small-to-large 테이블 join의 수행 속도를 향상시킬 것입니다.
    9> Parallel UNION and UNION ALL
    Release 7.3부터 Oracle 7은 UNION과 UNION ALL과 같은 set operator를
    사용하여 완전히 parallel하게 query를 수행할 수 있습니다. 이러한
    operator를 사용하면, 큰 테이블들을 여러 개의 작은 테이블의 집합으로
    나누어 처리하기가 훨씬 쉬워질 것입니다.
    Example
    none
    Reference Documents
    none

    Sorry for the confusion!
    I'll clear it up right now - I'm currently running 10.7.2 - please disregard SL 10.6.8, that was from the past. I updated to 10.7.3, the new checkmark appeared. I noticed a few other stability issues in 10.7.3, so returned to 10.7.2. As for Mountain Lion - I saw a friend's Mac running ML (I assume he had a Dev account), and noticed the new checkmark as well.
    Here's the pictures to show the comparison:
    10.7.2 Checkmark
    10.7.3/ML Checkmark:
    See the difference? My question is, I don't want the new checkmark in 10.7.3. I think, personally, it's hideous and very iOS-like. Is there a way I can "hack" a resource file, or copy over a file from 10.7.2 into 10.7.3 to bring back the original checkmark used in 10.7.2 and all prior versions of OSX? I'm not sure, but it seems like some kind of font is used for the checkmark, but I'm not sure. I'm still a bit new to OSX.
    If anyone knows, or has any idea, that would be much appreciated! Again, I know it's a bit nitpicky

  • ClassNotFoundException when deploying to WLS with new JDev 11g patch

    I installed WLS and patched WLS with the new ADF lib ,installed the new jdev 11g , everything went well
    but when I want to deploy an application to the WLS I got this error .
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:135)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    Truncated. see log file for complete stacktrace
    >
    I had to comment out listerner-class ientry n the weblogic-application.xml, then it works.
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-application.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-application">
    <!-- <listener>
    <listener-class>oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener</listener-class>
    </listener>
    -->
    <library-ref>
    <library-name>adf.oracle.domain</library-name>
    </library-ref>
    </weblogic-application>

    Hi,
    as read in this thread : Re: Always fail to deploy to server when (Create a Simple EJB Session Bean )
    >
    This is a known JDeveloper 11g bug. If you look into the packaged EAR file, JDeveloper inserts some entries into the weblogic-application.xml file to register some listeners to perform some internal tasks it needs to deal with.
    The issue is that these classes are part of the ADF runtime and installed as part of the provided ADF domain. They are not provided as part of a standard WLS installation. Thus when you deploy a JDeveloper 11g packaged application to a non ADF augmented WLS 10.3 instance, you get a Classloading error on deployment because the specific listener-classes are not available.
    The relevant bug # for this is:
    BUG#7487416
    EAR FILE PACKAGING SETS FIXED DEPENDENCY ON
    JPSAPPLICATIONLIFECYCLELISTENER
    I believe a fix for this will be provided in the first patchset for JDeveloper 11g.
    In the meantime, if you want to workaround it, extract the weblogic-application.xml file from the EAR file, manually remove the listener entries, put the modified file back into the EAR file and then deploy it.
    -steve-
    >
    It solved the problem for me.
    But you should now get another problem, like some of us on this forum : ADFLogger will be missing. If so, please report to this thread for helping us : Standalone WLS server instance deployment failure - missing ADFLogger
    Regards.
    Luc-

  • If i buy a macbook pro 2 months before the new operating system comes is released, can i get it for free?

    If i buy a macbook pro 2 months before the new operating system comes is released, can i get it for free?

    Generally once Apple gives the official release date, then Macs have become available for up to date pricing.  As long as just the season has been stated, there is no guarantee that Macs purchased during the season in question will get up to date pricing.  So watch http://www.apple.com/osx/uptodate/ or http://www.apple.com/macosx/uptodate/ the day that the release date is announced.   Past performance is no guarantee of future returns.  Thankfully since 10.7's release Apple's full fledged releases have only been $20 USD, and updates are free to the full fledged release.  I.e. 10.7.1 to 10.7.5 are updates to 10.7.
    10.8.1 to 10.8.4 are updates to 10.8.  It was only with 10.6 and earlier the distribution for each full release was at least $99 and up to date were around $20 going back to 10.2.  10.6 is though available on the Apple Store for only $20.    

  • I brought a new iMac after Lion is released. I notice that it has no the Lion formatting disk. Do I need to pay for that additionally?

    I brought a new iMac after Lion is released. I notice that it has no the Lion formatting disk. Do I need to pay for that additionally?

    There are no disks. I would suggest a full backup, preferably a bootable clone. And, Lion should include the hidden (invisible) recovery partition which can be accessed by pressing Command + R while restarting in order to run a hard disk repair if necessary and/or to assist in downloading/installing a fresh copy of Lion if required.

  • When IOS7 comes out, will the current iPhone 5 and iPad mini have the finger scanner option, or is it just the new 5S, because in the release videos, they showed an on screen finger scanner, so I was curious whether older models will have this function?

    Please Answer
    When IOS7 comes out, will the current iPhone 5 and iPad mini have the finger scanner option, or is it just the new 5S, because in the release videos, they showed an on screen finger scanner, so I was curious whether older models will have this function?

    The fingerprint scanner will be a function of new hardware.

  • New JDev release anytime soon?

    I am in need of Document-Literal webservices and thus, JDev 10.1.3, however this preview version is so buggy that I find myself checking oracle website almost every day for an updated version.
    Does anyone know when we can expect it? It is now a good 6 months ago JDev 10.1.3 was released, UIX/ADF support or not, a version that does not crash (currupting system dir etc.) and where CVS works would be so nice.

    Sure. My biggest problem, is that about once a work-week, JDeveloper will:
    1) Underline first line (package declaration) with red
    2) Refuse to save any of my files
    3) After restart, project info etc. is gone and layout is reset to the default blue plastic style with various things missing.
    I have the problem both on my laptop and workstation, and know of co-workers with the same symptoms. I now have a .zip file with everything from the /system directory (from a clean install) which I will replace the crashed /system with. It works, but I have to set-up settings and load the workspaces manually again.
    I belive to have witnessed two explicit exceptions in this regard; one had to do with too many files open and the other (relating to symptom 1 above) is some sort of internal JDev syntax parser error.
    I will be happy to take a screendump or try to provide further information next time I experience it. I should mention that I run j2sdk1.4.2_04, JDev 10.1.3base on WindowsXP.
    Thanks for quick response!
    /Casper

  • When will new ADF UIX demo be released?

    Are there any one can tell me when the new ADF UIX demo based on uix 2.2 be released?
    I want to know if we can get databind uix tree component (or other ui components) from ADF data action control which return dataobject and something else.
    Thanks a lot.

    Hi Daniel,
    Are there any one can tell me when the new ADF UIX
    demo based on uix 2.2 be released?I'm not sure when any sample applications will be released, but there is an ADF UIX tutorial available here:
    http://otn.oracle.com/products/jdev/collateral/tutorials/9050/adfuix_tut.html
    I want to know if we can get databind uix tree
    component (or other ui components) from ADF data
    action control which return dataobject and something
    else.I'm not sure about the tree component - I'll try to find out whether that is/will be supported. Once your data controls are available in the Data Control Palette, you can bind them to components in your UIX page by:
    1. Selecting the data control that you want to bind.
    2. Selecting a component type from the "Drop As" choice.
    3. Dragging the data control onto the UIX page.
    This process is illustrated in the tutorial above.
    Andy

  • New features for BSP since release 7.0

    Hi all!
    Could anyone just tell me what exactly are the new features since the 7.0 release for BSP-Programming (if any exist) or tell me where to get that information (am a little confused again searching through the SAP-Site-Universe).
    Thanks in advance and regards
    Jan

    Hi Jan,
    there aren't any new features for BSP in 7.0, as there is no further devolpment for the BSP framework.
    Regards,
    Rainer

  • "FCE 4.0 Foparillo"  - Apple's NEW UB Version of FCE Released Today!

    Sorry to raise your hopes falsely folks - but "Foparillo" is an anagram of "April Fool".*
    Ian.
    *(In the UK and certain other "civilised" countries there is a time-honoured tradition of playing practical jokes on unsuspecting people, on April 1st. Could that be used as the theme for a Video Project, edited of course, on FCEs 1 to 3.0?)
    Also note, unlike "Star Trek", there is no split infinitive!
    More Info for the historically minded:-
    April Fools' Day, or All Fools' Day, is the first day of April. In many countries, including the United States, it is the custom on this day to play tricks on people. A favorite joke is to send someone on a fool's errand, a search for something that does not exist. In the United States, the victim is called an April Fool.
    No one knows where the April Fools' custom began. But some historians believe it may have started in France. There, the old New Year's festival was observed from March 25 to April 1 and ended with an exchange of gifts. In the mid-1560's, King Charles IX changed the New Year to January 1. People who still celebrated the New Year in April were called April fish and sent mock presents. April Fools' Day may be related to the ancient Roman spring festival Hilaria, which celebrates the resurrection of the god Attis.
    Contributed by - Santino, Jack, Ph.D., Professor of Popular Culture, Bowling Green State University.

    Mircea Eliade, in one of his many fascinating books, I think Cosmos and History, recounts how for some cultures the weight of history is too much; and that periodical cleansing of the culture is necessary and good-- How do you cleanse a culture? By turning everything upside down, by releasing chaos for a limited period, by electing a mock king or queen for a day, by throwing a bachanalian rite or Mardi Gras or whatever where everyone gets blasted, does really strange stuff they couldn't get away with in real life etc.
    Personally I think the April Fool is a remnant of that.

  • New Version of InContext Editing released.

    Hello all,
    A new version of InContext Edting was released today. Please see Cristintel's announcement in the Service Updates forum for detailed information on new features and fixes.
    Best regards,
    Corey

    This might be useful to some people though, didn't know where to put it since it was in a reply to "Feature Requests"
    The latest version of SpryHTMLDataSet.js can be found here:
    http://labs.adobe.com/technologies/spry/includes/SpryHTMLDataSet.js
    http://labs.adobe.com/technologies/spry/includes_minified/SpryHTMLDataSet.js
    http://labs.adobe.com/technologies/spry/includes_packed/SpryHTMLDataSet.js
    It contains the patch above and some other fixes:
    Added new removeUnbalancedRows constructor option to control whether or
    not rows that have fewer/more columns defined than column names
    specified. Default is false. If false, the data set will normalize all
    rows so that they have the same number of columns. Any missing values
    will be set to an empty string.
    Modified the column naming algorithm so that when
    firstRowAsHeaders:true and not enough column names exist, that we
    fallback to the "columnN" naming convention for the missing column
    names.
    Fixed bug that prevented HTMLDataSets, that initially load data from
    the page, from loading remote content. Converted the internal member
    usesExternalFile to a function that dynamically returns a bool based on
    the value of the url property. This was initially only getting set
    during construction time, but now it gets done on the fly.
    Fixed normalizeColumnName() so that it strips leading/trailing spaces
    *after* tags have been stripped. We were doing it in the reverse order
    and stripping tags re-introduced leading/trailing spaces in some cases
    leading to unexpected column names with leading/trailing underscores.
    --== Kin ==--

  • Do I need a new license for Crystal Reports Release 2?

    Post Author: jerryk
    CA Forum: Upgrading and Licensing
    Hi,
    We have a license for Crystal Report XI.  However we need Crystal Reports Release 2 since we are using .Net 2.0.  I just tried installing the Crystal Reports Server on out test web server and it would not accept the license key we have.  Do we need to get a new key?
    jerry

    Post Author: colin mackenzie
    CA Forum: Upgrading and Licensing
    Hey jerryk.
    Check out this URL.
    It will help.
    http://www.businessobjects.com/products/reporting/crystalreports/xi_release_2.asp

Maybe you are looking for

  • Invoking a mapping from another DB in a process flow

    Hi experts, have anyone try to invoke/execute an OWB mapping from another database in a process flow? Is it possible to do that? My process flow (in the Staging db) scenario is to execute several OWB mapping in the Staging db, then the final step is

  • Vendor Tax

    Experts, How is tax generally calculated on a P O - Is it based on the vendor zip code and region ? And then after it is caluclated, where can we know as to what account it gets posted to ? And how is the tax calculated in case of service entry ? is

  • NullPointerException in com.sun.mail.iap.Response.parse

    Hey all. I am accessing an IMAP mail server from Solaris 8 using java 1.5.0-08, but I intermittently get the following exception: java.lang.NullPointerException         at com.sun.mail.iap.Response.parse(Response.java:130)         at com.sun.mail.iap

  • How to copy Partner Procedure from Downstream Template to all other clients

    Hello, My problem is SAP std Partner procedures (e.g. OTR) is not available in our freshly installed IS Oil Client. I found out SAP note no. "100151 - TD Partner procedures in IS-Oil bulk shipment" which is identical to my problem. However the said n

  • CreateChannel is slow responding

    I have the following C# code that works great most of the time but every once in a while CreateChannel will take 400+ms to return instead of the usual 3-4ms.  I can reproduce this on at least two different computers / configurations. Attached sample