Alguem tem uma ideia de como resolvo esse erro na hora que compilo no eclipse.
Obrigado.
11/01/2012 16:31:39 org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.2.0
11/01/2012 16:31:40 org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
11/01/2012 16:31:40 org.hibernate.cfg.Environment buildBytecodeProvider
INFO: Bytecode provider name : cglib
11/01/2012 16:31:41 org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
11/01/2012 16:31:41 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/Acessorio.hbm.xml
11/01/2012 16:31:43 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.Acessorio -> Acessorio
11/01/2012 16:31:44 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/AcessoriosVeiculo.hbm.xml
11/01/2012 16:31:44 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.AcessoriosVeiculos -> acessorios_veiculo
11/01/2012 16:31:45 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/Marca.hbm.xml
11/01/2012 16:31:45 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.Marca -> Marca
11/01/2012 16:31:45 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/Modelo.hbm.xml
11/01/2012 16:31:45 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.Modelo -> Modelo
11/01/2012 16:31:45 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/Veiculo.hbm.xml
11/01/2012 16:31:45 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.Veiculo -> veiculo
11/01/2012 16:31:45 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/Cliente.hbm.xml
11/01/2012 16:31:45 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.Cliente -> Cliente
11/01/2012 16:31:45 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/EmpresaCliente.hbm.xml
11/01/2012 16:31:45 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.EmpresaCliente -> empresa_cliente
11/01/2012 16:31:45 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/Endereco.hbm.xml
11/01/2012 16:31:45 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.Endereco -> Endereco
11/01/2012 16:31:45 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/Aluguel.hbm.xml
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.Aluguel -> Aluguel
11/01/2012 16:31:46 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/PosicaoAluguel.hbm.xml
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.PosicaoAluguel -> posicao_aluguel
11/01/2012 16:31:46 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/MotoristaAdicional.hbm.xml
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.MotoristaAdicional -> motorista_adicional
11/01/2012 16:31:46 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/Custo.hbm.xml
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.Custo -> Custo
11/01/2012 16:31:46 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/Produto.hbm.xml
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.Produto -> Produto
11/01/2012 16:31:46 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/aluguel/TipoCnh.hbm.xml
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.aluguel.TipoCnh -> tipo_cnh
11/01/2012 16:31:46 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/seguranca/TipoUsuario.hbm.xml
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.seguranca.TipoUsuario -> tipo_usuario
11/01/2012 16:31:46 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/seguranca/Usuario.hbm.xml
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.seguranca.Usuario -> Usuario
11/01/2012 16:31:46 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource: business/seguranca/Sistema.hbm.xml
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: business.seguranca.Sistema -> Sistema
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: business.aluguel.Veiculo.AcessoriosVeiculo -> acessorios_veiculo
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: business.aluguel.Cliente.Enderecos -> Endereco
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: business.aluguel.Cliente.Empresas -> empresa_cliente
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: business.aluguel.Aluguel.Motoristas -> motorista_adicional
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: business.aluguel.Aluguel.Custos -> Custo
11/01/2012 16:31:46 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: business.seguranca.TipoUsuario.Usuario -> Usuario
11/01/2012 16:31:47 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Using Hibernate built-in connection pool (not for production use!)
11/01/2012 16:31:47 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Hibernate connection pool size: 20
11/01/2012 16:31:47 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: autocommit mode: true
11/01/2012 16:31:47 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost:5433/sysrentuniao
11/01/2012 16:31:47 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=postgres, password=****, autocommit=true}
11/01/2012 16:31:49 org.hibernate.cfg.SettingsFactory buildSettings
AVISO: Could not obtain connection metadata
org.postgresql.util.PSQLException: Conexão negada: FATAL: password authentication failed for user "postgres".
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:275)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:94)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:117)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
at org.postgresql.Driver.connect(Driver.java:235)