Beehive System Controls - JdbcControl Sample ============================================= This sample directory contains examples of: * Using JUnit to test a Beehive control out-of-container * Use of the setConnection() Jdbc system control API * Invoking stored procedures from the Jdbc system control * Using a custom ResultSetMapper with the Jdbc system control To run this sample, follow these steps: NOTE: All paths specified in the build.properties file should use '/' path seperators. (1) Update the build.properties file in this sample so that beehive.home points to the top level folder of your Beehive installation. (2) Download JUnit and copy the junit.jar to your ant lib directory. (3) Download the latest version of derby and update the build.properties file in this sample with the location of the derby jar. (4) cd to /system-controls-jdbc and run: ant build test (5) The JUnit log can be found in the build/logs folder of this sample.