Ola, resolvi o problema do log, e os erros continuam para gerar o bd.
vejam
[code]
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table Sistema_Estoque.Funcionario add constraint FKB3A9C5BBFE2BBADF foreign key (codDepartamento) references Sistema_Estoque.Departamento
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: ERRO: esquema “sistema_estoque” não existe
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table Sistema_Estoque.Movimento add constraint FKBEB397FCFC64FDA2 foreign key (PlanoConta_idPlanoConta) references Sistema_Estoque.PlanoConta
Hibernate:
alter table Sistema_Estoque.NotaFiscal
add constraint FK52C2076CE8E37B8
foreign key (idProduto)
references Sistema_Estoque.Produto
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: ERRO: esquema “sistema_estoque” não existe
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table Sistema_Estoque.NotaFiscal add constraint FK52C2076CE8E37B8 foreign key (idProduto) references Sistema_Estoque.Produto
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: ERRO: esquema “sistema_estoque” não existe
Hibernate:
alter table Sistema_Estoque.NotaFiscal
add constraint FK52C2076CA1720B44
foreign key (idFornecedor)
references Sistema_Estoque.Fornecedor
Hibernate:
alter table Sistema_Estoque.NotaFiscal
add constraint FK52C2076C1D084702
foreign key (idCfop)
references Sistema_Estoque.Cfop
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table Sistema_Estoque.NotaFiscal add constraint FK52C2076CA1720B44 foreign key (idFornecedor) references Sistema_Estoque.Fornecedor
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: ERRO: esquema “sistema_estoque” não existe
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table Sistema_Estoque.NotaFiscal add constraint FK52C2076C1D084702 foreign key (idCfop) references Sistema_Estoque.Cfop
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: ERRO: esquema “sistema_estoque” não existe
Hibernate:
alter table Sistema_Estoque.Orcamento
add constraint FK2422D1D0E8E37B8
foreign key (idProduto)
references Sistema_Estoque.Produto
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table Sistema_Estoque.Orcamento add constraint FK2422D1D0E8E37B8 foreign key (idProduto) references Sistema_Estoque.Produto
Hibernate:
alter table Sistema_Estoque.Orcamento
add constraint FK2422D1D0BBD3695C
foreign key (idFornecedor)
references Sistema_Estoque.Funcionario
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: ERRO: esquema “sistema_estoque” não existe
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table Sistema_Estoque.Orcamento add constraint FK2422D1D0BBD3695C foreign key (idFornecedor) references Sistema_Estoque.Funcionario
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: ERRO: esquema “sistema_estoque” não existe
Hibernate:
alter table Sistema_Estoque.Orcamento
add constraint FK2422D1D041E4827C
foreign key (idFuncionario)
references Sistema_Estoque.Funcionario
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table Sistema_Estoque.Orcamento add constraint FK2422D1D041E4827C foreign key (idFuncionario) references Sistema_Estoque.Funcionario
Jan 04, 2014 1:11:06 AM org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: ERRO: esquema “sistema_estoque” não existe
Hibernate:
…
[/code]
o nome do bd no postgres, é Sistema_Estoque
açguem pra me da uma luz?