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