Jboss Hibernate Tools: Reading error schema - Probably a JDBC driver Issue
I found the solution, The problem is with database name. I don't know, but hibernate jboss tool, not support ( - )
Hyphen in database name. When i change the name with underscore the configuration will run successfully.
You should set the hibernate
default schema (for sql server)
<property name="hibernate.default_schema">dbo</property>