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
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
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
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-
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
>
> -
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
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