[hibernate-issues] [Hibernate-JIRA] Commented: (HBX-1190) java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433/tempdb

Sandeep M (JIRA) noreply at atlassian.com
Tue Sep 13 04:15:05 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43503#comment-43503 ] 

Sandeep M commented on HBX-1190:
--------------------------------

Issue is fixed now.  I tried few more steps and it is working fine.

Below is config file :

        <property name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
        <property name="connection.url">jdbc:sqlserver://localhost:1433;database=master</property>
        <property name="connection.username">sa</property>
        <property name="connection.password">admin123</property>

        <!-- JDBC connection pool (use the built-in) -->
        <property name="connection.pool_size">1</property>

        <!-- SQL dialect -->
        <property name="dialect">org.hibernate.dialect.SQLServerDialect</property>


------------------------------------
## MS SQL Server

hibernate.dialect org.hibernate.dialect.SQLServerDialect
hibernate.connection.username sa
hibernate.connection.password admin2123
--------------------------------------------------------------------------



> java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433/tempdb
> ------------------------------------------------------------------------------------------
>
>                 Key: HBX-1190
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1190
>             Project: Hibernate Tools
>          Issue Type: Bug
>          Components: eclipse
>    Affects Versions: 3.2.4 Beta1
>         Environment: Java SE 6/MS SQL 2005, Hibernate 3.0
>            Reporter: Sandeep M
>            Priority: Minor
>              Labels: MSSQL2005, hibernate
>   Original Estimate: 56h
>  Remaining Estimate: 56h
>
> Dear All,
> I am unable to implement hibernate for MS SQL 2005. Lot of errors.
> I have added proper sql jar files from microsoft.
> Please help  me in impementing my application.
> - regards
> Sandeep M 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list