|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
DbUnit 2.4.5 : problem with a dataset having one table used differentlyI upgrade to 2.4.5 I now have a problem with a dataset that I did not have before. <dataset> <table nullableFK="123" /> <table2 ... /> <table anotherNullableFK="456" /> </dataset> => fail with a message "constraint key violation on nullableFk" (I presume for the second row because if I reverse the 2 lines, the violation is on anotherNullableFk) <dataset> <table2 ... /> <table nullableFK="123" /> <table anotherNullableFK="456" /> </dataset> => success My conclusion is that NOW I need to have the all the records of a table succesively... Does anyone knows about this problem ? N.B: the dependency of the pom in repo1.maven.org does not specify a version for slf4j BUT it does not work when you do not have the method Logger.isTraceEnabled which appears in 1.4 of slf4j (and so you may need to upgrade log4j to at least v12) --
Christophe Blin Economisez
du papier : n'imprimez ce mail que si nécessaire. ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ dbunit-user mailing list dbunit-user@... https://lists.sourceforge.net/lists/listinfo/dbunit-user |
| Free embeddable forum powered by Nabble | Forum Help |