Pessoal,
To com um problema no hibernate que nao estou conseguindo resolver.
 
Criei os seguintes arquivos
+src
AmioDAO.java
TesteAmigo(main).java
Amigo.java
hibernate.properties
Amio.hbm.xml
log4j.properties
 
Pois bem, estao todos na mesma pasta e tudo compila perfeitamente.
Botei todos os libs do Hibernate 2.1 no classpath.
 
Mas ao executar dá esse erro abaixo. Ja botei ate o hibernate.properties dentro do diretorio class mas nada.
 
2005-01-14 17:47:49,750 INFO  hibernate.cfg.Environment  -> hibernate.properties not found
 
Meu  hibernate.properties é:
 
hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class = org.gjt.mm.mysql.Driver
hibernate.connection.url = "">hibernate.connection.username = root
 

Alguem sabe o que fazer? pois ja tentei de tudo.
 
Paulo Gurgel.

Responder a