Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Dali 3.3 RC3 Release

Dali 3.3

Dali 3.3 RC3 Release Manual Testing

Manual Testing for 3.3 RC3 Release
Bug No. Description Test Steps Test Step Results
405320 Intermittent failure on JPA project creation when starting Eclipse Create a few JPA Generic 2.0 and 2.1 projects (I did 4) JPA projects are created successfully
... ... Open one of the projects persistence.xml file in the editor persistence.xml file is opened successfully
... ... Exit out of Eclipse and then relaunch Eclipse with that workspace Verify the workspace opens successfully without any errors and all created projects appear and the persistence.xml that was opened in the editor reappears in the editor all without error.
... ... Select File >Switch Workspace > Other Workspace Launcher dialog appears
... ... Select another workspace and click on OK Eclipse Closes and relaunches with new workspace
... ... Select File > Switch Workspace and select the original workspace Verify the workspace opens successfully without any errors and all created projects appear and the persistence.xml that was opened in the editor reappears in the editor all without error.
408900 NPE in join column validation Download project that was attached in Bug 315411 and Import into Dali workspace Project was imported successfully
... ... Go to the properties page for the ReferencedColumnName project, Select JPA, select User Library from the type drop down and select an appropriate EL library and Click on OK Errors in problems pane are removed now that libraries have been added
... ... R-Click on the project and select validate Verify the project is validated successfully and no errors appear in the Error Log
409337 Invalid validation with pk join column of an entity that is in an inheritance hierarchy Create JPA project JPA project is created successfully
... ... Create the Project entity as per the bug Project entity is created successfully
... ... Create Lproject entity as per the bug Lproject entity is created successfully and then verify that no errors appear in the problem pane stating In implied primary key join column, name "PROJ_ID" cannot be resolved on table "PROJECT" for the Project and Lproject entites.

Back to the top