Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 58262 invoked from network); 16 Oct 2008 08:45:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2008 08:45:07 -0000 Received: (qmail 98082 invoked by uid 500); 16 Oct 2008 08:45:08 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 98019 invoked by uid 500); 16 Oct 2008 08:45:08 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 98007 invoked by uid 99); 16 Oct 2008 08:45:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 01:45:08 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of MCKIERNA@uk.ibm.com designates 195.212.29.136 as permitted sender) Received: from [195.212.29.136] (HELO mtagate3.uk.ibm.com) (195.212.29.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 08:43:57 +0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate3.uk.ibm.com (8.13.8/8.13.8) with ESMTP id m9G8iO1J045546 for ; Thu, 16 Oct 2008 08:44:24 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id m9G8iLx64403230 for ; Thu, 16 Oct 2008 09:44:23 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m9G8iKch003213 for ; Thu, 16 Oct 2008 09:44:20 +0100 Received: from d06ml062.portsmouth.uk.ibm.com (d06ml062.portsmouth.uk.ibm.com [9.149.38.82]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m9G8iKS4003203; Thu, 16 Oct 2008 09:44:20 +0100 In-Reply-To: <60708f4b0810160132g71d7b543paa4f7621271c72c@mail.gmail.com> References: <60708f4b0810150506h5e054c7aq29cad56ca057328d@mail.gmail.com> <60708f4b0810160132g71d7b543paa4f7621271c72c@mail.gmail.com> X-Disclaimed: 35994 To: "Amila Suriarachchi" Cc: "sandesha-dev@ws.apache.org" MIME-Version: 1.0 Subject: Re: writing a jdbc persistence manager X-KeepSent: D9A73E34:9CA25077-802574E4:002FCEBC; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.0.1 HF105 April 10, 2008 From: Thomas McKiernan Message-ID: Date: Thu, 16 Oct 2008 09:44:18 +0100 X-MIMETrack: Serialize by Router on D06ML062/06/M/IBM(Release 8.0.1|February 07, 2008) at 16/10/2008 09:44:19, Serialize complete at 16/10/2008 09:44:19 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org I haven't fully looked at this yet, but I did have a quick investigation. I had some odd compile issues that I have yet to resolve and did not investigate the unit tests in any detail. I think we would want both of these to be in good positions before committing anything - do you, or indeed anyone else, have a view? Many thanks, Thomas ---------------------------------- Thomas McKiernan WebSphere Messaging Development, IBM United Kingdom Limited Internal Phone: 248241 External Phone: +44 (0)1962 818241 Mobile: +44 (0)789 1737497 Email: MCKIERNA@uk.ibm.com Mail Point 211, IBM, Hursley Park, Winchester, Hampshire, England, SO21 2JN Caminante, no hay camino Se hace camino al andar. ("Walker, there is no path; the path is made by walking.") Antonio Machado From: "Amila Suriarachchi" To: Thomas McKiernan/UK/IBM@IBMGB Cc: "sandesha-dev@ws.apache.org" Date: 16/10/2008 09:35 Subject: Re: writing a jdbc persistence manager On Wed, Oct 15, 2008 at 6:41 PM, Thomas McKiernan wrote: Hi Amila, I had a similar question recently out of curiosity. My Illsley pointed me at the following, which would probably not need a huge amount of work before it could be committed. https://issues.apache.org/jira/browse/SANDESHA2-140 hi Thomas, thanks for pointing out this. It has submitted as a separate module. Shall I start commiting this code? thanks, Amila. Many thanks, Thomas ---------------------------------- Thomas McKiernan WebSphere Messaging Development, IBM United Kingdom Limited Internal Phone: 248241 External Phone: +44 (0)1962 818241 Mobile: +44 (0)789 1737497 Email: MCKIERNA@uk.ibm.com Mail Point 211, IBM, Hursley Park, Winchester, Hampshire, England, SO21 2JN Caminante, no hay camino Se hace camino al andar. ("Walker, there is no path; the path is made by walking.") Antonio Machado From: "Amila Suriarachchi" To: "sandesha-dev@ws.apache.org" Date: 15/10/2008 13:14 Subject: writing a jdbc persistence manager hi all, There seems to be a need for a Sandesha2 persistence manager which can be committed to Apache. There is a persistence manager written here[1]. But this can not be committed to Apache because of its hibernate dependency. Taking this into consideration I am planing to write a persistence manger using direct jdbc. Some guide lines can be taken from the existing sandesha2-persistence code since that also under Apache compatible licence. WDYT? thanks, Amila. [1]http://wso2.org/projects/commons/sandesha2-persistence -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/ Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/ Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org For additional commands, e-mail: sandesha-dev-help@ws.apache.org