| Summary: | Exclude unlisted EclipseLink XML mapping file checkbox needs clearer label | ||
|---|---|---|---|
| Product: | [WebTools] Dali JPA Tools | Reporter: | Nan Li <nan.n.li> |
| Component: | JPA | Assignee: | Neil Hauge <neil.hauge> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jolene.moffitt, karenfbutzke, nan.n.li, neil.hauge, rick.sapir |
| Version: | unspecified | Keywords: | Documentation |
| Target Milestone: | 3.3 M2 | Flags: | rick.sapir:
documentation+
|
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Nan Li
I believe the functionality is correct here, but the wording of the check box label could be made more clear. The property is only supposed to apply to the special default eclipselink-orm.xml with that name. From the EclipseLink API: /** * The <code>"eclipselink.exclude-eclipselink-orm"</code> property * configures the exclusion of an EclipseLink ORM mapping file for a * specific persistence unit. By default the first file found at the * resource name: "META-INF/eclipselink-orm.xml" is processed and overrides * configurations specified in annotations, and standard mapping files. */ public static final String EXCLUDE_ECLIPSELINK_ORM_FILE = "eclipselink.exclude-eclipselink-orm"; We also need to fix the docs, they are confusing as well: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jpt.doc.user/task_manage_persistence.htm Moving JPA specific bugs to new JPA component in bugzilla. Targeting to Juno release. How about we change "unlisted" to "default"? "Default" seems to better represent what this property is configuring. Rick, Copying you on this so you can update the user docs as necessary. Updated docs/help to reflect new field name. Fixed in M2. Verified in build S-3.5.0M5-20130206143825 that the build contains a newer version of the help with the updates. To view steps to verify this issue go to http://wiki.eclipse.org/Dali_3.3_M2_Release |