Missing BeanInfo Editor in JDeveloper 10.1.3

Hello,
I had mad a JavaBean as extension of JPanel. After defining my elements and methodes for the javabean. I created the BeanInfo of my JavaBean with the menu entry new and selected the BeanInfo as new type. After creating the BeanInfo, I miss the dialog to select the properties, methodes and events to expose with the BeanInfo.
In JDeveloper 10.1.2 there is a view in the editor window called "Class" the other views are "Source" and "Design".
In JDeveloper 10.1.3 there are the views "Source", "Design" and "History". No "Class" view.
Where do I find the grafical properties, methodes and events editor in JDeveloper 10.1.3?
Regards.

Hi,
the BeanInfo editor has been removed from JDeveloper in 10.1.3. To create field accessors for a bean you can use Refactor--> Create Accessor
Frank

Similar Messages

  • Web.xml editor in JDeveloper still buggy

    I had experience with JDeveloper 9.0.4, that the web.xml editor was buggy: specifically, when editing security constraints, it mangled up the contents, so I got to the practice to edit it only manually.
    Now, after migrating to 10.1.3, I tried it again with new Servlet 2.4 format, which I am not familiar with, and it is buggy again: at least when editing dispatcher type at filter mappings: I have two filters, one is mapped to all REQUEST, FORWARD and INCLUDE, the other to none (this means it is mapped to REQUEST only). When I opened this web.xml in the editor and first clicked on the first mapping, checkboxes were ok, then I clicked to the other, and checkboxes stayed checked. It seems, that they don't uncheck, when you display another mapping which does not use them.
    Now, I will again prefer to edit manually, because I just don't trust the editor :-(
    Viliam

    1. Create web.xml with this filter-mappings:
      <filter-mapping>
        <filter-name>ReadFilter</filter-name>
        <url-pattern>*.jsp</url-pattern>
        <dispatcher>REQUEST</dispatcher>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>INCLUDE</dispatcher>
      </filter-mapping>
      <filter-mapping>
        <filter-name>SessionExpiryFilter</filter-name>
        <url-pattern>*.jsp</url-pattern>
      </filter-mapping>2. right-click web.xml and select Properties
    3. click Filter Mappings
    4. click on ReadFilter, dispatcher type below is displayed correctly
    5. click on SessionExpiryFilter, three checkboxes stay checked incorrectly
    It's in Studio Edition Version 10.1.3.0.4 (SU2)
    Viliam

  • Missing build directory and Jdeveloper couldnt detect SoaServer also

    Hi,
    I am using JDeveloper 11.1.1.3 for soasuite project development. When i create new SOA project, the build directory and files build.xml and build.properties are not getting created. Similarly soa server is also not detected by Jdeveloper. Is it due to any missing configuration in JDeveloper?. Please let me know why Jdeveloper couldnt detect SoaServer and why it is not creating build directory.

    jdeveloper won't create the files when you're using the wizard to create a new soa project.
    the same for the connection...you need to add the application server connection yourself.
    for deployment you can use the scripts in <jdev_home>/jdeveloper/bin

  • Problems with cut and paste within the code editor in JDeveloper 10.1.3 EA

    Copy and pasting doesn't work as expected. If I copy some code and paste it somewhere else, i get completely different code, (it seems to paste a piece of code from somewhere else in the source).
    I tried expanding + signs, this didn't help.
    I'am running JDeveloper on Windows XP Professional.
    Does anybody else have the same problem.
    Is this a bug?

    We've tracked down this issue thanks to Tullio's supplying us with a reproducible testcase. It's related to the "Automatically Copy Paste Imports" preference (which is on by default) in the Tools->Preferences->Code Editor category of IDE preferences. It seems to also be related to having renamed a source path directory to have a name that is only different by case from the name it originally had. Disabling this preference is a workaround for EA1.
    For example, if you started out by creating your workspace with a source directory named "Src", then later renamed it to "src", this seems related to the situation when this issue can occur. Renaming the directory back to match what it was before is another workaround for EA1.

  • Differences in compare editor between JDeveloper 10 and 11

    I have some code that previously opened a split-view editor with files side by side. For JDeveloper 10 the code was roughly:
    DifferenceBlock db = new DifferenceBlock(DifferenceBlock.TYPE_NOCHANGE);
    db.setFirstStart(start1);
    db.setFirstLength(length1);
    db.setSecondStart(start2);
    db.setSecondLength(length2);
    URLContributor contr1 = new URLContributor(url1);
    URLContributor contr2 = new URLContributor(url2);
    CompareModel model = new TextCompareModel(contr1, contr2, new DifferenceBlock[] { db });
    CompareNode compareNode = new CompareNode(CompareURLHelper.newCompareURL(contr1, contr2, 0));
    compareNode.setModel(model);
    compareNode.setSource(contr1);
    compareNode.setTarget(contr2);
    EditorUtil.openDefaultEditorInFrame(compareNode);
    Running this code on 11 does not work and gets NoClassDefFoundError. I tried to browse the API for 11 and found oracle.oracle.javatools.compare.CompareView but am unsure how properly use it. I also noticed that it was part of the API since 10 so perhaps the previous way of doing it was not the preferred way? If I could write the code in such a way that it works on both 10 and 11 it would be ideal but it is not a necessity. Mostly I am just looking for some examples to see how a comparison editor would normally be set up and opened.

    Hi Paul,
    I tried it in 11 and as you said those classes are there and the compare editor opened successfully. There is one remaining issue which I need to figure out and that is how to add differences to the compare editor. Ultimately what is being compared are two files that contain duplicate code. I would like to have any differences between the two files suppressed and then be able to specify what items are highlighted. For example, if there was a duplicated method between the two files I would like to be able to have the method highlighted in one file with a connector to the method highlighted in the other file and nothing else highlighted. Is there a way to access the compare editor after it has been opened and specify the differences? In my previous code I was able to specify the differences using the DifferenceBlock and passing it as a parameter to a CompareModel. Using CompareViewer.get().show() omits this step.
    Another smaller side issue is that sometimes duplicated code would exist within the same file. I noticed that opening a compare editor with the same file in both panes gives a warning message saying that the files are identical. Is there a way to suppress this?
    Thank you,
    Jason

  • Add SOA Composite Editor to jDeveloper on Linux

    Hi guys,
    I downloaded jDeveloper, once the Oracle JDeveloper 11g (11.1.2.0.0) (Build 6017)Installations and once the Generic Release Java Edition: 11.1.2.0.0 and wanted to add the SOA Composite Editor to it.
    Usually it should be possible to add it via the Help/Check for Updates Interface, shouldn't it?
    I made two screenshot so that you can see that the SOA extension does not show up.
    http://imageupload.org/?d=821720741
    http://imageupload.org/?d=7B1AAED61
    Any ideas?

    Usually it should be possible to add it via the Help/Check for Updates Interface, shouldn't it?Not on release 11.1.2
    As per the release notes, it's not available for this release - use 11.1.1.5 if you need SOA

  • Issue in the GUI editor in jdeveloper 11.1.2

    Hi guys: I just following the tutorial which is used to teach me [http://download.oracle.com/docs/cd/E18941_01/tutorials/jdtut_11r2_2/jdtut_11r2_2.html], but at the step3, when I want try to add a button in the panel, it is not working. It means the button item can't show on the Java Visual Editor...... that is so weird, anyone can tell me how to fix this problem ? Thanks!!!!
    Edited by: 879377 on Aug 15, 2011 6:59 AM

    Sometimes it helps to close jdev and remove all classes folders inside the work space. But there is no guarantee for this.
    Any reason why you learn Swing? This version of JDev is the last (:-() official which supports Swing gui development. So if you don't have a good reason to learn Swing I would think about learning web ui like jsf.
    Timo

  • Problem in editor in JDeveloper 10.1.3.2

    I have found problem in editor which was the reason of my mistake with oracle.jbo.domain.Date class constructors in one of my previous posts.
    Lets assume we would like to have this line somewhere in code
    java.util.Date date = new java.util.Date();
    if we add proper import (or let editor add it) and line will be
    Date date = new Date();
    we will have possibility to get help about available constructors for Date() after pressing shift+ctrl+space. But if we left, or reedit to, first version, help will be no available and it looks like it were no other constructors. The same situation is for other classes (I suppose) for instance I checked it for oracle.jbo.domain.Date.

    Hi,
    this is reproducable. Not sure if there is an limitation there, but I'll file a bug
    thanks
    Frank

  • Editor in JDeveloper

    Unable to edit my code in JDeveloper. I checked with all the options in the menu. Please help regarding this.

    try it again!

  • RSAT and the missing Attribute Editor tab [solution]

    PROBLEM
    When you install RSAT on a Vista workstation or Server 2008 system, that is managing a 2000/2003 based forest, you do not see the Attribute Editor tab when looking at the properties of a User or Computer object in Active Directory Users and Computers(ADUC).
    MORE INFORMATION
    The Display Specifier is not updated in the Configuration Naming context, because the 2008 schema changes have not been executed on the forest. Part of the upgrade updates the forest Display Specifiers.  The Attribute Editor tab actually uses functions within the ADSIEDIT tool , more specifically the ADSIEDIT.DLL extension. Although the DLL is probably registered on the RSAT system, the ConfigNC need updating, in order to expose the tab in the ADUC interface.
    SOLUTION
    Use the ADSIEDIT tool (or other tool of choice...ADexplorer, LDP etc), with a user who has rights to modify the Configuration Naming Context.
    Navigate to cn=<languagepage>, cn=configuration, dc=<domainname>
                 (where <languagepage> is your relevant language...see http://support.microsoft.com/kb/324097)
                 (where <domainname> is your domain dn)
    Under the cn=User-Display object, edit AdminPropertyPages and add the line 11,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
    Under the cn=Computer-Display object, edit AdminPropertyPages and add the line 12,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
    Under the cn=Default-Display object, edit AdminPropertyPages and add the line 4,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
    Open ADUC from the Vista or Server 2008 and you should now see the Attribute Editor for the object you selected.  Note: Attribute editor is only shown when ADUC is in Advanced View.
     -Stuart Hudman

    Never mind, i got it.... the prefix number is irrelevant as long as it is in sequential order... to be able to see the attribute editor tab for groups i just
    Under the cn=group-Display object,
    edit AdminPropertyPages and
    add the line 5,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
    the first number (5,) was my next available number.
    FYI: English is 409. the actual DN would be cn=409,
    cn=DisplaySpecifiers, cn=configuration, dc=<domainname>

  • Missing Property Editor for worksets and roles

    Hello,
    I created a role and different worksets.
    Now i woud like to set the Entry-Point of some worksets to "yes". But if i open the workset from the Portel-Content-Menu, there is no property-editor opened. Only the object-editor is opened.
    Regards,
    Werner

    Hi
    @Gopala,
    Probably he wants the workset to be a part of the TLN and not the role. In this situation it makes sense for the workset to be the entry point.
    @Werner
    I didnt quite understand the meaning when you said that it opens the object editor and not the properties of the workset. Could you check if the workset object is locked.
    Thanks,
    GLM

  • Missing menu items in JDeveloper

    I have both Studio Edition Version 11.1.1.3.0 and 11.1.1.4.0 versions. We are facing issue with JDeveloper and items from pop up menu is not showing "Gantt, Gauge, Geographical Map and Graph".
    FYI.. in the sample app here... http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/ria_application/developriaapplication_long.htm... section "Enhance your JSF Page" ..point 2... when I drop and drop the employeeview, I dont see "Gantt, Gauge, Geographical Map and Graph" items from the pop up menu.
    Please advise if we need to enable properties on JDeveloper in order for these items to show up. (Wish I could upload an image but such upload option is not available here.)
    Thanks, Vagic

    Make sure your project includes the ADF Data Visualization tags under project properties->JSP Tag Libraries.

  • Mobile Platform Developer Center Missing Space Editors

    SAP Mobile Platform Developer Center seems to have lost its Space Editors and I don't think I was the only Moderator.  Can one of the Global Moderators take a look at it and let me know?
    If this is indeed correct, I would suggest that Jan-Gerrit Groeneveld   and/or I be added as Space Editor or we return the previous SEs to their roles.  I can recruit a couple of additional Moderators for the space.
    Thanks, Mike

    Calling Brian Bernard and Oxana Noa Zubarev to verify.

  • CS5 - Missing gradient editor in Photoshop Live Effects/Stroke

    Try this: select an object, apply a photoshop smart effect > stroke > Fill type: gradient
    and let me know if you have any way to edit the gradient there, I can't figure out how to work that.
    Thanks!

    I'm trying to apply a gradient stroke without resorting to outlining the path I'm working with... but apart of that, WTF? You guys put in a feature that works only 50% to keep stuff compatible? Really? What kind of product management do you guys have over there? C'mon!
    Fireworks is driving me crazy, stuff that is supposed to be 27 pixels looks out of sync, and even snapping to pixel doesn't do the magic most of the time.
    not to mention the hilarious decision of somebody to make the autoshape dialog NOT pick up the Uber-common CTRL-A shortcut, so when I'm trying to select all the content in one of the inputs, selects all my artwork instead.
    I have more, are you interested?

  • Jdeveloper visual editor do not show images and other component shapes

    I used jdeveloper(10.1.3.3.0) to create an ADF BC application, I create a jsf jsp file and drag and drop components from ADF Faces Core to this file visual editor, but jdeveloper visual editor do not show images and other component shapes.
    Could you tell me how I can fix this problem?
    Thanks,
    Mike

    Actually, I need to make a dummy change to the jsp file and then it will display boxes representing the objects in the visual editor whereas I get an exception in the log:
    javax.servlet.jsp.JspException: Cannot find FacesContext
    This does not talk much to me !
    Thanks

Maybe you are looking for

  • Why doesnt Adobe just UPDATE Flash Professional? Arent they reinventing the wheel?

    Congratulations on getting to open beta with Flash Catalyst! I know its late in the game to mention something like this but why didnt Abobe just update Flash Professional? It seems that the arguments for flash Catalyst center around the following: 1)

  • Can't delete email with large attachments

    Received two email with large attachments (photos in format that iphone doesn't recognize). Now can't delete or move to trash these two email. They just return to inbox and mail freezes, goes black, or returns to home screen. Clearing out all other m

  • New E3000 Constantly Restarting Itself

    Had the problem sporadically last night but it had finally stopped after I reset everything. About 30 minutes ago it randomly began doing it again. If I remove the internet connection (hooked directly to the cable modem to put this in) it seems just

  • Backight goes off when unplug charger

    Can someone help ?please. A few days ago the backlight of my T61 started to goes off when i unplug the A/C charger. I can still see the computer running fine, it's the screen is very dark. this also happen when i use FN + end key to dim the light  bu

  • Question.   CC for Lightroom and Photoshop and, in say 5 years or so, become inactive.

    What access would I have to my photos if I sign up for CC for Lightroom and Photoshop and then become only an occasional user.  Will I still be able to find my photos using Lightroom?  Will I be able to search for photos using keywords?  Will I be ab