[jbosstools-issues] [JBoss JIRA] (JBIDE-11329) Hibernate tools works incorrectly with database objects named with special symbols

Dmitry Geraskov (JIRA) jira-events at lists.jboss.org
Thu Mar 15 10:00:48 EDT 2012


Dmitry Geraskov created JBIDE-11329:
---------------------------------------

             Summary: Hibernate tools works incorrectly with database objects named with special symbols
                 Key: JBIDE-11329
                 URL: https://issues.jboss.org/browse/JBIDE-11329
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: hibernate
    Affects Versions: 3.3.0.Beta1
            Reporter: Dmitry Geraskov
            Assignee: Dmitry Geraskov


In postgreSQL create `test.db`.`test2.schema`.`test3.table` with field `test4.id`.
Generate DomainCode, HBM xmls, DAO, DDL
1. test4.id column is generated to test4.id class field
2. Generated class name is "table" and "tableHome"
3. Package name is <Entered-by-user>.Test3 (Not sure adding "test3" is incorrect, but at least it should not start from uppercase)
4. In hbm.xml elements have the same wrong names

Connected with [JBIDE-11227]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list