Does anyone have any advice on how to set up tests to simulate concurrent
updates in order to test transaction isolation? I'm using Spring/Hibernate.
Thx,
Gary
--
View this message in context:
http://www.nabble.com/Testing-transaction-isolation--tf2776210s2369.html#a7744788
Sent from the AppFu
possible using JUnit?
Gary
Matt Raible-3 wrote:
>
> I'd recommend using something like WAPT or Grinder. These are the two
> major
> load testing tools I'm aware of. I believe TestNG also supports running
> concurrent tests on separate machines.
>
> Matt
&g
to save the object you looked up and modified in steps 1 and
>>2
>>7. If using hibernate, you'll receive an exception telling you that
>>says something regarding an optimistic locking problem...
>>
>> Hopefully this is something like what you were thinking
When using "field" level access, do you put the @hibernate.property tag on
the field or on the getter? Also, do you need a setter in this case or is
that optional since it's setting the field and not the property?
Thanks,
Gary
--
View this message in context:
http://www.nabble.com/Hibernate-XD
ate expects them to
> be there out of the box. Plus, how else do you plan on modifying your
> instance variables without one?
>
> Matt Raible wrote:
>> I don't know - I've never tried to use XDoclet with field-level
>> access. AFAIK, it's not possible