Community
Participate
Working Groups
Build Identifier: I-3.3.0-20110305235707 When trying to set the attribute overrides to an embedded attribute, the attached NPE is thrown, the attribute override column panel doesn't appear, and the "Override default" checkbox disappears if trying to selecting it with the line like below written into the file: @AttributeOverride(name = "endDate", column = @Column(name = "endDate", table = "Employee")) Note: This problem happens only when having the test database connected. Reproducible: Always Steps to Reproduce: 1. Map an attribute as Embedded 2. Select the attribute and go to the JPA Details view 3. Try to set the attribute overrides 4. Try to select the "Override default" checkbox 2. 3.
Created attachment 190794 [details] Stack Trace two stack traces included
Created attachment 190797 [details] proposed patch against head
checked in for M6, simple low-risk fix
Verified in Build I-3.3.0-20110414085808 Verified no error appears when you create an attribute override and when you select the override in the Details the checkbox appears and is checked. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.0_M6