JDeveloper update center misses XSLT

Hi,
The JDeveloper update center at http://www.oracle.com/technology/products/jdev/101/update/center.xml used to have a XSLT which formatted the XML nicely to HTML for viewing in a browser. We use this to manually download JDev updates and put them on a network share, since some users do not have access to the internet to download updates straight from JDev.
The XSL seems to be no longer used, which makes it much harder to get the updates manually.

ok, the XSL file is back in place - just for you :-)

Similar Messages

  • NetBeans 6 M10: Update Center Missing?

    I can't find the Update Center in NetBeans 6 M10 in the tools menu...

    it is an error.
    a new version of netbeans is just relased ,, it is netBeans 6 , u can check it
    www.netbeans.org

  • JDeveloper Update Center frequently down

    Hi,
    I've noticed that when I try to get download updates to JDeveloper through the update tool that I frequently am unable to download updates. It says my username/password is incorrect, but if I try often enough I can eventually download these updates.
    So what's up? Is this a problem related to Oracle changing the content management system? Is it a problem with JDeveloper? Both? Something else?
    Are other people experiencing these problems?
    Mark

    ok, the XSL file is back in place - just for you :-)

  • Issue with Spring 2.5 Extension available via JDeveloper Update Center

    Hi,
    I am wondering if anybody has run into problems with the latest version of the Spring Plugin for Spring 2.5 available from the download centre. It looks to me like there is a packaging problem - here are the details:
    I downloaded a fresh jdeveloper 10.1.3.3
    Then did the update through "Help - Check for updates"
    This shows an entry for "JDeveloper Spring Support 07.11.19.01"
    When this is downloaded and JDeveloper restarted the only entry in manage libraries is "Spring 2.0"
    The interesting thing then is that the corresponding plugin:
    oracle.jdeveloper.spring2.07.11.19.01.jar
    which is bundled inside
    http://www.oracle.com/technology/products/jdev/101/update/exchange.xml#oracle.jdeveloper.spring2
    has a version number of "06.11.23.01"
    and all of the paths referenced in extension.xml refer to:
    ${ide.extension.install.home}/spring-framework-2.0.1
    for their classpath.
    So it looks like that needs to be updated to take account of the new path.
    Final point - it looks like the sourcecode for spring is not included in that distribution - would be great to get it put back in.
    Regards,
    pj.

    Thank you,Dana.Have you update the file? I found there is still something wrong.
    When I download the file from "http://download.oracle.com/otn/java/jdeveloper/10131/extensions/JDeveloperSpring2.zip
    ", and unzip the file.I found there is a file named "extension.xml" in the oracle.jdeveloper.spring2.07.11.19.01.jar, and I found something like:
    <?xml version="1.0" encoding="windows-1252" ?>
    <!-- The Version number here is the spring build date + and incremented extension no if we have to
    expose more than one extension version for a single Spring version-->
    <extension xmlns="http://jcp.org/jsr/198/extension-manifest"
    id="oracle.jdeveloper.spring2"
    version="06.11.23.01"
    esdk-version="1.0">
    <name>Oracle JDeveloper Spring 2 Integration</name>
    <owner>Oracle Corporation</owner>
    <dependencies>
    <import>oracle.j2ee</import>
    </dependencies>
    <hooks>
    <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension">
    <addins>
    <addin>oracle.jdevimpl.spring.addin.SpringAddin</addin>
    </addins>
    <gallery>
    <item>
    <name>oracle.jdevimpl.spring.wizard.SpringWizard</name>
    <category>Business Tier</category>
    <folder>Spring 2.0.1</folder>
    <technologyKey>Java</technologyKey>
    </item>
    </gallery>
    </jdeveloper-hook>
    <libraries xmlns="http://xmlns.oracle.com/jdeveloper/1013/jdev-libraries">
    <library name="Spring 2.0">
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/spring.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/spring-aspects.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/spring-mock.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/weavers/spring-agent.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/weavers/spring-tomcat-weaver.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-aop.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-beans.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-context.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-core.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-dao.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-jdbc.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-remoting.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-support.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-web.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-webmvc.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-hibernate2.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-hibernate3.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-jdo.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-jpa.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-mock.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-ojb.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-portlet.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-toplink.jar</classpath>
    <srcpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/spring-src.zip</srcpath>
    </library>
    </libraries>
    <feature-hook>
    <description>
    Adds support for creating and editing Spring 2.0 bean defintions. This addin will create the Spring 2.0.1 library and register the relevant XSDs and DTDs
    with the IDE to provide a productive editing experience for Spring definitions.
    </description>
    <optional>true</optional>
    </feature-hook>
    </hooks>
    </extension>
    So I think the spring 2.5 extension is not updated now.
    Can you update the file? Thank you.
    Message was edited by:
    [email protected]

  • Why can't I use the update center in 9i Jdeveloper any more?

    why can't I use the update center of 9i jdeveloper with my otn username and password anymore?
    Is there any problem?

    Hi,
    We're aware of this issue and are looking into it.
    Thanks,
    Brian
    JDev Team

  • JDeveloper 11.1.1.4 Update Center - Updates not recognized

    I am installing JDev 11.1.1.4 on a brand new laptop. Connected to all the Update Center repositories to download everything out there. The UC goes through the download and application process but does not seem to update my installation. Reason I know this is I return to the Update Center and ALL of the updates I just downloaded and applied are still listed. Barring going and downloading all the updates manually and doing the "install from file" thing, what's the resolution?
    Anybody else seen this behavior? It isn't a network connectivity thing as I see all the repositories and updates and it actually takes a while d/l all the updates. Just doesn't seem to be recognized by my JDev as applied.

    I think the issue with these is that the min and max versions in the extension files haven't been set properly by the extension developers, so they continue to show up in the UC, even when they may have been installed. I'm looking into it.
    The harvestor extension for instance, installs a lot of files in the {ORACLE_HOME}/jdeveloper/harvestor folder, but I don't have a clue what this is really supposed to do so it may very well be installed properly and I just don't know where the interface is located to run it.
    The AIA Service Constructor 3.0 is the only one that is publicly released and I just pushed an update from the team that should remove the issue that you're seeing. It does install even though it still shows up in the UC. Take a look at Tools --> Preferences --> Extensions and you'll see it in there.
    The other AIA and Guide are from the Internal UC and they can be doing just about anything. Consider that UC beta and you get what you get. :-)
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • SQL Developer fails to access update center via http proxy

    Hi,
    I've configured HTTP Proxy exactly like MS-IE. Anyway, sql developer fails to access web. This is the error message:
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://htmldb.oracle.com/pls/otn/f?p=38606:2
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
         at oracle.ideimpl.webupdate.CheckMasterListRunnable.run(CheckMasterListRunnable.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Using the same URL in IE gives the following result:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <centers xmlns="http://xmlns.oracle.com/jdeveloper/update/master">
    - <center id="oracle.sqldeveloper.webupdate.internal">
    <url>http://htmldb.oracle.com/pls/otn/f?p=raptor:internal</url>
    <name>Internal Update Cetner</name>
    <domain>.*\.us.oracle.com</domain>
    </center>
    - <center id="oracle.sqldeveloper.webupdate.otncenter">
    <url>http://htmldb.oracle.com/pls/otn/f?p=raptor:center</url>
    <name>Official Oracle Extensions</name>
    </center>
    </centers>
    What's wrong?
    I'm using sql developer 1.0.0.14.22.
    Martin

    Given that the update centre worked for me with proxy authentication in v1422 (and Production v1467 - I would recommend that you upgrade to this with a full download if you can't sort out your proxy issues), I would assume that it is not a SQL Developer bug.
    Are you still getting HTTP 407 errors when you have entered your username and password?
    Unfortunately, I don't know what username/password expectations a RADIUS based proxy authentication would expect. The only thing I can suggest to try is to explicitly put your username/password in your MS-IE proxy setup and see if you can still access the http://htmldb.oracle.com/pls/otn/f?p=38606:2 URL through IE. If this fails through IE, the username/password that you are supplying are not what the proxy is expecting.

  • Cost center missing for pers. no

    Hi,
    While prosting exps in TC: TRIP, we are getting the error "Cost center missing for pers. no". After analyzation the issue we came to know that there is no relationship with org. assignment. We went to TC: PO13>give position>select relationship-->click on create infotype. Here we have given relationship A 011and click on save and again save. Now, we went to TC: PA20/30 cost center is appearing correctly.
    We have couple of pers nos. Instead of doing manuallthis we are doing executing program RHINTE30 in TC: SE38. But it is not updating cost center in TC: PA20/30. How should i achieve this issue? Pls advice....

    you are correct RHINTE30 report will update Cost Center in IT 0001 from OM. Before that you have to upload CC to position through T.code  P013 using either LSMW / BDC.
    For updating CC in IT 0001 process is below.
    First Create Cost center to position using P013 t.code and relation ship A 011.
    Excutre report RHINTE30 using T.code SE38.
    After that there will be one batch input session created in SM35.
    Finally Select your batch input session and Excute through SM35
    Then CC will be updated in IT 0001.
    If there are no much employees you can manull create CC directly in P013 and CC will directly upte in IT 0001.

  • JDeveloper Updates for 10.1.2.1.0

    I am trying to check updates for Spring Framework. When I try to connect I get the following error.
    "An error occured while getting updates from OTN. This maybe due to a network problem, proxy settings or the update center may be temporarily available."
    Any HELP is greatly appreciated.
    Thank you

    You will have better luck with this question by posting it on the JDeveloper forum...
    JDeveloper and ADF

  • SJS8EA: how to add netbeans4.1 update center

    Hello,
    I just get SJS 8 EA and started it, but I immediatly felt a miss compared to NB 4.1: the error stripe available on NB 4.1 update center.
    Well, I try to add the update center from nb, but the url is:
    http://www.netbeans.org/updates/41_{$netbeans.autoupdate.version}_{$netbeans.autoupdate.regnum}.xml?{$netbeans.hash.code} and it seems that SJS has no idea of what are $netbeans.autoupdate.version and so on. So could someone explain me how to get these variable, both from SJS and NB?
    Thank you very much in advance ;)

    1. Open the Options window from the Tools menu.
    2. Expand IDE Configuration > System > Autoupdate Types.
    3. Right-click on Autoupdate Types, select New > General Update Center.
    4. For the Name, type "NetBeans Update Center" and click Finish.
    5. Select the newly created NetBeans Update Center node.
    6. On the right, select the Server URL field and replace the "dev_" with "41_" (the dev branch is for NB 4.2, which probably won't work with JSE8). Press Enter to save the change.
    Then close the Options window and open the Update Center and download modules as usual. I just installed the Error Stripe module and it works nicely.

  • Unable to contact update center after installing ML update

    I have a licensed version of Java Studio Creator. Yesterday, I downloaded and installed the Multilanguage version of Java Studio Creator, after uninstalling the old one. Now, every time I try to update JSC, it give an error: unable to conatact update center and the following exception is thrown:
    Annotation: URL: http://www.sun.com/applink?SunDispatchService=qmds&SunDispatchSubService=creatorcatalog&SunDispatchVersion=1.0&idev=4.26.2&auv=&lc=en&ibr=creator&osname=Windows+2000&osarch=x86&osversion=5.0&sn=(I have removed this)
    org.xml.sax.SAXParseException: Premature end of file.
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    [catch] at org.openide.xml.XMLUtil.parse(Unknown Source)
         at org.netbeans.modules.autoupdate.XMLUpdates.parseDocument(Unknown Source)
         at org.netbeans.modules.autoupdate.XMLUpdates.access$500(Unknown Source)
         at org.netbeans.modules.autoupdate.XMLUpdates$2.run(Unknown Source)
         at org.openide.util.Task.run(Unknown Source)
         at org.openide.util.RequestProcessor$Task.run(Unknown Source)
         at org.openide.util.RequestProcessor$Processor.run(Unknown Source)I have already posted this on another thread,
    http://swforum.sun.com/jive/thread.jspa?threadID=48512&tstart=0
    but that seems to have diverted to other issues.

    This is on the update center side of things. Even if you were to get a response (instead of an error) the response would be an empty update catalog (no updates available). This problem will be resolved before any updates are available, so don't worry about missing updates.

  • Update Center is gone

    I just updated my phone to Lollipop and now Update Center is missing from the list of programs Any way to get it back?

    It's all done via Whats new and apps like Album etc are now done via the Play store
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Help Center : Internal Automatic Updates center

    hi
    Using JDeveloper 11.1.1.2.0 select Help > Table of Contents > Developing JDeveloper Extensions > Writing JDeveloper Extensions > Installing the Extension SDK.
    Step 2 says "... Make sure that the Internal Automatic Updates center is selected, ...", but there does not seem to be an "Internal Automatic Updates center".
    Could this be a documentation bug that should be referring to the Update Center "Official Oracle Extensions and Updates" that does have an "Extension SDK ..." to be selected?
    many thanks
    Jan Vervecken

    Hi,
    Looks like a bug.
    Alternatively, you download the ESDK extension from here.
    -Arun

  • Update on 10.6.8 fails due to digital signature on update is missing

    wanting to install the Parallels version 10 and it won't work on 10.6.8 version of my Mac OS so I learned how to go to the software update which indicates an update is available. When I go ahead and load the update it runs fine and then stops with a message that the Macbook Pro EFI Firmware Update can't be saved. It says the digital signature on the update is missing or invalid.
    I don't know if the digital signature is on my computer or the update? I would upgrade to a more recent version of the OS but don't know what will work.
    Can anyone help?
    Dan

    Parallels 10 isn't compatible with 10.6 according to the web site.
    Mac Requirements
    Hardware:
    A Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor (Core Solo and Core Duo processors are no longer supported)
    Minimum 2 GB of memory (4 GB of memory is recommended to run Windows 7 in a virtual machine or if your host OS is Lion)
    About 850 MB of disk space on the boot volume (Macintosh HD) for Parallels Desktop installation
    About 15 GB of disk space for each virtual machine
    Software:
    OS X Yosemite 10.10 or later
    OS X Mavericks 10.9.4 or later
    Mac OS X Mountain Lion 10.8.5 or later
    Mac OS X Lion 10.7.5 or later
    Check that your computer is compatible with Mountain Lion/Mavericks/Yosemite.
    To check the model number hold down the option/alt key, go to the Apple menu and select System Information.
    MacBook (Late 2008 Aluminum, or Early 2009 or newer) model number 5,1 or higher
    MacBook Pro (Mid/Late 2007 or newer) model number 3,1 or higher
    Your Mac needs:
    OS X v10.6.8 or OS X Lion already installed
    2 GB or more of memory (More is better - 4 GB minimum seems to be the consensus)
    8 GB or more of available space
    Check to make sure your applications are compatible. PowerPC applications are no longer supported after 10.6.      
    Application Compatibility
    Applications Compatibility (2)
    Do a backup before installing. 
    If you can/do upgrade, I recommend you make a copy of the installer and move it out of your Applications folder. The installer self-destructs. The copy will keep you from having to download the installer again.  You can make a bootable USB stick to install using this free program.
    Bootable USB Flash Drive – Diskmaker X
    Mountain Lion
    Note - Mavericks is no longer available.

  • My ITunes got corrupted and I kept getting a message when updating iTunes64msi missing so I uninstalled all files and I thought I removed all registry values but  when reinstalling I get an older version is installed and cannot be removed. I need a soluti

    My ITunes got corrupted and I kept getting a message when updating iTunes64msi missing so I uninstalled all files and I thought I removed all registry values but  when reinstalling I get an older version is installed and cannot be removed. I need a solution.

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

Maybe you are looking for

  • Moved G5 to new location, airport not working

    I just moved my G5 downstairs to the same exact place where I typically use my laptop (powerbook G4). Never had an issue with the laptop recognizing airport and going online, but now my G5 won't show any networks at all and I can't get airport to wor

  • SRM shopping cart attachment to SAP not transferring

    Hi SRM Experts, I have an issue with document attachment which is not coming to SAP R/3 Backend. Scenario 1 1.Create shopping Cart in SRM system with One attachment, 2. Purchase requistion is created in backend replica of SRM shopping cart. but the a

  • How to upgrade from VC 7.0 to VC 7.1?

    Dear all, Currently I am running BI 7.0 and VC 7.0 on NW2004s and I heard there are a lot of enhancement in V.C. 7.1.  May I know where can I download VC7.1 and how can I upgrade from VC 7.0 to VC7.1? Do I have to upgrade to CE 7.1 in order to get V.

  • Performance Tools

    Are there any tools that will allow one to anticipate the affect a "newly" developed portal application (PAR) has on the portal? The reason I ask, is becuase we have a number of business users developing applications via iViews and management wants a

  • XI and LDAP

    Hello experts, how can I establish a connection between XI and Novell eDirectory or Microsoft Active Directory via LDAP? Best regards David