Last modified by Vincent Massol on 2020/01/28

<
From version < 28.1 >
edited by Vincent Massol
on 2019/09/09
To version < 29.1 >
edited by Vincent Massol
on 2019/09/09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -205,7 +205,7 @@
205 205  )))
206 206  * Modify XWiki's ##WEB-INF/hibernate.cfg.xml## file to tell Hibernate to use the defined DataSource rather than a direct JDBC connection:(((
207 207  {{code}}
208 -<!-- This needs to be commented out since we're not going to use XWiki's Data Source -->
208 +<!-- This needs to be commented out since we're not going to use the DBCP connection pool (we're going to use the Data Source connection pool) -->
209 209  <!--property name="hibernate.connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property-->
210 210  ...
211 211  <!-- Tells Hibernate to use the defined data source -->

Get Connected