As always.. much obliged. I've changed the DB for hibernate and dbunit plugins, so the creates and inserts now run on a separate DB. The main reason is, that I wanted to use unsigned ID's in my development DB, while the tests typically use negative ID's. I know its kind of crazy to be paranoid about 1/2 a bigint running out for a webapp that might never see the daylight, but hey, we all have our quircks I guess.
Now I am trying to figure out, how to specify the test DB for running the webtests. Those are run automatically on my development DB and fail of course (no negative ID's). I believe the settings for the test DB are automatically copied from the main DB settings in POM as I rember Matt telling me in a previous post? Please advise. -- View this message in context: http://www.nabble.com/1-db-for-testing-1-for-development-tp25418927s2369p25481025.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net