Olá pessoal, configurei meu hibernate. fiz o teste de ping e deu certo!! mais quando dou refresh ele da esse erro! alguem pode me ajudar??
org.hibernate.console.HibernateConsoleRuntimeException: Problems while loading database driverclass
Olá pessoal, configurei meu hibernate. fiz o teste de ping e deu certo!! mais quando dou refresh ele da esse erro! alguem pode me ajudar??
org.hibernate.console.HibernateConsoleRuntimeException: Problems while loading database driverclass
esse eh meu persistence.xm
[code]<persistence-unit name="bd_estagio">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<properties>
<property name="hibernate.connection.driver_class" value="org.postresql.Driver"/>
<property name="hibernate.connection.username" value="postgres"/>
<property name="hibernate.connection.password" value="database"/>
<property name="hibernate.connection.url" value="jdbc:postgresql://localhost:5432/bd_estagio"/>
<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect"/>
<property name="hibernate.show_sql" value="false"/>
<property name="hibernate.format_sql" value="true"/>
<property name="hibernate.default_schema" value="public"/>
</properties>
</persistence-unit>
<persistence-unit name="bd_estagio">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<properties>
<property name="hibernate.connection.driver_class" value="org.postresql.Driver"/>
<property name="hibernate.connection.username" value="postgres"/>
<property name="hibernate.connection.password" value="database"/>
<property name="hibernate.connection.url" value="jdbc:postgresql://localhost:5432/bd_estagio"/>
<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect"/>
<property name="hibernate.show_sql" value="false"/>
<property name="hibernate.format_sql" value="true"/>
<property name="hibernate.default_schema" value="public"/>
</properties>
</persistence-unit>