Connection to Hibernate, java.lang.Nullpointerexception error

Asked

Viewed 73 times

-1

Connection with Ibernate

I have an application where I realized all the necessary settings to run the project following the company manual, I happen to have an error in opening the same related to connection to the bank.

my local bank has the data:

name: localhost SQLEXPRESS

login: sa

password: root

inserir a descrição da imagem aqui

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 :jtds after jdbc.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.