Re: [m2] Database plugin

2005-10-27 Thread Peter Lynch
Vincent, Thanks for mentioning Octopus. I too am looking for such a plugin. My innediate need is for an m1 project though. The most I got is an m1 plugin wrapping a snapshot of ddlutils. -Peter Vincent Massol wrote: FYI, I've blogged about my need for a database plugin for m2 here: http://t

[m2] Database plugin

2005-10-27 Thread Vincent Massol
FYI, I've blogged about my need for a database plugin for m2 here: http://tinyurl.com/ctqb3 I've received some great answer. The best solution so far would seem to be to use Octopus from ObjectWeb and wrap it in a m2 plugin. I'll wait a few days more (in the hope that some other solutions are pro

Re: [M2] Database plugin?

2005-10-24 Thread Brett Porter
Jason van Zyl wrote: I was thinking about DDLUtils (http://db.apache.org/ddlutils/) but I have no experience with it and I don't know how solid it is. Also it won't do points 3 and 4 above. There is commons-sql (which might have moved to db.apache.org) which was originally taken from Torque in

Re: [M2] Database plugin?

2005-10-24 Thread Jason van Zyl
On Sat, 2005-10-22 at 14:48 +0200, Vincent Massol wrote: > Hi, > > I'm looking for a m2 db plugin. Anyone working on one? > > I'm currently working with Derby but ideally this plugin should probably be > generic (with extensions) and allow to do things like: > > 1- create schema > 2- load data i

RE: [M2] Database plugin?

2005-10-24 Thread Vincent Massol
> -Original Message- > From: Mark Hobson [mailto:[EMAIL PROTECTED] > Sent: lundi 24 octobre 2005 11:49 > To: Maven Developers List > Subject: Re: [M2] Database plugin? > > It's also worth noting how ORM solutions can affect points (1) & (2). > For exampl

RE: [M2] Database plugin?

2005-10-24 Thread Vincent Massol
Hi Eric, > -Original Message- > From: Eric Pugh [mailto:[EMAIL PROTECTED] > Sent: lundi 24 octobre 2005 06:35 > To: Maven Developers List > Subject: Re: [M2] Database plugin? > > While DBUnit IS about testing, I think that maybe the most common use > case for DB

Re: [M2] Database plugin?

2005-10-24 Thread Mark Hobson
--Original Message- > >> From: Vincent Siveton [mailto:[EMAIL PROTECTED] > >> Sent: samedi 22 octobre 2005 17:04 > >> To: 'Maven Developers List' > >> Subject: RE: [M2] Database plugin? > >> > >> Hi Vincent, > >> &g

Re: [M2] Database plugin?

2005-10-23 Thread Eric Pugh
something Eric On Oct 22, 2005, at 1:05 PM, Vincent Massol wrote: -Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] Sent: samedi 22 octobre 2005 17:04 To: 'Maven Developers List' Subject: RE: [M2] Database plugin? Hi Vincent, I'm looking f

RE: [M2] Database plugin?

2005-10-22 Thread Vincent Massol
> -Original Message- > From: Vincent Siveton [mailto:[EMAIL PROTECTED] > Sent: samedi 22 octobre 2005 17:04 > To: 'Maven Developers List' > Subject: RE: [M2] Database plugin? > > Hi Vincent, > > > I'm looking for a m2 db plugin. Anyo

RE: [M2] Database plugin?

2005-10-22 Thread Vincent Siveton
Hi Vincent, > I'm looking for a m2 db plugin. Anyone working on one? Good idea! > I'm currently working with Derby but ideally this plugin should probably > be > generic (with extensions) and allow to do things like: > > 1- create schema > 2- load data in database Dbunit (as you know) could do

[M2] Database plugin?

2005-10-22 Thread Vincent Massol
Hi, I'm looking for a m2 db plugin. Anyone working on one? I'm currently working with Derby but ideally this plugin should probably be generic (with extensions) and allow to do things like: 1- create schema 2- load data in database 3- start/stop database (database dependent) 4- create db instanc