ANNOUNCEMENT:  New How-To on Debugging Pluggable Java Components

Forms Product Management are pleased to announce a new How-To document demonstrating how you can debug Forms Pluggable Java Components running "live" in a Form, from within JDeveloper.
The direct URL is:
http://otn.oracle.com/products/forms/htdocs/howto_debug_pjc.html
Or from the OTN Forms Homepage:
http://otn.oracle.com/products/forms

How to debug pjc by passing Different config otpion
I have separate config for webutil so my forms with runs like localhost:8889/forms/f90servlet?config=webutil.......
I want to debug pjc used in one of the webutil form how do i achive that
when I run with abouve example look like is not usign frmwebutil.jar which i try to place all over and i gets error "frm-47023 No such parameter name WEBUTILCONFIG exists in form <formname>."
here is my debug_pjc.html
<HTML>
<!-- FILE: debug_pjc.htm (Oracle Forms) -->
<!-- -->
<!-- This is a HTML file used for debugging Pluggable Java Components -->
<!-- update the serverArgs parameter to include your test module -->
<!-- name and any other required Forms arguments -->
<!-- Amend references of localhost:8889 to the correct server and -->
<!-- Port number if you are using a remote server -->
<HEAD><TITLE>Debug My PJC</TITLE></HEAD>
<BODY>
<APPLET CODEBASE="http://localhost:8889/forms90/java"
CODE="oracle.forms.engine.Main" WIDTH="1040"
HEIGHT="738"
HSPACE="0"
VSPACE="0">
<PARAM NAME="serverURL" VALUE="http://localhost:8889/forms90/l90servlet">
<PARAM NAME="serverArgs" VALUE="module=gzipidc">
<PARAM NAME="ARCHIVE" VALUE="banicons.jar,bannerui.jar,banspecial.jar,banorep.jar,f90all_jinit.jar,frmwebutil.jar" >
<PARAM NAME="serverURL" VALUE="http://localhost:8889/forms90/l90servlet?ifcfs=http://localhost:8889/forms90/f90servlet?config=dvl&separateFrame=false&acceptLanguage=en-us">
<PARAM NAME="networkRetries" VALUE="30">
<PARAM NAME="lookAndFeel" VALUE="Oracle">
<PARAM NAME="colorScheme" VALUE="blaf">
<PARAM NAME="serverApp" VALUE="default">
<PARAM NAME="logo" VALUE="no">
<PARAM NAME="imageBase" VALUE="codeBase">
<PARAM NAME="heartBeat" VALUE="1">
<PARAM NAME="formsMessageListener" VALUE="">
<PARAM NAME="recordFileName" VALUE="">
<PARAM NAME="config" VALUE="webutil">
<PARAM NAME="WebUtilArchive" VALUE="frmwebutil.jar,jacob.jar,fjtable.jar ">
<PARAM NAME="WebUtilLogging" VALUE="server">
<PARAM NAME="WebUtilLoggingDetail" VALUE="Detailed">
<PARAM NAME="WebUtilErrorMode" VALUE="server">
<PARAM NAME="archive_jini" VALUE="banspecial.jar,f90all_jinit.jar,banicons.jar,bannerui.jar,frmwebutil.jar,jacob.jar,fjtable.jar">
<PARAM NAME="baseHTML" VALUE="webutilbase.htm">
<PARAM NAME="baseHTMLjinitiator" VALUE="webutiljini.htm">
<PARAM NAME="baseHTMLjpi" VALUE="webutiljpi.htm">
<PARAM NAME="pageTitle" VALUE="Vipul's forms server-webutil">
<PARAM NAME="escapeparams" VALUE="true">
<PARAM NAME="form" VALUE="gzipidc.fmx">
<PARAM NAME="envFile" VALUE="webutil.env">
<PARAM NAME="WebUtilMaxTransferSize" VALUE="16384">
</APPLET>
</BODY>
</HTML>

Similar Messages

  • How can I debug webdynpro java application?

    hi,
    How can I debug webdynpro java application?
    Thanks

    Check this document
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0cb32c5-36a7-2910-2c9b-ba4a5bbdbb56
    Also check this sdn thread Re: DeBugginng The WebDynPro Application particularly shailesh kumar posting
    /padmanaban
    Edited by: Padmanaban on Sep 26, 2008 1:55 AM

  • Can Designer10gR2 generate Forms with Pluggable Java Components and WebUtil

    I know that Forms 10g supports Pluggable Java Components and WebUtil. Designer 10g R2 provides Design Capture of Forms to Modules. Can Designer capture a Form with Pluggable Java Components and WebUtil and then regenerate Form from within Designer? IF yes, would you give me more details. Thanks.

    Hi
    I am also looking for an alternative way to implement Drop and Drag functionality in Forms 9i.
    Regards
    Janet

  • HELP: do u know how to use forms pluggable java component...

    Hi all,
    I'm looking for a sample for using java component within Forms: how to installl them? how to use them? ...
    Cyryl from france

    Did you already check the demos on OTN at:
    http://otn.oracle.com/sample_code/products/forms/content.html
    Check the viewlets to see how to develop and deploy them and you can even get code to use them.

  • JDev3.0 - Creating Forms Pluggable Java Components

    I am trying to create my own version of the checkbox for
    deployment on web within Forms6.
    From the Forms6 help it seems the best way to do this is to
    subclass the oracle.forms.ui.VCheckbox item.
    However, when using the JDev wizards to create this I hit a
    problem. I start by doing the following:
    File, New Project, Next,
    'A Project containing a new...', 'Oracle Forms PJC',
    Next buttons until Finish, then select the
    oracle.forms.ui.VCheckbox from the Extends drop down list., OK
    At this point the java file is created, but is empty.
    The wizards dialog box remains up but Ok and Cancel buttons are
    greyed out.
    What next?
    Also is there any better documentation than the Forms Help which
    only really explains Beans.
    null

    Hi,
    Jdeveloper 10.1.3 doesn't have the PJC wizard installed. If you want to use JDeveloper 10.1.3 for your PJC development then you need to add frmall.jar (or f90all.jar) to your project and copy and paste an existing PJC template into an empty Java source file. You can also create a code template in the JDeveloper preferences so that the PJC code is added using a keyboard shortcut
    Frank

  • Understanding Pluggable java components

    Hello
    i read several example and actually sucessfully implemeted them, however, i have not found a single document that explains the lifecycle of a java bean.
    i mean, there is an init(), that seems to be called automatically , more importantly when exactly is the bean instentiated. if i make a call to set_custom_property and passed a separate property each time, is the bean instentiated twice, or it is a call to the same object. because i need to actually pass several properties to my bean
    rgds
    ammar sajdi
    amman - jordan

    Hello,
    You are right, this kind of documentation is hardly inexistent.
    From what I Observed, the Java Bean is created or initialized only when it is physically displayed on the screen, reason why you can get a Java error if you want to use the Set_Custom_Property() built-in on a Java Bean that has not been displayed yet.
    I also think that the Java Bean is destroyed when the windows that holds it is destroyed too.
    Francois

  • Pluggable Java Components

    I just got the rollover button working. I haven't been this excited about Oracle forms for quite some time! Amazing potential here. Does anyone know of a good resource fo PJC's? I am looking fo a poplist type control which auto reduces as the user types.
    Thanks,
    Dan

    gday dan -
    glad you were able to make the PJC work. Did you come across any problems or difficulties in the setup?
    I'm not aware of any existing PJC component that provides the functionality you are looking for. It's a good idea.
    We'll put this on the list of possible examples for the future.
    We're currently working on a feature for 6i that will allow you to call out to server side Java from Forms PL/SQL..... stay tuned for more info!
    cheers!
    -steve-
    null

  • Pluggable Java Components (PJC) / Beans in Forms

    I am looking for some sources of PJCs or beans that can be used in Forms beyond those listed on OTN. Specifically, I'd like to find a much more feature rich tree control that supports drag and drop to move tree branches, and more of the windows-like native functionality.
    Thanks!

    Hi
    I am also looking for an alternative way to implement Drop and Drag functionality in Forms 9i.
    Regards
    Janet

  • PJC-Pluggable Java Components

    Need help.I am getting this error
    Field Dosent understand the Operation error.
    When i tried to run the RolloverButton Demo
    [email protected]
    Jagan

    Hi
    I am also looking for an alternative way to implement Drop and Drag functionality in Forms 9i.
    Regards
    Janet

  • Problems debugging Database Java remotely using JDeveloper 9i (9.04)

    I am currently working on a project where we are configuring a COTS product built onto a Oracle 9i database. The product has up versioned and changed its architecture considerably to support Java on the database as well as PL/SQL in the form of an API set. My team are writing custom code to meet the clients requirements and are all proficient PL/SQL developers and have experience with Java but we are having real trouble developing and testing our code in the same way we used to in PL/SQL using tools such as TOAD and PL/SQL Developer. I have invested some time in working out how to remote debug our Java code and have had some success with JDeveloper but have run into the following issues:
    1. I am unable to add Java objects or variables to the Watch but can view PL/SQL variables.
    2. The reported execution of the code seems inaccurate, i.e. often when I step into the Java code, I receive an exception that prevents me for continuing but suggests little about what has gone wrong.
    3. In general, debugging is a very hit or miss affair and does not appear to be a worthwhile tool in fixing code.
    Has anyone managed to set up Jdeveloper so that it is as proficient as TOAD or the like in debugging Java and can suggest how to resolve these issues?
    Peter
    3.

    Topic closed. Problem was with with database generated by DBCA. Resolved by TARs on Metalink

  • Can I use "Adobe X Pro" to debug the java code in adobe forms?

    HI,
    Can I use "Adobe X Pro" to debug the java code in adobe forms?, if not how do i debug the java code written in the adobe form.

    I have the adobe acrobat x evaluation version installed, please find the print shot attached, I have pressed CTRL+J in the preview mode, but nothing came up.
    Am I doing something wrong..

  • How to Debug a Java bean In Jdeveloper 3.2

    I want to debug my java Bean in Jdeveloper Environment.
    When I click on debug option Nothing happens .can some body provide me some guidance here

    Sameera,
    You can create a "Custom Project" which is equivalent to "Generic Project".
    -Arun

  • How do I include a JAVA file in my website  using DreamweaverCC ?

    Hi.  I searched the forums and it seems that all questions relating to JAVA and Dreamweaver elicit zero replies.
    I hope that someone has some direction.  Thanks again.
    I have a JAVA file that I want to include or have run within one of my pages in my WebSite.
    file > new > create > and there is not an option for JAVA but there is one for PHP etc. etc.
    How do I incorporate a java script into my Web Site ?
    I thought that I could just copy the code into the file here - at least to begin with  - but JAVA  runs in the background.
    I am lost
    conceptually
    and I do not know how to go about this task
    structurally.
    Thanks again,
    Regina

    JQuery is a core JavaScript library used by millions of web sites.  It's the "do more & write less code framework."  If you're into re-inventing the wheel every time you need an advanced feature (plugin), feel free to manually code it yourself with JavaScript.  However, you'll need to test & debug your scripts in every conceivable browser and OS before you can be sure it's viable for use on a production site.
    On the other hand, you could use a plugin and be up & running in 5 minutes or less. See the code below.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, with Fancybox2 Viewer</title>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--LATEST JQUERY CORE LIBRARY-->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <style>
    body {
        background: silver;
        font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    #wrapper {
        width: 1000px; margin:0 auto;
        background:#FFF;
    /**this styles image container**/
    #thumbs p {
        float: left;
        width: 180px;
        height: 12.5em;
        margin: 10px 22px 0 22px; /**space between containers**/
        padding: 10px; /**space around containers**/
        border: 1px solid silver;
        /**rounded borders**/
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        /**this styles caption text**/
        font: italic 14px/1.5 Geneva, Arial, Helvetica, sans-serif;
        color: #666;
        text-align: center;
    /**recommend using same size images**/
    #thumbs img {
        width: 160px; /**adjust width to thumbnail**/
        height: 120px; /**adjust height to thumbnail**/
        margin-bottom: 1.5em;
        opacity: 0.75;
    #thumbs img:hover { opacity: 1.0 }
    /**float clearing**/
    #thumbs:after {
        content: ".";
        clear: left;
        font-size: 0px;
        line-height: 0;
        display: block;
        visibility: hidden;
    </style>
    </head>
    <body>
    <div id="wrapper">
    <h1><a href="http://fancyapps.com/fancybox/">Fancybox2</a> Viewer with images</h1>
    <!--insert thumbnails with links to full size images below-->
    <div id="thumbs">
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 1" /></a> <br />
    Caption 1 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 2" /></a> <br />
    Caption 2 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 3" /></a> <br />
    Caption 3 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 4" /></a> <br />
    Caption 4 </p>
    <!--end thumbs--></div>
    <!--end wrapper--></div>
    <!--FancyBox function code-->
    <script>
    $(document).ready(function() {
        $('.fancybox').fancybox();
    </script>
    </body>
    </html>
    Nancy O.

  • Fedora 13: After upgrading from FF3.6 to FF6.0.2 I no longer have a Java plugin. How do I configure the Java Plugin for FF 6 ? There is no Java Plugin at the site

    I am Fedora 13x64 bit. I just installed FF v6.0.2 from the FF download site. I backed up the existing FF 3.6 as firefox_old
    I need to have a Java plugin to access company site, how do I configure the Java Plugin ?
    At the Plugin area in FF6 there is no Java Plugin available, even after a search.
    I have Java 1.6.0 installed in the OS at:
    /usr/lib/jvm/java-1.6.0/jre/lib/amd64/libnpjp2.so
    I googled how to configure Java Plugin for FF 6 for Fedora 13 and the trick was to create a soft link from /home/<userID>/.mozilla/plugins to the above libnpjp2.so

    AVtech wrote:
    . . . If a person can't get an answer here I don't know where else to turn since Sun certainly wouldn't offer tech support for a free product . . .These forums are user forums, and only occasionally visited by Sun employees. Sun does provide Java technical support options, although (of course) at a charge.
    See:
    http://developers.sun.com/services/
    . . . I guess we'll just use JRE 5 until it's unsupported, whenever that will be. I'm still waiting for an answer on that question, too. See:
    http://java.sun.com/products/archive/eol.policy.html
    http://www.sun.com/service/eosl/
    This document (part IV and Appendix) has some debugging and troubleshooting information that may allow someone involved in the problem to resolve the cause:
    See:
    http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/contents.htm
    Any steps that you can take to isolate the problem to specific Java versions, browsers, applets, web sites, operating systems (and versions), etc, would enhance the possibility of getting help.
    You can try the applets at this Sun location and see if any of them are "slow".
    See:
    http://java.sun.com/javase/6/docs/technotes/samples/demos.html

  • Follow up to web services question:  How do I expose java components as web services on iPlanet 6.0 app server?

    My task - my company has several legacy PowerBuilder applications that access a variety of Sybase and MS SQL databases. Rather than re-inventing the wheel by re-writing these applications in Java, we would like to enable these applications to call java components (EJBs) that will provide new functionality. I would need a piece of software called CSXtend (from www.cynergysystems.com) to allow PowerBuilder to call a web service. However, I am not sure how to expose my business functions (EJBs) as web services on the iPlanet 6.0 App server. Thanks for all previous responses! Any additional info would be greatly appreciated! Mike

    I have used Glue (http://www.themindelectric.com/products/glue/glue.html) to expose some of our stuff as Web Services. I recently found this on serverside. It's pretty good.
    http://www.theserverside.com/resources/article.jsp?l=Systinet-web-services-part-1
    I believe that the middleware they use can be plugged into IPlanet. There is also an article in the knowledge base on the IPlanet site.
    Jon

Maybe you are looking for

  • Adding Hours To Timestamp Values In A Materialized View

    Is it possible to add x hours to a TIMESTAMP column in a materialized view? (I'm using Oracle 10g.)

  • What is the best mac for me? (budget: 1299$)

    What is the best mac for me? I will use it for: - Game programming and development - School research - Word proccessing - Presentations - Programming in Java - Programming in C++ - Programming Iphone games and Objective-C - Gaming So can you tell me

  • Incorrect update SIS table for Product Allocation

    I have set up product allocation, use a custome table S501. S501 contains characteristics fields: KONOB: Product allocation object VKORG: Sales Org. VTWEG: Distribution Channel ZZREGION: Region (custom field) MATNR: Material code When I create and sa

  • IE for MAC

    how can use Internet Explorer in MAC. thanks 

  • Bootcamp and Parallels 5.0...

    Can anyone tell me if I can have both Bootcamp and Parallels on the same hard drive. If so, do I have to install Windows twice (once with Bootcamp and another one with Parallels?)