Java - AYUDA. qué significa el siguiente msg de hibernate

 
Vista:

AYUDA. qué significa el siguiente msg de hibernate

Publicado por santi (3 intervenciones) el 15/01/2008 00:11:45
14-ene-2008 23:55:29 org.hibernate.util.DTDEntityResolver resolveEntity
GRAVE: Don't use old DTDs, read the Hibernate 3.x Migration Guide!
14-ene-2008 23:55:33 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: datos.Categoria -> CATEGORIAS
14-ene-2008 23:55:33 org.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null


¿Cómo se puede solucionar?
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:AYUDA. qué significa el siguiente msg de hibern

Publicado por santi (3 intervenciones) el 15/01/2008 00:35:44
Ta lo solucioné. Simplemente tenía un hdb.xml con la versión del dtd a 2.0 en vez de 3.0. El problema que tengo ahora es el siguiente:

init:
deps-jar:
Compiling 1 source file to /home/santi/NetBeansProjects/persistencia/build/classes
compile:
15-ene-2008 0:30:30 org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.2.5
15-ene-2008 0:30:30 org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
15-ene-2008 0:30:30 org.hibernate.cfg.Environment buildBytecodeProvider
INFO: Bytecode provider name : cglib
15-ene-2008 0:30:30 org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
15-ene-2008 0:30:30 org.hibernate.cfg.Configuration configure
INFO: configuring from resource: /hibernate.cfg.xml
15-ene-2008 0:30:30 org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /hibernate.cfg.xml
15-ene-2008 0:30:31 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource : datos/Categoria.hbm.xml
15-ene-2008 0:30:31 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: datos.Categoria -> CATEGORIAS
15-ene-2008 0:30:31 org.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:AYUDA. qué significa el siguiente msg de hibern

Publicado por Gerardo (1 intervención) el 31/03/2008 16:28:38
COnseguiste solucionar este error?
31-mar-2008 16:16:24 org.hibernate.cfg.annotations.Version <clinit>
INFO: Hibernate Annotations 3.3.1.GA
31-mar-2008 16:16:24 org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.2.6
31-mar-2008 16:16:24 org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
31-mar-2008 16:16:24 org.hibernate.cfg.Environment buildBytecodeProvider
INFO: Bytecode provider name : cglib
31-mar-2008 16:16:24 org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
31-mar-2008 16:16:24 org.hibernate.ejb.Version <clinit>
INFO: Hibernate EntityManager 3.3.2.GA
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar