buenas tardes chuidiang, como decis, tengo las librerias:
log4j.jar
slf4j-api-1.5.8.jar
slf4j-log4j12.jar.
y el archivo log4j.properties
probe eliminar lo que me dijiste, pero empeoraron los errores.
ahora podria ser mi archivo de configuracion de hibernate??
hibernate.cfg.xml
es el que paso a continuacion:
Código XML:
Ver original<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory name="SessionFactoryTaller">
<property name="hibernate.bytecode.use_reflection_optimizer">false</property>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/dbXXXX</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
<property name="hibernate.search.autoregister_listeners">false</property>
<property name="hibernate.connection.pool_size">10</property>
<property name="hibernate.current_session_context_class">thread</property>
<property name="hibernate.connection.password"/>
<property name="hibernate.show_sql">true</property>
<mapping class="Hibernate.Presupuesto" resource="Hibernate/Presupuesto.hbm.xml"/>
<mapping class="Hibernate.Vehiculo" resource="Hibernate/Vehiculo.hbm.xml"/>
<mapping class="Hibernate.Cliente" resource="Hibernate/Cliente.hbm.xml"/>
<mapping class="Hibernate.Pagos" resource="Hibernate/Pagos.hbm.xml"/>
<mapping class="Hibernate.Dueno" resource="Hibernate/Dueno.hbm.xml"/>
</session-factory>
</hibernate-configuration>
y noto que la demora la hace cuando al correr la APP e hibernate (lo que va saliendo por consola es lo siguiente)
Código Java:
Ver original17:44:28,924 INFO Version:15 - Hibernate Annotations 3.4.0.GA
17:44:28,
990 INFO
Environment:593 - hibernate.
properties not found
17:44:29,001 INFO
Environment:771 - Bytecode provider name
: javassist
17:44:29,203 INFO Version:14 - Hibernate Commons Annotations 3.1.0.GA
17:44:29,210 INFO Configuration:1474 - configuring from resource: /hibernate.cfg.xml
17:44:29,211 INFO Configuration:1451 - Configuration resource: /hibernate.cfg.xml
17:44:31,930 INFO Configuration:600 - Reading mappings from resource : Hibernate/Presupuesto.hbm.xml
17:44:34,629 INFO Configuration:600 - Reading mappings from resource : Hibernate/Vehiculo.hbm.xml
17:44:36,516 INFO Configuration:600 - Reading mappings from resource : Hibernate/Cliente.hbm.xml
17:44:38,217 INFO Configuration:600 - Reading mappings from resource : Hibernate/Pagos.hbm.xml
17:44:39,657 INFO Configuration:600 - Reading mappings from resource : Hibernate/Dueno.hbm.xml
17:44:41,102 INFO Configuration:1589 - Configured SessionFactory: SessionFactoryTaller
lo que se indica desde las lineas de la 9 a la 13, es cuando la APP se pone lenta o demora en levantar los datos que necesito.
realmente ya tengo quemado el bocho, no tengo ni idea como quitar esta porqueria que me trajo mas problemas que soluciones.
si se les ocurre otra cosa, me avisan y posteo el codigo.
abrazo.