I have created a Roo script to install the OSGi JDBC drivers for use with DBRE which we don't ship because of their size. It will be part of the upcoming 1.1.0.RELEASE. To use, just type:
And restart the shell. This is a one-time only installation.Code:roo> script --file install-jdbc-drivers.roo
IMPORTANT: A small hiccup in the script may cause an issue: I used osgi install commands rather than osgi start commands. When the Roo shell is restarted, the bundles appear in the Resolved state, rather than Active. Though, on my system it does not appear to affect the operation of the drivers for DBRE. If this does cause an issue with your installations, one can run the script again with osgi start for each of the drivers - the commands will be in log.roo. This will be updated in 1.1.1.
Alan


Reply With Quote