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

Difference between revisions of "Dali 3.3 M7 Release"

Line 17: Line 17:
 
| Enter a name and click on next button twice
 
| 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.
 
| JPA Facet page appears and verify Create Mapping File (orm.xml) checkbox does not appear for selection.
 +
|-
 +
| 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 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
 
| 405200

Revision as of 14:39, 30 April 2013

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