NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
markiz
Joined: 19 Aug 2011 Posts: 1
|
Posted: Fri Aug 19, 2011 2:03 pm Post subject: How to set Hibirnate with sqlserver via jtds driver? |
|
|
I have sqlserver 2008, no username or password.
I want to setup hibirnate.
This is hibernate.cfg:
| Code: |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="hibernate.show_sql">true</property>
<property name="hibernate.current_session_context_class">thread</property>
<property name="hibernate.query.factory_class">org.hibernate.hql.classic.ClassicQueryTranslatorFactory</property>
<property name="hibernate.connection.driver_class">net.sourceforge.jtds.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:jtds:sqlserver://localhost:2545/MyDB</property>
</session-factory>
</hibernate-configuration> |
When I try to setup Hibernate reverse engineering file with Hibernate reverse engineering wizard, I get the following error:
| Quote: | | Unable to connect. Cannot establish a connection to jdbc:jtds:sqlserver://localhost:2545/MyDB using net.sourceforge.jtds.jdbc.Driver (I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.). |
How to fix it? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|