Developing with JDev 10.1.3.0.1 for BPEL 10.1.2.0.2

Hi,
Does anyone knows if it is possible or adviseble to develop with JDev 10.1.3.0.1 to deploy the processes in OC4J BPEL 10.1.2.0.2?
If it is, is there any issues involved?
Tks

in general you could develop bpel 10.1.2.02 compliant processes, but it would create a bunch of possible hazards you could run into - deployment structure, new services, workflow and so on .. add'ly you cannot deploy from jdev 10.1.3.1 to bpel 10.1.2.0.2 server -- all in all not really recommendable, and not really supported too :D
/clemens
SOA Product Management

Similar Messages

  • The ANT comes with JDev 9.0.4 - is that for development build?

    The ANT comes with JDev, is it the latest version? Do I need to download latest and from somewhere and how do I integrate ANT with JDeveloper? Would it be just for the development build? If I integrate ANT with JDev, that wouldn't bge for release or production build - would it? In that case, I need to install ANT externally!

    Apache has released several versions of Ant since JDeveloper 9.0.4 was released. I believe the version of Ant that shipped with JDeveloper 9.0.4 was Ant 1.5.1 (you can always verify the Ant version by using the echo task to print out the "${ant.version}" property).
    If you want to upgrade to the lastest version (currently, Ant 1.6.1), see the thread "New ant version" in this forum. We will also be shipping the latest release of Ant with future releases of JDeveloper.
    I'm not exactly sure what you mean about the Ant integration being for the development build versus release build. You can choose to configure Ant to be the default build mechanism for your JDeveloper project, in which case it will be used for all builds. Or you can simply open your buildfile in the project, and right click on it to run specific targets. In the latter case, the Ant integration would only be for specific builds.
    Hope that answers your questions.
    -Matt Hawkins
    JDeveloper Team

  • Rapid App Development with JDev 10.1.3 - Need Guidance

    I apologize for the generality of this message, but we are in a time crunch and in need of a solution to handle dynamic GUI that is dependent on who is logged on, manage large XML data streams, and display subsets of the data stream according to the user's input.
    Our application consists of multiple Search Criteria, Data Display, and Data Entry Screens. Each screen (including the Search) will be populated using the XML returned from various Web Service calls.
    We had 4 weeks of training with JDeveloper over a year ago, but just do not know enough to make a decision as to what route to head down in JDev (Swing, ADF, JSP, etc....). We come from a Forms and C background and have very little experience with Java, but are willing to learn.
    We are looking for the best way to proceed with application development using JDeveloper?
    Your feedback is greatly appreciated.
    Thanx,
    Pam
    P.S. I can email example of the screens.
    If we don't come up with a solution by 3/31, we will be using PL/SQL packages to write all our HTML and I know that there are better ways to do it in JDev, I just don't know enough to know what they are.

    Shay,
    How long has it been since you have tested running that tutorial?
    The first problem was mine (no Cust. Id FK on Orders), got that fixed, but could not get it to create OrdersView2 as a detail of the Customer View. I clicked on CustomerView in the Data Model, then clicked on OrdersView on the left side and clicked on Add, but it would not add it into the CustomerView. I started all over again from the beginning.
    Completed everything up to running the JSF. Tried to run it and it comes up with the following 8 errors of which I had no control over and am not sure about. I tried compiling each of the .java files individually to no avail. I am sure it is a culmination type error, because to me everything looks as though it is properly declared, but I don't think each is compiling because of an error(s) in the other .java files. i.e. one error causes a file not to compile and because that class is not available, other files cannot compile either.
    I have done nothing but look at the .java files which JDev created.
    Other than this, this is looking promising. Pretty fast too. But if I cannot get it to work.............
    Thanx
    Pam
    Error(29,1): class SdoGeometry is public; should be declared in a file named SdoGeometry.java
    Error(10,1): class OrderEntryAMImpl is public; should be declared in a file named OrderEntryAMImpl.java
    Error(9,1): class CustomersViewImpl is public; should be declared in a file named CustomersViewImpl.java
    Error(9,1): class OrdersViewImpl is public; should be declared in a file named OrdersViewImpl.java
    Error(26,1): class SdoPointType is public; should be declared in a file named SdoPointType.java
    Error(14,1): class OrdersImpl is public; should be declared in a file named OrdersImpl.java
    Error(27,1): class CustAddressTyp is public; should be declared in a file named CustAddressTyp.java
    Error(18,1): class CustomersImpl is public; should be declared in a file named CustomersImpl.java

  • Develop in JDev 10.1.3.5, test and deploy to Oracle Weblogic 11g

    Hi,
    I have run into some important issues when trying to migrate my Jdev 10.1.3.5 applications to JDev 11g for deployment to the latest Oracle Weblogic Application server version, see threads:
    Thread: migration problems ADF/ Struts 10.1.3 -> 11.1.1.3
    migration problems ADF/ Struts 10.1.3 -> 11.1.1.3
    Thread: ADF/Swing/JClient application migration problem from 10.1.3.5 to 11.1.1.3
    Re: ADF/Swing/JClient application migration problem from 10.1.3.5 to 11.1.1.3
    - so using JDev 10.1.3.5 with deployment to Oracle Weblogic 11g is a must for us.
    Questions:
    1) Is there a way to use Oracle WEBLOGIC 10.3 for debugging inside JDev 10.1.3.5?
    2) Can I develop with JDev 10.1.3.5 + JDK 1.5 and create an ear to deploy to Oracle WEBLOGIC 10.3 Application server with JDK 1.6 64bits?
    3) Which version of ADF should I install on Oracle WEBLOGIC 10.3 to run my 10.1.3.5 application?
    Your help will be appreciated
    Fred

    Is there a way to use Oracle WEBLOGIC 10.3 for debugging inside JDev 10.1.3.5?While you can't replace the embedded OC4J - you can use an external WLS server and do remote debugging on it. http://www.oracle.com/technetwork/developer-tools/jdev/remotedebugwls-086628.html
    From inside JDeveloper you can also deploy directly to the WLS server.
    Can I develop with JDev 10.1.3.5 + JDK 1.5 and create an ear to deploy to Oracle WEBLOGIC 10.3 Application server with JDK 1.6 64bits?Yes you can. Note that so far we haven't officially certified ADF 10.1.3 on WLS 10.3 - but from various customers and testings we think it works ok. We might certify this combination in the future.
    Follow these steps to get the deployment working:
    http://www.oracle.com/technetwork/developer-tools/jdev/deployingwls-091640.html
    Which version of ADF should I install on Oracle WEBLOGIC 10.3 to run my 10.1.3.5 application?You always install the version of ADF that matches the one your application was developed and compiled with.

  • Compile PL/SQL with JDEV 11g TP4 - Compile button missing ?

    Hi
    I have been working through the database development with Jdeveloper tutorial:
    http://www.oracle.com/technology/obe/obe11jdev/11/db_dev/obe_%20databasedevmt.htm
    this, as name suggests, discusses db development with jdev 11g TP4.
    However I seem to have an issue with the section named 'Creating and Debugging PL/SQL Objects in the Database'.
    In section 9 of 'creating a pl/sql package' the tutorial talks about a compile for debug button on the code editor. This essentially compiles the package against the DB, however in my Jdev, this button is does not exist. Is this just because this is only a tech preview version or is there some further config I need to do?
    Versions are..
    OS: Vista SP1
    JDEV: 11.1.1.0.0
    DB: 10.2.0.1.0
    Thanks in advance
    Will

    hi Will
    Maybe this is a beter forum for your question:
    "JDeveloper and OC4J 11g Technology Preview"
    JDeveloper and OC4J 11g Technology Preview
    success
    Jan Vervecken

  • Developing portlets with Jdev 10.1.3.0 possible?

    Hi all,
    I'm currently using Jdev 10.1.3.0 and I need to develop a portal (and portlets) using AS Portal 10.1.4.
    I tried to install the PDK on jdev 10.1.3.0, but that didn't work well.... do i need to upgrade my jdev version or there's another way to develop portlets for AS Portal 10.1.4 ?
    Thanks,
    Rui

    Hello Rui,
    I experience the same problem. PDK is not compatible with JDev 10.1.3. Actually I'm developing with the prevoius release of JDev, 10.1.2.2, with PDK extension and it works fine.
    Bye,
    Maurizio.

  • Error after deploying a JSP Application developed with jdeveloper

    Hi there
    Running Oracle Enterpride Edition 8.1.7
    including Oracle Http webserver
    I'm trying to run a JSP application developed with Jdeveloper
    through the oracle http server included in
    Oracle Enterpride Edition 8.1.7
    Think I have modified alle the .conf files correctly
    I get the message :
    "Error Message: java.lang.RuntimeException: JSP Registry could not locate runtime property file:ORDERS_ORDERS_PKG_ORDERS_PKGModule.properties"
    Of course I know ,this file should be deployed as well. I have done this.
    Any ideas what's wrong ?
    Or can anyone point me to a (proper) document that decribes (correctly and completely) alle the steps that need to be done ?
    Many Thanxs
    Regards TJ
    null

    Yep, I had the same problem deploying from JDeveloper 9.3.1, followed:
    http://www.oracle.com/technology/products/jdev/howtos/10g/adf_runtime_update_howto.html
    and it works! thanks for the clue! (now I only have to find out what ADF is now!)
    Carlos.

  • FOD schema installation with tutorial Database Development with JDeveloper

    I followed the instruction online at http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html to install FOD schema. Errors displayed when call "run ant target -> buildall" were below:
    populateImages:
    [java] 2010-9-26 14:56:01 oracle.as.jmx.framework.LoggerHelper log
    [java] SEVERE: Error initializing the JMX FRamework SPI "oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl"
    [java] java.lang.reflect.InvocationTargetException
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializeSPI(PortableMBeanFactory.java:1895)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializePlatformSPI(PortableMBeanFactory.java:1851)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1831)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:207)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:215)
    [java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at java.lang.Class.newInstance0(Class.java:355)
    [java]      at java.lang.Class.newInstance(Class.java:308)
    [java]      at oracle.mds.core.MDSInstance.lookupMBeanServer(MDSInstance.java:2061)
    [java]      at oracle.mds.core.MDSInstance.checkMDSDeployStatus(MDSInstance.java:950)
    [java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1692)
    [java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1666)
    [java]      at oracle.mds.core.MDSInstance.findAndStoreMDSInstance(MDSInstance.java:1962)
    [java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:507)
    [java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:470)
    [java]      at oracle.adf.share.config.ADFMDSConfig.getDefaultMDSInstance(ADFMDSConfig.java:436)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    But still got message - "BUILD SUCCESSFUL" at the end. Does anyone know how to solve this problem?
    My intention of performing FOD schema installation was to follow the tutorial "Database Development with JDeveloper" at http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/databasedevelopment/obe_%20databasedevmt.htm. But I stopped at the last topic "Creating and Debugging PL/SQL Objects in the Database" ->"Running a SQL Script to Create an Object Type" when trying to create a object using script on the page.
    This is the script:
    ------------------------------------------------start
    REM
    REM Create object ORDER_ITEMS_REC
    REM
    CREATE or REPLACE type ORDER_ITEMS_REC as object
    ORDER_ID NUMBER(15),
    LINE_ITEM_ID NUMBER(3),
    PRODUCT_ID NUMBER(15),
    QUANTITY NUMBER(6),
    UNIT_PRICE NUMBER(8,2),
    CREATED_BY VARCHAR2(60),
    CREATION_DATE DATE,
    LAST_UPDATED_BY VARCHAR2(60),
    LAST_UPDATE_DATE DATE,
    OBJECT_VERSION_ID NUMBER(15)
    show errors;
    --------------------------------------------------end
    and the error message I got was
    ------------------------------------------------start
    Error report:
    ORA-01031: insufficient privileges
    01031. 00000 - "insufficient privileges"
    ------------------------------------------------end
    I was wandering whether the error of FOD installation could cause the error of the tutorial?
    Any response will be appreciated.

    1. you dont have to insall Oracle database at the BO machine side, you just need any database to hold the BO repository.
    2. you cant connect directly using BO, only Crystal reports can connect directly to R3 database, you need to have a BW in between.
    extract your data into the BW, and let BO connect to BW using the BO integration kit for SAP solutions.
    3. no you dont have to have 3 different machines, using one BO machine you connect to them all, but you may need build a  BO environment, (Development, Production servers)
    good luck

  • Best practice: team based development with JDeveloper and CVS?

    Hi all!
    I was wondering of what is the best way to work with Jdev 9i and cvs on a same project with 5 developers whereas
    all developers use the same JPRs and JWS?
    Which of the files should be checked in to the central CVS repository, which should be remained on the local machine of each developer?
    I assume, all java and xml files might be stored in the cvs repository. But how can we make sure that new files written by a member of the team will be added to my project?
    If we also check in the JPR and CFG files the merge of concurrent JPRs will fail and our project will be shreddered ;-)
    My question: what is your best experience with simultanous development on same projects?
    Any idea?
    Many thanks,
    Stefan

    1. Put everything that your project needs under CVS control:
    - buildscripts
    - BC4J jarfiles
    - BC4J generated files (java, xml, xcfg, jpx, cpx)
    - .properties, package.html, gif, ...
    - docu
    - install scripts
    - starter batch or exec, ...
    2. Each developer should have a own JPR and JWS file. In a seperate location those files could be checked in frequently to easy allow the setup of a new Developer workstation
    3. Use a sourcecode formatter (e.g. jalopy) on the BC4J generated java files to reduce merge conflicts because of empty lines generated by JDev dialogs
    4. Adding new files is no problem:
    - if you add new BC4J objects (AM, VO, ASC, EO, VL) also checkin the bc4j package XML so new files will be added.
    - set in project settings common / input paths - "Scan source path ..."
    5. Deleting BC4J files is a problem, because JDev does not automatically remove them from the project. So if someone deletes BC4J objects, you should close the project and delete it manually from the jpr file
    6. Close the project before making a CVS update wih external tool like Tortoise because of JDev caches
    Regards, Markus

  • Database development with jdeveloper

    Hi
    Thank you for reading my post
    is it possible to use Jdeveloper to develop Mysql databases ?
    how i use its diagram <> database capabilities to forward a diagram to a mysql database ?
    thanks

    Hi,
    For information on how connect MySQl to JDev, look in the Help for 'Working with Non-Oracle Databases' under 'Using Application Development Tools | Database Tools'.
    And for Modeling Database Development with JDeveloper, you can find this tutorial useful :
    http://www.oracle.com/technology/obe/obe1013jdev/dbdevelopment/obe_%20dbasedevmt.htm
    Regards,
    Sunil..

  • 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.

  • Getting started with JDev and 11i

    Good morning everyone. I currently have access to an 11.5.10.2 Apps instance running on ATG RUP6. I am looking to start some BPEL development and have a couple questions regarding the development and server tools necessary for this.
    1. I don't have the Metalink note(s) handy, but what I've read says that for 11i development with JDeveloper, you need certain versions of JDev available from Metalink as a patch. If I recall, they are all various patched versions of JDev 9i. Is it not possible to use the latest 10g version? From what I have seen, there are many many improvements from 9i to 10g, and I would really like to use the best tool available!
    2. Several blog entries and Oracle white papers discuss creating BPEL processes that will work with EBS. For example, this one here: http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/bpel_ebuz/bpel_ebusiness.htm
    In the few that I have gone over, they all say to download and install JDev, 11i (11.5.10+), and the SOA suite. I do not understand the part about having to install the SOA suite -- why is that necessary? Does 11.5.10 not have the necessary components to start doing BPEL development? This is not such a big deal for someone with a personal computer doing practice development, but at a company, we are talking about having to install and maintain a rather significant component. Is there anyone here who is actively developing BPEL processes for a production environment that can share some details regarding this?
    Thanks for all of your input!
    ryan

    I found the note to my first question: 416708.1. It says that specific versions of JDev are required depending on your ATG tech stack version. For 11i, they are all 9i versions. Specifically, it says "When you create extensions to eBusiness OA Framework pages, you must use the version of JDeveloper shipped by the eBusiness product team.". To amend my question, would this mean that I could use JDev 10g for BPEL development in 11i and stick to the particular JDev 9i only when modifying OAF web pages in 11i? Again, I would like to use the latest dev tools where possible.
    Thanks again.

  • SQL Developer from JDev

    I am doing the « Database Development with JDeveloper » tutorial. In the tutorial we create two SQL scripts that we can run with SQL*PLUS from inside JDEV. The tutorial asks us to use sqlplusw.exe. However I don’t have sqlplusw, I only have sqlplus.exe, the command line version.
    When I saw SQL Developer was claiming “Oracle SQL Developer is a graphical version of SQL*Plus” (First sentence of Online Help), I naively thought that I could use sqldeveloper.exe instead of sqlplusw.exe.
    When I try to run the SQL script from JDEV, it seems to open an empty SQL Developer window in JDEV, with no possibilities of running scripts.
    I know that in the next version of JDev SQL Developer should be integrated but, in the mean time does anyone know a way to open and run a SQL script from JDEV using SQL Developer as the tutorial requires it?
    I'm not sure if this makes sense.
    Message was edited by:
    dfullum

    You can use the sqlplus.exe instead of the sqlplusw.exe the results should be the same.

  • Strange behaviour with JDev 10.1.3.1 thru 10.1.3.3 creating JSP using CDB

    Greetings,
    I am experiencing a strange problem developing some simple JSPs using the Content DB libraries. It happens on JDev 10.1.3.1, 10.1.3.2, and 10.1.3.3.
    I don't know if its my environment or something else. If your in for a mystery then this one is for you.
    All JSPs, Backing Beans, and supporting class all compile without a problem.
    JSPs run and data is displayed as expected. All seems fine.
    Problem:
    When I go back to the JSP and click on it to open (for work), JDev just hangs up. Have to go into Task Manager to Kill process.
    Work Around:
    Back in JDev before I click to open JSP, I clean out the compiled classes. Then click on JSP and it pops right up?!?!
    Has something to do with Content DB libs?
    I go back to the backing bean and Comment out all calls to any CDB APIs within the methods. The overall structure of the backing bean is intact but it renders the JSP useless of course. But the after I compile (without errors) the NO CDB API version, I click on the JSP; it opens right up in JDev.
    Ok, what I did not tell you yet. The missing key to this mystery.
    I'm working on my local desktop. There is no local instance of OCDB on my desktop. Only Jdev and the OCDB development kit. The Actual instance of the content DB is elsewhere. The code reads a property file to get the URL and S2S logon information from a property file (local on my desktop) to connect and do its thing. NOW, AS LONG AS I AM VPN into the network (where several OCDB instances can be accessed), I can go into JDev and open the JSP REGARDLESS of whether I've compiled the code or not.
    When I'm running the VPN, I see the in and out byte count moving up and up, then within a few seconds, the JSP pops right up.
    How strange is this?!
    Question: When using the OCDB libraries with JDev, is it going out to look for some license? It seems that JDev knows my code is calling some OCDB APIs then goes out and does something before it allows me to continue. Without the VPN connection its looks like its sits there waiting for something. My colleagues don't have this problem. But of course they are inside of the firewall, I'm outside.
    I've worked on a lot of JSPs before (without OCDB) and I've never seen anything like this before. Here is a list of the libraries that I'm using.
    Using version 10.2 of the CDB Libraries.
    Importing these jars to my project in JDev.
    1. cdb-devkit-client.jar
    2. content-ws-client.jar
    3. axis.jar
    4. commons-codec-1.3.jar
    5. commons-discovery-0.2.jar
    6. commons-httpclient-3.1-rc1.jar
    7. commons-logging-1.0.3.jar
    8. jaxrpc.jar
    9. saaj.jar
    10. wsdl4j-1.5.1.jar
    Any suggestions would help. Since I've found a work around. I'm up and moving, but I would REALLY like to know what's up with this.
    THANKS
    Winston

    Hi folks,
    I have some more news on this issue.
    As noted in my first post, I noticed that the VPN monitor was moving very aggressively when the VPN connection was established. Activating JSP in design mode while classes were compiled and my VPN connected always seemed to do the trick.
    So, Why does it work when VPN is connected? What’s JDev doing?
    To answer these questions I loaded up an IP packet sniffer to find out exactly what JDev. was up to. Here are the results, but first a recap of the steps.
    Let’s say you have a model view project (using Content DB) that has already been compiled and you know it works.
    You are working remotely and need to connect via VPN.
    You have no local instances of the Content DB running.
    You VPN in and run the JSP from JDev. to verify that all is in working order.
    Ok get out of the app and close down all its windows.
    In JDev, close out all files in the developer.
    Disconnect the VPN.
    Then in JDev open the JSP. If it comes up in source mode switch it to design mode (Click on the "Design" tab).
    JDEV hangs up.
    Ok now Go into Task Manager and kill the process.
    Then find the class folder where the compiled code sits and delete them all.
    Start up JDev and go into your project and open the JSP file.
    If it comes up in source mode, switch to design mode. Either way this will work.
    Now close the JSP file.
    Recompile the code.
    NOW START UP the IP Packet Sniffer on your local machine. (VPN IS NOT CONNECTED)
    Open the JSP file. If it comes up in source mode, switch to design mode.
    Now go back and look at the IP packets.
    BEHOLD! IT IS TRYING TO CONNECT TO THE SERVER USING THE CORRECT URL FOR MY INSTANCE OF THE OCDB.
    Note: There are no URLs encoded in the code. It gets the URL by reading it from a properties file.
    The URL to the server is only specified in the property file.
    By the way, JDev is now hung up because you’re not VPN in.
    Go into the task manager and kill the process, delete the compiled class files, and restart JDev.
    Now go and find the property file on your local drive, and rename it.
    Go back to JDev. and recompile the code.
    Bring up the JSP in design mode.
    Look at the output of the IP packets.
    THERE ARE NONE! This also shows that its not some kind of cache problem, else it would try to connect.
    JDev is active and the JSP is displayed in design mode.
    So, either by deleting the compiled classes or removing the properties file CLEARS the problem.
    It appears that I’m hanging up because JDev is partially executing the code when you switch into design mode?!?
    If the code is complete it tries to go all the way. Since I'm not VPN in I never get a response from the server, thus it hangs forever.
    If the code is incomplete, it never tries to connect.
    Now if I try this WITH my VPN connected, I see the packets going to the server, and the JSP is eventually displayed.
    Also noted that when the property file was renamed and/or the executable classes were deleted, The JSP always pops up (almost immediately). When VPN is connected and classes are compiled and the property file is accessible, it is a lot slower. More Support that JDev is doing something with the server.
    So why is this thing running my code when I switch design modes?
    I’ve also found this thread on the JDev Fourm.
    JSP Design not working when ICEFaces extension is integrated JSP Design not working when ICEFaces extension is integrated
    A Known problem with JSP when third party libraries are added?!?!
    Content DB considered a 3rd party library?
    So, I must conclude that this is not an OCDB issue, but a JDev Issue.
    Aslo check out JDeveloper "Design" Perspective
    Hope this helps some one out. This was a barn burner.
    Thanks
    Winston

  • PDK plugin with jdev 10.1.3

    Hello,
    Please i want to know how executing a portlet application developed with a plugin
    wizard in jdev10.1.2.
    I Know that the plugin for jdev 10.1.3 not exist but i have try to import the project and the reference library from jdev 10.1.2 to jdev 10.1.3.
    The project compile fine (10.1.3) but when i launch (run or debug) the index.jsp file (supplied with wizard) i have the following error:
    oracle.classloader.util.AnnotatedNoClassDefFoundError:      Classe mancante: index     Classe dipendente: index     Loader: current-workspace-app.web.Registrazione.jsp367:0.0.0     Origine codice: /D:/Progettti MCTC/source_java/CCISS/EDSPortlet/classes/.jsps/     Configurazione: *.jsp in D:\Progettti MCTC\source_java\CCISS\EDSPortlet\classes\.jspsLa classe mancante è disponibile nelle seguenti posizioni:     1. Origine codice: /D:/Progettti MCTC/source_java/CCISS/EDSPortlet/classes/.jsps/ (from *.jsp in D:\Progettti MCTC\source_java\CCISS\EDSPortlet\classes\.jsps)      Questa origine codice è disponibile nel loader current-workspace-app.web.Registrazione.jsp367:0.0.0. Questo è un elemento figlio del loader dipendente current-workspace-app.web.Registrazione:0.0.0.     at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2051) [D:/AppServer/oc4j_extended_101300/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@12]     at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1665) [D:/AppServer/oc4j_extended_101300/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@12]     at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1621) [D:/AppServer/oc4j_extended_101300/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@12]     at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1606) [D:/AppServer/oc4j_extended_101300/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@12]     at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap]     at index.jspService (_index.java:55) [D:/Progettti MCTC/source_java/CCISS/EDSPortlet/classes/.jsps/ (from *.jsp in D:\Progettti MCTC\source_java\CCISS\EDSPortlet\classes\.jsps), by current-workspace-app.web.Registrazione.jsp367:0.0.0]
    Help me please.
    Thanks for advance.

    Hi,
    Download jdev 10.1.3.2.0, the portlet PDK is integrated now

Maybe you are looking for