JDev 3.1 availibility

I am trying to get JDev 3.1, but don't want
to wait for download. It does not show as available on Metalinq... The product seems to have been released back in April, according to the Press Release... Is there a way to get JDev 3.1 on CD right now. I have a CSID and maintenance contract...
Is there anybody out there that has received JDev 3.1 on CD ???
Thanks

I can say that the links are very well. The only problem is that the Oracle's ftp site ftp.oracle.com is too too too busy to get connect. What you need is just try again and again and .... finally you will get the other files. That is my experience. Or, you can ftp://ftp.oracle.com with anonymous.

Similar Messages

  • Oracle JDBC Driver Compile Errors

    I'd like to try out this new Preview Edition but I get the following errors:
    Error(22,8): class oracle.jdbc.driver.OracleCallableStatement is not public; cannot be accessed from outside of package oracle.jdbc.driver
    Error(23,8): class oracle.jdbc.driver.OracleTypes is not public; cannot be accessed from outside of package oracle.jdbc.driver
    These erors occur at the import statements:
    import oracle.jdbc.driver.OracleCallableStatement;
    import oracle.jdbc.driver.OracleTypes;
    when I attempt to compile a JDev 10.1.3 project in the 11g Technology Preview Edition. Any idea why?
    TIA,
    Jeff

    We don't support project migration from 10.1.3 to the
    technology preview.
    Does the problem reproduce if you create a new
    project in 11tp?Shay,
    Thanks for the quick response. I created a new application in 11tp from scratch. I created a View Object and pasted the offending code into it and got the same compile errors. I actually got the code about a year ago from Steve's Not Yet Documented Applications. He has since removed the App from the page, changed the code and added it to the Dev Guide. The sample app showed how to bind a View object to a REF Cursor returned from a stored procedure and it looked something like this:
    CallableStatement cs = conn.prepareCall("{?=call package.name(P_CODIGO => ?)}");
    cs.rgisterOutParameter(1,OracleTypes.CURSOR);
    cs.setInt(2,16782);
    cs.executeQuery();
    ResultSet result = ((OracleCallableStatement)cs).getCursor(1);
    Changing the code to look more like what is now in the DEV GUIDE will more than likely work because he eliminates the need for the OracleCallableStatement.
    This brings me to my next point. If migration is not currently supported, will it be when the production release of JDEV 11g is available? Shame on me for just quickly skimming the release notes but when the import wizard ran on my project it did not warn me that the feature is not supported or that problems are likely. Upon resolving the issues with the callable statement, I had significant other compile errors in my jspx pages that will probably not be as trivial to fix. If project upgrades are not performed "easily" it will certainly push the 11g adoption date out considerably.
    Thanks again, your comments are always encouraged.
    Jeff

  • JDeveloper 11g production version error

    Hi,
    Finally , the production version of JDev 11g is available , but when i made my 1st sample hr app i found this error on the browser
    Unexpected exception caught: java.sql.SQLDataException, msg=ORA-01882: timezone region not found
    ORA-01882: timezone region not found
    Unexpected exception caught: java.lang.NullPointerException, msg=null
    help me plz , how could i solve this problem ?!!
    thanx 4 help in advance :-)

    Hi all.
    Wich I put to 0 ??
    This are all my registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation entries.
    and all have values.
    ActiveTimeBias
    Bias
    DayLightBias
    DayLightName
    DayLightStart
    StandardBias
    StandardName
    StandardStart

  • JDEV_HOME \jdev\system\ folder not available in Jdev 10.1.3.3

    Hi ,
    I'm trying to configure Harvester in JDev 10.1.3.3 and as part of process i need to copy tools.xml text from Introspector folder to <JDEV_HOME>\jdev\system\Oracle Jdev 10.1.3.3 folder as per manual.
    But, I cant seee this folder at all. Can someone please help regarding this.
    Cheers,
    Bhuvi

    Not sure why its not available in Jdev 11g, and 10.1.3 as well. But i found it in 10.1.3.3 version. Weird but issue resolved. Its available exactly mentioned in manual.

  • BUG: JDev 10.1.3 ADF BC Synchronize With Database not available

    I am using the "Business Components from Tables" wizard to create my ADF model.
    If I specify a package that is 3 nodes deep (a.b.model) then JDev creates a structure that looks like this...
    Applications
    --MyApplication
    ----Model
    ------Application Sources
    --------a.b.model
    If I specify a package that is 4 nodes deep (a.b.c.model) then JDev creates an extra level in the Navigator like this....
    Applications
    --MyApplication
    ----Model
    ------Application Sources
    --------a.b.c
    ----------model
    The side effect of this extra level is that the "Synchronize With Database" option is no longer available when bringing up the context menu for either the "a.b.c" node or the "model" node.
    Bob

    The problem appears to not be with the Wizard.
    Instead, the problem is tied to the Navigator Flat Level control.
    If I increase the flat level to a point where the entire package appears in a single Navigator node, then the "Synchronize with Database" context menu item is available.
    If the flat level is decreased to a point that the package splits into multiple Navigator nodes then the context meny item is no longer available.
    Bob

  • Error while installing Jdev 11.1.1.16 on Mac -"There is only 1 MB available

    Hello,
    I am trying to install Jdev 11g on my macbook and every time I try getting below error.
    Insufficient disk space ! installer requires:-
    832 MB for middleware home at /users/Kumar/Oracle/middleware,
    There is only 1 MB available at /Users/Kumar/Oracle/Middleware
    I followed Can't install jdeveloper 11g build 5188 thread but no luck... I am windows user, try to switch on mac.
    Pls advice. Its frustrating.

    Kumars-MacBook-Pro:~ Kumar$ du -h oracle/Middleware
    0B     oracle/Middleware/jdeveloper
    0B     oracle/Middleware/wlserver_10.3
    8.0K     oracle/Middleware
    all folder are empty.

  • PDK Available for JDEV 10.1.2?

    Hi,
    I do not know if this is the right forum but is the a new version of the PDK available for JDeveloper 10.1.2?
    The current version does not install when starting JDev 10.1.2
    Thanks
    Itsik

    Hi,
    PDK for Jdev 10.1.2 is not available as of now
    Thanks
    Vineet

  • When will JDev ADF training be available?

    The JDev ADF toolset appears to be very powerful and the tutorials are helpful in getting started. The documentation is a useful reference. But for those of us who are new to this toolset, particularly when working in a very small group, some form of formal training is necessary in order to build a real application. What plans does Oracle have to make such training available? I hope there is something on the horizon.

    Thanks Grant for the references. Yes, I'm a beginner, not a Java programmer, not a Forms developer, but have used Designer and I come from the database side. ADF for Forms developers is easier to understand than some of the Java centric documentation. And I have discovered the Oracle Magazine articles which appear useful. I haven't tried them out yet but will do so shortly and I noticed that you have links to the articles on the J2EE Development for Forms/Designer developers page (except possibly for the most recent ones). I've gone thru all of the relevant tutorials, demos and documentation. The Business Components are not a problem and ADF Faces seem OK; it's the task flows, navigation and binding that are most challenging. Thanks for pointing out these resources.

  • "Insight Not Available" with JDev 10.1.3.1.0.3984

    Hi all,
    I'm having problems with JDev 10.1.3.1.0.3984. I often have scriptlet in my JSP pages. My common needs in most common IDEs is their capability of Code Assisst. But, in JDev I found that code assist is not much helpful.
    If i'm using object that is declared by JSP Tag like < jsp:useBean ..... >, I found that Code Insight is available, and I can found appropriate methods of my own object. But, if I declared my own object in ordinary scriptlet, I found "Insight not available".
    Is there any other way to activate Code Insight while editting scriptlet in JSP without declare all object in JSP Tag UseBean? Or scriptlet is not recomended anymore? I've found in other thread that "Insight not available" is requested features in JDev 11.
    Thanks.

    Hi,
    using scriptlets is not fundamentally wrong though it usually is found in older MVC1 style applications. Modern applications use controllers instead.
    In Jdeveloper 10.1.3.1 I tried
    <%String s = new String ("hello");%>
    and when continuing, I can get code insight for s. Note that with usebean zou register a class for a JSP.
    Frank

  • Any ViewLet available for SOA Suite or new feature of jdev 10131 ?

    Hi
    thank you for reading my post
    is there any viewlet available for SOA feature of new version of Jdeveloper 10131 ?
    thanks

    yes there is -
    on my blog I talk about some of the features in JDev
    http://clemensblog.blogspot.com/2006/03/heads-down-for-bpelpm-1013-nightly.html
    and
    http://clemensblog.blogspot.com/2006/06/bpel-pm-10131-new-features-part-2.html
    Security
    http://clemensblog.blogspot.com/2006/04/bpel-1013-new-security-features.html
    and on the webinar site you can find the feature preview
    http://www.oracle.com/technology/products/ias/bpel/htdocs/webinars.html
    search for 10.1.3 feature preview
    hth clemens

  • Buildin Type "DBSequence" not available for PK Attribute in JDev 11.1.1.5

    Hi,
    I have JDev 11.1.1.5 and a (migrated) entity object.
    The PK-Atribute is filled in Database using a Trigger and a sequence.
    I set the attribute to *"Update while new"* and "*refresh after insert"*
    Now I'd like to ste the type to +"DBSequence"+ as suggested in 4.10.10 How to Get Trigger-Assigned Primary Key Values from a Database Sequence. But I dont have the Entry +"DBSequence"+ in the +"Type" combobox.+
    Even if I remove this attribute from the entity and add it again I'm not able to select the build in type +"DBSequence"+
    How do I set the Type of that attribute to "DBSequence"?
    bye
    TPD

    M.Jabr wrote:
    Did you find it?No. :o(
    If not, an alternative solution is to change the type to Number and assign that attribute a value from the sequence upon creation as explained in [url http://mjabr.wordpress.com/2011/03/11/make-sequence-number-as-default-value/]Set an attribute’s default value with a sequence number
    This is no Option since ADF is not the only component making new Entries in that table and I dont want to change the working parts (yet...).
    bye
    TPD

  • Is there an jdev ARCS (appl. revision control system) extension available ?

    Is there an ARCS ( application revision control system ) extension available for Jdeveloper ?
    Googling took me to OAF developer guide which said -
    "With the ARCS (Applications Revision Control System) Extension for JDeveloper, you can perform most
    source control tasks without leaving JDeveloper. For additional information about enabling and using this tool,
    see the E-Business Suite Application Development Services ARCS Extension for JDeveloper web page."
    Can someone point me where to look for this page ? ( I am in Oracle Intranet, so it is accessible for me even if it is an internal page )
    Thanks

    Hi,
    source code control is through Subversion (recommended). For more read up about Team Productivity Center - http://www.oracle.com/technetwork/developer-tools/tpc/overview/index.html
    Frank
    Edited by: Frank Nimphius on Aug 18, 2011 11:23 AM

  • OC4J 2.0.0 is included in the JDev 9i Release Candidate (Available Now)

    http://www.oracle.com/start/jdevelopereap/intro.html?
    src=855007&Act=4
    I pretty sure it's 2.0.0 as it says so in the JDev 9i read me
    and JAZN (Oracle's JAAS implementation) is in there and it's
    supposed to be in 2.0.0. Plus the j2EE_home directory structure
    is different from 1.0.2.2.
    Can't find the updated documentation though, damn.

    Updates don't necessarily improve things and the point updates often create as many problems as they solve. The combination of 10.4.2 and QT 7.0 has been rock solid and problem free for me.
    I only update under controlled circumstances because I value system stability very highly. I have worked with and supported thousands of systems over the years and I can guarantee that the wanton application of updates is the #1 cause of problems.
    The software crash I mentioned happened while iDVD5 was reconnecting media in a project that had been moved to a different hard drive. It corrupted something in QuickTime as well as the disk catalog on one of my backup drives. I don't believe it's a repairable problem and decided to reinstall the system. For me, that opened the question of whether or not to reinstall my existing disk image or build a new one from scratch.
    OSX 10.4.9 has created major headaches for users of Final Cut Express and the QuickTime forum is full of problems associated with 7.1.5 & 7.1.6.
    I am looking for recommendations on specific releases of QT (in this forum) and OSX that users have found to be especially solid.

  • Is OAF no longer available in JDEV 11?

    I am a little bit lost here. I am trying to upgrade my working environment from version 10 to 11 now I can't see the Oracle Applications under the Technology/Scope. Can I not work with EBS/oaf using the latest version of jdev?

    I guess you better ask this in the {forum:id=210} forum too. There are the specialists for hte OAF stuff.
    Timo

  • Is ADF task flows available in jdev 10.1.3.3.

    Hie
    I was just wondering if ADF task flow is available in jdeveloper 10g? if yes then how can i use it?
    Vik

    Vik,
    transactions are handled in the current version as well. In JDeveloper 11 however you can add an isolated transaction context. In fact the use of page regions and page fragments is unique in JDeveloper 11 (though we had regions in JDeveloper 10.1.3 as well, but not supported).
    You can work with subviews in JSF to include other parts of a screen, but this is not the same as using Jeveloper 11 taskflows. So I guess the answer is no you need to have JDeveloper 11
    Frank

Maybe you are looking for