Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Dali 3.3 RC1 Release

Dali 3.3

Dali 3.3 RC1 Release Manual Testing

Manual Testing for 3.3 RC1 Release
Bug No. Description Test Steps Test Step Results
372286 switch from embedded to embedded-id causes exception and duplicate attribute overrides Create JPA project JPA Project is created successfully
... ... Create two entites as follows
 @Entity

public class Employee {

@Embedded private EmploymentPeriod period; } @Embeddable public class EmploymentPeriod {

private Date startDate; }

Entities are created successfully
... ... Select the period attribute in the Employee entity in the JPA Structure tab period appears in the JPA details pane
... ... Click on the mapped as link in the JPA Details pane and select Embedded ID and OK Verify period is updated and mapped as Embedded ID and no index out of bounds errors appear in Error Log.
390124 JPA Content tree does not have the right items for binary type Create JPA project JPA project is created successfully
... ... Create the Test entity as per the bug Entity is created successfully and appears correctly in the Explorer pane.
397765 New Entity toolbar drop-down button appearing in all perspectives instead of just JPA perspective Make sure JPA perspective is open and Create a new JPA project JPA project is created successfully
... ... Find the JPA Entity button on the toolbar and click on the arrow Verify the drop down menu shows JPA Entity, JPA ORM Mapping File, EclipseLink ORM Mapping File & EclipseLink Dynamic Entity
... ... Change perspective to Java perspective Verify JPA Entity button on the toolbar does not appear
... ... Change perspective to web or other perspectives Verify that JPA Entity button on the toolbar does not appear
... ... Change perspective back to JPA Verify JPA entity button appears on the toolbar
407630 [JPA 2.0] [Validation] manytoone + ID not allowed in conjunction with an ID class. Create JPA project Project is created successfully
... ... Create the DependentId Class per the bug The Dependent class is created successfully without error
... ... Create the Dependent entity per the bug Dependent entity is created successfully and verify that the following error does not appear in the problems pane The relationship 'emp' maps an ID, which is not allowed in conjuction with an ID class.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.