我已经在Glassfish中使用jndi资源设置了一个连接池,并对其进行了设置。我很困惑如何配置hibernate以获取它。
我遇到了很多文章,将其配置为使用C3P0连接池。好吧,我迷路了。我发现我需要设置:
hibernate.connection.datasource hibernate.jndi.url hibernate.jndi.class hibernate.connection.username hibernate.connection.password
hibernate.connection.datasource
关于hibernate基础的这篇文章似乎具有您想要的信息。搜索字符串“使用JNDI数据源”。清单2很重要。您可能想将其与清单1进行比较…
看来您可以跳过c3po,因此许多子问题都不适用。