Bug in JDev 9.0.3.3 when removing joined entities from a view

Hi,
I observed in JDev 9.0.3.3 the following behavior for views containing several joined entities:
     -I'm creating the view V1 based on the entity E1 and generate the row implementation java file with accessors (close wizard)
     -I'm joining a second entity E2 and add a couple of attributes from it (close wizard)
     -I'm removing the joined entity E2 (close wizard)
     -now look in the ViewRowImpl file: the accessors for the attributes from E2 are gone, but the accessor to E2, getE2(), is still there!
Regards,
Dan

Yes you are right. I've discoverd this bug too. Unfortunately this bug has some ugly effects when running the code, so this is not a litte quirk but I real bug! It is necessary fix the xml-files by hand after removing a joined entity from a view (At least I didn't find another way to fix this).

Similar Messages

  • IPone 6, iOs 8.1.2 when removing the phone from the charging does not reflect the increase in the percent charge level , by reconnecting displays correctly

    when removing the phone from the charging does not reflect the increase in the percent charge level , by reconnecting displays correctly

    Addendum
    Last night charging for around 3-4 hours only charged a dead phone by 55% then left it to charge overnight
    Today the battery dropped from 6:15 am full charge to 53% at 10:38 am at time of writing this with
    1 phone call out for 30 secs
    1 incoming missed call,
    Whatsapp fetched around 10 msgs
    Email fetched around 20 ermail from 4 accounts but not viewed yet on phone

  • When selecting a row from a view with a nested table I want just ONE entry returned

    Does a nested table in a view "EXPLODE" all values ALWAYS no matter the where clause for the nested table?
    I want to select ONE row from a view that has columns defined as TYPE which are PL/SQL TABLES OF other tables.
    when I specify a WHERE clause for my query it gives me the column "EXPLODED" with the values that mathc my WHERE clause at the end of the select.
    I dont want the "EXPLODED" nested table to show just the entry that matches my WHERE clause. Here is some more info:
    My select statement:
    SQL> select * from si_a31_per_vw v, TABLE(v.current_allergies) a where a.alg_seq
    =75;
    AAAHQPAAMAAAAfxAAA N00000 771 223774444 20 GREGG
    CADILLAC 12-MAY-69 M R3
    NON DENOMINATIONAL N STAFF USMC N
    U
    E06 11-JUN-02 H N
    05-JAN-00 Y Y
    USS SPAWAR
    353535 USS SPAWAR
    SI_ADDRESS_TYPE(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL
    L, NULL)
    SI_ADDRESS_TAB()
    SI_ALLERGY_TAB(SI_ALLERGY_TYPE(69, 'PENICILLIN', '11-JUN-02', NULL), SI_ALLERGY
    TYPE(74, 'SHELLFISH', '12-JUN-02', NULL), SIALLERGY_TYPE(68, 'PEANUTS', '13-J
    UN-02', NULL), SI_ALLERGY_TYPE(75, 'STRAWBERRIES', '13-JUN-02', NULL))
    SI_ALLERGY_TAB()
    75 STRAWBERRIES 13-JUN-02
    *******Notice the allergy entry of 75, Strawberries, 13-JUN-02 at the
    end. This is what I want not all the other exploded data.
    SQL> desc si_a31_per_vw
    Name Null? Type
    ........ Omitted uneeded previous column desc because of metalink
    character limit but the view is bigger then this.......
    DEPT_NAME VARCHAR2(20)
    DIV_NAME VARCHAR2(20)
    ADDRESSES SI_ADDRESS_TAB
    CURRENT_ALLERGIES SI_ALLERGY_TAB
    DELETED_ALLERGIES SI_ALLERGY_TAB
    SQL> desc si_allergy_tab
    si_allergy_tab TABLE OF SI_ALLERGY_TYPE
    Name Null? Type
    ALG_SEQ NUMBER
    ALG_NAME VARCHAR2(50)
    START_DATE DATE
    STOP_DATE DATE
    SQL> desc si_allergy_type
    Name Null? Type
    ALG_SEQ NUMBER
    ALG_NAME VARCHAR2(50)
    START_DATE DATE
    STOP_DATE DATE

    Can you explain what do you mean by the following?
    "PL/SQL tables (a.k.a. Index-by tables) cannot be used as the basis for columns and/or attributes"There are three kinds of collections:
    (NTB) Nested Tables
    (VAR) Varrying Arrays
    (IBT) Index-by Tables (the collection formerly known as "PL/SQL tables")
    NTB (and VAR) can be defined as persistent user defined data types, and can be used in table DDL (columns) and other user defined type specifications (attributes).
    SQL> CREATE TYPE my_ntb AS TABLE OF INTEGER;
    SQL> CREATE TABLE my_table ( id INTEGER PRIMARY KEY, ints my_ntb );
    SQL> CREATE TYPE my_object AS OBJECT ( id INTEGER, ints my_ntb );
    /IBT are declared inside stored procedures only and have slightly different syntax from NTB. Only variables in stored procedures can be based on IBT declarations.
    CREATE PROCEDURE my_proc IS
       TYPE my_ibt IS TABLE OF INTEGER INDEX BY BINARY_INTEGER;  -- now you see why they are called Index-by Tables
       my_ibt_var my_ibt;
    BEGIN
       NULL;
    END;That sums up the significant differences as it relates to how they are declared and where they can be referenced.
    How are they the same?
    NTB and VAR can also be (non-persistently) declared in stored procedures like IBTs.
    Why would you then ever use IBTs?
    IBTs are significantly easier to work with, since you don't have to instantiate or extend them as you do with NTB and VAR, or
    Many other highly valuable PL/SQL programs make use of them, so you have to keep your code integrated/consistent.
    There's a lot more to be said, but I think this answers the question posed by Sri.
    Michael

  • OWB 10.1 error when execute a mapping from a view to a table

    Hi everyone,
    I have one mapping that is from a view to a target table, both are reside on the schema, it's a very simple mapping, just one to one, no transformation. Deployment is OK, but when I execute, it give me warning " ORA-942 table or view does not exist", however when I check my target table, the data seems to be loaded fine. Does anyone experience the same problem?

    Please check SCD Type 2 and ORA-00923: FROM keyword not found where expected

  • Option to keep app data when removing an app from iPhone

    I'm sure this has been asked for before, but are there any plans to add this feature?
    It would be nice to be able to remove an app (after all I only have 16gb of space and can't keep adding new apps) and have iTunes keep a back up of it's data so it's restored when you re-add the app.
    The iPhone is overtaking devices like the PSP and DS in game sales, so it's clear that a lot of people use the iPhone for gaming. With other portable games consoles, you can choose what games you want to take with you when you're out and about without fear of losing saved games if you decide to leave one at home. It would be a great feature if you could add and remove games at will just as simply as adding or removing playlists. After all, you can remove a playlist from your device to make room, but can always re-add it later.
    As I said before, I'm sure lots of people want this feature, but all I want to know is if it is in the works or not.
    Thanks for reading.

    I agree it would be a very nice feature; the iPhone's syncing and data backup capabilities are very limited compared to devices that have preceded it like Palms and even the HP handhelds of 15 years ago. However, you won't get an answer here because this is a user forum and Apple does not respond to posts.
    The good news is that the API allows app developers to save data and transfer it to your computer either by over the Internet, by wire or WiFi, and some app developers have incorporated backup features into their apps. The bad news is that the process is manual, for each app, and that the process is not the same across apps.

  • Bug in JDev 9.0.3.3 when using derived views

    Hi,
    I observed in JDev 9.0.3.3 the following behavior when
    using derived views:
         -I'm creating the view V1 based on the entity E1, add to it a couple of fields from E1 without generating Java files and close the wizard
         -now I'm trying to create another view V1Ext that extends V1; when I try to add to V1Ext new fields from E1, the corresponding wizard button is disabled!!
    Regards,
    Dan

    If you whant to add additional attributes from E1 you must now the "magic clue" to tell Jdeveloper to make E1 editable. As far as I know this is not a bug, but a "feature" of JDeveloper:
    Do the following:
    In the ViewObject Wizard go to the Entities page and mark the Entity E1 on the left and also mark Entity E1 on the right. Now you will realize that the Button ">" will be enabled. If you click on it you will be asked if you "want to update Entity E1 with E1..." (don't know the actual message, sorry). Press "OK" and you will be able to edit attributes of E1.
    It's magic, isn't it?

  • Bug in JDev 9.0.3.3: Adding new attributes

    for me, it's seems to be a bug when:
    - you have an existing view object with attributes of two EOs
    - add new attributes from the EOs to the view object (in our case the column names are identical, JDev names them to TCN and TCN1 in the select-statement of the query)
    - update of the query of the view object doesn't properly work as well as attribute mapping shows that my new attributes are transient
    - removing all attributes from the view object and reassigning them again leads to a strange attribute mapping, i.e. now I have to set them again by manual.
    Does anyone have the same experience with attribute removal and addtion of view objects?
    Regards,
    Stefan

    Stefan,
    I tried to reproduce it with my 9.0.3.3 (Build 1205) installation but wasn't successful. Here's what I did:
    1. Create 2 entities
    2. Create one VO based on the two
    3. Run it
    4. Edit the VO and add an attribute from the second entity having the same name
    5. Run it
    There must be something that you do differently from what I describe. Can you try to find ou what it is?
    Frank

  • Jdev aborts when removing attribute from entity object

    Hi,
    after synchronizing my data model with my database scheme, jdeveloper 10g gave me the correct message, that there had been 1 attribute left in an entity object, that does no longer exist in the database.
    When removing the attribute from the entity object, jdev 10g aborts (first click: nothing happens, second click: abort).
    regards
    Klaus

    Thanks for bug report. This bug has been logged (3151203) and has been fixed in more recent builds.
    Ray

  • Need to control rendering resolution when removing overlapping objects in Acrobat X Pro

    When removing hidden information from a PDF using the Acrobat X Pro function Tools | Protection | Remove Hidden Information or Tools | Protection | Sanitize Document, Acrobat appears to remove overlapping objects by rendering the entire page into an image at, from what I can tell, 144 dpi. This resolution is too low for my purposes as small text becomes hard to read both on screen and when printed. Is there a way to control the rendering resolution?

    What I was refering to by flattening is the "flatten image" function in Photoshop. As in the option directly below merge visable and merge down in the layers flyout menu. For some reason running that function or the rasterize function in the object menu in illustrator is the only way I can make sure transparecny boxs dont show up when I print through my Fiery Rip software. Like I mentioned this method works well with individual pages in multiple page pdfs, but I often have to do this for many images at a time. It would be nice to be able to do the same thing in Acrobat to the whole pdf all  at one time.( Of course what would really be nice would be if people would submitt their files correctly to avoid this problem in the first place but that is asking way to much) 

  • Bug?  JDev Doesn't Remove From CVS

    Has anyone had any problems removing from cvs? I'll remove a view object from cvs, and then erase from disk. I then go out and check the file system where the cvs repository resides and these files still exist. When I do a full checkout into a new workspace these files show up in the project again. Is this a bug?
    -Brian

    hi,
    i am having the same problem when removing a file via cvs. i did removing as follows:
    removing the file via 'Versioning - Remove...'.
    the messages log shows the proper cvs command 'cvs remove -lf filename'
    the 'uncommitted files' view shows the file with status 'scheduled for removal' but the file is not selectable and all commit buttons remain disabled.
    after pressing 'save all' the file disapears from the uncommitted files view.
    now the project file appears in the uncommitted files view with status modified and the 'commit all' button is enabled (but in the Versioning menu the 'commit...' entry is still disabled).
    pressing 'commit all' now does not remove the file from the cvs repository.
    after updating the project from cvs shows the previously removed file again with status 'scheduled for removal'
    jdev version: 9.0.5.2
    os: Windows XP sp1
    cvs client: cvsnt 2.0.41a
    i have tested the removal via cvs command line and it worked as expected.
    i hope this description can help to reproduce the problem.
    regards
    robert

  • I've found two bugs in iOS 7. 1) declined calls does not appear as missed calls on the lock screen/notification centre. 2) when bluetooth is enabled from control center, it does not connect to an already paired bluetooth device

    I've found two bugs in iOS 7:
    1) declined calls does not appear as missed calls on the lock screen/notification centre - iOS 7.0.2.
    2) when bluetooth is enabled from control center, it does not connect to an already paired bluetooth device automatically - iOS 7.0.

    We are all users here, just like you, but you can tell Apple about it by using this link:
    Apple - iPhone - Feedback

  • Bug: Front Panel objects relative position change when placing merge VI onto Block Diagram

    I've posted a bug report on LAVA, here:
    http://forums.lavag.org/Front-Panel-objects-relati​ve-position-change-when-placing-merge-VI-onto-Bloc​...
    If someone at NI can reproduce, can I please get a CAR #?
    Thanks,
    -Jim
    Solved!
    Go to Solution.

    Donovan B wrote:
    Hi Jim,
    After my previous post, I also saw this behavior, so I decided to do another test.  If there are no decorations in the VI set to “Merge VI” (“Place VI Contents” for LabVIEW 8.5 and later) the controls and indicators are still not selected when dropping the VI from the Functions palette.  I checked this behavior back to LabVIEW 7.1 and it is consistent throughout that controls and indicators are not selected.  (Consequently, so is the fact that when decorations are present they don’t maintain the relative position).
    I am not sure if this would be better suited as a CAR or product suggestion since it has been this way that long, but it does not appear to be related to the fact that decorations are present in the Merge VI.  It does seem strange that the decorations are selected though.  Looks like the best way to work around this is to drop the VI from the Controls palette.  Hopefully, it’s not too much of a hassle.
    Hi  Donovan,
    Thanks for checking in.
    >  I checked this behavior back to LabVIEW 7.1 and it
    is consistent throughout that controls and indicators are not
    selected.  (Consequently, so is the fact that when decorations are
    present they don’t maintain the relative position).
    This just means that not many people use this feature.  However, now that VIPM Professional makes it so easy to edit the palettes, I'm sure that others will start complaining that this doesn't work as they expect.
    > I am not sure if this would be better suited as a CAR or product suggestion
    since it has been this way that long, but it does not appear to be
    related to the fact that decorations are present in the Merge VI.
     Just look up the functional specifications for this feature and see if all objects are supposed to be selected.
    But seriously, is there a reason that only the FP decorations are selected?  Surely this would be documented somewhere, if there was a good reason for this current (IMO, buggy) behavior.
    > It
    does seem strange that the decorations are selected though.  Looks like
    the best way to work around this is to drop the VI from the Controls
    palette.  Hopefully, it’s not too much of a hassle.
    That's not a reasonably work-around, IMO.  It doesn't make sense to drop Block Diagram components onto the Front Panel.  For example, this bug affects the JKI State Machine.  It doesn't make sense to drop a State Machine onto the Front Panel.
    So, I'd file it as a CAR/bug, and then wait to see how LV R&D feels about it.  If they can find some valid reason for why Controls and Indicators shouldn't be selected, then that's fine (and hopefully someone will explain it to me).
    Thanks,
    -Jim

  • BUG? ORA-01461 in Unit Tester when saving a long Dynamic Value Query

    I get an ORA-01461 "can bind a LONG value only for insert into a LONG column" error when saving a Test Implementation with a Dynamic Value Query whose length of the SQL statement is roughly 2,000 characters - I'm UNIONing ALL about 30 test case values together, but it seems to be choking on such a long SQL string for some reason....
    I am running version Early Adopter Release #2 (2.1.0.63), build MAIN-63.10.
    Thoughts?

    Confirmed.
    Bug 9119144: ORA-01461 IN UNIT TESTER WHEN SAVING A LONG DYNAMIC VALUE QUERY (OR OTHER CLOB)
    Brian Jeffries
    SQL Developer Team

  • [svn:bz-trunk] 21494: bug fix BLZ-581 Possible deadlock situation when sending message

    Revision: 21494
    Revision: 21494
    Author:   [email protected]
    Date:     2011-06-29 11:25:54 -0700 (Wed, 29 Jun 2011)
    Log Message:
    bug fix BLZ-581 Possible deadlock situation when sending message
    change the scope of lock EndpointPushNotifier.pushNeeded to be minimal (retrieving the messages from the message buffer), that way, we can avoid the connection write failure to occupy the lock forever.
    Checkintests pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-581
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java

    Adobe has donated BlazeDS to the Apache Flex community, and the source code is hosted on the Apache Flex website in a GIT repository.
    http://flex.apache.org/dev-sourcecode.html

  • [svn:bz-trunk] 21209: bug fix BLZ-581 Possible deadlock situation when sending message

    Revision: 21209
    Revision: 21209
    Author:   [email protected]
    Date:     2011-05-04 18:26:18 -0700 (Wed, 04 May 2011)
    Log Message:
    bug fix BLZ-581 Possible deadlock situation when sending message
    change the scope of lock EndpointPushNotifier.pushNeeded to be minimal (retrieving the messages from the message buffer), that way, we can avoid the connection write failure to occupy the lock forever.
    Checkintests pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-581
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java

    Adobe has donated BlazeDS to the Apache Flex community, and the source code is hosted on the Apache Flex website in a GIT repository.
    http://flex.apache.org/dev-sourcecode.html

Maybe you are looking for

  • Problem with checkbox itemrenderer in combobox

    I am rendering checkbox in combox(dynamically). when i check any item(s) in my combox and then on selecting(checking the combobox's item) another item(s) or on scrolling item list in combobox, it shows improper checkd items. i .e the checkd list disp

  • Problems of Limit free

    China App Store software to limit free often prompted to change the price, can not buy ", there is no way to solve?

  • Steps to do the R12 on 11.2.0.2 RAC to Non-Rac cloning on Win2008 64bit

    Please brief the steps to do the R12 on 11.2.0.2 RAC to Non-Rac cloning on Windows 2008 64-bit. There is a metalink document but that says it for linux environment but not windows. Please brief the steps if someone has done it on windows.

  • Before header pl/sql process creates blank space at top of page

    Hi, I'm finding that w/v 1.6.1 I get a blank space at the top of my page that appears to be somewhat proportional to the amount of code and/or # processes on that page that are before header. moving to after header and before regions also shows this

  • Internal order settlement profile

    hi sap gurus    can anybody  give overall   view of internal order settlement profile?     i have to know about .... how to settle internal order?   thank you venkatareddy