Ver Mensaje Individual
  #14 (permalink)  
Antiguo 17/07/2008, 09:14
dcapilla
 
Fecha de Ingreso: julio-2002
Ubicación: Córdoba
Mensajes: 54
Antigüedad: 22 años, 6 meses
Puntos: 0
Respuesta: Conectar hibernate con postgreSQL

Cita:
Iniciado por Bunburyscom Ver Mensaje
Haber prueba con esto:

<?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="connection.driver_class">org.postgresql.Driv er</property>
<property name="connection.url">jdbc:postgresql://localhost:5432/gestAbogado</property>
<property name="connection.username">postgres</property>
<property name="connection.password">postgres</property>

<property name="dialect">org.hibernate.dialect.PostgreSQLDia lect
</property>

<mapping resource="com/gestAbogado/modelo/cliente.hbm.xml"/>

</session-factory>
</hibernate-configuration>

saludos!!
Nada, que no hay forma. Estoy por dejarlo por imposible :(