Re: [Hibernate] Hibernate 1.1 and JBoss > strange JTA behavior

2002-10-07 Thread Joost van de Wijgerd
Gavin,   I think that in a JTATransaction autocommit will always be off, due to the nature that it is a distributed transaction.. What can we do (and where in the code) to solve this problem?   Joost Check out this thread   http://www.jboss.org/forums/thread.jsp?forum=144&thread=201

Re: [Hibernate] Mapping DTD changes

2002-10-07 Thread Chris Winters
On Mon, 2002-10-07 at 11:40, Gavin King wrote: > Do you realize you can do stuff like: > > IdentifierGenerator idgen = new HiLoGenerator(); > id = idgen.generate( (SessionImplementor) session); > > Its actually a bit of a hassle to support generation of *part* of a > composite identifier.. I

Re: [Hibernate] RE: DistributedCacheConcurrencyStrategy

2002-10-07 Thread Jon Lipsky
Hi, I myself really like the idea of the DistributedCacheConcurrency. (Of course, I'm being a little selfish since I have an immediate use for it.) Christian, if you need any help to finish, and/or test it, please let me know. I have an application already written which would be a good test for

Re: [Hibernate] RE: DistributedCacheConcurrencyStrategy

2002-10-07 Thread Gavin King
Aah, if we need to include the JavaGroups jar, we need to include it. I made a change to the caching stuff last night that will have an impact upon you guys. Previously, we distinguished "before" and "after" by looking at System.currentTimeMillis(). I've added cirrus.hibernate.cache.Timestamper wh

Re: [Hibernate] Hibernate 1.1 and JBoss > strange JTA behavior

2002-10-07 Thread Gavin King
GyackI got muddled. No, of course we assume its off...   ignore my sillyness. - Original Message - From: Joost van de Wijgerd To: Gavin King ; [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 4:30 AM Subject: Re: [Hibernate] Hibernate 1.1 and JBoss > st