[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BOUNCE xmlblaster-devel at server.xmlblaster.org: global taboo body match "/spam/i" at line 8



>From listmaster at server.xmlBlaster.org Fri Aug 29 03:34:47 2003
Received: from grunt1.ihug.co.nz (grunt1.ihug.co.nz [203.109.254.41])
	by server.xmlblaster.org (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id h7T1Yji23000
	for <xmlblaster-devel at server.xmlblaster.org>; Fri, 29 Aug 2003 03:34:45 +0200
Received: from 203-173-246-74.nzwide.ihug.co.nz (bencom.co.nz) [203.173.246.74] 
	by grunt1.ihug.co.nz with asmtp (Exim 3.35 #1 (Debian))
	id 19sY9q-00043d-00; Fri, 29 Aug 2003 13:34:35 +1200
Message-ID: <3F4EADA9.8070802 at bencom.co.nz>
Date: Fri, 29 Aug 2003 13:34:33 +1200
From: Peter Bennett <bencom at bencom.co.nz>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1
X-Accept-Language: en
MIME-Version: 1.0
To: xmlblaster-devel at server.xmlblaster.org
Subject: Liberty Database Connectivity.
References: <1062075585.324.9.camel at pra>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Greetings

I figure I owe you all an update on Jdbc.

I have had to put things on hold for a while.
I been a hunting wabbit :)

Here is the story about my recent spam hunting activities.
http://www.nzherald.co.nz/storydisplay.cfm?storyID=3519278&thesection=technology&thesubsection=general

MySQL support is incomplete and the work done to
support MySQL may have been in vain.

The abstraction layer I found recently and have subsequently tested
seems to be very promising.

Liberty Database Connectivity.

http://ldbc.sourceforge.net/

I did however run into one obstacle. The structure of xmlBlaster.
The existing Jdbc driver is tightly integrated with the whole server
and you can't just create a new driver called LdbcManagerCommonTable
and plug it in so to speak.

So I am stuck.

Suggestions to go forward most welcome.

A possible solution is to add the class file LdbcManagerCommonTable
which is a slightly modified JdbcManagerCommonTable to some contibuted 
directory that does not get compiled and simple instructions how to use
it. I.E. Copy to JdbcManagerCommonTable.java and set up config as follows.

Another solution is for a few developers to run it up, optimise and 
incorperate into the project.

Who would like to look at the raw changes I have made to make ldbc go?
Three files.

JdbcManagerCommonTable.java Modified for Ldbc.
ldbc-0.7.0.tar.gz Bug fixed source for ldbc.
xmlBlaster.properties My properties to run it up.

I have tested with MySQL, hsqldb and Postgres and it seems to create
the tables and use them OK although I think there are bugs.
I have not run any other tests. I am resource challenged at present
and my machines runs out of ram.

Regards