SQL Server Hibernate Dialect for XWiki
Last modified by Admin on 2024/07/05 14:33
Fix hibernate SQL Server dialect to work properly with XWiki |
Type | JAR |
Category | |
Developed by | |
Active Installs | 1 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
Description
Fix hibernate SQL Server dialect to work properly with XWiki.
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager).
You can also use the manual method which involves dropping the JAR file and all its dependencies into the WEB-INF/lib folder and restarting XWiki.
You need to use the following dialect in hibernate.cfg.xml to activate this extension:
<property name="dialect">com.xpn.xwiki.store.hibernate.WikiSQLServerDialect</property>
Dependencies
Dependencies for this extension (org.xwiki.contrib.mssqldialect:mssql-hibernate-dialect 1.0):
- org.xwiki.platform:xwiki-platform-oldcore 6.2.2