开发者

Creating entities from a postgresql 9.0.1 database with Netbeans 6.9.1

开发者 https://www.devze.com 2023-01-19 12:49 出处:网络
Basically it doesn\'t work ... I can install the jdbc driver for pg 90 in netbeans and browse the database, issue sql commands etc. But creating entity beans f开发者_如何学Pythonrom the tables via the

Basically it doesn't work ... I can install the jdbc driver for pg 90 in netbeans and browse the database, issue sql commands etc. But creating entity beans f开发者_如何学Pythonrom the tables via the same connection does not work, Netbeans can't find any tables in the database. Do I have to downgrade to pg 84, or are there some tricks to make it work?


I have the same problem. It happends when using custom domains: Netbeans can see the table but does not generate the entity bean.

I tried to define a table with no custom domains (VARCHAR or INTEGER only) and the entity has been created correctly

A Netbeans bug, I think.

0

精彩评论

暂无评论...
验证码 换一张
取 消