[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-7274) Hibernate Ant Code Generation -> for Console Configuration if "Property file" is empty -> incorect script generated

Vitali Yemialyanchyk (JIRA) jira-events at lists.jboss.org
Wed Oct 6 12:59:39 EDT 2010


Hibernate Ant Code Generation -> for Console Configuration if "Property file" is empty -> incorect script generated
-------------------------------------------------------------------------------------------------------------------

                 Key: JBIDE-7274
                 URL: https://jira.jboss.org/browse/JBIDE-7274
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Hibernate
    Affects Versions: 3.2.0.Beta1
            Reporter: Vitali Yemialyanchyk
            Assignee: Nick Boldt
            Priority: Blocker
             Fix For: 3.2.0.Beta1, 3.2.0.Beta2


1) Create Hibernate Console Configuration with "Database connection" with some Eclipse Connection Profile & "Property file" field should be empty;
2) Create some Hibernate Codegen config which is use prev. Hibernate Console Config.;
3) Export Codegen config created at step 2 to Ant codegen script;

properties file content look like this:
hibernate.connection.driver_class=${hibernate.connection.driver_class}
hibernate.connection.url=${hibernate.connection.url}
hibernate.connection.username=${hibernate.connection.username}
hibernate.connection.password=${hibernate.connection.password}
hibernate.dialect=${hibernate.dialect}
- this is wrong.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list