Re: [hibernate-dev] Hibernate 4.x, JTA(BMT) transactions no longer interchangeable with Hibernate transaction facade?

2012-05-09 Thread Zachary Kurey
nce this worked in 3.x. Would love some feedback, but until then I'm going to start boiling this into a testcase so its really clear what my expectations are. ZK On Wed, May 9, 2012 at 10:47 AM, Zachary Kurey wrote: > Hi all, > > Am I correct in my interpretation that Hibernate 4

[hibernate-dev] Hibernate 4.x, JTA(BMT) transactions no longer interchangeable with Hibernate transaction facade?

2012-05-09 Thread Zachary Kurey
Hi all, Am I correct in my interpretation that Hibernate 4 no longer supports interchangeably being able to use either the Hibernate transaction facade(session.beginTransaction) vs. UserTransaction or CMT? I say this because it appears that I always must call session.beginTransaction() when confi

[hibernate-dev] [HSEARCH] Remove 'preferIPv4Stack' validation

2011-09-29 Thread Zachary Kurey
The app I work on needs to bind to ipv6 addresses and to communicate with other network nodes using ipv6. The library component that does this communication breaks if I set 'preferIPV4Stack=true'. I've had to remove the code that forces this from hibernate-search and hibernate-search-infinispan a