Eclipse Helios Java EE 与 Postgres 9.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在连接属性中将 URL 设置为以下格式之一:
In connection properties set URL to one of this formats: