"gavin.king(a)jboss.com" wrote : Are people actually using Seam's integration
testing stuff?
We've been using it, but have had a few problems.
- If the domain model changes and the import-test.sql file isn't updated accordingly,
there is no helpful SQLException to explain what went wrong. Instead you just have to
painstakingly go through all the changes in source control to try and figure out what is
wrong with the sql.
- Instead of using import-test.sql, it would be nice to be able to represent this data in
xml, like with DBUnit, and re-initialise with this data set at the start of each test.
- Sometimes the tests randomly fail with a ConcurrentModificationException
- @Min hibernate validation doesn't appear to work (I started a separate thread about
this one:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123458)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103715#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...