| Type |
Changes |
By |
 |
Removing the "Startable" interface from HSQLService because the
service lifecycle is managed by the container and not the
application. |
sgoeschl |
 |
Removing the access to the Avalon context since it was never used. |
sgoeschl |
 |
Using HSQLDB 1.8.0.1 which also fixes the GUMP spam about broken
builds. |
sgoeschl |
 |
Using org.apache.avalon.framework.activity.Startable in the
service interface to start/stop the service. |
sgoeschl |
 |
Got rid of the cast to the service implementation class to
stop the database since the cast fails when using dynamic
proxies |
sgoeschl |
 |
Add additional tests submitted by Peter Tillemans in Scarab version of
this service. |
epugh |
 |
Initial release |
sgoeschl |