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

Revision as of 11:04, 4 April 2011 by Unnamed Poltroon (Talk)

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 ... ...
331358 JAXB Project Creation wizard - No libraries appear for download Launch the JAXB Project wizard New JAXB Project dialog appears
... ... Enter required project name, leave defaults, Click on Next twice JAXB Facet page appears
... ... Click on the Download library button Download Library dialog appears with the available EclipseLink libraries
332317 Enablement problem and broken warning message in New entity wizard Create a new JPA Project, Select New>JPA Entity New JPA Entity dialog appears
... ... Enter the required items, Check the Add to entity mapping in XML checkbox Verify the Browse button and text field become enabled and the mapping file label remains enabled.
... ... Click on the Browse button Verify Mapping File dialog appears
... ... Click on the New button New Mapping File dialog appears
... ... Click on the Advanced button option, check the Link to file in file system checkbox Verify the text field, Browse button and Variables button become enabled.
... ... Click on the Browse button, select an .xml file and click Open. Verify the selected file (with the path) appear in the text field
... ... Click on the Finish, and then click OK to choose the mapping XML file Verify the selected file appears in the Mapping File text field without error.
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 Create a JPA 2.0, EL 2.2.x project with some entities (Address, Employee, Phone) Project is created successfully
... ... Open a .java file in the editor (Employee.java), Select an attribute (version), go to the JPA Details section, expand Type, Click on Converted radio button @Convert appears in the .java editor for the attribute
... ... Expand Define Converter in JPA Details, click on Custom radio button, Enter testing for the name @Converter(name = "testing") appears in the .java editor for the attribute
... ... Select testing from the converter name drop down in the JPA Details Verify testing appears for @Convert in .java editor for the attribute
... ... Change the focus from the attribute (click on another attribute) Verify the @Convert("testing") still remains for the attribute in the .java editor and it still appears in the JPA Details.
... ... Remove the @Convert and @Converter lines from the editor, add the class to the orm.xml file Class is added successfully
... ...
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 ... ...
339098 EclipseLink JAXB naming in UI Select File>New>Other New dialog appears
... ... Select JAXB>JAXB Project and click on NEXT New JAXB Project dialog appears with cursor defaulting in Project name
... ... Enter a valid name, leave the defaults, click on Next twice Verify EclipseLink 2.2.x and EclipseLink 2.3.x appear in the Platform drop down
339428 NPE Setting attribute overrides to an embedded attribute of EclipseLink 2.0 project Create JPA Project selecting the defaults and a Oracle DB connection Project is created successfully
... ... Generate Entities from Tables for Address, Emp and Phone Entities are created
... ... Open Employee.java entity editor Employee information appears in JPA details tab
... ... Select endDate attribute and change it's mapping to Embedded Verify you can select the override defaults checkbox and changed values without error
339434 CCE adding a Java Entity to a mapping file Create JPA Project selecting the defaults and a Oracle DB connection Project is created successfully
... ... Generate Entities from Tables for Address, Emp and Phone Entities are created
... ... Open Employee.java entity editor Employee information appears in JPA details tab
... ... Expand the Secondary Table section and click on the Add button Add Secondary Table dialog appears
... ... Select Salary from the drop down and click on the OK button. Dialog closes and @SecondaryTable(name = "SALARY") appears in .java editor
... ... R-Click on the project and select New>JPA ORM Mapping file New Mapping File dialog appears with orm.xml for the File name
... ... Click on Finish orm.xml file is created successfully and opens in editor without errors
... ... Add the Employee class to the orm.xml mapping file Verify Employee class is added and no errors appear

Back to the top