In my case I got org.dbunit.dataset.NoSuchTableException: value with the new format and all works with the older so I had to do the xml by hand.
Is there a chance to include the old XMLDataSetWritter (Or perhaps something like this) with a write to file function so we can have the results as in the readme?
This dbUnit extension does not write any XML, it just produces an IDataSet instance which can be written to XML using core dbUnit code. Please ask for help on the official dbUnit project.
XMLDataSetWritter now generates:
Instead of:
In my case I got
org.dbunit.dataset.NoSuchTableException: value
with the new format and all works with the older so I had to do the xml by hand.Is there a chance to include the old XMLDataSetWritter (Or perhaps something like this) with a write to file function so we can have the results as in the readme?