When I'm trying to export schema to MaxDB using eclipse plugin, it fails. In generated sql it adds "public." before every table, but default schema is set to "" in hibernate.cfg.hml. How can I remove it?
In error log there is next exeption:
Code:
!ENTRY org.hibernate.eclipse 4 40000 2006-09-06 11:04:20.645
!MESSAGE ERROR main org.hibernate.tool.hbm2ddl.SchemaExport - Unsuccessful: create table public.article (id int not null, lang_id int null, head varchar(2000) not null, text varchar(255) not null, class varchar(100) null, container_id int null, primary key (id))
[/b]