Urgent: OPEN_FORM  in JDEV

In Developer when I want to run a fmx, I write:
Open_Form(:PARAMETER.PATH||'namefile.fmx',
ACTIVATE,
NO_SESSION/SESSION,
pl_id);
where
NO_SESSION           
(The default.) Specifies that the opened form should share the same database session as the current form. A COMMIT operation in any form will cause validation and commit processing to occur for all forms running in the same session.
SESSION           
Specifies that a new, separate database session should be created for the opened form.
How to implement this concept in JDeveloper using two frames, sharing the same connection.
Pls,
it's urgent, help me!
Thank
Riccardo

Riccardo,
as with Forms, its alway good to mention teh JDeveloper release you are using.
If running JClient with Business Components for Java then the transaction is handeld by the ApplicationModules. This also means that two frames (if run in the same process) that use the same ApplicationModule will also share the database connect. In Oracle JDeveloper 10g, the binding context needs to be passed to the called frame.
JFrame2 jf = new JFrame2();
jf.setBindingContext(panelBinding.getBindingContext());
Similar, is possible with JDeveloper 9.0.3 too.
Frank

Similar Messages

  • Urgent Please - Download Jdev 9i with OAF Extensions

    Hi all,
    I need to download Jdeveloper 9i with OAF Extensions.
    Our environments run on
    OA Framework 11.5.10.7RUP
    Oracle Applications Extension 9.0.3.8.13 - build 1570
    Can somebody please provide me the link to download.
    This is urgent. Please help asap.
    Thanks,
    Rajesh

    Hi Rajesh,
    Please Refer below metalink note.
    How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x (Doc ID 416708.1).
    Also, For Your case download Patch 8751878 9I JDEVELOPER WITH OA EXTENSION ARU FOR 11I RUP7 from metalink.
    Let me know if You have any issues?
    Thanks,
    Dilip

  • Urgent: Deploying to Weblogic 5.1 - JDev 9.0.3

    Hi,
    I know that there is no built-in support in JDeveloper 9.0.3.
    but is there a way to get JDev to at least build the deployment jar for an EJB for Weblogic 5.1
    I urgently need a solution since we are stuck on 5.1 until year's enbd and would very much like to standardize on JDev.
    Thanks in advance.

    You can use Platform | WebLoigc6.x panel in the EJB deployment profile settings to hard code the deployment command. This way you should be able to deploy the JAR file to WebLogic5.1. But in JDeveloper903 you will not be able manipulate the ejbc command as the panel for it is missing.
    In JDeveloper9.0.4 you will be able to hard code both the ejbc and deployment command.

  • URGENT: Need help to add files to OA Project in JDev 9i

    Hi,
    OA Framework Version 11.5.10.6RUP
    JDeveloper 9.0.3.5 (Build 1453)
    1. The standard iProcurement NonCatalogRequestPG page is running fine in PRODUCTION and I have been asked to do enhancements like VO extn etc so I am trying to import files from server to JDev on my local machine.
    2. FTP $JAVA_TOP/oracle/apps/icx/*.* to c:/jdeveloper/jdevhome/jdev/myclasses/oracle/apps/icx
    and FTP $ICX_TOP/mds/*.* to c:/jdeveloper/jdevhome/jdev/myprojects/oracle/apps/icx
    4. Open Jdev and create OA Workspace & OA Project (default package: oracle.apps.icx)
    5. When trying to Add files and directories to OA Project, created in step 4, its bringing all files at one level. I dont see any hierarchical directory structure i.e. I dont see package like oracle.apps.icx with sub-directories like punchout, icatalog, lov,etc What I see is all files at one level under xxicx.jpr
    What am I missing here, PLEASE HELP...
    Thanks a lot!

    What you are doing is very simple job and I am sure you will achieve whatever you want.
    create a directory structure od seeded VO in your myprojects dir. then just copy vo.xml, voimpl.java and vorowimpl.java in that dir. create a BC4J component for thsi dir structure and then create new Vo with extends property as this seeded VO.
    If you still have a problem, please upload screenshot of problem to some website, I will download from there.
    --Parag Narkhede                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • URGENT: How to Run an existing Oracle apps page in Jdev 10g

    Hi All,
    I have downloaded Jdeveloper 10G with OA Extension from the patch 5856648. I am able to successfully run the "test_fwktutorial.jsp" and "HelloWordPG.xml". I need to customize an existing Oracle apps page for one of our client requirement. I've done the following:
    1. Downloaded the BC4J components of the page which include xml and .class files from $JAVA_TOP/oracle/apps/ego and placed it in myproject( C:\p5856648_R12_GENERIC\jdevhome\myprojects) and also myclasses( C:\p5856648_R12_GENERIC\jdevhome\myclasses) folder of my jdeveloper.
    2. Downloaded the mds PG.xml from $APPL_TOP/ego/mds and placed it in C:\p5856648_R12_GENERIC\jdevbin\jdev\oamdsxml\fwk with the appropriate folder structure.
    I need to extend one of the VO and one of the controllers from the above standard oracle files. But since there are only .class files in the server, if I open the .class files, the methods are missing in those files. By decompiling the class files also, during run time it gives me error.
    What is the right approach and steps to use the existing Oracle apps files. Is there some way in Jdeveloper where we can set the source of java file with compiled .class files. I'm not able to work in the Jdeveloper for this customization. Please could some one help.
    Thanks & Regards,
    Anita

    1st thing to make sure is that you want to do changes for an R12 instance because that's this version of Jdev is provided for.
    Class files are required in myclasses folder only. Also page xml files should be in myprojects folder with the appropriate folder path.
    Decompiling class files are only way to work with them.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Removing  #OPEN_FORM# (urgent  plz)

    Hi all
    i want to create a form with method=post and action=mypage
    i created the items using the htmldb wizard and removed
    the #OPEN_FORM# ,#CLOSE_FORM# from my template and i added my own form tags . but when i am running the page i get this error
    ERROR: Item "P10_X" was not displayed because the HTML form was not yet opened.
    to solve this problem i create my items within the template which means they are not an application items
    so i faced another problem that i cant pass a values for these items from the other pages in the application .
    so dears how can i pass values to an items in another page that they are not an application items .
    or how can i put the items that i create in htmldb in my custom <form> tags ?
    many thanks

    Hi Ayman,
    did you resolve the issue? I am faced with a similar problem, I am trying to tie-in a payment engine that post the form.
    Thanks!

  • *URGENT* importing third party package into Jdev project

    hi,
    our company has bought a thrid party package instead of developing one to speed up the project pace. Some how we cannot import the package into our project environment,
    this is what we do with the package.
    set the class path to where the *.jar files are, for example: C:\AccBank\beta\creditcheck.jar
    please note that the "C:\AccBank\beta\" is where the project file locates.
    and follow is the import statement
    import thirdparty.package1.*;
    please tell us what did we do wrong, if the case in question is not clear, please tell us the steps we need to do to import and use a third party package with JDev.
    Also, please tell me the different purpose between the directory :
    PROJECTFILES and CLASSFILES under the main project directory
    Thank you very much for your time and your help
    Augustina
    null

    Hello,
    I'm not sure about what you mean,
    but in order to use a given package within JDevelopper, you should:
    - select project/project properties,
    - find the libraries tab
    - click "add", then "new"
    - click "class path"
    - click "add ZIP/JAR" and add the various jar files you want to include
    Note: if the included libraries contain subpackages of packages like javax, and you want to deploy your project (as EJB for instance) you will have to edit the deployment profiles in order to add the 3rd party libraries, otherwise, these subpackages won't be deployed (by default, packages suvh as java.lang, javax etc.. are not excluded from the deployment).
    about the PROJECTFILES and CLASSFILES items, they refer to the directories in which your project's source code (PROJECTFILES) and compiled classes (CLASSFILES) are stored
    Hope this helps, Remi
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Augustina:
    hi,
    our company has bought a thrid party package instead of developing one to speed up the project pace. Some how we cannot import the package into our project environment,
    this is what we do with the package.
    set the class path to where the *.jar files are, for example: C:\AccBank\beta\creditcheck.jar
    please note that the "C:\AccBank\beta\" is where the project file locates.
    and follow is the import statement
    import thirdparty.package1.*;
    please tell us what did we do wrong, if the case in question is not clear, please tell us the steps we need to do to import and use a third party package with JDev.
    Also, please tell me the different purpose between the directory :
    PROJECTFILES and CLASSFILES under the main project directory
    Thank you very much for your time and your help
    Augustina <HR></BLOCKQUOTE>
    null

  • URGENT!!!!! JDev is not showing my project (when I opened it this morning)

    Hello All,
    I am using JDev 10.1.3.4 for the last 3 months and all was well. I worked in it yesterday night and everything was working as expected. I saved my work before logging off and when I opened it this morning, I don't see my application/projects. If I click on Re-open, it is empty (JDev does not have any thing in the memory.)
    While JDev was starting up, I did get an error message to which I did not pay much attention and just clicked ok (as that was the only option) Since I was checking emails and stuff on other screens all I remember from the message is that it said something about UDDI (that it cannot access UDDI or something)
    I need to start working right away as this is a critical time for us and code migration is this Friday.
    Please Help,
    Thanks,

    One more thing,
    When I click View - > and any of the Navigators (Application, System, Connection etc.) nothing comes up. I don't see any of the panes. There is just 1 blue screen!!!
    I found a post very similar to mine - "BUG Application Navigator is Empty". Shay Shmeltzer has suggested: If you start JDev using the \jdeveloper\jdev\bin\jdev.exe - are there any exceptions shown in the dos window?
    I did this and got a long list of error messages. This first one is:
    **** Unable to find class oracle.tip.tools.ide.pm.addin.BPELOptions.*
    **** This object will be loaded as null.*
    java.lang.NullPointerException at orcle.ideimpl.docking.DockStationImpl.stateChanged(DockStationImpl.java:1854)
    at oracle.ideimpl.docking.DockStationImpl.initialize(DockStationImpl.java:258
    And the error log goes on and on...
    How can I paste a screen shot of the dos window here? I tried doing that but could not paste
    Edited by: user12054715 on Feb 10, 2010 10:27 AM
    Shay Shmeltzer has also suggested to see
    From inside JDeveloper do help->about and look at the properties tab for the ide.user.dir attribute to figure out where the directory is.
    For me this (help _> properties -> ide -> user -> dir) is empty!!!!!
    Edited by: user12054715 on Feb 10, 2010 10:53 AM

  • Urgent: jDev 10.1.3 - no panels (e.g. Editor, Navigator...) after opening

    Hi,
    when I opened my JDeveloper today, I first couldn't believe my eyes:
    There was only this blue background without any windows on it, so I tryed to open them in the menu: View -> Application Navigator, View -> Data Control Panel and so on. But only the Property Inspector opens, all the others not.
    Then I tried to open my project with View -> Open -> file.jws but nothing viewable happened.
    It is out of all reason to me why the jDev don't started properly today. I worked with it the last 2 month nearly everyday and it always opened with the status I left it the day before. -> the project and all files were already openend after starting, but today...
    please help, thanks!

    Could you take a look at the .jpr file and .jws file of your specific workspace and at .conf file of jdev itself. Maybe you can find something odd in these files that could explain this kind of behaviour.
    Try to remember what you modified yesterday in JDeveloper, probably there's a setting in the project files of JDeveloper that's responsible for this behaviour.
    I saw this kind of behaviour for the first time when teaching class and one of my students had the same problem. I extracted JDeveloper elsewhere and copied over the projects he had already created and this worked fine.
    Otherwise you can send over your configuration files and project files to Oracle so they can check out what's wrong with yout installation, projects, ...

  • URGENT ! JDEV 10.1.2 Problem with data control generated from session bean

    I got a problem with data control generated from session bean which return a collection of data transfer object.
    The dto's seem to be correct. The session bean load correctly the data into and the object's are plenty of data. Using the console to display the dto content is ok.
    When generating a data control from this session bean and associate the dto included in the collection only the first object level and one-to-one dto object are correctly setted in the data control. Object that represent collection into the dto (one-to-many foreign key) are setted as collection with an iterator but the structure of the object is not setted. I don't know how to associate this second level of collection with the dto bean class to obtain the attributes definition.
    I created a case with hr schema like the hrApp demo application in the tutorial with departments and employees table. I got the same problem.
    Is it a bug ?
    It exists a workaround to force the data control to understand the collection data structure ?
    Help is welcome ! this is urgent !!!

    we found the problem by assigning the child dto bean class to the node representing the iterator in the xml file corresponding to the master dto.

  • 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

  • Urgent! Tutorial or documentation for JDev 3.2

    Please anyone can help me with some good tutorial or documentation about JDev 3.2 online.
    Thanx.

    Hi,
    Shipped with JDeveloper 3.2.3 is a great tutorial and sample applications. You can read all about it by invoking 'HELP' and going to 'Tutorials and Sample Applications' in the contents tab. The tutorials take you through building applications from the business tier to developing several types of clients on top of it.
    If you haven't already downloaded it, I recommend taking a look at Oracle9i JDeveloper version 9.0.2. This will also have samples and tutorials, but we have even more resources on the JDeveloper OTN site with samples, whitepapers, howto's.
    Good luck.

  • Urgent!!!!!!! How to run the application using webui,server files in Jdev

    Hi All,
    I have bit knowledge on OAF
    I have webui,server files which I took from Server
    Now I want to run this application thru Jdeveloper
    How can I do it?
    Please any help would be greatly appreciated
    Best Regards
    HHH

    As told numerous times on this forum, personilization values only affect if at coding level that property is not set, if in controller code initial value property has already been set, then it will take over your personilzation properties. So better check and confirm this!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Urgent (Oracle 8i late with Jdev)

    When I create a new project with the wizard I have a problem with the connection to my scheme (Oralce 8i late)(Polite is the database of the oracle 8i late). I can connect suceful but, I can't see the tables, the program say me that
    SQL Error
    POL-5130 message file is not loaded
    java.sql.SQLException
    Thanx

    The exp/imp utilities are probally not forwards compatable. I.e,
    8.0.5 doesn't know how to read a 8.1.5 export file.
    Set up an 8.0.5 environment which connects to the 8.1.5 database,
    via NET8. Try running the 8.0.5 exp command against the 8.1.5
    database.
    Hope this helps,
    Jeff
    Atif (guest) wrote:
    : From an Oracle 8i database under Linux, I exported a
    : simple table using :
    : exp user/password file=monkey.dmp compress=y tables=monkey;
    : and then tried importing it under Oracle 8.0.5 under Linux
    : without any luck using the following:
    : imp user/password file=monkey.dmp buffer=64000 commit=Y
    : fromuser=user touser=user
    : But I get all kinds of garbage errors. It seems that the
    : dumps are not compatible. This is contrary to what Oracle
    : migration docs say.
    : Does anybody have a solution to this problem?
    : Thanks a million in advance.
    : Atif
    null

  • Urgent - JSP error in JDev 3.1 under NT 4.0

    Hi,
    I have an error in the .jsp file(code below). I already defined the bean called FaqBean. But, from the JSP file, it can't recognize the bean. Can you please tell me what I'm doing wrong?
    Thanks in advance,
    Kaiser
    <%@ page import="com.taglib.wdjsp.faqtool.*"
    errorPage="error.jsp" %>
    <%-- <jsp:useBean id="faq" class="FaqBean"/> --%>
    <% FaqBean[] faqs = (FaqBean[])request.getAttribute("faqs"); %>
    <html>
    <head><title>FAQ List</title></head>
    <body bgcolor="white">
    <h2>FAQ List</h2>
    <%
    for (int i=0; i < faqs.length; i++) {
    faq = faqs;
    %>
    <b>Question:</b> <jsp:getProperty name="faq" property="question"/> <! This is the line it complains -->
    <br>
    <b>Answer:</b> <jsp:getProperty name="faq" property="answer"/>
    <p>
    </tr>
    <% } %>
    </body>
    </html>
    ?Error: [14] Error in attribute list: faq is not a defined bean

    The useBean tag is inside a scriptlet, this could be your problem. Change this:
    <%-- <jsp:useBean id="faq" class="FaqBean"/> --%>
    to this
    <jsp:useBean id="faq" class="FaqBean"/>

Maybe you are looking for

  • ICloud wont work on Windows Vista 64bit

    Hey there, Ive been using iCloud with my iPhone 4, iPad and my MacBook Pro since it came out and it all works perfect. Now I wanted it to run on my Windows Vista 64bit Desktop PC, to sync with Safari, Outlook etc. My problem is: Everytime I start iCl

  • Fixed rate for currency not fixed in the PO

    Hi, In me21N, when we create an order for a different currency than the company currency, the defaut rate appears in the header. This is normal. There is a possibility to fix the rate (the box to tick just next to the rate) : in this case, the same r

  • Dhcp fallback

    hey, i'd like eth0 to try dhcp, and if it doesn't receive an answer within 10s or so, fall back to an address i specify! how do i do this? (i'd like to specify something like eth0="dhcp eth0 192.168...." in rc.conf) thanks

  • Dynamic image report not working

    Hi, I am trying to create a report which has a dynamic image. - the report has a parameter: {?image_path} - user specifies the image location (ie. c:\image1.png) - the report take the image location as a parameter and change "graphic location" of the

  • Global Exception Class

    Hi, I have a global exception class which is inherited from already existing exception class. I would like to use this class to raise different exceptions. How to use this global exception class to raise exceptions with different descriptions? can an