-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: dbunit
Revisited: AmbiguousTableNameException with DBUnit
I only had a little time yesterday to follow up on this issue (the priority is low as we know that making the user a non-DBA works) but I’ll document what I have encountered. The programmatic solution I mentioned connection.getConfig().setFeature(DatabaseConfig.FEATURE_SKIP_ORACLE_RECYCLEBIN_TABLES); … Continue reading
AmbiguousTableNameException with DBUnit
We had a problem this week whilst using DBUnit to set up some test data. A quick google didn’t really reveal much so I’ve included a (snipped) stacktrace to help anyone who also encounters this problem: Caused by: org.dbunit.database.AmbiguousTableNameException: BIN$S/1W2ofvNM7gQAB/AQEkDA==$0 … Continue reading
Posted in dbunit, testing
Leave a comment