Re: Re: Continuous Integration

2006-07-25 Thread Clinton Begin
I've got a server.ClintonOn 7/26/06, Jerome Gagner <[EMAIL PROTECTED]> wrote: I've had very good luck with continuum, personally, but they've allbeen maven2 projects. I can ask around about a spare server if youwant.On 7/25/06, Clinton Begin < [EMAIL PROTECTED]> wrote:> I have a "professionally" ho

Re: Continuous Integration

2006-07-25 Thread Gilles Bayon
+1 +1 I realy like to have CI.NET  On 7/25/06, Clinton Begin <[EMAIL PROTECTED]> wrote: Hi all, I really want to set up CI for iBATIS.  I'm planning on implementing it for: The website.  Committed site changes will be automatically deployed.  This will improve consistency, simplify and reduce ris

iBATIS DTD served every 2 seconds

2006-07-25 Thread Clinton Begin
Hi everyone,Guess what!  On average, an iBATIS DTD is served up every 1.8 seconds from ibatis.com, and nearly 1.5 million per month.I know this because it's taking down my new web hosting service.  Which sucks and, as far as I'm concerned, it's all due to WestHost sucking as a service provider ( Pa

Re: Re: Continuous Integration

2006-07-25 Thread Jerome Gagner
I've had very good luck with continuum, personally, but they've all been maven2 projects. I can ask around about a spare server if you want. On 7/25/06, Clinton Begin <[EMAIL PROTECTED]> wrote: I have a "professionally" hosted VPS service. Unfortunately it blows goat. FWIW: westhost.com is TH

Re: [VOTE] New mailing list addresses (was: Any thoughts on creating a different email alias for Tools?)

2006-07-25 Thread Brandon Goodin
Sorry, I clicked my Send too quickly...-1 on [EMAIL PROTECTED] i'd prefer to keep the languages apart+1 on [EMAIL PROTECTED] On 7/24/06, Clinton Begin <[EMAIL PROTECTED]> wrote: Good call on a single request for both.  I'm all for:[EMAIL PROTECTED] [EMAIL PROTECTED]This vote is open for 24 hours (n

Re: [VOTE] New mailing list addresses (was: Any thoughts on creating a different email alias for Tools?)

2006-07-25 Thread Brandon Goodin
+1On 7/24/06, Gilles Bayon <[EMAIL PROTECTED]> wrote: -1 [EMAIL PROTECTED] I prefer [EMAIL PROTECTED] ...+1 [EMAIL PROTECTED]

Re: Continuous Integration

2006-07-25 Thread Clinton Begin
I have a "professionally" hosted VPS service.  Unfortunately it blows goat.FWIW:  westhost.com is THE WORST web hosting service in the WORLD.  I was with Pair for 5 years.  I don't believe there was even a single unplanned outage, and even the planned outages were so few that I don't even recall th

Re: Continuous Integration

2006-07-25 Thread Jeff Butler
Sounds good.   I really can offer a nightly build machine - but it sounds like Clinton has some (probably better) ideas too.  I'll defer to his judgement about that.   Jeff Butler  On 7/25/06, Ted Husted <[EMAIL PROTECTED]> wrote: We finally hired a system administator, and things are getting bette

Re: Continuous Integration

2006-07-25 Thread Ted Husted
We finally hired a system administator, and things are getting better. But there is a lot to straighten out yet. Doing something like this ourselves would be a good step in the interim. -Ted. On 7/25/06, Jeff Butler <[EMAIL PROTECTED]> wrote: Hmmm...sounds like Apache isn't really set up to of

Re: Continuous Integration

2006-07-25 Thread Jeff Butler
Hmmm...sounds like Apache isn't really set up to offer these kinds of services.  Maybe offsite is a better choice after all.  I could volunteer a nightly build machine in my basement :)   Jeff Butler  On 7/25/06, Ted Husted <[EMAIL PROTECTED]> wrote: On 7/25/06, Jeff Butler <[EMAIL PROTECTED]> wrot

Re: Continuous Integration

2006-07-25 Thread Ted Husted
On 7/25/06, Jeff Butler <[EMAIL PROTECTED]> wrote: +1 +1 Great ideas on both counts. Seems like someone intended to write a page of instructions, but never finished it. See the last link on this page (it's dead): http://www.apache.org/dev/ Maybe Ted can share how it works with Struts? I thi

Re: Continuous Integration

2006-07-25 Thread Jeff Butler
+1 +1 Great ideas on both counts.   Seems like someone intended to write a page of instructions, but never finished it.  See the last link on this page (it's dead):   http://www.apache.org/dev/   Maybe Ted can share how it works with Struts?  I think it would be good to stay on Apache infrastructur

Re: Continuous Integration

2006-07-25 Thread netsql
go ci! cc! Does the ibatis.net work w/ mono? so we can host on linux? else something like http://www.dailyrazor.com/servers/windows_servers.php. .V Clinton Begin wrote: Hi all, I really want to set up CI for iBATIS. I'm planning on implementing it for: * The website. Committed site cha

Continuous Integration

2006-07-25 Thread Clinton Begin
Hi all, I really want to set up CI for iBATIS.  I'm planning on implementing it for:The website.  Committed site changes will be automatically deployed.  This will improve consistency, simplify and reduce risk of deployment ( e.g. accidentally deleting docs folders, or forgetting to change permissi

[jira] Commented: (IBATIS-320) When every method call openSession() return same object .

2006-07-25 Thread Andrey (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-320?page=comments#action_12423374 ] Andrey commented on IBATIS-320: --- I got the same problem, I need separate transactions, but all design in Dao and SqlMap are the same - all transactions stored in Thr