JDEV 1013 and deployment to OAS 10g (9.0.4)

Hi,
I have read that OAS 10g (9.0.4) is not supported by Jdeveloper 1013.
Is that mean that I can't deploy an ADF/JSF application to the OAS 10g (9.0.4)?
Regards,
Cezary

Hi,
yes and no. What it means is that you can't directly deploy from JDeveloper to this Application Server. Building J2EE 1.3 compliant applications and deploy the EAR file to OracleAs 9.0.4 should work. Note that if using ADF I am not so sure if there are issues when deploying the ADF runtime libraries.
Frank

Similar Messages

  • JDev 11g for deployment to OAS 10.1.2?

    Our shop runs an Oracle App Server (10.1.2) and has been using JDeveloper for the last few years. While researching the latest release (11g) we noticed our app server is not listed as one that is supported. Does this mean we should steer clear of the newest version of JDev entirely until our app server can be upgraded to at least 10.3?
    Thanks,
    Brad

    John,
    My apologies for not being more specific. We are predominantly using Struts, however some of our newer apps are being built using the JSF framework. There is also interest in building up our catalog of Web Services offered. We have not been using the ADF for any of our projects nor do we intend to (at least in the immediate future). Unfortunately we have no say in the version of our app server (or version of Java for that matter). My biggest concern is building/testing an app on an embedded WebLogic server and deploying to something different.
    Thanks for the help,
    Brad

  • JDev 1013 and cvs files

    it is impossible to load a project, which .jpr file is not in the cvs, while other files are checked out.
    possibly a bug with cvs handling.

    actually i've experienced the following problem:
    i had some 10.1.2 (1811) projects with files checked out. some .jpr files are not in the cvs, and some are.
    when i've migrated the projects to 10.1.3 they were ok, until i've established the cvs connection. the projects, which .jpr files were not in the cvs, stopped to show any files in them (not only the source files).
    moreover, when i tried to delete the corrupt projects from the project tree, they won't disappear!

  • Missing Descriptior with Toplink 1013 and Jdev 1013

    Hi guys,
    I keep getting the following error when I try to run my project:
    Exception [TOPLINK-6007] (Oracle TopLink - 10g release 3 (10.1.3.0.0) (Build 050912)): oracle.toplink.exceptions.QueryException
    Exception Description: Missing descriptor for
    The project is a Web Application with a Model and View/Controller projects. The Model has a Toplink project in it and I created the mappings, classes, and the sessions.xml for it.
    What am I doing wrong? This seems to work in Jdev 1012.

    * Does the sample client work ok when you use sessions.xml?
    * What is the sequence of steps you are taking to create view project and in which project you are getting the errors? A detailed sequence of steps will be helpful in reproducing this issue.
    * If you are running into this issue in your view project using ADF and your use case simply involves reading objects, perhaps you can try writing a plain sample client in java yourself to simulate the use case and see whether this client works.
    Also
    * Take a look at my response to your other question at Mutliple writeable mappings in Jdev 1013 and setup your mappings correctly.
    * If you are running into this issue in the view project with the use of ADF, then try regenerating the datacontrol and recreating your view project. Make sure your logging in the sessions.xml is turned on.
    Hope this helps.

  • JSF 1.2 possible on OAS 10g

    Hi
    My company is looking into developing in a new "framework" and we looked into JSF1.1 since that was directly supported in jdeveloper 10.1.3.2 which is what we use now, but there was a bit to many "silly" bugs so we tested out JSF 1.2 and decided that it seems to be what we want, we also use trinidad since we tested JSF 1.2 in jdev 11g. But now we started running into a few issues first of all we use a oracle application server 10g that it seems that 11g cant deploy to and after fooling around it seems that jsf 1.2 dont work in jdeveloper 10.1.3.2.
    So my question is is there any way to get 11g to deploy to OAS 10g or is it easier to force jdeveloper 10.1.3 to work with JSF 1.2 or should we drop the idea for now and just wait til things fall into place and match each other better ?
    Hope someone out there can help.
    Kind regards
    Jesper Lind

    Jesper,
    You'd probably best be served asking in one of the OAS forums, but the answer is almost certainly going to be "it won't work."
    WLS 10.3/JDev 11g support JSF 1.2, and that's probably what you'll have to do to get this to work.
    John

  • Migration of Enterprise application (J2EE) from OAS 10G to WebLogic

    Hi Group,
    I am working on migrating Enterpirse application developed using Struts, Ejb2.0, JMS. Its been deployed on OAS 10G and Websphere, but I need to deploy the application on Weblogic 10.3. Please can you list me the steps that needs to be followed to migrate the application.
    As per my understanding follwing things needsto be taken care of:-
    1) Weblogic Descriptor files:
    1.1 Weblogic.xml:- we added security roles and ejb-reference-description for the ejbs.
    1.2 Weblogic-ejb-jar.xml for all the ejbs used in the application.
    1.3 Weblogic-application.xml
    1.4 Resource Adapter
    2) JMS queue set up
    3) JDBC set up
    It would be a great help if you can let me know what are the steps to migrate the application.
    Thanks and Regards
    Deepak Dani

    I suppose this paper is Oracle internal only at the moment.
    If you have the option, try JDev 11g and setup all the JDBC and JMS stuff in it.
    --olaf                                                                                                                                                                                                                                                                                                                   

  • Migration from OAS 10g to Weblogic 10.3

    Hello,
    I migrate large app from OAS 10g to Weblogic 10.3.
    1.
    The main part of the job was to prepare descriptors for Weblogic. Unfortunatelly I don't find any tool that could do the job:( There are some problems with descriptors namespaces. This schema and namespaces given in 10.3 docs are not working (not available):
    http://edocs.bea.com/wls/docs103/ejb/DD_defs_reference.html
    So I use the one from 10 release in weblogic-ejb-jar.xml:
    weblogic-ejb-jar xmlns="http://www.bea.com/ns/weblogic/10.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/10.0 http://www.bea.com/ns/weblogic/10.0/weblogic-ejb-jar.xsd">
    and form 9 release in weblogic-cmp-rdbms-jar.xml:
    <weblogic-rdbms-jar xmlns="http://www.bea.com/ns/weblogic/90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-rdbms20-persistence.xsd">
    There are also some bugs in docs about ejb relations.
    After fixing some schema compliance exc this step success.
    2. Next the EJBComplianceChecker - its much more restrictive than OAS verification. So updates in ejb interfaces are necessary. It is not a problem with small app but when there ale a lot of code/branches to migrate it's become a problem. I have been looking for some switch that could help with this but with no result/
    EJBComplianceChecker - Spec veryfication level
    3. Now after EJB compliance checker done its job with success I have an exception that I do not understand:
    An error occurred during activation of changes, please see the log for details.
    Exception
    preparing module: EJBModule(corpo_ejb.jar)
    Unable to deploy EJB: corpo_ejb.jar from corpo_ejb.jar:
    There are 1 nested errors:
    java.io.IOException: JDT compilation error! at
    weblogic.ejb.container.ejbc.CompilerForJDT.compile(CompilerForJDT.java:66)
    at
    weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:357)
    at
    JDT compilation error!
    Could you please give me some point where the problem could be? I don't have any idea where to start looking for..
    What are your experiences with migrations from OAS to Weblogic 10?
    Thanks in advance!
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:00 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:01 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:02 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:04 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 8:05 AM

    Hi Stoigniew Sztank,
    I am working on migrating Enterpirse application developed using Struts, Ejb2.0, JMS. Its been deployed on OAS 10G and Websphere, but I need to deploy the application on Weblogic 10.3. It seems you have migrated a J2ee application from OAS 10G to Weblogic 10.3. Please can you list me the steps that you followed to migrate the application.
    As per my understanding follwing things needsto be taken care of:-
    1) Weblogic Descriptor files:
    1.1 Weblogic.xml:- we added security roles and ejb-reference-description for the ejbs.
    1.2 Weblogic-ejb-jar.xml for all the ejbs used in the application.
    1.3 Weblogic-application.xml
    1.4 Resource Adapter
    2) JMS queue set up
    3) JDBC set up
    It would be a great help if you can let me know what are the steps to migrate the application.
    Thanks and Regards
    Deepak Dani

  • Migration of OAS 10g v(9.0.4.1) from one server to another?

    Hi,
    I would want to know how I can migrate j2ee applications that are deployed in OAS 10g v(9.0.4.1)installed on Sun server to OAS 10g v(9.0.4.1) installed on AIX server at the same OAS 10g version and patch level?
    My question is: Can I just copy the application files from the existing instance to new instance or do I have to deploy each application independtly on the new instance?
    How I can perform migartion of OAS 10g from one platform to another platform?
    Thanks in advance!
    GN

    Hi GN!
    I would think that copying the files will not be enough, as the DCM will not have the information about the deployed applications. Just redeploy them and it should waok as well as on the original server.
    cu
    Andreas

  • Critical ADF application error after deploy to OAS

    <p>
    Hi,
    </p>
    <p>
    I have a problem with ADF application (10.1.3). It works in JDev but after deploy to OAS 10.1.3 when I try to go to page contains a lot of input texts and 2 tables , I get server error  - see it on this image .  It is very strange because this application worked earlier - where OAS uses JDK 1.5.0_08. Now JDK was changed for 1.6.0_01 version. J2EE container has allocate 512 RAM memory Is JDK version may be reason of this error ?
    </p>
    <p>
    Kuba
    </p>

    Hi Kuba,
    Do you mean that you changed OAS to use JDK 1.6? I'm pretty sure this wouldn't be supported. If you mean that you used JDK 1.6 to compile the project and then deploy to OAS, I'm pretty sure this wouldn't be supported, either. If you just changed JDeveloper to use JDK 1.6 to run JDev (although for sure this isn't supported), and the project still is targetted to JDK 1.5, this should work. I've had a few sporadic problems in this configuration, though, so I cannot recommend it.
    John

  • Hardware Requirements for OAS 10g

    Hi, everybody
    I'm looking for the hardware requirements to deploy an OAS 10g web server on Windows Platform. Have somebody this info?
    Thanks
    Mensaje editado por:
    alejoarlyahoocom

    It is subtly different for each operating system and each combination of components. Since you are reluctant to tell us the operating system, I refer you to the documentaiton .... on the following page
    http://www.oracle.com/technology/documentation/appserver.html
    pick out the OS of interest, pull up the Installation manual, go to CHapter 4 "Requirements" to get sizing info, and perhaps even read Chapter 5 "Things You Should Know Before Starting the Installation" ...

  • Jdev 1013  is not  working !

    Hello
    i dowlaoded Jdev 1013 and extracted it to the desired directory but when i start up Jdev it Gives this Error :
    java.lang.nullPointerException
    at oracle.ide.net.AlikeString.packStringArray(AlikeStrings.java192)
    etc..........
    at oracle.ide.IdeCore.startupImpl(IdeCore.java1049)
    ar oracle.ide.Ide.startup(Ide.java.672)
    at oracle.IdeImpl.Main.start(Main.java49)
    at oracle.ideImpl.Main.main(Main.25)

    I did a clean download of the Studio Download (with JDK) fro OTN this morning - everything works just fine. If you are having a problem please state exactly which download you choose for which platform.

  • Need ant script to compile, package, and deploy to Oracle AS 10.3.1

    I have a test app with ADF faces/jsf for front-end and EJB 3.0 Session Facade/Entity beans for back-end. The project structure/layout is similar to the SRDEMO app in JDeveloper. I was able to compile, package, and deploy within JDeveloper 10g to Oracle AS 10g successfully. Is there a sample ant script to compile, package, and deploy to Oracle AS 10g that I can run from command line? The build.xml that came with SRDEMO only do the compilation, not packaging and deployment. I was able to modify the SRDEMO's build.xml to compile my test app though. I still need the script to package and deploy it.
    Thanks,

    Hi,
    How are you referring to the class path. I have created my custom build file and I refer like this.
    <path id="classpath">
      <pathelement location="${oracle.home}/lib/aia.jar"/>
      <pathelement location="${oracle.common.home}/modules/org.apache.commons.logging_1.0.4.jar"/>
    </path> oracle.home is the location where my aia.jar resides.
    In the compile-classes target I have
    <!--Target for Class path details -->
    <target name="compile-classes">
      <mkdir dir="${sca-inf.classes.dir}"/>
      <javac destdir="${sca-inf.classes.dir}"   classpathref="classpath"
             debug="on"                         nowarn="${javac.nowarn}"
             deprecation="${javac.deprecation}" encoding="Cp1252"
             source="1.6"                       target="1.6">
        <src path="${src.dir}"/>
      </javac> 
    </target> Regards,
    Neeraj Sehgal

  • Very Urgent - About Deploying the project on to OAS 10g

    Hi,
    We are in a serious problem.We are done with our project which is done using oracle portal development kit (PDK). We are using oracle portal 10g release2. Our Application server is also 10g.
    At the time of development we use to work on standalone OC4J server and deploy the files on to the server and then by running the index.jsp file the provider use to get running..
    The we use to find our .jsp files in portlet staging area..
    No we dont have any idea how to deploy this project at the server end OC4j.. as there are several modules in our project we need to integrate them and then deploy..
    In Simple words i need steps to deploy a oracle portal web application developed using oracle PDK on to oracle 10g AS.. We need to go live ASAP.. please help me..
    Regards,
    Thulasinath

    You can use Oracle Software Packager. It can be found on this site.

  • Developed in Jdev 11.1.1.2 and deployed into stand alone WLS 10.3.1

    Hi Gurus,
    Currently we are using JDeveloper 11.1.1.2 and deployed a sample web application into integrated WLS and its working fine with skins and page-templates.
    We are using stand alone Weblogic 10.3.1 version.
    When i deployed the same application(developed in jdev 11.1.1.2.0) into stand alone WLS 10.3.1, the skins and page-templates are not working.
    Am i missing any thing at the time of deployment?
    Please share your valuable suggestions and ideas on this.
    Thanks
    Mahi.

    We don't certify this combination - you should be using the same subversion of WLS and JDeveloper.
    You need to make sure the JRF/ADF libraries on the server match the version in JDeveloper.

  • Reports Graphics and OAS 10g

    I made a report with a pie char in developer 10g, it runs OK and i see the char in my desktop. When I execute the report (.rep) in OAS 10g (Forms a Reports Services) via the rwservlet, the resulting PDF file contains everything but the chart doesn't appears (white page). Is there any kind of configuration I need to adjust?

    Hi,
    This is strange. There is no additional configuration needed for charts. If your reports are running fine, it means you should be able to get charts in the output. Does the same problem reproduce if you change the output format from PDF to HTML or HTMLCSS?
    Navneet.

Maybe you are looking for