Extensions Wiki » Extensions » SQL Plugin

SQL Plugin

Last modified by Vincent Massol on 2013/03/11 09:38
cogExecutes SQL
TypePlugin
Developed by

Ruslan Shevchenko

LicenseGNU Lesser General Public License 2.1

Download

Description

Detailed documentation and downloads see on plugin home page

Prerequisites & Installation Instructions

Follow these steps:

  • Add the JAR in your container classpath (WEB-INF/lib)
  • Edit xwiki.cfg and add the following line to the list of plugins :
    xwiki.plugins=\
          [...]
           ... ,\
         <plugin package>
  • Restart your container
  • Verify the plugin is properly installed by typing the following in a wiki page :
    {{velocity}}
    $xwiki.<plugin name>.name
    {{/velocity}}

    If the installation has been successful, you will see <plugin name>.

Tags: sql
Created by Ruslan Shevchenko on 2008/02/07 14:37

Download XWiki