Community
Participate
Working Groups
Create an EclipseLink 2.3 project and add a 1.0 orm.xml file to it. Open the JPA Details view for the orm.xml file and notice in the Persistence Unit section the 'Delimited Identifiers' check box appears. This should only appear for 2.0 orm.xml files. It does not appear if you create an EclipseLink/Generic 1.0 project. The check box visibility is being based on the project being a 2.0 project instead of the content type of the orm.xml file
Moving JPA specific bugs to new JPA component in bugzilla.
Created attachment 204301 [details] Proposed Patch According to EclipseLink schemata, neither does 1.x EclipseLink mapping XML support delimited identifiers subelement. This patch reflects that.
reviewed and checked in to HEAD with minor revisions
Verified in Build I-3.4.0-2011102024120 Verified when you create JPA 2.0 project with 1.0 orm.xml or 1.0 eclispelink-orm.xml file the delimited limiters checkbox does not appear. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.1_M3