The Artima Developer Community
Sponsored Link

Java Buzz Forum
AmbiguousTableNameException with DBUnit

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mike Melia

Posts: 74
Nickname: tricky
Registered: Feb, 2004

Mike Melia is a ThoughtWorker specialising in Java/J2EE but spreading into .NET (all agile).
AmbiguousTableNameException with DBUnit Posted: May 16, 2008 7:21 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Mike Melia.
Original Post: AmbiguousTableNameException with DBUnit
Feed Title: I know the meaning of life, it doesn't help me a bit
Feed URL: http://www.gigantiq.com/blogs/mike/?feed=rss2
Feed Description: Observations on the Java, OSS worlds with an agile perspective. Observation on the .NET world from a learning and agile perspective.
Latest Java Buzz Posts
Latest Java Buzz Posts by Mike Melia
Latest Posts From I know the meaning of life, it doesn't help me a bit

Advertisement
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 at org.dbunit.database.DatabaseDataSet.initialize(DatabaseDataSet.java:140) at org.dbunit.database.DatabaseDataSet.getTableMetaData(DatabaseDataSet.java:186) at org.dbunit.operation.AbstractOperation.getOperationMetaData(AbstractOperation.java:59) at org.dbunit.operation.AbstractBatchOperation.execute(AbstractBatchOperation.java:130) at ... Our quick fix (based on a hunch) was to ensure that the database [...]

Read: AmbiguousTableNameException with DBUnit

Topic: Context at DZone Previous Topic   Next Topic Topic: links for 2008-05-10 from PeopleOverProcess.com

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use