Olá pessoal!!
Estou construindo uma aplicação J2EE, com hibernate, struts e tomcat.
Estou tendo um problema com hibernate…
Vou mostrar o log… Vocês verão que há uma repetição do carregamento do jar commons-lang. E a aplicação nunca termina de carregar…
04/11/2006 15:04:27 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
04/11/2006 15:04:27 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2173 ms
04/11/2006 15:04:28 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
04/11/2006 15:04:28 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.18
04/11/2006 15:04:28 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
04/11/2006 15:04:28 org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
04/11/2006 15:04:28 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\conf\Catalina\localhost\admin.xml
04/11/2006 15:04:29 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
04/11/2006 15:04:29 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
04/11/2006 15:04:30 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', returnNull=true
04/11/2006 15:04:32 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\conf\Catalina\localhost\balancer.xml
StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
04/11/2006 15:04:33 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\conf\Catalina\localhost\manager.xml
04/11/2006 15:04:33 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\conf\Catalina\localhost\Ogro.xml
15:04:34,496 INFO Environment:479 - Hibernate 3.1.3
15:04:34,526 INFO Environment:509 - hibernate.properties not found
15:04:34,526 INFO Environment:525 - using CGLIB reflection optimizer
15:04:34,536 INFO Environment:555 - using JDK 1.4 java.sql.Timestamp handling
15:04:34,796 INFO Configuration:1308 - configuring from resource: /hibernate.cfg.xml
15:04:34,806 INFO Configuration:1285 - Configuration resource: /hibernate.cfg.xml
15:04:35,066 INFO Configuration:469 - Reading mappings from resource: hbm/Cargos.hbm.xml
15:04:35,477 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Cargos -> cargos
15:04:35,567 INFO Configuration:469 - Reading mappings from resource: hbm/Clubes.hbm.xml
15:04:35,637 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Clubes -> clubes
15:04:35,637 INFO Configuration:469 - Reading mappings from resource: hbm/Distritos.hbm.xml
15:04:35,667 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Distritos -> distritos
15:04:35,667 INFO Configuration:469 - Reading mappings from resource: hbm/Secretariosdistritais.hbm.xml
15:04:35,687 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Secretariosdistritais -> secretariosdistritais
15:04:35,697 INFO Configuration:469 - Reading mappings from resource: hbm/Administradores.hbm.xml
15:04:35,727 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Administradores -> administradores
15:04:35,727 INFO Configuration:469 - Reading mappings from resource: hbm/Usuarios.hbm.xml
15:04:35,757 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Usuarios -> usuarios
15:04:35,757 INFO Configuration:469 - Reading mappings from resource: hbm/Reunioes.hbm.xml
15:04:35,777 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Reunioes -> reunioes
15:04:35,777 INFO Configuration:469 - Reading mappings from resource: hbm/Contatos.hbm.xml
15:04:35,807 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Contatos -> contatos
15:04:35,807 INFO Configuration:469 - Reading mappings from resource: hbm/Colaboradores.hbm.xml
15:04:35,847 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Colaboradores -> colaboradores
15:04:35,857 INFO Configuration:469 - Reading mappings from resource: hbm/Empresas.hbm.xml
15:04:35,898 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Empresas -> empresas
15:04:35,908 INFO Configuration:469 - Reading mappings from resource: hbm/Eventos.hbm.xml
15:04:35,928 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Eventos -> eventos
15:04:35,928 INFO Configuration:469 - Reading mappings from resource: hbm/Enderecoclube.hbm.xml
15:04:35,948 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Enderecoclube -> enderecoclube
15:04:35,958 INFO Configuration:469 - Reading mappings from resource: hbm/Telefoneclube.hbm.xml
15:04:35,978 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Telefoneclube -> telefoneclube
15:04:35,978 INFO Configuration:1419 - Configured SessionFactory: null
15:04:36,258 INFO DriverManagerConnectionProvider:41 - Using Hibernate built-in connection pool (not for production use!)
15:04:36,258 INFO DriverManagerConnectionProvider:42 - Hibernate connection pool size: 30
15:04:36,268 INFO DriverManagerConnectionProvider:45 - autocommit mode: false
15:04:36,288 INFO DriverManagerConnectionProvider:80 - using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/ogro?autoreconnect=true
15:04:36,288 INFO DriverManagerConnectionProvider:86 - connection properties: {user=root, password=****}
15:04:36,839 INFO SettingsFactory:77 - RDBMS: MySQL, version: 4.0.17-nt
15:04:36,839 INFO SettingsFactory:78 - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.3 ( $Date: 2006-07-26 17:26:47 +0200 (Wed, 26 Jul 2006) $, $Revision: 5553 $ )
15:04:36,959 INFO Dialect:103 - Using dialect: org.hibernate.dialect.MySQLDialect
15:04:36,999 INFO TransactionFactoryFactory:34 - Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
15:04:37,009 INFO TransactionManagerLookupFactory:33 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
15:04:37,019 INFO SettingsFactory:125 - Automatic flush during beforeCompletion(): disabled
15:04:37,019 INFO SettingsFactory:129 - Automatic session close at end of transaction: disabled
15:04:37,019 INFO SettingsFactory:136 - JDBC batch size: 15
15:04:37,019 INFO SettingsFactory:139 - JDBC batch updates for versioned data: disabled
15:04:37,029 INFO SettingsFactory:144 - Scrollable result sets: enabled
15:04:37,029 INFO SettingsFactory:152 - JDBC3 getGeneratedKeys(): enabled
15:04:37,029 INFO SettingsFactory:160 - Connection release mode: auto
15:04:37,039 INFO SettingsFactory:184 - Maximum outer join fetch depth: 2
15:04:37,039 INFO SettingsFactory:187 - Default batch fetch size: 1
15:04:37,039 INFO SettingsFactory:191 - Generate SQL with comments: disabled
15:04:37,039 INFO SettingsFactory:195 - Order SQL updates by primary key: disabled
15:04:37,049 INFO SettingsFactory:338 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
15:04:37,069 INFO ASTQueryTranslatorFactory:24 - Using ASTQueryTranslatorFactory
15:04:37,069 INFO SettingsFactory:203 - Query language substitutions: {}
15:04:37,069 INFO SettingsFactory:209 - Second-level cache: enabled
15:04:37,069 INFO SettingsFactory:213 - Query cache: disabled
15:04:37,079 INFO SettingsFactory:325 - Cache provider: org.hibernate.cache.EhCacheProvider
15:04:37,089 INFO SettingsFactory:228 - Optimize cache for minimal puts: disabled
15:04:37,099 INFO SettingsFactory:237 - Structured second-level cache entries: disabled
15:04:37,139 INFO SettingsFactory:257 - Echoing all SQL to stdout
15:04:37,139 INFO SettingsFactory:264 - Statistics: disabled
15:04:37,149 INFO SettingsFactory:268 - Deleted entity synthetic identifier rollback: disabled
15:04:37,149 INFO SettingsFactory:283 - Default entity-mode: pojo
15:04:37,280 INFO SessionFactoryImpl:154 - building session factory
15:04:40,124 INFO SessionFactoryObjectFactory:82 - Not binding factory to JNDI, no JNDI name configured
15:04:41,786 INFO TilesPlugin:236 - Tiles definition factory loaded for module ''.
15:04:41,806 INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validator-rules.xml'
15:04:41,816 INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validation.xml'
04/11/2006 15:04:42 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /jsp-examples from URL file:C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\webapps\jsp-examples
StandardContext[/jsp-examples]ContextListener: contextInitialized()
StandardContext[/jsp-examples]SessionListener: contextInitialized()
04/11/2006 15:04:42 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path from URL file:C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\webapps\ROOT
04/11/2006 15:04:42 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /servlets-examples from URL file:C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\webapps\servlets-examples
StandardContext[/servlets-examples]ContextListener: contextInitialized()
StandardContext[/servlets-examples]SessionListener: contextInitialized()
04/11/2006 15:04:43 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /tomcat-docs from URL file:C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\webapps\tomcat-docs
04/11/2006 15:04:43 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
04/11/2006 15:04:44 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
04/11/2006 15:04:44 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=40/81 config=C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.0\conf\jk2.properties
04/11/2006 15:04:44 org.apache.catalina.startup.Catalina start
INFO: Server startup in 16624 ms
[b]04/11/2006 15:04:53 org.apache.catalina.loader.WebappClassLoader modified
INFO: Additional JARs have been added : 'commons-lang-2.2.jar'
04/11/2006 15:04:53 org.apache.catalina.core.StandardContext reload
INFO: Reloading this Context has started
15:04:54,945 INFO Environment:479 - Hibernate 3.1.3
15:04:54,975 INFO Environment:509 - hibernate.properties not found[/b]15:04:54,985 INFO Environment:525 - using CGLIB reflection optimizer
15:04:54,985 INFO Environment:555 - using JDK 1.4 java.sql.Timestamp handling
15:04:55,265 INFO Configuration:1308 - configuring from resource: /hibernate.cfg.xml
15:04:55,265 INFO Configuration:1285 - Configuration resource: /hibernate.cfg.xml
15:04:55,736 INFO Configuration:469 - Reading mappings from resource: hbm/Cargos.hbm.xml
15:04:56,016 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Cargos -> cargos
15:04:56,087 INFO Configuration:469 - Reading mappings from resource: hbm/Clubes.hbm.xml
15:04:56,117 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Clubes -> clubes
15:04:56,117 INFO Configuration:469 - Reading mappings from resource: hbm/Distritos.hbm.xml
15:04:56,147 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Distritos -> distritos
15:04:56,147 INFO Configuration:469 - Reading mappings from resource: hbm/Secretariosdistritais.hbm.xml
15:04:56,177 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Secretariosdistritais -> secretariosdistritais
15:04:56,177 INFO Configuration:469 - Reading mappings from resource: hbm/Administradores.hbm.xml
15:04:56,217 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Administradores -> administradores
15:04:56,217 INFO Configuration:469 - Reading mappings from resource: hbm/Usuarios.hbm.xml
15:04:56,227 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Usuarios -> usuarios
15:04:56,227 INFO Configuration:469 - Reading mappings from resource: hbm/Reunioes.hbm.xml
15:04:56,257 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Reunioes -> reunioes
15:04:56,257 INFO Configuration:469 - Reading mappings from resource: hbm/Contatos.hbm.xml
15:04:56,267 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Contatos -> contatos
15:04:56,267 INFO Configuration:469 - Reading mappings from resource: hbm/Colaboradores.hbm.xml
15:04:56,297 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Colaboradores -> colaboradores
15:04:56,297 INFO Configuration:469 - Reading mappings from resource: hbm/Empresas.hbm.xml
15:04:56,327 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Empresas -> empresas
15:04:56,327 INFO Configuration:469 - Reading mappings from resource: hbm/Eventos.hbm.xml
15:04:56,347 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Eventos -> eventos
15:04:56,347 INFO Configuration:469 - Reading mappings from resource: hbm/Enderecoclube.hbm.xml
15:04:56,377 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Enderecoclube -> enderecoclube
15:04:56,377 INFO Configuration:469 - Reading mappings from resource: hbm/Telefoneclube.hbm.xml
15:04:56,387 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Telefoneclube -> telefoneclube
15:04:56,387 INFO Configuration:1419 - Configured SessionFactory: null
15:04:56,697 INFO DriverManagerConnectionProvider:41 - Using Hibernate built-in connection pool (not for production use!)
15:04:56,697 INFO DriverManagerConnectionProvider:42 - Hibernate connection pool size: 30
15:04:56,707 INFO DriverManagerConnectionProvider:45 - autocommit mode: false
15:04:56,727 INFO DriverManagerConnectionProvider:80 - using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/ogro?autoreconnect=true
15:04:56,738 INFO DriverManagerConnectionProvider:86 - connection properties: {user=root, password=****}
15:04:57,429 INFO SettingsFactory:77 - RDBMS: MySQL, version: 4.0.17-nt
15:04:57,429 INFO SettingsFactory:78 - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.3 ( $Date: 2006-07-26 17:26:47 +0200 (Wed, 26 Jul 2006) $, $Revision: 5553 $ )
15:04:57,889 INFO Dialect:103 - Using dialect: org.hibernate.dialect.MySQLDialect
15:04:57,919 INFO TransactionFactoryFactory:34 - Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
15:04:57,939 INFO TransactionManagerLookupFactory:33 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
15:04:57,949 INFO SettingsFactory:125 - Automatic flush during beforeCompletion(): disabled
15:04:57,949 INFO SettingsFactory:129 - Automatic session close at end of transaction: disabled
15:04:57,949 INFO SettingsFactory:136 - JDBC batch size: 15
15:04:57,949 INFO SettingsFactory:139 - JDBC batch updates for versioned data: disabled
15:04:57,949 INFO SettingsFactory:144 - Scrollable result sets: enabled
15:04:57,949 INFO SettingsFactory:152 - JDBC3 getGeneratedKeys(): enabled
15:04:57,949 INFO SettingsFactory:160 - Connection release mode: auto
15:04:57,959 INFO SettingsFactory:184 - Maximum outer join fetch depth: 2
15:04:57,959 INFO SettingsFactory:187 - Default batch fetch size: 1
15:04:57,959 INFO SettingsFactory:191 - Generate SQL with comments: disabled
15:04:57,959 INFO SettingsFactory:195 - Order SQL updates by primary key: disabled
15:04:57,959 INFO SettingsFactory:338 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
15:04:57,979 INFO ASTQueryTranslatorFactory:24 - Using ASTQueryTranslatorFactory
15:04:57,979 INFO SettingsFactory:203 - Query language substitutions: {}
15:04:57,979 INFO SettingsFactory:209 - Second-level cache: enabled
15:04:57,989 INFO SettingsFactory:213 - Query cache: disabled
15:04:57,989 INFO SettingsFactory:325 - Cache provider: org.hibernate.cache.EhCacheProvider
15:04:57,999 INFO SettingsFactory:228 - Optimize cache for minimal puts: disabled
15:04:57,999 INFO SettingsFactory:237 - Structured second-level cache entries: disabled
15:04:58,029 INFO SettingsFactory:257 - Echoing all SQL to stdout
15:04:58,029 INFO SettingsFactory:264 - Statistics: disabled
15:04:58,029 INFO SettingsFactory:268 - Deleted entity synthetic identifier rollback: disabled
15:04:58,029 INFO SettingsFactory:283 - Default entity-mode: pojo
15:04:58,150 INFO SessionFactoryImpl:154 - building session factory
15:05:00,723 INFO SessionFactoryObjectFactory:82 - Not binding factory to JNDI, no JNDI name configured
15:05:02,416 INFO TilesPlugin:236 - Tiles definition factory loaded for module ''.
15:05:02,426 INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validator-rules.xml'
15:05:02,436 INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validation.xml'
04/11/2006 15:05:13 org.apache.catalina.loader.WebappClassLoader modified
INFO: Additional JARs have been added : 'commons-lang-2.2.jar'
04/11/2006 15:05:13 org.apache.catalina.core.StandardContext reload
INFO: Reloading this Context has started
15:05:15,174 INFO Environment:479 - Hibernate 3.1.3
15:05:15,194 INFO Environment:509 - hibernate.properties not found
15:05:15,194 INFO Environment:525 - using CGLIB reflection optimizer
15:05:15,204 INFO Environment:555 - using JDK 1.4 java.sql.Timestamp handling
15:05:15,504 INFO Configuration:1308 - configuring from resource: /hibernate.cfg.xml
15:05:15,504 INFO Configuration:1285 - Configuration resource: /hibernate.cfg.xml
15:05:15,935 INFO Configuration:469 - Reading mappings from resource: hbm/Cargos.hbm.xml
15:05:16,195 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Cargos -> cargos
15:05:16,266 INFO Configuration:469 - Reading mappings from resource: hbm/Clubes.hbm.xml
15:05:16,306 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Clubes -> clubes
15:05:16,306 INFO Configuration:469 - Reading mappings from resource: hbm/Distritos.hbm.xml
15:05:16,326 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Distritos -> distritos
15:05:16,336 INFO Configuration:469 - Reading mappings from resource: hbm/Secretariosdistritais.hbm.xml
15:05:16,356 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Secretariosdistritais -> secretariosdistritais
15:05:16,366 INFO Configuration:469 - Reading mappings from resource: hbm/Administradores.hbm.xml
15:05:16,396 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Administradores -> administradores
15:05:16,396 INFO Configuration:469 - Reading mappings from resource: hbm/Usuarios.hbm.xml
15:05:16,416 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Usuarios -> usuarios
15:05:16,426 INFO Configuration:469 - Reading mappings from resource: hbm/Reunioes.hbm.xml
15:05:16,436 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Reunioes -> reunioes
15:05:16,436 INFO Configuration:469 - Reading mappings from resource: hbm/Contatos.hbm.xml
15:05:16,466 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Contatos -> contatos
15:05:16,466 INFO Configuration:469 - Reading mappings from resource: hbm/Colaboradores.hbm.xml
15:05:16,486 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Colaboradores -> colaboradores
15:05:16,486 INFO Configuration:469 - Reading mappings from resource: hbm/Empresas.hbm.xml
15:05:16,526 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Empresas -> empresas
15:05:16,526 INFO Configuration:469 - Reading mappings from resource: hbm/Eventos.hbm.xml
15:05:16,546 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Eventos -> eventos
15:05:16,546 INFO Configuration:469 - Reading mappings from resource: hbm/Enderecoclube.hbm.xml
15:05:16,576 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Enderecoclube -> enderecoclube
15:05:16,576 INFO Configuration:469 - Reading mappings from resource: hbm/Telefoneclube.hbm.xml
15:05:16,586 INFO HbmBinder:309 - Mapping class: br.com.rotaract.ogro.hibernate.classes.Telefoneclube -> telefoneclube
15:05:16,586 INFO Configuration:1419 - Configured SessionFactory: null
15:05:16,907 INFO DriverManagerConnectionProvider:41 - Using Hibernate built-in connection pool (not for production use!)
15:05:16,907 INFO DriverManagerConnectionProvider:42 - Hibernate connection pool size: 30
15:05:16,907 INFO DriverManagerConnectionProvider:45 - autocommit mode: false
15:05:16,937 INFO DriverManagerConnectionProvider:80 - using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/ogro?autoreconnect=true
15:05:16,937 INFO DriverManagerConnectionProvider:86 - connection properties: {user=root, password=****}
15:05:17,557 INFO SettingsFactory:77 - RDBMS: MySQL, version: 4.0.17-nt
15:05:17,557 INFO SettingsFactory:78 - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.3 ( $Date: 2006-07-26 17:26:47 +0200 (Wed, 26 Jul 2006) $, $Revision: 5553 $ )
Obrigada
Fernanda Ramos