Eclipse Helios Java EE 与 Postgres 9.0

发布于 2024-10-15 19:05:44 字数 217 浏览 0 评论 0原文

我正在尝试使用 Eclipse Helios Java EE 和 Postgres 9.0 破解一些简单的示例。当我尝试使用 Postgres 9.0 配置 JPA 数据源时。数据源已创建并且测试连接正常。但在数据源窗口中,“公共”模式下的表永远不会列出。我更新了数据源以使用最新的 Postgres 9.0 Jdbc type 4 驱动程序。由于表没有列出,在 JPA 工具下,从表生成实体将无法工作。可能是什么问题?

I am trying to crack out some simple examples with Eclipse Helios Java EE and Postgres 9.0. When I try to configure JPA data source with Postgres 9.0. The data source is created and the test connection works. But in the data source window , the tables under the 'public' schema never gets listed. I updated the datasource to use the latest Postgres 9.0 Jdbc type 4 drivers. Since the tables dont get listed , under JPA tools , the generate entities from tables wont work. What could be the problem ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哽咽笑 2024-10-22 19:05:44

在连接属性中将 URL 设置为以下格式之一:

jdbc:postgresql:database
jdbc:postgresql://host/database
jdbc:postgresql://host:port/database

In connection properties set URL to one of this formats:

jdbc:postgresql:database
jdbc:postgresql://host/database
jdbc:postgresql://host:port/database
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文