C:\eclipse\ProjectosEclipse\projectoC\bin>java.exe -jar gatinho.jar
18/Ago/2005 16:35:49 net.sf.hibernate.cfg.Environment <clinit>
INFO: Hibernate 2.1.7
18/Ago/2005 16:35:49 net.sf.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
18/Ago/2005 16:35:49 net.sf.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
18/Ago/2005 16:35:49 net.sf.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4
java.sql.Timestamp handling
18/Ago/2005 16:35:49 net.sf.hibernate.cfg.Configuration configure
INFO: configuring from resource: /config/hibernate.cfg.xml
18/Ago/2005 16:35:49 net.sf.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /config/hibernate.cfg.xml
18/Ago/2005 16:35:49 net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: hbm/Convencao.hbm.xml
18/Ago/2005 16:35:49 net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: dominio.Convencao -> convencao
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: hbm/Entidade.hbm.xml
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: dominio.Entidade -> entidade
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: hbm/Pessoa.hbm.xml
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: dominio.Pessoa -> pessoa
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindSubclass
INFO: Mapping subclass: dominio.Utente -> pessoa
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindSubclass
INFO: Mapping subclass: dominio.Tecnica -> pessoa
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: hbm/ActoMedico.hbm.xml
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: dominio.ActoMedico -> actoMedico
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindCollection
INFO: Mapping collection: dominio.ActoMedico.tecnicas -> tecnicas
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: hbm/Contrato.hbm.xml
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: dominio.Contrato -> contrato
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindSubclass
INFO: Mapping subclass: dominio.ContratoParticular -> contrato
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindSubclass
INFO: Mapping subclass: dominio.ContratoTecnica -> contrato
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindSubclass
INFO: Mapping subclass: dominio.ContratoConvencao -> contrato
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: hbm/Intervencao.hbm.xml
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: dominio.Intervencao -> intervencao
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing one-to-many association mappings
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindCollectionSecondPass
INFO: Mapping collection: dominio.Convencao.contratos -> contrato
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindCollectionSecondPass
INFO: Mapping collection: dominio.Entidade.actosMedicos -> actoMedico
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindCollectionSecondPass
INFO: Mapping collection: dominio.Entidade.contratos -> contrato
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindCollectionSecondPass
INFO: Mapping collection: dominio.Utente.actosMedicos -> actoMedico
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindCollectionSecondPass
INFO: Mapping collection: dominio.Tecnica.contratos -> contrato
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindCollectionSecondPass
INFO: Mapping collection: dominio.Tecnica.intervencoes -> intervencao
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Binder bindCollectionSecondPass
INFO: Mapping collection: dominio.ActoMedico.intervencoes -> intervencao
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing one-to-one association property references
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing foreign key constraints
18/Ago/2005 16:35:50 net.sf.hibernate.dialect.Dialect <init>
INFO: Using dialect: net.sf.hibernate.dialect.HSQLDialect
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Use outer join fetching: true
18/Ago/2005 16:35:50 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Using Hibernate built-in connection pool (not for production use!)
18/Ago/2005 16:35:50 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Hibernate connection pool size: 20
18/Ago/2005 16:35:50 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: org.hsqldb.jdbcDriver at URL:
jdbc:hsqldb:hsql://localhost/projC
18/Ago/2005 16:35:50 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=sa, password=}
18/Ago/2005 16:35:50 net.sf.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not
recommended)
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Use scrollable result sets: true
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Use JDBC3 getGeneratedKeys(): false
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: false
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: cache provider: net.sf.hibernate.cache.EhCacheProvider
18/Ago/2005 16:35:50 net.sf.hibernate.cfg.Configuration configureCaches
INFO: instantiating and configuring caches
18/Ago/2005 16:35:50 net.sf.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
18/Ago/2005 16:35:50 net.sf.hibernate.util.ReflectHelper getBulkBean
INFO: reflection optimizer disabled for: dominio.Convencao, BulkBeanException: Property is private (property s
etNome)
18/Ago/2005 16:35:50 net.sf.hibernate.util.ReflectHelper getBulkBean
INFO: reflection optimizer disabled for: dominio.Entidade, BulkBeanException: Property is private (property se
tPessoaSingular)
18/Ago/2005 16:35:50 net.sf.hibernate.util.ReflectHelper getBulkBean
INFO: reflection optimizer disabled for: dominio.ContratoParticular,
IllegalArgumentException: Cannot find mat
ching method/constructor
18/Ago/2005 16:35:50 net.sf.hibernate.util.ReflectHelper getBulkBean
INFO: reflection optimizer disabled for: dominio.ContratoTecnica,
IllegalArgumentException: Cannot find matchi
ng method/constructor
18/Ago/2005 16:35:50 net.sf.hibernate.util.ReflectHelper getBulkBean
INFO: reflection optimizer disabled for: dominio.ContratoConvencao,
IllegalArgumentException: Cannot find matc
hing method/constructor
18/Ago/2005 16:35:50 net.sf.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured
C:\>