"jacekolszak" wrote : | You mean change hbm2ddl.auto to update instead of create-drop ? |
Remote it entirely from persistence.properties and your persistence.xml file and precreate your database before running the unit test. Update still queries the database for the table metadata to try and figure out if neeeds to alter tables at all. I think this will only shave off a few seconds though. As I said before, we will do some refactorings for the kernel initialization which should shave off a few seconds (3?). I will eventually do some more profiling, but honestly it is a low priority as we're currently working on stability and functionality first. If you want to dive into this yourself, feel free. If you provide enough patches that convince us you have working knowledge of the sourcecode, we'll grant you CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912353#3912353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912353 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
