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.2.2

Dali 3.2

Dali 3.2.2 RC2 Release Manual Testing

Manual Testing for 3.2.2 RC2 Release
Bug No. Description Test Steps Test Step Results
379757 Selection switches to entity-mappings node when changing mapping type Create JPA Project and JPA Entity with 2 attributes Project and Entity are created successfully
... ... R-Click on project, Select New > JPA ORM Mapping File orm.xml mapping file is created successfully and opened in editor
... ... R-Click on Entity Mappings in JPA Structure tab and select Add Class Add Class dialog appears
... ... Add the JPA Entity you created and click on OK twice Entity is added to mapping file
... ... R-click on the JPA Entity under the Entity Mappings in the JPA Structure tab, select Map As > Mapped superclass Verify Entity is now a mapped superclass and focus remains on the mapped superclass and does not return to the Entity Mappings
... ... Click on the mapped superclass link in the JPA Details tab Mapping Type Selection dialog appears
... ... Select Entity and click on OK Verify type is changed to Entity and remains the focus in JPA Details and does not return to the Entity Mappings
384185 WSW TCT#23 'first argument is not an Integer...' Download latest Dali Maintenance build, open Eclipse>plugins>org.eclipse.jpt.jpa.core_3.2.0v...jar file Verify the SUBSTRING_EXPRESSION_SECOND... and SUBSTRING_EXPRESSION_THIRD... are correct per the bug.
384610 WSW38 TCT#31 Copy/Paste error? Download latest Dali Maintenance build, open eclipse\plugins\org.eclipse.persistence.jpa.jpql\org\eclipse\persistence\jpa

\jpql\jpa_jpql_validation.properties

Verify the EXTRACT_EXPRESSION_MISSING_LEFT_PARENTHESIS and EXTRACT_EXPRESSION_MISSING_RIGHT_PARENTHESIS have the correct information.
384871 org.eclipse.jpt.jpa.core Bundle-ActivationPolicy is incorrect Download latest version of Dali, Open org.eclipse.jpt.jpa.core in the Plugins directory, Then open Manifest.mf file Verify the following is correct - Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.jpt.jpa.core.internal.resource.contenttypes"
389912 NullPointerException synchronize with java source Download the project from the bug and go to Eclipse and Select File > Import Import dialog appears
... ... Select General > Existing projects into workspace and click on Next button Imports Projects page appears
... ... Click on Browse for Select root directory and select the directory where you extracted the project for the bug, click on OK and then Click on Finish Verify the project is imported successfully and no NPE errors appear
397778 jdt refactoring extensions load the jpa.core plug-in even when there are no JPA faceted projects Download latest Dali Maintenance build Maintenance build and all pre-reqs are downloaded
... ... Open eclipse\plugins\org.eclipse.jpt.jpa.core .jar file .jar file is unzipped
... ... Open the plugin.xml file in IE Verify all the 'affectedNatures' in the proposed patch appear in the plugin.xml file

Back to the top