[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Delete lots (1000's) of records using Hibernate

2005-09-05 Thread CobraFlow
I have a requirement to delete a large number of rows from a table. We use a SLSB, DAO and Hibernate on JBoss 3.2.5. We get an OutOfMemoryException when we try to delete a lot of records. The ideal would be to set Auto Commit on and execute super.getHibernateTemplate().delete("from myTable where

[JBoss-user] [Security & JAAS/JBoss] - Re: *.properties not found in conf/ with UsersRolesLoginModu

2004-09-09 Thread CobraFlow
Just a side issue. I just installed 3.2.5 and found that server\default\deploy\http-invoker.sar\invoker.war\WEB-INF\classes contains users.properties and roles.properties files so that just putting then into conf no longer works! View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems with UsersRolesLoginModule module

2004-09-09 Thread CobraFlow
Commenting out your entry will not help (in this case) as if an entry with the correct name is not found, it will default to 'other' which, by default, is using the UsersRolesLoginModule also! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847661#3847661 Rep