Community
Participate
Working Groups
Create New > JPA Project using all default values Select New > JPA Entity Check the Add to entity mappings in XML checkbox Click on Browse button Click on New button Leave the default location and file name (orm.xml) Click on Finish (Notice it appears in Choose mapping XML dialog) Click on OK button Notice the Next button is not enabled however if I uncheck and re-check the checkbox for Add to entity mappings in XML the buttons become enabled.
Created attachment 197689 [details] proposed patch against head This patch fixes the original issue. It also fixes the case where you delete the text for the mapping file location and no validation error is given, you can finish the wizard and then you get an exception.
checked in to HEAD for 3.0.1
Verified in Build I-3.4.0-20110731180834 Verified you can continue after you create a new mapping file when creating a new JPA entity. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.0.1