[hibernate-issues] [Hibernate-JIRA] Created: (HBX-1175) HibernateTool hbm2java not working with MySQL database with dash

Sergio Montesa (JIRA) noreply at atlassian.com
Fri Feb 4 16:05:05 EST 2011


HibernateTool hbm2java not working with MySQL database with dash
----------------------------------------------------------------

                 Key: HBX-1175
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1175
             Project: Hibernate Tools
          Issue Type: Bug
    Affects Versions: 3.2.4 Beta1
         Environment: Eclipse 3.6, hibernate 3.6, mysql 5.0
            Reporter: Sergio Montesa


I have a MySQL database with a dash, such as db-info. I have an ant task:

    <target name="reveng.entities.siiu">
      <hibernatetool destdir="${src-server.dir}">
        <jdbcconfiguration
          packagename="${model.packagename.siiu}"
          configurationfile="${env.JAVALAMBRE_HOME}/3rdparty/hibernate.cfg/${hibernate.cfg.file.siiu}"
          revengfile="${hibernate.reveng.file.siiu}"/>
        <hbm2java jdk5="true" ejb3="true"/>
      </hibernatetool>
    </target>

that generates an JDBC Driver Error

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

        


More information about the hibernate-issues mailing list