OA Extensions for JDev 10?

Does anyone know when/if OA Extensions will be released for JDev 10? It's my understanding that they're semi-released for JDev 9 (via patch 3834854 if you ask nicely in a TAR) but I'd really like to get them for JDev 10 now that this new version has been released.

The OA Extensions are only available for JDeveloper 9.0.3 I believe. I don't know the schedule for releasing a new version based on 10g of JDeveloper. You may want to try in on of the e-Business Suite forums to see if any information is available as to the current release plans for new versions.
Thanks,
Rob
Team JDev

Similar Messages

  • URGENT: Can not find SOA extension for JDev 11.1.1.5 anymore????

    I do not see the SOA extension when I did a check for updates anymore. Do you know where I can download this extension for JDev 11.1.1.5 please?
    Thanks

    check here at ..
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml

  • VSS extension for JDev 10.1.3.3

    Hi,
    I am a BPEL developer and have tried install/configure VSS ext for JDev. (Help --> Check for updates --> Source Safe ext).
    But it seems to be supporting a limited operations only. Like there is no recursive check in/out etc. It adds only the .jpr file each time and we have to manually create folders and then add files.
    Have anyone played around this before? Any docs/ref ? Your inputs are greatly appreciated.
    Thanks in advance,
    AP

    If you are talking about this extension:
    http://sourceforge.net/projects/jdev-vss-ext
    Then this one is an open source one which you can take and add functionality to.
    The above URL has links to a how-to and contact for the creator.

  • How to install PMD extension for JDEV 11g TP4 ?

    Hi,
    I tried to install PMD extension to JDEV 11g TP4 without success.
    Check for updates doesn't bring this extension.
    Tools --> Preferences --> extension brings following message:
    The ide.extensions or ide.noextensions system properties are set and override user extension preferences. To configure extensions, unset these properties and restart.
    Release notes of JDev 11g TP4 says:
    In this release, users are unable to manage extensions from the Tools > Preferences, Extensions page. The user will instead see the following message:
    The ide.extensions or ide.noextensions system properties are set and override user extension preferences. To configure extensions, unset these properties and restart.
    Is there a other way to add this extension?
    regards
    Peter

    Hello John,
    But for TP1 there was an extension available.
    http://www.oracle.com/technology/products/jdev/101/update/exchange.xml#net.sourceforge.pmd.jdeveloper
    Does anyone know if PMD JDeveloper extension will be available in production release?
    regards
    Peter

  • Cannot install updates for JDev 10.1.3.0.4

    Hello,
    I'm not able to install the updates for Jdev 10.1.3.0.4. There are 17 updates which are not able to install in the system.
    Some of the updates gets installed, but when the Jdev is restarted, the updates still show up in the window.
    When I tried to install some other updates, I get a connection error.
    I'm inside the oracle network and installed some of the updates in the list.
    Any help will be appreciated regarding this issue.
    Thanks in advance
    Rajesh

    Hello, thanks for the URL for the extension page, however, that lasts for so long. I have the same issue as the rsubers, in that the update dialog is not working. I had to go directly to the URL provided and then use the dialog to point directly at the file. There is an Update 3 that isn't out on the extensions page, so I can't use that work around.
    1. How do I get to Update 3
    2. How do I fix this Update tool
    Env: J2EE Ed. Ver 10.1.3.0.4 (SU1) on SuSE 10 Linux using jdk1.5.0_05. Firewall is off while I attempt to download; No proxy
    Saw and posted on another thread Re: Check for Upgrades
    Thanks,
    Tim

  • How to create JDeveloper Extension for new Projects ??

    I want to create a JDeveloper Extension for creating new project with following: (11gR2)
    1. Maven Support
    2. pre-defined dependencies in pom.xml
    3. pre-defined project feature (e.g. ADF Business Components)
    4. pre-defined Custom Base classes for ADF Business Componets
    Are there any documents / samples that i can reference ?!

    Some of these can be added declaratively using the template_hook in the extension.xml file and defining an application and project template. Others will need to be added directly.
    1. Add Maven Support
    This can be added declaratively, as technology in the project template hook.
    2. pre-defined dependencies in pom.xml
    This is going to need to be added to your project after it's created.
    3. pre-defined project feature (e.g. ADF Business Components)
    Same as Maven support.
    4. pre-defined Custom Base classes for ADF Business Componets
    You should be able to use the library hook for this, but I'm not quite clear on what this means.
    Here is an example template-hook that describes the creation of a Maven Application and the Maven Project that will be included with it. The <template-hook> element is placed inside the <triggers> section of the extension.xml file in 11gR2 (this won't work in 11gR1). This template-hook is what makes the Maven Application item show up in the New Gallery. Take a look at how that New Maven Application process works, and then look over this example. The <technologyKey> setting what adds the features to your application/project. In the example below, the Maven feature is being added to the project. The technologyKey for ADF Business Components is "ADFbc"
    The commented out lines below are either just comments, or they are optional elements for the project and application template hooks. It's pretty obvious which is which.
         <template-hook>
            <!--Maven Project template-->
            <projectTemplate>
              <templateId>mavenProjectTemplate</templateId>
              <name>Maven Project Template</name>
              <description>${MAVEN_PROJECT_TEMPLATE_DESCRIPTION}</description>
              <!-- <toolTip /> -->
              <!-- <weight /> -->
              <!-- <icon /> -->
              <!-- <galleryFolder /> -->
              <!-- <unsorted /> -->
              <projectName>mavenProj</projectName>
              <!-- <deploymentProfile>a.b.c.D</deploymentProfile> -->
              <technologyScope>
                <technologyKey>Maven</technologyKey>
              </technologyScope>
            </projectTemplate>
            <!-- Maven Application template -->
            <applicationTemplate>
              <templateId>#mavenApplicationTemplate</templateId>
              <!-- <templateClass /> -->
              <name>Maven Application</name>
              <description>${MAVEN_APPLICATION_TEMPLATE_DESCRIPTION}</description>
              <!-- <toolTip /> -->
              <weight>1.0</weight>
              <icon>/oracle/javatools/icons/application.png</icon>
              <!-- <galleryFolder /> -->
              <unsorted>false</unsorted>
              <applicationName>MavenApp</applicationName>
              <!-- <deploymentProfile>a.b.c.D</deploymentProfile> -->
              <projectTemplates>
                <projectTemplate>
                  <templateId>mavenProjectTemplate</templateId>
                  <!-- <name /> -->
                  <!-- <description /> -->
                  <!-- <projectName /> -->
                  <!-- <promptForProjectName /> -->
                  <!-- <deploymentProfile /> -->
                  <technologyScope>
                    <technologyKey>Maven</technologyKey>
                  </technologyScope>
                </projectTemplate>
              </projectTemplates>
            </applicationTemplate>
          </template-hook>For including predefined pom.xml settings, you can either edit the generated pom.xml file after the project is created, or you can add a predefined pom.xml file to the project. You can see more about working with files in a project on the [url https://blogs.oracle.com/jdevextensions/tags/files] JDev Extensions Blog
    Not quite sure what you are looking to do with the last item. If it's libraries that you're looking to add, you can take a look into the <libraries> hook.
    Staying with the Maven example... Here is a partial <libraries> element
          <libraries xmlns="http://xmlns.oracle.com/jdeveloper/1013/jdev-libraries">
            <library name="Apache Maven 3.0.3">
              <classpath>../../apache-maven-3.0.3/lib/maven-aether-provider-3.0.3.jar</classpath>
               <classpath>../../apache-maven-3.0.3/lib/maven-artifact-3.0.3.jar</classpath>
           <classpath>../../apache-maven-3.0.3/lib/maven-compat-3.0.3.jar</classpath>
           <classpath>../../apache-maven-3.0.3/lib/maven-core-3.0.3.jar</classpath>
           <classpath>../../apache-maven-3.0.3/lib/maven-embedder-3.0.3.jar</classpath>
           <classpath>../../apache-maven-3.0.3/lib/maven-model-3.0.3.jar</classpath>
            </library>
          </libraries>Hope all of this helps, Please feel free to contact me directly via email if that would help you out. john<dot>brock<AT>oracle.com
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • SOA- BPM Extension for Jdeveloper 11.1.2.3.0

    Does Oracle provide SOA-BPM Extension for latest jdeveloper edition. I have searched but seems like they dont provide !!

    user10383617 wrote:
    Does Oracle provide SOA-BPM Extension for latest jdeveloper edition. I have searched but seems like they dont provide !!No, they don't... that's clearly stated on the jdev download page...
    Important Note - This version of JDeveloper doesn't include the SOA and WebCenter pieces - to use these components you'll need to download Oracle JDeveloper 11.1.1.6.0.
    http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html
    Cheers,
    Vlad

  • Looking for Trim Trailing Space extension for JDeveloper 10

    I'm looking for the Trim Trailing Space extension version 10.1.3.2.0, for JDeveloper 10.1.3.5. I've tried the normal "Check for Updates", but the zip file that it tries to download doesn't exist. The version I'm looking for is listed on the download page here: http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/130355.xml, but the download link for it is broken. (I've also tried installing the latest version for JDeveloper 11, but it won't seem to install.)
    Does anyone know if older versions of the Trim Trailing Space extension are still available? If so, where can they be downloaded?
    Thanks,
    --Rob Roberts                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Rob,
    I sent an email to Chris (the author of the extension) and he has now recreated the extension for the 10.1.3.5 version that you are looking for. He added it to his download page on the Google Code.
    Here is a link to the file:
    http://code.google.com/p/jdev-trimtrailingspaces/downloads/list?can=4&q=&colspec=Filename+Summary+Uploaded+Size+DownloadCount
    I'll work on getting the Update Center corrected as well, but this should get you going for now.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem installing SVN extension in Jdev

    Hi,
    I am running Jdev Studio Edition 10.1.3.3.0.3 (This is Jdev with Oracle Application components version)
    I am trying to install the extension for SVN
    extensions as I understand it are
    VCS framework extension (I have successfully installed oracle.jdeveloper.vcs version 10.3.41.57 which has a pre-req of oracle.jdeveloper version of 10.3.41.57 which I have)
    Subversion VCS Extension version 10.3.41.57 which has a pre-req of oracle.jdeveloper.vcs 10.3.41.57)
    From what I see it should be compatible however after restarting jdev upon completing the Subversion Extension install the extension is not registered in the "About" screen and I cannot see the extension jar in the jdev extension directory?
    There are no errors or problems during the install process.
    Has anyone got any ideas what the problem maybe?
    Thanks
    Keith

    Im not sure what the issue was here but I have manually copied the bundle file to the extension directory in jdev and it is now working!

  • No ADF Mobile Extension for JDeveloper 11.1.1.4.0?

    Hi,
    I have recently upgraded from jdev 11.1.1.3 to 11.1.1.4.0, and when checking for extension, can no longer find the one for ADF Mobile Client extension.
    But the tutorial at : http://www.oracle.com/webfolder/technetwork/tutorials/obe/jdev/obe11jdev/ps3/adf_mobile_top/adf_mobile/jdtut_11r2_54_1.html, says that its available.
    Can someone please clarify if its available for 11.1.1.4.0 and if so, how to get it?
    If not, how do I build mobile adf projects using this version? Or do I need to roll-back 11.1.1.3 if I want to build mobile client apps? And guess that would apply to mobile browser apps too?
    Regards,
    Hemant
    Edited by: HVT on Mar 2, 2011 2:55 AM

    Hi Joe,
    Thanks a bunch for that quick and comprehensive reply, and sorry for not replying earlier!
    The reason why I was delaying your response was since our team was having some discussions around the mobile platform with a few leading analyst firms, and we wanted to get their inputs too about what kind of future are they seeing for such apps.
    Having got their inputs now, we are happy to note that Android and iOS support is coming soon, looking forward to Windows 7 support too, and in agreement with your views about J2SE/Windows, Palm/WebOS and Symbian.
    However, we are seeing a lot of queries from our clients, especially from ASIA-PAC region where they are asking for either platform-agnostic support ("the app should work on any phone!") or specifically for J2ME / consumer-phone devices.
    Given that you have not thought about targeting those yet, can we look forward to engaging with you about the same?
    Do please let me know.
    PS: By the way, we did get the Mobile ADF Client extension last week for JDev 11.1.1.4.0, but when trying to create a deployment profile for the mobile client app for blackberry, the BB and WinMobile deployment profile options are coming disabled. Can you please help us as to how to enable those?
    We have installed the blackberry JDE and 9700 simulators both, and also provided their path in the Tools->Preferences in JDev.
    Regards,
    Hemant

  • JUnit 4 Extension for 10.1.3?

    Hi, are there any plans to update the JUnit Extension for JDeveloper 10.1.3 to support JUnit 4?
    Using the current extension with JUnit 4 has two main drawbacks: a) one loses the ability to run a single test method, and b) successes and failures are not shown for each test, but only summarily.
    If not, is the source code for the current extension freely available, so anyone could try to fix it up?
    Or does anyone know of a third-party extension to do the job?
    -- Sebastian

    Junit 4 integration is planned for release 11.
    If you want it before that you can write your own extension:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/index.html

  • Portals Extensions for JDeveloper 10.1.3

    Hi
    I am trying to install the portal extensions for Jdeveloper, I get the following error when I run Jdeveloper after the install command
    java -jar C:\portal-addin-install.jar C:\Jdeveloper
    The error is
    java.lang.NoClassDefFoundError: oracle/ide/addin/Addin
    Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin
    Can someone help??
    Thanks,
    Savithri ([email protected])

    The extension installer was for JDev 10.1.2 and 9.0.5. JDeveloper 10.1.3.2 comes with an up to date version of the portlet creation extension.

  • PDK for JDev 10.1.3

    With the production release of JDev 10.1.3 is there a working version of the PDK.

    Hi All!
    I found this rather old post here on JDev forum but i have the same doubt: are there any plans for a PDK Extension release for JDev 10.1.3? If so, is it being built around ADF Faces/BC4J Stack?
    Any info is appreciated.
    Kind Regards,
    Thiago Souza

  • Looking for JDeveloper extension for RTD External Rule Editor

    In Section "17.2.4.1 Construct" in the document http://docs.oracle.com/cd/E28389_01/bi.1111/e16630/external_objects.htm it is mentioned :
    4. In the Project Technologies tab, move RTD ADF to the Selected column, then click Next
    This technology is available on installing the extension for RTD External Rule Editor. (Refer Section 17.2.2.1 External Rule Editor and External Rule Editor Client)
    But I can't find this extension anywhere - not even the exact name of the extension.
    If anybody has installed this or has this extension, would you please share.
    I'm using JDev Build JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013
    Thanks
    Arijit
    Edited by: Arijit Basu on Feb 19, 2013 1:09 AM

    Hi,
    unfortunately you posted this t the wrong forum as this is not a product owned by JDeveloper or ADF
    Frank

  • OA Framework for JDev 10g

    Hi,
    I have downloaded oracle jDeveloper 10g. Where can I get the OA Framework Extension for JDeveloper 10g. For Oracle JDeveloper 9i, it comes as a single patch which we can download from metalink. I was told that for JDeveloper 10g, I need to download JDev 10g and the OA Extension separately.
    Please let me know where I can find OA Extension for JDeveloper 10g.
    Thanks !
    Debojyoty

    Thanks for the information.
    I also confirmed from Oracle. There is no OA Framework Extension available for Jdeveloper 10g

Maybe you are looking for