You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Gerhard Froehlich <g-...@gmx.de> on 2001/11/03 01:44:58 UTC

[AvalonDB] patch db-config.xml

Hi,
the configuration entry for the
DatabasePersistor was missing
and phoenix didn't like...

So long
Gerhard


RE: [AvalonDB] patch db-config.xml

Posted by Gerhard Froehlich <g-...@gmx.de>.
>-----Original Message-----
>From: Paul Hammant [mailto:Paul_Hammant@yahoo.com]
>Sent: Saturday, November 03, 2001 9:55 AM
>To: Avalon Developers List
>Subject: Re: [AvalonDB] patch db-config.xml
>
>
>Gerhard,
>
>All spelling mistakes fixed.  Peter had to get rid of some issues with
Not all...patch attached...it's a little bit like finding the needle in
the hay...
>VisualAge leaving semi colons after curly braces (an it breaking his
>compiler).... maybe time to testdrive Intellij's IDEA/2 dude ;-)
another tool, another bugs

<<<<patch>>>>>
Index: db-assembly.xml
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-cornerstone/apps/db/src/conf/db-assembly.xml,v
retrieving revision 1.3
diff -u -r1.3 db-assembly.xml
--- db-assembly.xml	2001/11/03 08:21:00	1.3
+++ db-assembly.xml	2001/11/03 10:06:10
@@ -15,7 +15,7 @@
       <!-- The Socket Manager block -->
       <block class="org.apache.avalon.cornerstone.blocks.sockets.DefaultSocketManager"
name="sockets"/>

-      <block class="org.apache.avalon.db.persistence.inmemory.NoPersistence" name="db-persistence"
/>
+      <block class="org.apache.avalon.db.persistence.inmemory.NoPersistence" name="db-persistor" />

       <block class="org.apache.avalon.db.parser.DefaultSQLParser" name="sql-parser" />


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [AvalonDB] patch db-config.xml

Posted by Paul Hammant <Pa...@yahoo.com>.
Gerhard,

All spelling mistakes fixed.  Peter had to get rid of some issues with 
VisualAge leaving semi colons after curly braces (an it breaking his 
compiler).... maybe time to testdrive Intellij's IDEA/2 dude ;-)

- Paul H

>Hi,
>the configuration entry for the
>DatabasePersistor was missing
>and phoenix didn't like...
>
>So long
>Gerhard
>
>
>------------------------------------------------------------------------
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>