Hello,
I finally took some time to sort out this issue. The problem goes away if
you add
@Transactional(propagation = Propagation.NOT_SUPPORTED)
or
@Transactional(propagation = Propagation.REQUIRES_NEW)
to the UserDaoHibernate.getUsers() method. However, I am unclear as to why
*exactly* that wo
Hello,
Is there anyone with a SQL Server 2000 install that is willing to verify
this behaviour?
thanks,
--
Ivo Wever
--
View this message in context:
http://www.nabble.com/Default-UserActionTest-deadlocks-on-MS-SQL-Server-2000-tp24601593s2369p24822816.html
Sent from the AppFuse - User mailin
Hello,
After migrating a project from our initial MySql development server to the
MS SQL Server 2000 install of our client, we experience a deadlock in the
default UserActionTest. This deadlock also occurs in a newly created
project, when created as follows:
1) mvn archetype:create -DarchetypeG