Hello,
i would like to use Hibernate Tools(HibernateTools-3.2.0.beta9a+Eclipse 3.2) for Reverse Code Generation from a MS SQL 2000 DB.
I have allready working the Reverse Code Generation with the DB but must change the schema to connect to. Here is my hibernate.properties file:
hibernate.connection.username=xxx
hibernate.connection.password=xxx
hibernate.connection.url=jdbc:microsoft:sqlserver://192.168.3.xxx:4433
hibernate.connection.driver_class=com.microsoft.jdbc.sqlserver.SQLServerDriver
hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.default_schema=db_cra
Code generation works until i do not set the default schema. But i connect to the wrong db_Schema named "master".
When the default_schema is set, the code Generation starts and keeps open, but nothing happens. Is this a bug?
Could somebody help me?
kind regards
martie
|