Re: Distributed transactions

2012-06-26 Thread Jim Crossley
Well, it took a little longer than I thought it would, but we announced support for XA on Immutant today: http://immutant.org/news/2012/06/26/transactions/ Enjoy! Jim On Saturday, December 31, 2011 7:59:27 PM UTC-5, Jim Crossley wrote: > > > > On Dec 31, 7:33 pm, Stuart Halloway wrote: > > >

Re: Distributed transactions

2011-12-31 Thread Jim
On Dec 31, 7:33 pm, Stuart Halloway wrote: > > On Dec 31, 1:16 pm, Jeff Heon wrote: > >> Immutant is going to have distributed (XA) transactions. > >> The're "furiously" working on it 8) > > >>http://immutant.org/ > > > "Furiously" is probably not the right word, but XA is definitely on > > the

Re: Distributed transactions

2011-12-31 Thread Stuart Halloway
> On Dec 31, 1:16 pm, Jeff Heon wrote: >> Immutant is going to have distributed (XA) transactions. >> The're "furiously" working on it 8) >> >> http://immutant.org/ > > "Furiously" is probably not the right word, but XA is definitely on > the roadmap. It's just a matter of wiring up the Transact

Re: Distributed transactions

2011-12-31 Thread Jim
On Dec 31, 12:39 pm, Leonardo Borges wrote: > Distributed transactions slow u down Why the hell would you want that? > I'm yet to see a valid use case! They require sticky sessions *whi*ch suck > for scalability! Keep in mind it's 4am on the 31st of December :-) It'

Re: Distributed transactions

2011-12-31 Thread Jim
matter of wiring up the TransactionManager provided by JBoss AS7. We've done this already for Ruby with TorqueBox, so it should be straightforward. With any luck, we'll have it wired up by Februrary, certainly in time for Clojure/West. Jim > > On Dec 31, 11:26 am, Michael Jaak

Re: Distributed transactions

2011-12-31 Thread Shantanu Kumar
On Dec 31 2011, 9:26 pm, Michael Jaaka wrote: > Is there any attempt to make distributed transactions? > The usage scenario is the same like in JEE apps. > I mean, there is a web service call, the transaction is started, there > are some changes to db, some jms sends and when

Re: Distributed transactions

2011-12-31 Thread Jeff Heon
Immutant is going to have distributed (XA) transactions. The're "furiously" working on it 8) http://immutant.org/ On Dec 31, 11:26 am, Michael Jaaka wrote: > Is there any attempt to make distributed transactions? > The usage scenario is the same like in JEE apps. >

Re: Distributed transactions

2011-12-31 Thread Daniel Pittman
o Borges wrote: > Distributed transactions slow u down Why the hell would you want that? > I'm yet to see a valid use case! They require sticky sessions which suck for > scalability! Keep in mind it's 4am on the 31st of December :-) > > Leonardo Borges > www.leo

Re: Distributed transactions

2011-12-31 Thread Leonardo Borges
Distributed transactions slow u down Why the hell would you want that? I'm yet to see a valid use case! They require sticky sessions *whi*ch suck for scalability! Keep in mind it's 4am on the 31st of December :-) Leonardo Borges www.leonardoborges.com Sent from my Ga

Re: Distributed transactions

2011-12-31 Thread Bronsa
maybe avout is what you're looking for? https://github.com/liebke/avout 2011/12/31 Michael Jaaka > Is there any attempt to make distributed transactions? > The usage scenario is the same like in JEE apps. > I mean, there is a web service call, the transaction is started, th

Distributed transactions

2011-12-31 Thread Michael Jaaka
Is there any attempt to make distributed transactions? The usage scenario is the same like in JEE apps. I mean, there is a web service call, the transaction is started, there are some changes to db, some jms sends and when there is no failure all is commited. Maybe someone is already using