Connection with hibernate, error java.lang.NullPointerException

-1

Connecting to hibernate

I have an application where I made all the necessary settings to run the project following the company manual, it happens that I'm trying to open the same one related to the connection to the bank.

My local bank has the data:

name: localhost \ SQLEXPRESS

login: sa

password: root

    
asked by anonymous 25.11.2016 / 21:06

1 answer

0

Hello, in hibernate.connection.url leave in the following format: jdbc: jtds: sqlserver: // localhost: 1433 / fusion When the JTDS drive is used the correct syntax is to use the: jtds after jdbc.

    
25.11.2016 / 22:15