Re: [appfuse-user] user role relation sucks.

2009-07-22 Thread Oscar Alvarez
Hi. You may be need to use JDBC for mass delete due to perfomance issues... hibernate needs load every object from the data base before deleting it[1]. May you try to use JdbcTemplate[2] instead of HibernateTemplate. Best regards. [1] http://www.mail-archive.com/hibernate-de...@lists.sourceforge

[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

[appfuse-user] How to insert a date field with dbunit?

2009-07-22 Thread Oscar Alvarez
Hello. Anyone has an example on how to insert a date in database with dbunit, using sample-data.xml from tests folder??? with this 12-09-2009 I am getting the following exception. org.apache.maven.lifecycle.LifecycleExecutionException: Error executing database operation: CLEAN_INSERT at o

Re: [appfuse-user] How to insert a date field with dbunit?

2009-07-22 Thread Dale Newfield
Oscar Alvarez wrote: Anyone has an example on how to insert a date in database with dbunit, using sample-data.xml from tests folder??? with this 12-09-2009 I am getting the following exception. -Dale - To unsubscribe, e-

Re: [appfuse-user] How to insert a date field with dbunit?

2009-07-22 Thread Oscar Alvarez
Thank youu 2009/7/22 Dale Newfield > Oscar Alvarez wrote: > >> Anyone has an example on how to insert a date in database with dbunit, >> using sample-data.xml from tests folder??? >> >> with this 12-09-2009 I am >> getting the following exception. >> > > > > -Dale > > -

[appfuse-user] Quartz Jobs don't run.

2009-07-22 Thread Mauricio Ferreyra
Hello everybody! I'm trying to implement Quartz framework into Appfuse. I'm following the steps from Spring Reference (http://static.springsource.org/spring/docs/2.5.x/reference/scheduling.html#scheduling-quartz ) But never the jobs are executed, I tried to add jobs without Spring and this run well

[appfuse-user] Lock user after 5 times login with wrong password

2009-07-22 Thread Thai Son Cung
Hi all, I need to lock user after 5 times of trying with the wrong password and also don't let user to change the password to the last 3 password Any ideas? Regards Tysom - To unsubscribe, e-mail: users-unsubscr...@appfuse.de