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 M6"

(Removing all content from page)
Line 1: Line 1:
 +
[[Dali QA Testing]]
  
 +
==Dali 3.0 M6 Manual Testing==
 +
 +
{| border="4" cellpadding="4"
 +
|+ '''Manual Testing for 3.0 M6 Release'''
 +
|'''Bug No.'''||'''Description'''||'''Test Steps'''||'''Test Step Results'''
 +
 +
|-
 +
| 204132
 +
| Validation error needed when the same class is specified twice in the orm.xml
 +
| ...
 +
| ...
 +
|-
 +
| 233567
 +
| IndexOutOfBoundsException when added namedQuery via model
 +
| ...
 +
| ...
 +
|-
 +
| 293972
 +
| Validation needed for cacheable errors
 +
| ...
 +
| ...
 +
|-
 +
| 310464
 +
| Validation needed for element collection target class validation for unmapped non-basic types
 +
| ...
 +
| ...
 +
|-
 +
| 319736
 +
| Switch to use Iterable instead of Iterator throughout our provisional API
 +
| ...
 +
| ...
 +
|-
 +
| 320032
 +
| Re-org JPT project to include JAXB component
 +
| ...
 +
| ...
 +
|-
 +
| 326718
 +
| Any/choice content for generic JAXB to support validation
 +
| ...
 +
| ...
 +
|-
 +
| 332317
 +
| Enablement problem and broken warning message in New entity wizard
 +
| ...
 +
| ...
 +
|-
 +
| 332827
 +
| Store the project properties in the .settings file
 +
| ...
 +
| ...
 +
|-
 +
| 333664
 +
| Icons for all of the JAXB attribute mapping are needed
 +
| ...
 +
| ...
 +
|-
 +
| 333728
 +
| Inconsistent entity names in the diagram and the java sources
 +
| ...
 +
| ...
 +
|-
 +
| 333730
 +
| Compilation error when creating entity attributes of type java.sql.Date and java.util.Date
 +
| ...
 +
| ...
 +
|-
 +
| 333884
 +
| EclipseLink JPA downloaded libraries do not work for JAXB
 +
| ...
 +
| ...
 +
|-
 +
| 334142
 +
| Support visual Definition and Editing of MappedSuperclass
 +
| ...
 +
| ...
 +
|-
 +
| 334144
 +
| Support visual Definition and Editing of Embeddable
 +
| ...
 +
| ...
 +
|-
 +
| 334149
 +
| Collection Type should be user specifiable
 +
| ...
 +
| ...
 +
|-
 +
| 334152
 +
| Refactoring collection type drops Generic from definition and deletes from diagram
 +
| ...
 +
| ...
 +
|-
 +
| 334166
 +
| Diagram location in project should not be a src folder
 +
| ...
 +
| ...
 +
|-
 +
| 334168
 +
| Don't specify entity name when same as default
 +
| ...
 +
| ...
 +
|-
 +
| 334536
 +
| Diagram editor project property page not available for JPA 2.0 projects
 +
| ...
 +
| ...
 +
|-
 +
| 335176
 +
| When diagram folder name changed the diagram should be renamed
 +
| ...
 +
| ...
 +
|-
 +
| 335343
 +
| Convert value lost after changing the focus area
 +
| ...
 +
| ...
 +
|-
 +
| 335594
 +
| CCE adding NamedQuery to EclipseLink 2.0 project
 +
| ...
 +
| ...
 +
|-
 +
| 335667
 +
| FileNotFoundException in JPA Diagram editor
 +
| ...
 +
| ...
 +
|-
 +
| 335697
 +
| Add support for default XmlElement attribute mappings
 +
| ...
 +
| ...
 +
|-
 +
| 335731
 +
| XmlElement, XmlAttribute name/namespace validation and code-assist
 +
| ...
 +
| ...
 +
|-
 +
| 335795
 +
| Add new DBWS dependicies to WTP build
 +
| ...
 +
| ...
 +
|-
 +
| 336006
 +
| Validation needed for temporal type mappings
 +
| ...
 +
| ...
 +
|-
 +
| 336009
 +
| EclipseLink enumerated element is automatically added for id mapping
 +
| ...
 +
| ...
 +
|-
 +
| 336161
 +
| XmlElementWrapper validation and code-assit
 +
| ...
 +
| ...
 +
|-
 +
| 336172
 +
| Inconsistent error message
 +
| ...
 +
| ...
 +
|-
 +
| 336259
 +
| Validation for XmlList
 +
| ...
 +
| ...
 +
|-
 +
| 336296
 +
| Validation for virtual attributes does not currently work
 +
| ...
 +
| ...
 +
|-
 +
| 336388
 +
| Context model support for @XmlTransient on a class
 +
| ...
 +
| ...
 +
|-
 +
| 336540
 +
| Update branding plug-ins after recent project re-org
 +
| ...
 +
| ...
 +
|-
 +
| 336548
 +
| Reorganize docs plug-ins to split into jpa and jaxb
 +
| ...
 +
| ...
 +
|-
 +
| 336549
 +
| Update feature plug-ins
 +
| ...
 +
| ...
 +
|-
 +
| 336553
 +
| Cannot add the JPA facet to an imported project that is not in the workspace
 +
| ...
 +
| ...

Revision as of 14:04, 9 February 2011

Dali QA Testing

Dali 3.0 M6 Manual Testing

Manual Testing for 3.0 M6 Release
Bug No. Description Test Steps Test Step Results
204132 Validation error needed when the same class is specified twice in the orm.xml ... ...
233567 IndexOutOfBoundsException when added namedQuery via model ... ...
293972 Validation needed for cacheable errors ... ...
310464 Validation needed for element collection target class validation for unmapped non-basic types ... ...
319736 Switch to use Iterable instead of Iterator throughout our provisional API ... ...
320032 Re-org JPT project to include JAXB component ... ...
326718 Any/choice content for generic JAXB to support validation ... ...
332317 Enablement problem and broken warning message in New entity wizard ... ...
332827 Store the project properties in the .settings file ... ...
333664 Icons for all of the JAXB attribute mapping are needed ... ...
333728 Inconsistent entity names in the diagram and the java sources ... ...
333730 Compilation error when creating entity attributes of type java.sql.Date and java.util.Date ... ...
333884 EclipseLink JPA downloaded libraries do not work for JAXB ... ...
334142 Support visual Definition and Editing of MappedSuperclass ... ...
334144 Support visual Definition and Editing of Embeddable ... ...
334149 Collection Type should be user specifiable ... ...
334152 Refactoring collection type drops Generic from definition and deletes from diagram ... ...
334166 Diagram location in project should not be a src folder ... ...
334168 Don't specify entity name when same as default ... ...
334536 Diagram editor project property page not available for JPA 2.0 projects ... ...
335176 When diagram folder name changed the diagram should be renamed ... ...
335343 Convert value lost after changing the focus area ... ...
335594 CCE adding NamedQuery to EclipseLink 2.0 project ... ...
335667 FileNotFoundException in JPA Diagram editor ... ...
335697 Add support for default XmlElement attribute mappings ... ...
335731 XmlElement, XmlAttribute name/namespace validation and code-assist ... ...
335795 Add new DBWS dependicies to WTP build ... ...
336006 Validation needed for temporal type mappings ... ...
336009 EclipseLink enumerated element is automatically added for id mapping ... ...
336161 XmlElementWrapper validation and code-assit ... ...
336172 Inconsistent error message ... ...
336259 Validation for XmlList ... ...
336296 Validation for virtual attributes does not currently work ... ...
336388 Context model support for @XmlTransient on a class ... ...
336540 Update branding plug-ins after recent project re-org ... ...
336548 Reorganize docs plug-ins to split into jpa and jaxb ... ...
336549 Update feature plug-ins ... ...
336553 Cannot add the JPA facet to an imported project that is not in the workspace ... ...

Back to the top