Jdev 9.0.3 download

Hello Oracle guys,
i have to take over software maintanance for a customer. They use a piece of software that uses BC4J written with Jdeveloper 9.0.3
I tried the download pages on OTN but the earliest version to download is 9.0.4.
Can you tellme a link to download the old IDE?
Best regards
Dietmar

Hi,
Would you be able to still find it in a web site such as ?
http://www.idicalif.com/scripts3/oracle4.idc?teamkey=ORACLE1
Hope this will help you.
Steff

Similar Messages

  • Jdev 10g lastest release download not working

    The links on this page are not working:
    http://www.oracle.com/technology/software/products/jdev/htdocs/soft10g.html

    I guess I have the same problem (with the same link). Instead of downloading 249MB, it downloads only 18,6MB and says "download complete". I cannot unzip the file as it is incomplete.
    I`m using Microsofr Internet Explorer, ver. 6.

  • Can't drag Service into BPEL flow in JDev 10.1.3.4 on Mac OS X 10.5.5?

    Hi there - I have an issue in JDev 10.1.3.4 on the Mac. When I open a BPEL flow in JDev and begin to build a process, I can't drag/drop a service from the right hand Services palette into the flow. I noticed this when trying to bring in an Oracle Apps Adapter service, but it applies to other Services and Process Activities as well.
    This is behavior that I noticed on JDev 10.1.3.3 on Mac OS X 10.5.5 but I wanted to see if it changed in 10.1.3.4 - and it hasn't. I just pulled 10.1.3.4 and am launching it from the JDev script in the downloaded folder. I have updated the Mac OS to client-side JDK, but I don't know if that's the version being used by my JDev install.
    Have others noticed this problem? What specific configuration are you using? What other information can I post to make sense of this?
    Thanks,
    Jim

    Hi,
    the BPEL extension is developed and owned by the BPEL group. Please try the BPEL forum at BPEL Note that if they can't provide immediate help for your probem, you may consider customer support for help
    Frank

  • HTML content is shown in the downloaded attachment when it is a .txt file

    Before deploying in Jdev, files can be downloaded for all filetypes (xls, ppt, doc, txt),
    and all can be viewed correctly.
    But after deploying (ct is on 11.5.10.2 RUP5), all files can be downloaded and viewed correctly
    for filetypes (xls, ppt, doc). But for .txt files, it can be downloaded but when viewed,
    it is appended with html contents after the original text.
    eg. The original text in abc.txt is "test".
    Then the file downloaded and opened will contain:
    "+test+
    +<!-- METADATA_SOURCE - JRAD --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01+
    Transitional//EN"><html dir="ltr" lang="en-US-ORACLE9I"><head><title>Oracle
    Applications</title>..."
    Found a similar bug6313329 which has html contents appended to wf notification mail
    and is fixed with patch 6313329.
    Anyone encountered such issue? Any advise is greatly appreciated.
    Thanks.

    User,
    There is a specific forum for OA Framework - you should probably be asking there; when you do, you should probably provide a bit more information (e.g., are you talking about attachments on a workflow notification or something else).
    Best,
    John

  • Jdev 10g installation

    New to Jdev
    I've just downloaded the Jdev 10g base installer and the documentation but I dont seems to have the intallation documentation.
    I tried installing it on my own, it doesn't look like other installationpacks I've used
    Please, hints on installationon Windows and Linux is all I need for now

    You just need to unzip the zip file you have downloaded.
    Because you have downloaded the Base zip file then you will need to do some additional setup, you can find the details in <jdev_install>\jdev\install.html.
    To run JDeveloper you need to go to <jdev_instll>\jdev\jdev.exe
    Hope that helps,
    Lisa Sherriff
    JDev QA

  • Struts 1.2.4 and BC4J in JDev 9.0.3.4

    Hi,
    I did some sample code using Struts and BC4J in JDev 9.0.3.4. I was using the Struts version that came with the JDev.
    Then I downloaded Struts 1.2.4 and unpacked it instead of the shipped version and backed up the old one. I did another sample application in a new project and it gave me this error
    java.lang.NoSuchMethodException: Bean has no property named application
    It's not recognizing the
    <set-property property="application" value="TPSModule"/>
    in the struts-config.xml file.
    When I restore the old version libraries in the WEB-INF/lib, everything works fine.
    Can I not use Struts 1.2.4 with JDev 9.0.3.4?
    Any help is appreciated.

    No the article is not applicable for 9.0.3 I've never tested the compatibility of the 9.0.3 + Struts integration - obviously it does not work.
    What does work is the ADF bindings used in 9.0.5 and above which can be safely used with newer versions of Struts.

  • How to create the stubs in JDeveloper 10.1.3.3.0

    Hi,
    i am unable to find an option called Web Service Stub/Skeleton in the 10.1.3.3.0 version of JDev.
    Can you please let me know what is the option to create a stub web ...
    Thanks

    Hi,
    I don't know how it can be done with JDev 10. However, JDev 9 provides automatic stub generation for web services.
    In JDev 9 its in file > New > stub for web service(As I remember).
    I just checke with JDev 10 help.
    Download the .wsdl file,
    Include .wsdl in project
    Right click .wsdl and generate stub.
    (Posted in other thread also)
    Abdul Wahid
    Edited by: Abdul Wahid on Aug 28, 2009 11:06 PM

  • Skinning Best Practice

    I'm using JDeveloper 11g 11.1.1.2.0
    I've read both skinning documents on Building RIA and Webcenter with regards to skinning.
    But i'm wondering what is the best practice in an multi-application environment.
    To have a good picture of it, basically i have let's say 5 applications, and all of them uses the same skin. So what i did so far, is that i made a skin and have its images all packaged in a .jar file.
    This jar file, i add in EACH application in the WEB-INF\lib directory.
    My question is, is there a better way or what is the best way to handle skins in a multi-app scenario? Is the way i'm doing it, which is copy-pasting the .jar file in each of the project the right way? Or can there be a centralized directory for skinning?

    Certainly the later. We JAR our Skin as per the JDev Web Guide (http://download.oracle.com/docs/cd/E14571_01/web.1111/b31973/af_skin.htm#CHDBEDHI), then place it in a central directory. The JAR is then attached to each application's ViewController via Project Properties -> Libraries and Classpaths.
    Presumably a Maven deployment (we don't use Maven so I can't comment specifically) is also possible, but beyond scope of your question.
    CM.

  • Webstart signing error

    hi
    I have deployed an ADF Swing application using Java Webstart in jdeveloper 10.1.3.3.0 and oracle version 10g.
    But when i run the application through HTML and it finish the download i get the following message error:
    JNLPException[category: Error de seguridad : Exception: null : LaunchDesc:
    <jnlp spec="1.0" codebase="http://192.168.100.125:8988/Application1-Model-context-root/">
      <information>
        <title>Editor de Par�metros</title>
        <vendor>Vendor</vendor>
        <homepage href="null"/>
        <description>My ADF Swing Project</description>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="timeout" policy="always"/>
      <resources>
        <java version="1.3+"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/adfmtl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/adftags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/adfui.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jdatum.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jhtml.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jimjui.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jtester.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jui.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4juixtags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/datatags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/graphtags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfbinding.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfm.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfmweb.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfs-jazn.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfshare.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jct.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jdomorcl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jimdomains.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jmt.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/collections.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfc/lib/adf-controller.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/custComps.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/jaxb-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/jaxb-impl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/jaxb-libs.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/namespace.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/oracle.extapp.runtime.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/orai18n.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-adf.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-core.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-mbean.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-mds.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-web.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-wsrp.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/tidy.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wce.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wsrp-jaxb.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wsrp-stubs.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wsrp-types.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/afc/lib/afc.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/diagnostics/lib/ojdl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/jazn.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/jazncore.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/jsp/lib/taglib/ojsputil.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/lib/oc4j-internal.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/lib/ojsp.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/lib/servlet.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-beanutils-1.6.1/commons-beanutils.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-collections-2.1/commons-collections.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-digester-1.5/commons-digester.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-logging-1.0.3/commons-logging-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-logging-1.0.3/commons-logging.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/jstl-1.1/lib/jstl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/jstl-1.1/lib/standard.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/javacache/lib/cache.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdbc/lib/ocrs12.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdbc/lib/ojdbc14dms.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdbc/lib/orai18n.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdev/extensions/oracle.jdeveloper.jgoodies.1.0.4/forms-1.0.4.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdev/lib/jdev-rt.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdev/lib/ojc.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/LW_PfjBean.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/adf-faces-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/adf-faces-impl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/backport-util-concurrent.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/bigraphbean.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/commons-el.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/jdev-cm.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/jewt4.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/jsp-el-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/ojmisc.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/oracle-el.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/oracle_ice.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/share.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jsf-ri/jsf-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jsf-ri/jsf-impl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/lib/dms.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/lib/xmlparserv2.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/ord/jlib/ordim.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/sqlj/lib/runtime12.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/toplink/jlib/antlr.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/toplink/jlib/toplink-oc4j.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/toplink/jlib/toplink.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/wireless/lib/industrial-adf-faces-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/wireless/lib/industrial-adf-faces-impl.jar" download="eager" main="false"/>
      </resources>
      <component-desc/>
    </jnlp> ]
         at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I can understand that the error raises because some jarfiles are not signed, but i think i signed it correctly by running ctbuild.xml over "Apache ant". This is my ctbuild.xml file:
    <project name="myproject" basedir="." default="sign">
    <!--properties related to signing-->
    <property name="alias" value="ADFKey"/>
    <property name="storepass" value="Davidp1"/>
    <property name="ct.proj.dir" value="/C:/jdevstudio10133/jdev/mywork/Application1/Model"/>
    <property name="mt.proj.dir" value="/C:/jdevstudio10133/jdev/mywork/Application1/Model"/>
    <!--classes dir for mt and ct-->
    <property name="ct.classes.dir" value="${ct.proj.dir}/classes"/>
    <property name="mt.classes.dir" value="${mt.proj.dir}/classes"/>
    <!-- jar names for the client and middle tier classes-->
    <property name="ct.jar.name" value="${ct.proj.dir}/public_html/client.jar"/>
    <property name="mt.jar.name" value="${ct.proj.dir}/public_html/mymt.zip"/>
    <property name="adf.jars.root" value="${ct.proj.dir}/public_html/adfjars"/>
    <property name="adf.jars.signed.marker.file" value="${adf.jars.root}/adfjars_signed.tmp"/>
    <property name="oracle.home" value="C:\jdevstudio10133\"/>
    <target name="init">
    <mkdir dir="${adf.jars.root}"/>
    </target>
    <target name="copy-adf-jars">
    <copy todir="${adf.jars.root}">
    <fileset dir="${oracle.home}">
    <include name="BC4J/jlib/adfmtl.jar"/>
    <include name="BC4J/jlib/adftags.jar"/>
    <include name="BC4J/jlib/adfui.jar"/>
    <include name="BC4J/jlib/bc4jdatum.jar"/>
    <include name="BC4J/jlib/bc4jhtml.jar"/>
    <include name="BC4J/jlib/bc4jimjui.jar"/>
    <include name="BC4J/jlib/bc4jtester.jar"/>
    <include name="BC4J/jlib/bc4jui.jar"/>
    <include name="BC4J/jlib/bc4juixtags.jar"/>
    <include name="BC4J/jlib/datatags.jar"/>
    <include name="BC4J/jlib/graphtags.jar"/>
    <include name="BC4J/lib/adfbinding.jar"/>
    <include name="BC4J/lib/adfm.jar"/>
    <include name="BC4J/lib/adfmweb.jar"/>
    <include name="BC4J/lib/adfs-jazn.jar"/>
    <include name="BC4J/lib/adfshare.jar"/>
    <include name="BC4J/lib/bc4jct.jar"/>
    <include name="BC4J/lib/bc4jdomorcl.jar"/>
    <include name="BC4J/lib/bc4jimdomains.jar"/>
    <include name="BC4J/lib/bc4jmt.jar"/>
    <include name="BC4J/lib/collections.jar"/>
    <include name="adfc/lib/adf-controller.jar"/>
    <include name="adfp/lib/custComps.jar"/>
    <include name="adfp/lib/jaxb-api.jar"/>
    <include name="adfp/lib/jaxb-impl.jar"/>
    <include name="adfp/lib/jaxb-libs.jar"/>
    <include name="adfp/lib/namespace.jar"/>
    <include name="adfp/lib/oracle.extapp.runtime.jar"/>
    <include name="adfp/lib/orai18n.jar"/>
    <include name="adfp/lib/portlet-client-adf.jar"/>
    <include name="adfp/lib/portlet-client-core.jar"/>
    <include name="adfp/lib/portlet-client-mbean.jar"/>
    <include name="adfp/lib/portlet-client-mds.jar"/>
    <include name="adfp/lib/portlet-client-web.jar"/>
    <include name="adfp/lib/portlet-client-wsrp.jar"/>
    <include name="adfp/lib/tidy.jar"/>
    <include name="adfp/lib/wce.jar"/>
    <include name="adfp/lib/wsrp-jaxb.jar"/>
    <include name="adfp/lib/wsrp-stubs.jar"/>
    <include name="adfp/lib/wsrp-types.jar"/>
    <include name="afc/lib/afc.jar"/>
    <include name="diagnostics/lib/ojdl.jar"/>
    <include name="j2ee/home/jazn.jar"/>
    <include name="j2ee/home/jazncore.jar"/>
    <include name="j2ee/home/jsp/lib/taglib/ojsputil.jar"/>
    <include name="j2ee/home/lib/oc4j-internal.jar"/>
    <include name="j2ee/home/lib/ojsp.jar"/>
    <include name="j2ee/home/lib/servlet.jar"/>
    <include name="jakarta-taglibs/commons-beanutils-1.6.1/commons-beanutils.jar"/>
    <include name="jakarta-taglibs/commons-collections-2.1/commons-collections.jar"/>
    <include name="jakarta-taglibs/commons-digester-1.5/commons-digester.jar"/>
    <include name="jakarta-taglibs/commons-logging-1.0.3/commons-logging-api.jar"/>
    <include name="jakarta-taglibs/commons-logging-1.0.3/commons-logging.jar"/>
    <include name="jakarta-taglibs/jstl-1.1/lib/jstl.jar"/>
    <include name="jakarta-taglibs/jstl-1.1/lib/standard.jar"/>
    <include name="javacache/lib/cache.jar"/>
    <include name="jdbc/lib/ocrs12.jar"/>
    <include name="jdbc/lib/ojdbc14dms.jar"/>
    <include name="jdbc/lib/orai18n.jar"/>
    <include name="jdev/extensions/oracle.jdeveloper.jgoodies.1.0.4/forms-1.0.4.jar"/>
    <include name="jdev/lib/jdev-rt.jar"/>
    <include name="jdev/lib/ojc.jar"/>
    <include name="jlib/LW_PfjBean.jar"/>
    <include name="jlib/adf-faces-api.jar"/>
    <include name="jlib/adf-faces-impl.jar"/>
    <include name="jlib/backport-util-concurrent.jar"/>
    <include name="jlib/bigraphbean.jar"/>
    <include name="jlib/commons-el.jar"/>
    <include name="jlib/jdev-cm.jar"/>
    <include name="jlib/jewt4.jar"/>
    <include name="jlib/jsp-el-api.jar"/>
    <include name="jlib/ojmisc.jar"/>
    <include name="jlib/oracle-el.jar"/>
    <include name="jlib/oracle_ice.jar"/>
    <include name="jlib/share.jar"/>
    <include name="jsf-ri/jsf-api.jar"/>
    <include name="jsf-ri/jsf-impl.jar"/>
    <include name="lib/dms.jar"/>
    <include name="lib/xmlparserv2.jar"/>
    <include name="ord/jlib/ordim.jar"/>
    <include name="sqlj/lib/runtime12.jar"/>
    <include name="toplink/jlib/antlr.jar"/>
    <include name="toplink/jlib/toplink-oc4j.jar"/>
    <include name="toplink/jlib/toplink.jar"/>
    <include name="wireless/lib/industrial-adf-faces-api.jar"/>
    <include name="wireless/lib/industrial-adf-faces-impl.jar"/>
    </fileset>
    </copy>
    </target>
    <target name="sign" depends="sign-adf-jars, sign-project-jars"/>
    <target name="sign-adf-jars" depends="init, copy-adf-jars" unless="was.adf.jars.signed">
    <touch file="${adf.jars.signed.marker.file}"/>
    <signjar alias="${alias}" storepass="${storepass}">
    <fileset dir="${adf.jars.root}">
    <include name="**/*.jar"/>
    <include name="**/*.zip"/>
    </fileset>
    </signjar>
    </target>
    <available property="was.adf.jars.signed" file="${adf.jars.signed.marker.file}"/>
    <target name="sign-project-jars" depends="create-project-jars">
    <signjar jar="${mt.jar.name}" alias="${alias}" storepass="${storepass}"/>
    <signjar jar="${ct.jar.name}" alias="${alias}" storepass="${storepass}"/>
    </target>
    <target name="create-project-jars">
    <jar destfile="${ct.jar.name}">
    <fileset dir="${ct.classes.dir}">
    <patternset>
    <exclude name=".jsps/**/*"/>
    <exclude name="connections.xml"/>
    </patternset>
    </fileset>
    </jar>
    <jar destfile="${mt.jar.name}">
    <fileset dir="${mt.classes.dir}">
    <patternset>
    <exclude name="connections.xml"/>
    <include name="**/*"/>
    </patternset>
    </fileset>
    </jar>
    </target>
    <target name="clean">
    <delete file="${mt.jar.name}"/>
    <delete file="${ct.jar.name}"/>
    <delete file="${adf.jars.signed.marker.file}"/>
    <delete dir="${adf.jars.root}"/>
    </target>
    </project>
    Sorry if i have exceed with the size of my post.
    Could anybody help me? Thanks

    Hi,
    I understand that users have an affinity to use Ant directly. However, last time I ran this environment I did run the Ant script from JDeveloper (right mouse context). So you may try JDeveloper 10.1.3.3 for this
    Frank

  • How to create Action links in OBIEE 10.1.3.4.1

    Hi gururs,
    I have a requirement where they need a action link to sibel data but in 10 g there is no option in drill down of Value interaction for coloumn values ,how to create it in 10g can any tell me all step by step procedure?

    Hi,
    I don't know how it can be done with JDev 10. However, JDev 9 provides automatic stub generation for web services.
    In JDev 9 its in file > New > stub for web service(As I remember).
    I just checke with JDev 10 help.
    Download the .wsdl file,
    Include .wsdl in project
    Right click .wsdl and generate stub.
    (Posted in other thread also)
    Abdul Wahid
    Edited by: Abdul Wahid on Aug 28, 2009 11:06 PM

  • Orion.Project.Handler Documentation

    Hello,
    I am trying to write a plugin that will create a new type of project in the orion workspace. This project will be preloaded with files that it is dependent on. I am trying to use the "orion.project.handler" service for this purpose, but I am having trouble implementing this part of the documentation "The function should initialize project in the workspace (including adding project.json to it) and return the project description containing at least ContentLocation"
    https://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Project_services#orion.project.handler
    How do I initialize a project??
    How do I add a project.json file??
    I have tried using the File and Workspace APIs but I get cross domain errors when trying to send GET and POST requests to https://orionhub.org/workspace
    From a REST client I was able to make those request and create the projects and files but I need to be able to do it within the plugin.
    If any one can please help me with this it would be much appreciated.

    Hi,
    Here the links to some documentation but I'm not sure if this solves your particular problem.
    http://www.oracle.com/technology/obe/obe11jdev/11/dvt/gant_chart_pivot_table.htm#ss3
    http://www.oracle.com/technology/products/jdev/viewlets/11/
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11/doc/b31973.pdf
    Can you provide more details about your implementation of actions (new, delete, ...) ?
    Note from web development guide:
    Note: The View menu items do not require that you write application
    code to make them functional. However, you must provide
    application code for any items that you want to use on the other
    menus.regards
    Peter

  • Project Gantt documentation

    Hi,
    is there any documentation available on project gantt chart?
    In particular, is it possible to bind gantt to DataControl and create new task? I manage to display tasks, but actions (new, delete,...) have no effect...?

    Hi,
    Here the links to some documentation but I'm not sure if this solves your particular problem.
    http://www.oracle.com/technology/obe/obe11jdev/11/dvt/gant_chart_pivot_table.htm#ss3
    http://www.oracle.com/technology/products/jdev/viewlets/11/
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11/doc/b31973.pdf
    Can you provide more details about your implementation of actions (new, delete, ...) ?
    Note from web development guide:
    Note: The View menu items do not require that you write application
    code to make them functional. However, you must provide
    application code for any items that you want to use on the other
    menus.regards
    Peter

  • Jdeveloper 11 and/or toplink-jpa problem

    Hello,
    We have a big problem with toplink-jpa or jdev 11. I tried something very similar to the jdev/jpa tutorial (http://download-uk.oracle.com/otn_hosted_doc/jdeveloper/11/demos/JPA/JPA_Demo.html), only adapted to our db. I've been trying to solve this for hours, but whenever we run the sample facade client we created, we get this as only output:
    Error opening zip file: toplink/jlib/essentials-agent.jar
    Error occurred during initialization of VM
    agent library failed to init: instrument
    Process exited with exit code 1.
    I would greatly appreciate some support, I'm desesperate, this project being an experiment to see how we can evolve from "classic" toplink to toplink/jpa.

    Please also note: I tried this with jre 1.5.0.6 and 1.6.0.1 . The first one says "Error opening zip file: toplink/jlib/essentials-agent.jar", 1.6 says "Error opening zip file or JAR manifest missing : toplink/jlib/essentials-agent.jar".
    I also tried the 1.5.0.6 jvm which comes with jdev 10.x, which doesn't say (or does) anything.
    I downloaded the las version of toplink/jpa, without any change.
    All help greatly appreciated :-/

  • BPEL and VS2008 Development

    I am an Microsoft developer that has developed many C# web services. I need to create a C# web service that calls into a BPEL web service. My C# web service ias hoted by IIS in windows. My question is can I develop both BPEL process and windows IIS web services on the same development machine without problems? How do I do both development enviroments on same machine?
    Orgbrat

    Yes you can, install IIS first, this will use port 80. make sure this is started then install SOA Suite, it will pick a differnt port to 80, it will show it at the end of the install. It will also be installed on a Oracle Application Server, not IIS.
    Your machine should have at least 2GB of memory, more if you can.
    You will use Visual Studio for MS development and JDev (free from Oracle Downloads OTN) for BPEL development.
    cheers
    James

  • The required version for developing framework based pages

    hi,
    we are using Apps 11.5.9 and upgraded our AOL/J
    version to the latest roll-up. we also applied
    FWK.H.
    now we want to develop, using jdeveloper, some
    custom pages, and we are not sure which version
    of jdeveloper is needed for the task.
    i understand this should be a special edition
    that contains some extra stuff about Apps and Framework.
    i'll appreciate any answers about the required version
    and links to related stuff.
    regards,
    Moshe

    For Developing OA framework Applications using JDEV, you need to download patch:4045639 from metalink and follow the install instructions.
    Hope this helps.
    Thanks
    Srini

Maybe you are looking for