Hi during the test phase of my project I get this error in maven2 using testng
java.lang.Error: Unresolved compilation problems: The import org.dbunit cannot be resolved DefaultDataTypeFactory cannot be resolved to a type DataType cannot be resolved to a type DataTypeException cannot be resolved to a type DataType cannot be resolved at auction.test.FixDBUnit.<init>(FixDBUnit.java:3) But the classes already have been compiled. And in my eclipse workspace if I run the test with my test tool everything is just OK Does some have a clue? in what direction to search here? thanx Rolf
