Re: [appfuse-user] Default UserActionTest deadlocks on MS SQL Server 2000

2009-09-29 Thread Ivo Wever
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

Re: [appfuse-user] Default UserActionTest deadlocks on MS SQL Server 2000

2009-08-05 Thread Ivo Wever
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

[appfuse-user] Default UserActionTest deadlocks on MS SQL Server 2000

2009-07-22 Thread Ivo Wever
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