我在Glassfish中设置了一个连接池,其中还有一个jndi资源。我很难理解如何配置hibernate来获取它。
我遇到了很多写入来配置它以使用C3P0连接池。好吧,我迷路了。我发现我需要设置:
hibernate.connection.datasource
hibernate.jndi.url
hibernate.jndi.class
hibernate.connection.username
hibernate.connection.password
hibernate.connection.datasource
相同?答案 0 :(得分:3)
这article about hibernate basics似乎有您想要的信息。搜索字符串'使用JNDI数据源'。清单2很重要。您可能希望将其与列表1 ...
进行比较看起来您可以跳过c3po,因此很多子请求都不适用。