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.1 M2"

Line 17: Line 17:
 
| ...
 
| ...
 
| ...
 
| ...
 +
|-
 +
| 356226
 +
| [EclipseLink] 2.4 platform support including eclipselink-orm.xsd
 +
| Select Window > Preferences
 +
| Preferences dialog appears
 +
|-
 +
| ...
 +
| ...
 +
| Go to Java > Build Path > User Libraries and Select New
 +
| New User Library dialog appears
 +
|-
 +
| ...
 +
| ...
 +
| Enter EclipseLink 2.4 for the name and click on OK
 +
| EclipseLink 2.4 appears in Defined user libraries list
 +
|-
 +
| ...
 +
| ...
 +
| Click on Add JARs... button, Select all the .jars for EL 2.4 and click on Open
 +
| All selected files appear under the EclipseLink 2.4 user library
 +
|-
 +
| ...
 +
| ...
 +
| Click OK to close preferences dialog, Select New > JPA project
 +
| New JPA Project dialog appears
 +
|-
 +
| ...
 +
| ...
 +
| Enter name, select 2.0 for JPA version and click on Next twice
 +
| JPA Facet - Configure JPA setting page appears.  Verify EclipseLink 2.4.x appears in Platform drop down
 +
|-
 +
| ...
 +
| ...
 +
| Select EclipseLink 2.4.x and click on finish button
 +
| JPA 2.0, EL 2.4 project is created successfully without error
 +
|-
 +
| ...
 +
| ...
 +
| R-click on the project and select New > EclipseLink ORM Mapping File, leave defaults and click on Finish
 +
| eclipselink-orm.xml file is created and appears in the editor.  Verify the version appears as 2.4 on the design tab and on the Source Tab
 
|-
 
|-
 
| 357941
 
| 357941

Revision as of 13:46, 28 September 2011

Dali 3.1

Dali 3.1 M2 Manual Testing

Manual Testing for 3.1 M2 Release
Bug No. Description Test Steps Test Step Results
303527 [JPA2.0] MapKeyJoinColumn/MapKeyJoinColumns model support ... ...
348102 [Validation] @XmlElements validation and content assist ... ...
356226 [EclipseLink] 2.4 platform support including eclipselink-orm.xsd Select Window > Preferences Preferences dialog appears
... ... Go to Java > Build Path > User Libraries and Select New New User Library dialog appears
... ... Enter EclipseLink 2.4 for the name and click on OK EclipseLink 2.4 appears in Defined user libraries list
... ... Click on Add JARs... button, Select all the .jars for EL 2.4 and click on Open All selected files appear under the EclipseLink 2.4 user library
... ... Click OK to close preferences dialog, Select New > JPA project New JPA Project dialog appears
... ... Enter name, select 2.0 for JPA version and click on Next twice JPA Facet - Configure JPA setting page appears. Verify EclipseLink 2.4.x appears in Platform drop down
... ... Select EclipseLink 2.4.x and click on finish button JPA 2.0, EL 2.4 project is created successfully without error
... ... R-click on the project and select New > EclipseLink ORM Mapping File, leave defaults and click on Finish eclipselink-orm.xml file is created and appears in the editor. Verify the version appears as 2.4 on the design tab and on the Source Tab
357941 ArrayIndexOutOfBoundsException when switching from PrimaryKeyJoinColumn strategy to mappedBy Create JPA 2.0 Project Project is created successfully
... ... Add to entities from tables and join two of the tables as a one-to-one Entities are added successfully
... ... Go to the One-to-one mapping field in the jpa details pane and click on the Primary Join Key Columns within the Joining Strategy section. Verify the editor for the entity adds the following annotation for the field @PrimaryKeyJoinColumn
... ... Now select Mapped by in the jpa deails pane under the Joining Strategy section Verify no errors appear and the editor for the entity now shows @OneToOne(mappedBy = "")
... ... Select Primary Join Key Columns radio button Verify no errors appear and editor is updated
... ... Select Join Columns radio button Verify no errors appear and editor is updated (for Join columns there is no annotation unless you override the default)
... ... Select Primary Join Key Columns radio button Verify no errors appear and editor is upated
... ... Select Join Table radio button Verify no errors appearand editor is updated

Back to the top