Installation and configuration of the Database module in the OSGi environment.
Installation
There are two approaches for installing the desired module components in the OSGi environment: automated and manual installation.
Automated Installation
All the bundles of the Database module can be conveniently installed by calling the install script sqlite.txt placed in the bin/pscripts directory. sqlite.txt installs the module bundles through the Kit Manager, running on the OSGi service platform. For more information on the Kit Manager read the Additional Details section in the Util Kit Manager Bundle.
In general, the Kit Manager can be used from the text console to the runtime - from the OSGi Runtime local console and from the Web Admin Console.
The "Database SQlite" script (found in the file sqlite.txt) installs the bundles of the Database Module providing support for SQLite. Type the following command to install the kit:
kitman.install "Database SQlite"
Manual Installation
To install and start a bundle execute the console command from the fw command group:
install -s <bundle_name>.jar, or fw.install -s <bundle_name>.jar if you are outside the fw command group.
System Properties
There are no system properties defined for this module.
Configuration Properties
There are no configuration properties available for this module.