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 M7 Release

Dali 3.3

Dali 3.3 M7 Release Manual Testing

Manual Testing for 3.3 M7 Release
Bug No. Description Test Steps Test Step Results
380021 Extra invalid validation error against default primary key join column of entity Create a JPA project JPA Project is created successfully
... ... Create a JPA Entity with an attribute that is set as the primary key but is not the same name as a name in the database so it will not be resolved Verify JPA entity is created and only 1 error appears in problems pane stating Column "id" cannot be resolved on table "TableName"
... ... Select a Name from the column name drop down and Save the project Verify the error in the problem pane disappears
392222 Remove "Create mapping file (orm.xml)" option from new project wizard Select File > New > JPA Project New JPA Project dialog appears
... ... Enter a name and click on next button twice JPA Facet page appears and verify Create Mapping File (orm.xml) checkbox does not appear for selection.
397391 NPE: 1-m/m-m switch joining strategy from JoinTable to JoinColumns or MappedBy Create JPA Project and JPA Entities with at least 2 or more attributes Project and entities with attarbutes are created successfully
404673 Confusion exists with EclipseLink 2.4.x/2.5.x platform and EclipseLink 2.5 mapping file Create a JPA 2.0 project with EclipseLink 2.4.x/2.5.x platform and EclipseLink 2.5.0 library Project is created successfully without error
... ... R-click on the project and select New > EclipseLink ORM Mapping File New EclipseLink Mapping File dialog appears
... ... Click on the finish button Verify eclipselink-orm.xml is created successfully and opened in the editor and the version shows 2.4 on the Details tab (even though you selected EL 2.5 library it will default to 2.4 for JPA 2.0) and no errors appear in Problems tab
... ... Change version in Details tab from 2.4 to 2.5 and in source tab from 2.4 to 2.5 in both places and save the project Verify the following error appears in the Problems pane Mapping file eclipselink-orm.xml does not have supported content for this JPA Platform
405200 [API] new public query-related interfaces are misplaced Download latest build and open eclipse\plugins\org.eclipse.jpt.jpa.core .jar file Verify the following class files are in this .jar file JavaNamedStoredProcedureQuery2_1, JavaQueryContainer2_1, JavaStoredProcedureParameter2_1, OrmNamedStoredProcedureQuery2_1, OrmQueryContainer2_1, OrmStoredProcedureParameter2_1
406572 Remove jaxb binding schema from jaxb.core Download latest build and open eclipse\plugins\jst.standard.schema jar file Verify bindingschema xsd file appears
... ... Open eclipse\plugins\jaxbcore jar file Verify bindingschema xsd file does not appear in this file

Back to the top