We have discovered the cause.... In our unit test we use hibernate and it has a create
setting on the ddl creation...
However the SchemaExport tool that hibernate uses calls setAutoCommit(true) which
fails....
because of this the database is put into some wiered behaviour that everytime hibernate
tries to generate an id using th hilo generator... it blocks because it could not for some
reason get a excusive lock on the row...
our solution is to just not use the create setting for ddl generation
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991835#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...