I've this issue too, I'm using bitronix + postgres as a remote database + h2 as a local database to store events for implementation eventual consistency. So if I'm doing some operation, then I open a distributed transaction, insert some data to postgres, then create an event and insert the event to h2. Then there is a job that is run asynchronously in a separate thread, which is reading the events from the h2 and reacts accordingly. And I have an exception coming from the same place. Will the issue never be fixed?
On Monday, September 5, 2011 at 11:59:46 AM UTC-7, Thomas Mueller Graf wrote: > > Hi, > > > Not sure if this is a proper fix > > Hm, I also don't know if this is the proper fix. The XA API really is > a bit complicated. But I will test if your change breaks any existing > tests. > > Thanks! > > Regards, > Thomas > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
