Hi all,
even if Avalon is closing down, we are still using it, so here is a small
patch, making the db-hsql facility implementation export the DatabaseService
in order to be able to set a dependency on it from other components, so the
dbserver get's started up before a dependant client tries to access it.
Cheers
/peter <<db.txt>>
---------------------------------
Peter Neubauer
Software Manager
ScanCoin Industries AB
Index: db/hsql/build.xml
===================================================================
--- db/hsql/build.xml (revision 76103)
+++ db/hsql/build.xml (working copy)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+���<?xml version="1.0" encoding="UTF-8" ?>
<project name="avalon-db-hsql" default="install" basedir="."
xmlns:x="antlib:org.apache.avalon.tools"
@@ -9,6 +9,8 @@
<target name="build" depends="standard.build">
<x:block name="hsql" embed="MAIN">
+ <x:service type="org.apache.avalon.db.DatabaseService" source="server" />
+
<x:component name="server" profile="simulation"
class="org.apache.avalon.db.hsql.HsqlServiceProvider"/>
</x:block>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]