JDeveloper 3.1 addin wizard bug

We've written own WIZARD (ADDIN) to JDEVELOPER. So, in version 3.0 is everything OK, but in version 3.1 offer in menu for running WIZARD is not displayed. Where may be problem?
Thanks

There were some minor changes in the Addin API between 3.0 and 3.1.
The most obvious changes was to context menu items.
For details, see the updated samples which are part of the CustomAddins located on the JDeveloper page of OTN.
See for example, file: DumpNode.java.
In particular, the method contextMenuCreation needs to re-create the context menu item each time.
Fragment pasted below.
I hope this helps,
-John
public void contextMenuCreation(MenuCategory menuCategory, Context p1) {
// Remove Menu item unconditionally
menuMgr.removeMenuItem( ctxMenuItem );
if ( menuCategory == navCtxMenuCat ) {
ctxMenuItem = menuMgr.createMenuItem( getMenuLabel(),
"Context" + getMenuLabel(),
new DumpNodeHandler( this ));
menuMgr.insertMenuItem(ctxMenuItem, menuCategory, 0);
null

Similar Messages

  • JDeveloper 10G Portlet Addin Wizard

    I downloaded JDeveloper 10G as well as the Portlet Builder Wizard Add-in in order to create custom portlets for AS 10G but I cannot get the wizard to show up in the web tier list. I placed it in the correct directory. Is there anything else I should be doing that i'm missing?

    did you stop and restart JDeveloper?
    Did you follow all the instruction in the install guide for that extension?
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/UTILITIES/JDEV/JDEV.ADDIN.INSTALL.GUIDE.HTML

  • Jdeveloper's design view is bugged.

    Hello my Jdeveloper design's view is bugged for long time and looks like that:
    http://uploadpic.org/storage/2011/thumb_8iNIQMDt9kYl8kVIaR07nlt.png
    any ideas how to fix it? Studio Edition Version 11.1.2.1.0
    Edited by: 897833 on Mar 13, 2012 7:46 AM

    See if the tip in this blog helps http://rcastrosp.blogspot.com/2011/09/jdeveloper-1112-fails-to-render-web.html
    Timo

  • JDeveloper 1.1 for NT bugs

    1. I can not do multiple search/replace operations
    2. DELETE key won't work for deleting letters (only backspace)
    Questions
    Can I get a free upgrade version of JDeveloper due to this
    obvious bugs ?
    With new version (2.0), can I write an applet without using
    Borland packages such as XYLayout ?
    Dalun Bao
    null

    Dalun Bao (guest) wrote:
    : 1. I can not do multiple search/replace operations
    : 2. DELETE key won't work for deleting letters (only backspace)
    : Questions
    : Can I get a free upgrade version of JDeveloper due to this
    : obvious bugs ?
    : With new version (2.0), can I write an applet without using
    : Borland packages such as XYLayout ?
    : Dalun Bao
    Dalun,
    1. Due to priorities, Workaround: Invoke it multiple times.
    2. Please elaborate on this "obvious bug",
    because I use the Delete key all the time.
    Context: JDeveloper 1.1; Focus is Where? ; Delete does what?
    Dalun, We give away thousands of Trial CD's at various events
    and shows, please stop by at a show for a free Trial CD.
    Note: For better answers, please provide details of the problem
    null

  • ViewLink wizard bug

    Trying to create a view link based on a many-to-many association where the destination entity is also the destination in another association.
    After selecting the association on the Source Attributes step, the Destination Attributes step does not automatically reflect the selected association. I have to explicitly select the association again. Now, on the View Link SQL step, the query does not include the Intersection Entity object, just a direct join between the source and destination entity objects.
    When there is no ambigutiy on the Destination Attributes step, i.e. there is only one association to select (the one that was selected on the Source Attributes tab), the Link SQL step correctly reflects the Intersection Entity object in the Query Clause preview.
    Is this a bug in version 9.0.2.8.2 (BC4J 9.0.2.7.99)
    Also, are there BC4J patches that will be delivered separately from a new version of JDeveloper?
    Thanks.

    Trying to create a view link based on a many-to-many association where the destination entity is also the destination in another association.
    After selecting the association on the Source Attributes step, the Destination Attributes step does not automatically reflect the selected association. I have to explicitly select the association again. Now, on the View Link SQL step, the query does not include the Intersection Entity object, just a direct join between the source and destination entity objects.
    When there is no ambigutiy on the Destination Attributes step, i.e. there is only one association to select (the one that was selected on the Source Attributes tab), the Link SQL step correctly reflects the Intersection Entity object in the Query Clause preview.
    Is this a bug in version 9.0.2.8.2 (BC4J 9.0.2.7.99)Sounds like it from your description. The wizard should automatically fill in the intersection info if you picked the many-to-many association end to pariticipate in the ViewLink.

  • Oracle Jdeveloper 11g R1 has a Bug?-- Swing Application Deploy Error

    Oracle Jdeveloper 11g R1 (11.1.1.2.0) (build 5536)
    1. Create an empty swing application.
    File-->New-->Applications-->Java Desktop Application
    New-->Swing/AWT-->Frame
    2. Project properties--->Deployment: Create new JAR Deployment Profile: test
    3. Edit Deployment Profile: test
    File Groups --->new--->Create File Group (Type: Dependency Analysis) :da
    4. Error: Cannot enter "da"---->contributors , No display (such as "Libraris")
    5. If deploy it (test), I get an Unexpected Error.
    Error Messages:
    Title: StackOverflowError in o.ji.xml.JDevXmlIntergrationUtilsImpl:18
    Performing action Report a Bug...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Invoking command: [ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action New...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action Show Overview
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Class Generation[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Uncaught exception
    java.lang.StackOverflowError
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18) ......
    When I use Oracle Jdeveloper 10g (10.1.3.4.0) , I can use it to set Libraris.
    I have a swing application need these operation.
    Does anyone can tell me what's the reason?
    Thanks.
    I had tried Oracle JDeveloper 11g R1 (11.1.1.1.0)(Build 5407).
    It is OK.
    Maybe I need to download Oracle JDeveloper 11g (11.1.1.2.0) again.
    Edited by: [email protected] on 2010-2-24 下午4:58
    Edited by: [email protected] on 2010-2-25 下午5:47

    I am encountering the same bug / problem right now.
    Anybody from Oracle who has a workaround for this BUG?
    We are migrating to JDev 11.1.1.2.0 for a client and this bug is still there!
    Any help from the JDev team is highly appreciated!

  • Wizard bug - conditional validation

    Hello,
    We require validation on a wizard to prevent the user from navigating from a particular page to the next page unless they have checked a checkbox. The underlying column is not mandatory because the user may not have to visit this particular page depending on the answers he gave on previous pages.
    The only place we have found to put the validation is the "nextActionListener" of the singleStepButtonBar. However, there seems to be a bug in the generator because we cannot override the WizardPageContent template at the ItemRegion level. We only want the validation to fire if the user is in this particular page, so modifying the template at the Group level is not appropriate. As a result we have to make a post-generation change. Can anyone suggest another way of achieving this?
    thanks,
    Michael

    Steven,
    Sorry to be still bugging you about this but I'm still having problems getting it working OK. The first problem was that the error message was being added to the page 4 times (presumably one for each step). I see in the checkFocusRowIndex method of the WizardProcessModel does a check to see if the page has changed so figured I may have to do something similar. As a work around I check the FacesContext to see if any error messages have been added already and don't add it again. That much worked but I now have the problem that the error message is being displayed on the second wizard page as well. Here is my getNextAction()
        public String getNextAction()
           String nextAction = super.getNextAction();
           FacesMessage.Severity sev =  FacesContext.getCurrentInstance().getMaximumSeverity();     
           if (JsfUtils.getFacesContext().getViewRoot().getViewId().equals("/pages/GHDScreeningStart.jspx")
               && nextAction.equals("WizardGHDScreeningSubjectDetails")) {
               // Getting ready to move to second page.  Need to check that on
               // the current page, both checkboxes are ticked
                boolean inclusionCriteria = ((Boolean)JsfUtils.getExpressionValue
                        ("#{bindings.GHDScreeningInclusionCriteriaMet.inputValue}"))
                        .booleanValue();                  
                boolean exclusionCriteria = ((Boolean)JsfUtils.getExpressionValue
                        ("#{bindings.GHDScreeningExclusionCrirteriaNotMet.inputValue}"))
                        .booleanValue();
                if (!(inclusionCriteria && exclusionCriteria)) {
                    if (sev == null) {
                      JsfUtils.getInstance().addError("SCREEN_WIZARD_CHECKBOX_FAILURE");
                    // Stay on same page
                    return null;
           return nextAction;
        }I'd really appreciate some more help/guidance here !
    Cheers,
    Brent

  • Create JSP Wizard Bug

    JDeveloper 11g does not provide a Create JSP wizard, with a provision to add tag libraries to a JSP page, as JDeveloper 10g does. If tag libraries
    are required, the tag libraries have to be added after creating the jsp page and also the tag library JAR files have to be copied to the WEB-INF/lib directory.

    A project containing JSPs and servlets is a web project. But, the create application wizard does not have the provision to add tag libraries.
    Create application with File>New. Categories>Applications and Items>Generic Application. Specify Application Name in Create Generic Application and Next.
    In Name your Generic project select JSP and Servlets Project technologies. But, tag libraries are not provided.
    Even if the Web Project template is selected, the project does not include the tag library JAR files in the WEB-INF/lib directory. Also if a JSP is added to a Web Project,
    the JSP does not contain the tag library directives.
    The following features are requested to be added:
    1. When a project is created with the Web Project template the WEB-INF/lib directory should contain the tag library JAR files, which are required to run the web application in a server other than the integrated WebLogic server.
    2. When a JSP is added to a Web Project template project the JSP should contain the tag library directives for the tag libraries in the Web Project. Even if the Add Jsp Page option is selected while creating the Web Project, the tag library directives are not added to the JSP page.
    3. The tag libraries should also be available for other project technologies such as JSP and Servlets and JSP for Business Components that may include tag libraries.
    Edited by: dvohra on Nov 12, 2008 1:34 PM

  • Jdeveloper tools/ADF security wizard , what is this item? no documentation.

    Hi
    Thank you for reading my post
    i find that there is a menu item in Jdeveloper that secure an adf application.
    Jdeveloper documentatio has nothing about it.
    can some on clearify ,
    -if i select a realm name , will jdeveloper create that realm for me in application server (OC4J standalone) ?

    I use Jdeveloper 10.1.3.1.0 (the new developer preview)
    and the ADF Security Wizard is under tools menue.
    I just do not know what does doAs and doAsPrivileged means in JASS module.
    Thanks

  • EJB WIzard Bugs

    There seem to be several bugs in the EJB wizard:
    1. If I change various fields to not be primary keys, sometimes this does not affect the generated PK class consistently (I have seen a couple of cases where the old or older versions of the constructor are present with fields that used to be primary keys still there).
    2. When I change method names, the "Create Sample Java Client" still uses the old names (or the field names, same thing) for accessors instead of the new method names.
    3. When using the "Create CMP from table" -- why does it ignore data types? Why not ask what are the primary keys?
    Finally, the documentation on running using the internal OC4j OAS should tell users to start the server first by doing a run on the ejb object before trying to run the generated test program (or any other client).
    Best,
    Joe McDaniel

    I've the SAME problems and no luck changing our regional settings
    We read it before, in that "French" case, but no luck to us
    Out regional setting is Spanish, nothing works better if we use English
    And why embedded OC4J doesn't create tables for entities in EJB3? It does if we use EJB2.1, but those wizards doesn't works

  • JDeveloper 10.1.3 EA1 bug reports?

    Is there any place to file bug reports about JDeveloper EA1? Or just start a thread here?
    Anyway, the JDev JSF designer says f:facet cannot be inserted into h:panelGrid, but actually that's how to add header and footer elements into a panelGrid.

    If f:facet is added to f:subview an error does not get generated.
    <f:view>
    <h:panelGrid>
    <f:subview>
    <f:facet name="facetPanelGrid"/>
    </f:subview>
    </h:panelGrid>
    </f:view>
    f:facet in h:panelGrid is also valid, the component palette generates an error:
    <facet/> may not be added.
    <f:view>
    <h:panelGrid>
    <f:facet name="facetPanelGrid"/>
    </h:panelGrid>
    </f:view>
    Also <:subview/> id does not get set; an error :String index out of range:0 gets generated.

  • Fx Webservice Introspection wizard bug

    It seems the Fx Webservice Introspection is not interpreting
    the wsdl correctly. By using TCPMonitor I was able to capture my
    soap request from my java spring-ws junit test. The correct
    response is as follows:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="
    http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
    <ns4:ProcessChucksPick3LotteryNumberRequest
    xmlns:ns2="
    http://www.chuckspick3.com/WebserviceClient"
    xmlns:ns3="
    http://www.chuckspick3.com/lotterysystem/common-schemas"
    xmlns:ns4="
    http://www.chuckspick3.com/lotterysystem/schemas">
    <ns2:webServiceClient>
    <ns2:id>0</ns2:id>
    <ns2:customerName>test</ns2:customerName>
    <ns2:customerUserName>test</ns2:customerUserName>
    <ns2:custoemrPw>test</ns2:custoemrPw>
    </ns2:webServiceClient>
    <ns3:chucksPick3LotteryNumber>
    <ns3:number>345</ns3:number>
    <ns3:requestDate>2008-10-29T20:32:37.171-05:00</ns3:requestDate>
    <ns3:drawingType>MidDay</ns3:drawingType>
    </ns3:chucksPick3LotteryNumber>
    </ns4:ProcessChucksPick3LotteryNumberRequest>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Using the code generated from the Fx Webservice Introspection
    wizard I get the following invalid soap request:
    notice that there are no namespaces specified.
    <SOAP-ENV:Envelope>
    <SOAP-ENV:Body>
    <tns:webServiceClient>
    <tns:id>1</tns:id>
    <tns:customerName>test</tns:customerName>
    <tns:customerUserName>test</tns:customerUserName>
    <tns:custoemrPw>test</tns:custoemrPw>
    </tns:webServiceClient>
    <ns0:chucksPick3LotteryNumber>
    <ns0:number>234</ns0:number>
    <ns0:requestDate xsi:nil="true"/>
    <ns0:drawingType>Day</ns0:drawingType>
    <ns0:type>Customer Provided Winning Pick 3 Lottery
    Number</ns0:type>
    </ns0:chucksPick3LotteryNumber>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I think there is a bug in the code generated from the Fx
    Webservice Introspection wizard. You can download or view my wsdl
    by clicking
    here.
    If this is not a bug, can some one please tell me what I am
    doing wrong.
    I hope someone will respond to this post as I really want to
    use flex for webservices; but have not been successful.
    Thanks!

    Hi Randy,
    This seems to be caused by a missing import in that class.
    Try adding this line on top of the file (next to the other import
    statements) and see if it solves the problem:
    import mx.utils.ObjectProxy;
    This should be fixed in the next release, but if you can file
    a bug and attach the wsdl file so we can reproduce the bug and
    confirm it does not happen anymore it would be very helpful.
    Thanks,
    Cristian

  • N73 Setting Wizard Bug

    i have the latest version of the software version (4.) on the N73 vanilla one.........
    have just notice that there is a bug in the Setting Wizard software when i choose Operator it will detect the operator then it will close down without creat the Access Point that's odd one but if i choose to Cinfigure E.mails in the Setting Wizard it will creat the Access Point but it doesn't have the the old list it has just the gmail i guess and other............. does anybody have the same poroblem too.
    Thanks.

    Hey even I've that exact same problem!
    the moment I installed new firmware in that process it already gave me all the required Settings for my SAUDI ARABIA mobile operator, mobily. And I deleted those settings and tried getting them from the Settings Wizard.. just closes without creating
    Anyways for now you can request the settings online and get it on your N73
    http://europe.nokia.com/link?cid=PLAIN_TEXT_228512
    Nokia 5800 XpressMusic (11) [Product ID: 0559416]
    V 21.0.025 (date: 02-04-2009)
    network: mobily (etihad etisalat)

  • URGENT:Report Wizard Bug or incomplete feature ?

    Hello,
    3.0.7.6.2 NT/SP6, 8.1.6.2 Aix
    I am at a loss to explain this bug, 'cause it is so stupid (excuse my language). Valid Report package, report worked well, with good performance i.e no problems. Made a change to the query (removed one join) and saved the report. Now, my template has reset to the defualt report template, the buttons on the parameter form have disappeared. Also, when I click on edit report link, the report wizard changes the name to the current date. I don't have the faintest idea why this happened. No error messages, nothing.
    I retrieved the previous version, checked the html code added in the adv. formatting. Still nothing.
    Any tips (apart from if it aint broke, don't fix it) ?
    Thanks
    Sanjay

    Sunil,
    it is in 3.0.7.6.2, SQL Report.It happens intemittently, which is why it is difficult to analyze the problem. Some other factors could be a large number of versions of the componenent, large blocks of pl/sql code and length of sql query is long (but below the limit for the textarea). However, I don't see why this would prevent the show_params from executing correctly. Will a null value for a bind variable name cause this behaviour ?
    Sanjay

  • Chart Wizard Bugs

    1. If I set ONE of the chart series data label to "none" or
    "value" sometimes it affects ALL chart series. It seems like it's
    an all or nothing deal.
    2. In the advanced mode in Query Builder, there is an option
    to set the "variable containing query object". This does not work.
    I have tried to set this several times and clicked Save, only to go
    back and its reset back to "CFReportDataQuery".
    3. Under the Lines and Markers tab in the chart wizard, there
    is an option to set the maximum Y axis value. Setting this has no
    effect. The chart still does what it wants.
    I find *very little* support for the chart wizard. I know
    this is a new thing and I'm hoping in the next update these issues
    will be fixed. But in the mean time, has anyone else found a way
    around this besides creating the chart manually?

    Hi Ingo,
    Pls. see my responses below.
    1) How can I achieve, that the chart only shows one key figure? I would like to choose either the first or the second one.
    Answer:In the properties of the chart you have a list of "Series" option, you can set the Series 1 or Series 2 as Hidden.Hence u can achieve to show only one key figure.
    2) What is the meaning in the chart wizard (Step 2) of "Select a Data Source". Then I can count up or down - what's the sense?
    Answer:I didnt get this.can you please elaborate this a bit more.
    hope it helps,
    regards,
    Parth.

Maybe you are looking for

  • My itunes wont pop up

    I click on my iTunes and it won't start up. I've treid system restores but they don't work. Any ideas? thanks! =]

  • PPAP process in SAP ECC 6.0

    Hello, is there any standard documentation (baselines or any other) on the way to manage PPAP procurement and quality processes and activities in SAP? Ciao, Lucilla and Stefano

  • GOS Menu - Vendor Master Transaction XK02 and XK03

    Could anyone please tell me what is the SAP object to enable the GOS menu 'store business document' for XK02 / XK03. I created a new document type in OAC2 and in OAC3 attached it to LFA1 using TOA01 but the store business document option is stil grey

  • IPC 4.0 Standalone with SQL 2005 Express as a database

    Hello, I am trying to setup IPC 4.0 standalone up for a training class on a XP laptop with SQL 2005 Express as the database.  I keep getting login errors connecting the IPC admin.bat tool to the sql database.  And yes, I know this is not 'officially'

  • New with a hot spot

    I finally dropped the land line and went wireless with a JetPack 4G hot spot.  Up to now it is working great.  I do have the speed that I expected and connecting all my devices to it was very simple.  The only problem is that since I dropped the land