问题描述
使用:InterBase 2007,最新的interclient.jar(8.1.8),GlassFish v3 b68。
我尝试在Web管理控制台页面配置连接池使用以下设置编辑连接池:
同一屏幕中的'ping'返回以下错误消息:
interclient.jar 8.1.8(Interbase 2007)位于域lib目录中。
异常不明确,但这是一个实现细节。至少, getConnection()
通常需要一个非空的JDBC URL。那么,您是否为数据源指定了有效的JDBC URL?
Using: InterBase 2007, latest interclient.jar (8.1.8), GlassFish v3 b68.
I try to configure the connection pool in the web admin console page "Edit Connection Pool" with these settings:
- Resource Type: javax.sql.DataSource
- Datasource Classname: interbase.interclient.DataSource
A 'ping' in the same screen returns this error message:
The interclient.jar 8.1.8 (Interbase 2007) is in the domain lib directory.
The exception is not clear, but that's an implementation detail. At least, the getConnection()
usually expects a non-null JDBC URL. So, did you specify a valid JDBC URL for the datasource?
这篇关于我如何在GlassFish V3中添加InterBase JDBC连接池?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!