Community
Participate
Working Groups
Build Identifier: 20100917-0705 Generating an Entity from the table "DIM_DIAGNOSIS" creates a class "DimDiagnosi" -- it should generate ""DimDiagnosis" Here is a snippet of the generated annotation code: ... @Entity @Table(name="DIM_DIAGNOSIS") public class DimDiagnosi ... It should generate ... @Entity @Table(name="DIM_DIAGNOSIS") public class DimDiagnosis ... This is observed with an Oracle database. Reproducible: Always Steps to Reproduce: 0. Create JPA project 1. Create a database with a table named DIM_DIAGNOSIS 2. Setup the Data Explorer to connect to the database. 3. Open the JPA Perspective 4. Select the project, right click New-> Entities from Tables 5. Select the defaults for the wizard. Attached is an Eclipse project duplicating the problem on a Mac OS X machine with MySql.
Created attachment 195943 [details] This is a JPA project with mysql scripts to create the DB.
Moving JPA specific bugs to new JPA component in bugzilla.