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

Line 14: Line 14:
 
|-
 
|-
 
| 347219
 
| 347219
|
+
| NullPointerException: Change a mapping to element collection mapping
 +
| Create JPA Project, create Entities from tables, Create orm mapping file
 +
| Project, entities and mapping file are created successfully
 +
|-
 +
| ...
 +
| ...
 +
| R-click on the mapping file in the JPA Structure tab and select Add Class
 +
| Add Class dialog appears
 +
|-
 +
| ...
 +
| ...
 +
| Select an entity that you created (ex.  Employee) and click on OK
 +
| Class appears in the orm mapping file
 +
|-
 +
| ...
 +
| ...
 +
| R-click on an attribute in the JPA Structure tab, select Add Attribute to XML and Map...
 +
| Add Attribute dialog appears
 +
|-
 +
| ...
 +
| ...
 +
| Click on ok button
 +
| Attribute is added to xml and mapping file
 +
|-
 +
| ...
 +
| ...
 +
| R-Click on the added attribute and select Map As > Element Collection
 +
| Verify xml and mapping is updated without any errors

Revision as of 10:48, 2 August 2011

Dali QA Testing

Dali 3.0.1 Manual Testing

Manual Testing for 3.0.1 Release
Bug No. Description Test Steps Test Step Results
351409 Strange event when saving the diagram ... ...
347219 NullPointerException: Change a mapping to element collection mapping Create JPA Project, create Entities from tables, Create orm mapping file Project, entities and mapping file are created successfully
... ... R-click on the mapping file in the JPA Structure tab and select Add Class Add Class dialog appears
... ... Select an entity that you created (ex. Employee) and click on OK Class appears in the orm mapping file
... ... R-click on an attribute in the JPA Structure tab, select Add Attribute to XML and Map... Add Attribute dialog appears
... ... Click on ok button Attribute is added to xml and mapping file
... ... R-Click on the added attribute and select Map As > Element Collection Verify xml and mapping is updated without any errors

Back to the top